Skip to main content

ORIGINAL RESEARCH article

Front. Earth Sci., 26 June 2023
Sec. Environmental Informatics and Remote Sensing
This article is part of the Research Topic Coal and Rock Dynamic Disasters: Advances of Physical and Numerical Simulation in Monitoring, Early Warning, and Prevention, volume II View all 29 articles

IPSO-ELM intelligent prediction of landslide displacement in complex and unstable area of karst landform

Junwei Qiao,,
Junwei Qiao1,2,3*Yu ZhangYu Zhang1Weibo LiWeibo Li4Jieqing TanJieqing Tan5
  • 1College of Geology and Environment, Xi’an University of Science and Technology, Xi’an, China
  • 2Geological Research Institute for Coal Green Mining, Xi’an University of Science and Technology, Xi’an, China
  • 3Shaanxi Provincial Key Laboratory of Geological Support for Coal Green Exploitation, Xi’an, China
  • 4Shaanxi Institute of Geological Survey, Xi’an, China
  • 5Sichuan Institute of Geological Survey, Chengdu, China

In southern China, the karst landform areas possess a complex geological and topographic environment, a fragile ecosystem, poor surface stability, and frequent occurrences of landslides and other geological disasters. To effectively monitor and predict such events, it is crucial to process landslide monitoring data and establish reliable prediction models. This paper presents an IPSO-ELM displacement prediction model that integrates the improved particle swarm optimization algorithm (IPSO) and extreme learning machine (ELM). The proposed coupling model predicts decomposed displacement subsequences individually, which are then reconstructed to obtain the total displacement prediction value. In this study, displacement monitoring data from a typical landslide in the karst landform area between 2007 and 2012 were selected. Various prediction and verification scenarios were established to validate the accuracy and stability of the prediction model. The MAPE of the IPSO-ELM model is 0.18%, which outperforms the ELM and BPNN models with MAPEs of 0.56% and 0.65%, respectively, in predicting landslide displacement in karst landform areas. This study provides a solid theoretical foundation and practical value for landslide displacement prediction.

1 Introduction

Karst of China are widely distributed in mountainous areas with complex geological and topographical environments, fragile ecosystems and poor surface stability. The typical landslide disaster in this paper is located in the area with the most active karst landform in China. The karst activities on the underground surface are very frequent, resulting in the very active micro-movement of the underground surface and frequent geological disasters. The prediction of landslide displacement in this area is helpful to predict natural disasters such as landslides (Li et al., 2023; Liu et al., 2023a; Liu et al., 2023b; Liu et al., 2023c; Zhang et al., 2023a; Liu et al., 2022; Zhou et al., 2022; Li et al., 2021).

Landslides seriously damage to the natural environment, and cause social property losses. How to use the landslide monitoring data to predict the deformation of landslide and disaster is an important scientific subject in the research of geological disaster prevention. The formation of most landslides is a gradual accumulation process, so the long-term deformation monitoring data of landslides is an important basis for landslide deformation prediction at present. There are many prediction methods for landslide deformation based on the monitoring data of landslide cumulative deformation. The mainstream method is to decompose the time series of landslide cumulative displacement into trend, periodic, and random items, and use different methods to carry out targeted prediction. For example, Peng et al. and Zhang et al. decomposed the landslide deformation based on time series and ignored the influence of random items (Peng et al., 2013; Zhang LB. et al., 2023). Qiu et al. used the grey model to solve the trend term, and ignored the random term and then used the AR model to solve the periodic term (Qiu et al., 2020). Guo et al. used the reverse order method to calculate the trend and trigonometric functions to fit the periodic term (Guo et al., 2018). Jiang et al. used the variational mode to decompose the accumulated deformation of the landslide, and then used different methods to solve it respectively (Jiang et al., 2022). Huang et al. used the moving average method to decompose the cumulative displacement into trend term and periodic term displacement, and used the support vector machine model to predict the landslide deformation (Huang et al., 2014). Li et al. and Huang et al. established an autoregressive moving average time series model and used support vector machines, neural networks and other algorithms to predict landslides (Huang et al., 2018; Li et al., 2018).

The research shows that the deformation of landslides is often affected by many factors, and different methods and models are used to decompose the cumulative deformation, and different decomposition results will reduce the accuracy of data fitting. For the prediction of cumulative deformation under the influence of multiple variables, Duan et al. and others used different smoothing parameters to predict the deformation of landslides under different monthly rainfall conditions, but the selection of models and the weight of different factors have a great impact on the results (Duan et al., 2016). Yang et al. used short-term and short-term memory neural networks to predict landslides, proving the feasibility and high accuracy of using neural networks to predict landslides (Yang et al., 2019). Genetic algorithm is used to optimize the structure of BP neural network, and a nonlinear synergetic bifurcation model is established to predict the deformation of single variable (Guo et al., 2011). Cai et al., 2019 and others used FA algorithm to optimize the selection of neural network structure, but the same network structure will also lead to different training effects due to the random selection of initial value (Cai et al., 2019). The above results have been well applied in the study of deformation prediction using long-term monitoring data of landslides, but there are still some areas for improvement in the accuracy of the prediction results. Zhou et al. proposed a new extreme gradient boost (XGBoost) and Hodgrick Prescott (HP) filtering coupling method to predict landslide displacement (Zhou et al., 2022). Tang et al. developed a progressive landslide displacement prediction model driven by Semantic information, which includes the identifier of the displacement stage and the predictor of acceleration stage (Tang et al. . 2022). Miao et al. took the Baishui River landslide as the research object and decomposed the landslide displacement into three parts (trend term, periodic term, and random term) through variational mode decomposition (VMD), introduced a data mining algorithm to select the triggering factors of periodic displacement, and applied the fruit fly optimization algorithm backpropagation neural network to train and predict periodic and random displacement (Miao et al., 2022). Long et al. applied the multi-feature fusion transfer learning method to the Baijiapu landslide scene to obtain sufficient monitoring data and laws, improving landslide prediction ability (Long et al., 2022). Zheng et al. proposed a displacement prediction method based on multi-source domain transfer learning, and used the optimal variational mode decomposition model based on minimum sample entropy to decompose the cumulative displacement into trend component, periodic component and random component (Zheng et al., 2023). The trend component is predicted by the autoregressive model, and the cycle component is predicted by the long-term and short-term memory. For random components, a combination of Wasserstein-generated adversarial networks, and multi-source domain transfer learning is used for prediction to improve prediction accuracy.

Therefore, the difficulty of landslide displacement prediction research lies in the scientific and reasonable analysis of the original data and improving the accuracy of the prediction model as much as possible. On the basis of previous research results, this paper adopts the variational modal decomposition algorithm to decompose the landslide displacement sequence, which can avoid modal aliasing in the process of decomposition and can control the number of sub-sequences. The improved particle swarm optimization algorithm is used to optimize the ELM parameters, and IPSO-ELM is constructed. The model is used to predict the decomposed displacement subsequences respectively, and the prediction results of each subsequence are reconstructed to obtain the predicted value of landslide cumulative displacement. On the basis of the above work, the displacement prediction values obtained by the model used in this paper are compared with those obtained by the traditional ISPO-ELM, extreme learning machine (ELM), and back propagation neural network (BPNN) models. The mean square error (MSE), mean absolute error (MAE) and mean absolute percentage error (MAPE) of these models are calculated, respectively. Thus, the prediction accuracies of these three models were quantitatively compared, and the models with the highest prediction accuracy were indicated.

2 Principle and algorithm of variational mode decomposition (VMD)

The landslide displacement sequence is a nonlinear and non-stationary time series. If the prediction is made directly on the basis of the original cumulative displacement monitoring data, it is easy to produce large errors. In relevant research, the method of decomposing the original displacement sequence using a decomposition algorithm (i.e., decomposing first and then predicting) is widely used, and the landslide displacement prediction based on this method has achieved good prediction results. By decomposing the original sequence, on the one hand, the complexity of the data is reduced, on the other hand, the information of the original monitoring data is fully utilized, and the prediction accuracy is improved. Typical sequence decomposition algorithms include wavelet analysis, empirical mode decomposition (EMD), ensemble empirical mode decomposition (EEMD), etc (Shihabudheen, 2017; Miao et al., 2022).

Variational mode decomposition (VMD) can convert the original signal into non-recursive VMD mode. Compared with EMD algorithm and EEMD algorithm, VMD algorithm has an excellent performance in anti-noise. In addition, the VMD algorithm controls the convergence conditions and the number of decompositions reasonably, and the number of modes obtained after decomposition is also less than EMD and EEMD. Therefore, VMD has the advantages of solid mathematical foundation and fast calculation speed, which is extremely beneficial to reduce the workload of later prediction.

The overall idea of VMD algorithm is to construct a variational problem first, and then decompose a real value signal S into a discrete number of modes Skt, k=1,2,,K by solving the variational problem, and assume that each mode is approximately compact around the center pulse. Wiener filter, Hilbert transform and frequency mixing in signal analysis are the important basis of VMD algorithm.

3 Improved particle swarm optimization extreme learning machine (IPSO-ELM)

3.1 Extreme learning machine (ELM)

The extreme learning machine was proposed in 2004. Because of its simple structure, less parameters and fast learning speed, many scholars have studied and applied the algorithm (Huang et al., 2006; Marti et al., 2011; Xue et al., 2020; Panghal et al., 2021). The principle of extreme machine learning is shown in Figure 1.

FIGURE 1
www.frontiersin.org

FIGURE 1. The Schematic of extreme machine learning.

In a single hidden layer neural network, it is assumed that there are N samples xi,yi, where xi=xi1,xi2,xi3,,xinTRn, yi=yi1,yi2,yi3,,yimTRm, when in a single hidden layer neural network, the output samples can be expressed as:

yi=i=1lβigωigxi+bi(1)

Where, βi is the output weight; g is the activation function; ωi is the input weight; bi is the offset of hidden layer nodes; ωi·xi is the inner product of ωi and xi.

The purpose of using ELM model is to minimize the output error value. Assume that when the error value is 0, the output of the existence, and make formula βi, ωi and bi is equal to the actual output, and the following matrix can be established:

Y=βHY=y1,y2,,yiβ=β1,β2,,βiH=gω1·x1+b1gω1·xi+b1MMgωi·x1+bigωi·xi+bi(2)

To sum up, calculate the minimum value HβY2, where Y is the actual output; H is determined according to the value of ωi and bi, from which it can be concluded that the prediction model is established.

3.2 Improved particle swarm optimization (IPSO)

Particle swarm optimization algorithm (PSO) is an evolutionary computing technique derived from the study of bird swarm predation behavior. The algorithm was originally inspired by the regularity of bird cluster activity and then a simplified model using swarm intelligence. Each particle represents different possible solutions. The quality of the particle’s position is judged according to the fitness function value. Through continuous learning from the global optimization and individual optimization, the particle’s position and speed are updated to achieve the optimization purpose.

Assume that in the dimensional space, it represents the position of particles and the speed. Under this condition, Xi=Xi1,Xi2,,Xid indicates the position of particles, Vi=Vi1,Vi2,,Vid indicates speed, its position and speed are updated according to formulaunder this condition:

Xidt+1=Xidt+Vidt+1(3)
Vidt+1=ω  Vidt+c1r1pidtXidt+c2r2pgdtXidt(4)

Where, ω is inertia weight; pidt is the best individual under this condition; pgdt is the corresponding global optimum; c1, c2 is the sub-factor of students; r1, r2 is a random number with a value range of 01.

In particle swarm optimization, inertia weight ω, as one of the important parameters, plays a vital role in the search effect. The value of ω determines the global search ability of PSO. The larger the value of ω, the stronger the global search ability of PSO; otherwise, the stronger the local search ability of PSO. In order to achieve higher search efficiency, the random weight method is introduced to optimize this algorithm in the optimization process. When optimizing based on this method, the PSO algorithm is considered to be random. The advantages of this setting are:

(1) When the initial position is close to the global optimum, the random value obtained is small, which is beneficial to improve the convergence speed.

(2) Overcome the limitation that the algorithm cannot converge to the best point caused by linear decline.

The inertia weight is modified based on the following expression:

ω=μ+σ×N0,1μ=μmin+μmaxμmin×rand0,1(5)

Where, N0,1 represents the random number of the standard state distribution, and rand0,1 represents the random number between 01.

The calculation steps of random weight method are as follows.

(1) Initializes the speed of particles.

(2) Calculate and determine the fitness of each particle, save its position and fitness information in pbest, and compare and analyze all of pbest to get the best individual value and then store it in gbest.

(3)The displacement and velocity are updated by the following expression:

xi,dt+1=xi,dt+vi,dt+1(6)
vi,dt+1=ω  vi,dt+c1r1pi,dxi,dt+c2r2pg,dxi,dt(7)

(4) Update the inertia weight according to the formula.

(5) Compare the current position and the best position of particles, and replace the latter with the current position in the case of proximity. Compare all pbest and gbest and update gbest.

(6) If the algorithm meets the stop condition, the iteration operation is ended and the result is output. On the contrary, return to step (3).

3.3 IPSO-ELM model

The random weight method is applied to the PSO algorithm, which overcomes the shortcomings of the PSO algorithm that the global search ability and local search ability are poor due to the improper value of inertia weight. The improved particle swarm optimization algorithm (IPSO) is used to globally optimize the connection weight and hidden layer threshold of the extreme learning machine (ELM), and thus IPSO-ELM model is constructed for landslide displacement prediction.

4 Landslide displacement prediction process

The steps of landslide displacement prediction based on VMD and IPSO-ELM coupling model are as follows, Figure 2 shows the flow of landslide displacement prediction.

FIGURE 2
www.frontiersin.org

FIGURE 2. Flow chart of landslide displacement prediction.(1) VMD is used to decompose the original cumulative displacement sequence to obtain the subsequence components.(2) IPSO is used to optimize the parameters of ELM, and IPSO-ELM coupling model is established.(3) The IPSO-ELM coupling model is used to predict the subsequences obtained from VMD decomposition.(4) Reconstruct the prediction results of each displacement subsequence to obtain the total displacement prediction value of the monitoring point.(5) Error analysis. In error analysis, the degree of dispersion of prediction results and the degree of deviation between prediction value and actual value are taken as careful consideration, and MSE, MAE and MAPE are selected as accuracy evaluation indicators.

5 Engineering case analysis

5.1 Typical landslide engineering geology and monitoring overview

A typical landslide selected for this project case analysis is located on the south bank of the Yangtze River in the Three Gorges Reservoir area, 56 km away from the dam site of the Three Gorges Dam. The landslide is an old landslide, which has repeatedly occurred bedding sliding in history. The landslide mass is located in the broad valley section of the Yangtze River, a monoclinic bedding slope, high in the south and low in the north, and is distributed in a stepped manner towards the Yangtze River. The rear edge elevation of the landslide is 410 m, bounded by the geotechnical boundary, and the front edge is about 70 m, which has not been below the reservoir water level, the eastern and western sides are bounded by the bedrock ridge, with an overall slope of about 30°.

The deformation of typical landslide mainly occurs in the early warning area of the sliding mass, and the deformation of other parts of the sliding assembly obvious could be clearer. There are currently 6 GPS monitoring points in the early warning area. The monitoring data shows that in 2011, the cumulative horizontal displacement of GPS monitoring points M1, M2, and M3 for the whole year was 182.2, 128.5, and 145.8 mm, respectively, with an average rate of 15.2, 10.7, 12.2 mm/month; The cumulative horizontal displacement of the whole year in 2012 was 239.6, 113.0, and 113.6 mm respectively, with the average rate of 20.0, 9.4, and 9.5 mm/month respectively.

5.2 Prediction of landslide displacement

Reasonable selection of landslide displacement influencing factors is of great significance to the rationality and prediction accuracy of displacement prediction. Based on the previous research experience, the monthly rainfall, reservoir water level value, bimonthly rainfall, inter-monthly reservoir water level variation, bimonthly reservoir water level variation and monthly displacement increment are considered the displacement influencing factors system.

Under the conditions of engineering practice, the prediction model must have strong adaptability to the dynamic monitoring data to accurately and stably output the prediction results. To verify the validity and stability of the proposed model, the monitoring data of this typical landslide monitoring point is divided into two datasets to train and test the model. Select the monitoring data from 2007 to 2010 as the training set, and the monitoring data from 2011 as the corresponding test set.

5.2.1 Selection of mode number

Before the VMD decomposition of the original displacement sequence, the number of decomposition subsequences needs to be set first. In order to facilitate the subsequent prediction, the cumulative displacement sequence of the monitoring point from 2007 to 2011 is decomposed, and the modal number is set as K=2, 3, 4.

According to the previous test, the first sub-sequence (the main component of the cumulative displacement sequence) obtained by decomposition is obviously inconsistent with the original series in the trend when K=4, and it is considered that there is over-decomposition. Therefore, K=3 is more appropriate. To maximize the use of the information of the original data, the original cumulative displacement sequence is decomposed into three sub-sequences, and the three modes are obtained by decomposition.

5.2.2 Sub-sequence displacement prediction

According to the landslide displacement prediction flow, the three subsequences obtained from the decomposition of the original displacement sequence are modelled and predicted, respectively, and three groups of corresponding displacement prediction values are obtained.

5.2.3 Sub-sequence prediction displacement reconstruction

The final total landslide displacement prediction value is obtained by superposition of three groups of prediction values, and compared with the actual monitoring value. The prediction accuracy results of the prediction model were obtained by the validation of the displacement data in 2011. The comparison of prediction accuracies is shown in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. Accuracy comparison of three models.

The comparison results show that.

(1) Both ELM and BPNN have prediction effects only in a particular range, but the prediction accuracy in a more extensive range is very low, indicating that the robustness and generalization ability of these two models are relatively poor.

(2) The prediction accuracy of BPNN depends on the training of large data samples. For the prediction of small samples similar to this paper, BP neural network’s prediction accuracy and generalization ability the are worse than ELM.

(3) The IPSO-ELM model proposed in this paper can adapt to the changing data environment. Displacement data from different scenarios were used for stability testing of the IPSO-ELM model. The displacement data from 2007 to 2011 as training set and the 2012 data as test set. The results show slight differences in prediction accuracy in different scenarios, but high accuracy, indicating the good stability.

6 Conclusion

This paper studies the landslide displacement prediction based on VMD and IPSO-ELM coupling model. In the landslide displacement prediction, the original displacement sequence is decomposed into three sub-sequences, and then predicted separately is an effective method to make full use of the limited data information. On the basis of VMD, IPSO algorithm is used to optimize the parameters of ELM, which can effectively solve the problem of premature particle swarm optimization algorithm. It is easy to fall into the problem of local optimization, and it also retains the advantages of particle swarm optimization algorithm itself, such as fast convergence speed.

The verification results of typical landslide examples show that the coupling model can accurately predict the displacement value of landslides, with good accuracy and stability, and has high application value in landslide displacement prediction. When using IPSO-ELM coupling model based on VMD. When predicting landslide displacement, the K value of VMD can be set manually. When the appropriate K value is selected, the prediction effect of the model is perfect.

Data availability statement

The datasets presented in this article are not readily available because the data used to support the findings of this study are available from the corresponding author upon request. Requests to access the datasets should be directed to qiaojunwei@xust.edu.cn.

Author contributions

JQ wrote and modified this paper; YZ provided algorithm processing for it; WL collected and processed the data in the paper; JT collected on-site data for the paper. All authors contributed to the article and approved the submitted version.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Cai, Shuling, Li, Erbing, and Liang, Chen (2019). Research on temporal prediction of tunnel surrounding rock deformation based on FANAR dynamic neural network. Chin. J. Rock Mech. Eng. 38, 3346–3353. (in chinese). doi:10.1007/s00366-019-00894-y

CrossRef Full Text | Google Scholar

Duan, Gonghao, Niu, Ruiqing, and Zhao, Yannan (2016). Rainfall-induced landslide prediction based on dynamic exponential smoothing model. J. Wuhan Univ. 41 (7), 958–962. (in chinese). doi:10.13203/j.whugis20140276

CrossRef Full Text | Google Scholar

Guo, H. Q., Liu, Y., and Deng, A. (2011). The GA improved ANN-synergy-bifurcation model method on slope slide forecasting. Geotech. Spec. Publ. 216, 149–156. doi:10.1061/47627(406)20

CrossRef Full Text | Google Scholar

Guo, Zizheng, Yin, Kunlong, and Huang, Faming (2018). Landslide displacement prediction based on combined model of surface monitoring data and nonlinear time series. Chin. J. Rock Mech. Eng. 37 (1), 3392–3399. (in chinese). doi:10.13722/j.cnki.jrme.2016.1534

CrossRef Full Text | Google Scholar

Huang, Faming, Yin, Kunlong, and Jiang, Shuihua (2018). Landslide susceptibility evaluation based on cluster analysis and support vector machine. Chin. J. Rock Mech. Eng. 37 (1), 156–167. doi:10.1016/j.geomorph.2008.02.011

CrossRef Full Text | Google Scholar

Huang, G. B., Zhu, Q. Y., and Siew, C. K. (2006). Extreme learning machine: Theory and applications. Neurocomputing 70 (1–3), 489–501. doi:10.1016/j.neucom.2005.12.126

CrossRef Full Text | Google Scholar

Huang, H., Yi, W., and Song, K. (2014). Influence of parameters on support vector machine for landslide displacement prediction in Three Gorges Reservoir. New Front. Geotechnical Eng. Geo-Shanghai 2014, 160–168. doi:10.1061/9780784413456.017

CrossRef Full Text | Google Scholar

Jiang, Yuhang, Wang, Wei, and Zou, Lifang (2022). Research on dynamic prediction model of landslide displacement based on PSOVMD, NARX and GRU. Rock Soil Mech. 43 (1), 601–612. doi:10.156800/IJIRCCE.2016

CrossRef Full Text | Google Scholar

Li, H., Xu, Q., He, Y., and Deng, J. (2018). Prediction of landslide displacement with an ensemble-based extreme learning machine and copula models. Landslides 15 (10), 2047–2059. doi:10.1007/s10346-018-1020-2

CrossRef Full Text | Google Scholar

Li, X. L., Chen, S. J., Liu, S. M., and Li, Z. H. (2021). AE waveform characteristics of rock mass under uniaxial loading based on Hilbert-Huang transform. J. Central South Univ. 28 (6), 1843–1856. doi:10.1007/s11771-021-4734-6

CrossRef Full Text | Google Scholar

Li, X. L., Zhang, X. Y., Shen, W. L., Wang, Y., Qin, Q., and Lu, X. (2023). Abutment pressure distribution law and support analysis of super large mining height face. Int. J. Environ. Res. Public Health 20 (2), 227. doi:10.3390/ijerph20010227

CrossRef Full Text | Google Scholar

Liu, H. Y., Zhang, B. Y., Li, X. L., Liu, C., Wang, C., and Wang, F. (2022). Research on roof damage mechanism and control technology of gob-side entry retaining under close distance gob. Eng. Fail. Anal. 138 (5), 106331. doi:10.1016/j.engfailanal.2022.106331

CrossRef Full Text | Google Scholar

Liu, S. M., and Li, X. L. (2023a). Experimental study on the effect of cold soaking with liquid nitrogen on the coal chemical and microstructural characteristics. Environ. Sci. Pollut. Res. 30 (3), 36080–36097. doi:10.1007/s11356-022-24821-9

CrossRef Full Text | Google Scholar

Liu, S. M., Sun, H. T., Zhang, D. M., Yang, K., Li, X., and Wang, D. (2023c). Experimental study of effect of liquid nitrogen cold soaking on coal pore structure and fractal characteristics. Energy 275 (7), 127470. doi:10.1016/j.energy.2023.127470

CrossRef Full Text | Google Scholar

Liu, S. M., Sun, H. T., Zhang, D. M., Yang, K., Wang, D., and Li, X. (2023b). Nuclear magnetic resonance study on the influence of liquid nitrogen cold soaking on the pore structure of different coals. Phys. Fluids 35 (1), 012009. doi:10.1063/5.0135290

CrossRef Full Text | Google Scholar

Long, J., Li, C., Liu, Y., Feng, P., and Zuo, Q. (2022). A multi-feature fusion transfer learning method for displacement prediction of rainfall reservoir-induced landslide with step-like deformation characteristics. Eng. Geol. 297, 106494. doi:10.1016/j.enggeo.2021.106494

CrossRef Full Text | Google Scholar

Marti, P., Manzano, J., and Royuela, A. (2011). Assessment of a 4-input artificial neural network for ET0 estimation through data set scanning procedures. Irrigation Sci. 29 (3), 181, doi:10.1007/s00271-010-0224-6

CrossRef Full Text | Google Scholar

Miao, F., Xie, X., Wu, Y., and Zhao, F. (2022). Data mining and deep learning for predicting the displacement of "step-like" Landslides. Sensors 22 (2), 481. doi:10.3390/s22020481

PubMed Abstract | CrossRef Full Text | Google Scholar

Panghal, S., and Kumar, M. (2021). Neural network method: Delay and system of delay differential equations. Eng. Comput. 38 (2), 2423–2432. doi:10.1007/s00366-021-01373-z

CrossRef Full Text | Google Scholar

Peng, Ling, Niu, Ruiqiu, and Wu, Ting (2013). Landslide displacement prediction by time series analysis and support vector machine. J. Zhejiang Univ. 47 (9), 1672–1679. (in chinese).doi:10.3390/ijerph19042077

CrossRef Full Text | Google Scholar

Qiu, Mao, Dong, Jianhui, and Zhao, Jianjun (2020). Prediction of landslide displacement based on time series analysis:taking the revival of Jianshanying ancient landslide as an example. Sci. Technol. Eng. 20 (30), 12361–12366. (in chinese). doi:10.3390/ijerph19042077

CrossRef Full Text | Google Scholar

Shihabudheen, K., and Peethambaran, B. (2017). Landslide displacement prediction technique using improved neuro-fuzzy system. Arabian J. geosciences 10 (22), 502. doi:10.1007/s12517-017-3278-4

CrossRef Full Text | Google Scholar

Tang, F., Tang, T., Zhu, H., Hu, C., and Jiang, H. (2022). A semantic information-driven stepwise landslide displacement prediction model. Environ. Monit. Assess. 194:836, 1–23. doi:10.1007/s10661-022-10417-w

CrossRef Full Text | Google Scholar

Xue, J. K., and Shen, B. (2020). A novel swarm intelligence optimization approach: Sparrow search algorithm. Syst. Sci. &Control Eng. 8 (1), 22–34. doi:10.1080/21642583.2019.1708830

CrossRef Full Text | Google Scholar

Yang, B., Yin, K., Lacasse, S., and Liu, Z. (2019). Time series analysis and long short-term memory neural network to predict landslide displacement. Landslides 16 (4), 677–694. doi:10.1007/s10346-018-01127-x

CrossRef Full Text | Google Scholar

Zhang, J. C., Li, X. L., Qin, Q. Z., Wang, Y., and Gao, X. (2023a). Study on overlying strata movement patterns and mechanisms in super-large mining height stopes. Bull. Eng. Geol. Environ. 82 (3), 142. doi:10.1007/s10064-023-03185-5

CrossRef Full Text | Google Scholar

Zhang, L. B., Shen, W. L., Li, X. L., Wang, Y., Qin, Q., and Lu, X. (2023b). Abutment pressure distribution law and support analysis of super large mining height face. Int. J. Environ. Res. Public Health 20 (1), 227. doi:10.3390/ijerph20010227

CrossRef Full Text | Google Scholar

Zheng, H. Q., mHu, L. N., Jin, S. Y., and Zhang, Y. (2023). Slope displacement prediction based on multisource domain transfer learning for insufficient sample data. Appl Geophys 20 (1), 1–9. doi:10.1007/s11770-022-1003-x

CrossRef Full Text | Google Scholar

Zhou, L. S., Fu, Y. H., and Berto, F. (2022). Prediction of landslide displacement by the novel coupling method of HP filtering method and extreme gradient boosting. Strength Mater. 54 (5), 942–958. doi:10.1007/s11223-022-00470-8

CrossRef Full Text | Google Scholar

Zhou, X. M., Wang, S., Li, X. L., Meng, J., Li, Z., and Zhang, L. (2022). Research on theory and technology of floor heave control in semicoal rock roadway: Taking longhu coal mine in Qitaihe mining area as an Example. Lithosphere 2022 (Special 11), 3810988, 1–17. doi:10.2113/2022/3810988

CrossRef Full Text | Google Scholar

Keywords: complex and unstable area of karst, improved particle swarm optimization algorithm, landslide, displacement prediction, extreme learning machine (ELM)

Citation: Qiao J, Zhang Y, Li W and Tan J (2023) IPSO-ELM intelligent prediction of landslide displacement in complex and unstable area of karst landform. Front. Earth Sci. 11:1222920. doi: 10.3389/feart.2023.1222920

Received: 15 May 2023; Accepted: 13 June 2023;
Published: 26 June 2023.

Edited by:

Xuelong Li, Shandong University of Science and Technology, China

Reviewed by:

Rulong Bn, Guilin University of Technology, China
Junlong Sun, Kunming University of Science and Technology, China

Copyright © 2023 Qiao, Zhang, Li and Tan. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Junwei Qiao, qiaojunwei@xust.edu.cn

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.