Previous Article in Journal
Cardiac Mechano-Electrical-Fluid Interaction: A Brief Review of Recent Advances
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Application of KNN-Optimized Hybrid Models in Landslide Displacement Prediction

1
School of Urban Construction, Changzhou University, Changzhou 213164, China
2
School of Energy Science and Engineering, Henan Polytechnic University, Jiaozuo 454003, China
3
Badong National Observation and Research Station of Geohazards, China University of Geosciences, Wuhan 430074, China
4
Wushan Geological Environment Monitoring Station, Chongqing 404700, China
5
Department of Civil Engineering, McMaster University, Hamilton, ON L8S 4L8, Canada
*
Author to whom correspondence should be addressed.
Eng 2025, 6(8), 169; https://doi.org/10.3390/eng6080169
Submission received: 30 May 2025 / Revised: 11 July 2025 / Accepted: 21 July 2025 / Published: 23 July 2025
(This article belongs to the Section Chemical, Civil and Environmental Engineering)

Abstract

Early warning systems depend heavily on the accuracy of landslide displacement forecasts. This study focuses on the Bazimen landslide located in the Three Gorges Reservoir region and proposes a hybrid prediction approach combining support vector regression (SVR) and long short-term memory (LSTM) networks. These models are optimized via the K-Nearest Neighbor (KNN) algorithm. Initially, cumulative displacement data were separated into trend and cyclic elements using a smoothing approach. SVR and LSTM were then used to predict the components, and KNN was introduced to optimize input factors and classify the results, improving accuracy. The final KNN-optimized SVR-LSTM model effectively integrates static and dynamic features, addressing limitations of traditional models. The results show that LSTM performs better than SVR, with an RMSE and MAPE of 24.73 mm and 1.87% at monitoring point ZG111, compared to 30.71 mm and 2.15% for SVR. The sequential hybrid model based on KNN-optimized SVR and LSTM achieved the best performance, with an RMSE and MAPE of 23.11 mm and 1.68%, respectively. This integrated model, which combines multiple algorithms, offers improved prediction of landslide displacement and practical value for disaster forecasting in the Three Gorges area.

1. Introduction

Landslides are responsible for causing significant casualties and property losses worldwide [1]. A method that can effectively predict landslide displacement is necessary. However, the environment where landslides occur often has complexity and diversity. Therefore, predicting landslide displacement is challenging but essential work for disaster reduction. At the same time, selecting an appropriate displacement prediction model is paramount [2]. Over the past 20 years, many researchers have studied the implementation of intelligent algorithms in landslide displacement prediction [3,4].
Various methods have been developed for landslide displacement prediction. Du et al. [5] applied a backpropagation neural network to predict accumulation-layer landslides. Liu et al. [6] found that deep learning algorithms, such as LSTM and GRU, achieved promising results across three types of landslides. Recently, developing integrated models with better adaptability and generalization has become a major focus of research [7].
Input data organization plays a key role in prediction modeling. Li et al. [8] utilized the Hodrick–Prescott filtering technique to decompose cumulative displacement into long-term trends and periodic variations, then applied polynomial regression and least squares support vector machines to predict them. Jia et al. [9] also used time series models for two-component decomposition. A particle swarm optimization-enhanced support vector machine was also used to predict displacement based on rainfall and reservoir levels.
Input factors are typically screened using mutual information, Pearson correlation, or gray relational analysis [10], while RMSE and MAPE are commonly used to assess prediction accuracy.
At present, extensive research has been conducted on both static prediction models, such as SVR, and dynamic models like LSTM. Li et al. [11] introduced a time-varying forecasting framework for slope movement, which employs SSA combined with a multi-layered LSTM network, aiming to improve the representation of slope behavior over time and overcome the limitations present in traditional stationary models. Lin et al. [12] explored the correlation between rainfall, reservoir level variation, and the periodic behavior of landslides and introduced a model that integrates time series analysis with a bidirectional LSTM (Double-BiLSTM) structure. Zhang et al. [13] constructed a composite dynamic prediction system using the empirical mode decomposition soft screening stopping criterion (SSSC-EMD) together with a deep bidirectional LSTM (DBi-LSTM), allowing for the more accurate representation of “stepped” deformation features on slopes. Jiang et al. [14] comprehensively utilized the advantages of several algorithms and performed integrated model research based on linear weights. These studies collectively indicate that advances in landslide displacement prediction largely depend on innovations in decomposition strategies and the fine-tuning of model hyperparameters.
In recent years, several advanced hybrid AI models have been introduced to enhance landslide displacement prediction. Zhang et al. [15] proposed a modular framework combining CEEMD, ACO, and SVR to extract multi-scale features. Wen et al. [16] developed a multi-strategy model integrating SSA, PSO, GSA, and SVR for trend prediction optimization. Ma et al. [17] presented an ensemble method based on probabilistic weighting to fuse outputs from different models. These intelligent frameworks represent a significant advancement over traditional SVR- and LSTM-based methods and provide a broader direction for landslide displacement modeling.
Although various static, dynamic, and decomposition-based prediction models have been explored, most existing studies have focused on improving prediction performance using single-model frameworks or simple model stacking. For instance, SVR is effective in capturing linear trends, while LSTM handles temporal dependencies well. However, few studies have attempted to combine these complementary models into structured hybrid models, particularly using classification algorithms to optimize their integration. In this context, the combination of SVR and LSTM models optimized through K-Nearest Neighbor (KNN) classification remains underexplored. Therefore, there is a need to develop a comprehensive prediction model that couples static and dynamic components, guided by a classifier to enhance prediction adaptability and performance.
It is necessary to find a new method that focuses on a sequential hybrid model to predict the displacement of landslides. This study involves the preprocessing of monitoring records related to ground movement in the Bazimen slope and the selection of 84 time-step data for research. The cumulative displacement is additively separated into two components: a trend term and a periodic term [18]. We decomposed the displacement monitoring data into trend items and period items; the trend items were predicted using the single variable method, and the period items were predicted by the multi-variable method. The overall displacement forecast is calculated by aggregating the estimated values of both the trend and cycle terms derived using SVR for static prediction and LSTM for dynamic modeling. Finally, KNN serves to construct a classifier for identifying the most suitable predictive scheme, and the output of the KNN algorithm is optimized to refine the static–dynamic hybrid model and combine the forecasting advantages of the static–dynamic model.

2. Methodology

2.1. Separation of Displacement Time Series into Long-Term and Cyclic Patterns

Accurately separating trend and periodic components forms a fundamental step in building dependable prediction models [19]. The original displacement information of the landslide is separated into trend and periodic signals for further analysis [20]. The trend component of landslides is mainly influenced by internal geological conditions like tectonic activity and weathering, and is also connected to the deformation evolution phase. Analyzing external factors that impact landslide prediction and progression is of great importance [12]. Short-term landslide movements, as seen in the Three Gorges area, reflect periodic behavior primarily attributed to rainfall variability and reservoir water level changes [21]. Displacement resulting from random disturbances is minimal and hard to detect, and thus, was excluded from the analysis in this research. In this study, the cumulative displacement sequence is represented by the following form:
X t = μ t + σ t
Here, t denotes the time index; X t refers to the total displacement at time t ; μ t corresponds to the trend component; and σ t indicates the periodic component.

2.2. Moving Average Methods

The moving average method used in this paper eliminates fluctuations in the time series and effectively identifies period series and its influencing factors to achieve more effective trend prediction. The formulation for the simple moving average is presented as follows:
X ¯ t = X t + X t 1 + + X t n + 1 n t = n , n + 1 , , T
Here, X ¯ t denotes the trend component of displacement corresponding to time t; X t represents the total measured displacement at time step t; and n refers to the averaging window size. In this study, a moving average period of 12 is used, corresponding to the annual water level regulation cycle in the Three Gorges Reservoir region.

2.3. Support Vector Regression

In machine learning, support vector regression (SVR) refers to a type of supervised learning approach that incorporates suitable learning mechanisms, which is commonly applied to process data for both classification tasks and analytical purposes [22]. Therefore, it is a machine learning method based on minimizing structural risk [23]. This method can solve the problems of low sample, high-dimensional nonlinearity, and local minimum [24]. In SVR models, the sample data D x i , y i ( x i , y i R ,   i = 1 , 2 , , k ) (k is the number of sample data) obtained for dealing with regression problems is divided into a fitting sample and a predicting sample [25]. Training samples are projected into a high-dimensional feature space, within which the best-fitting linear regression function is established [26]. The support vector regression function is defined as follows:
f x = W Φ x + b
In this expression, W represents the model’s weight parameter, Φ x refers to a nonlinear feature transformation from input to output space, and b is the bias term. Considering the fitting error, with the introduction of relaxation factors, ζ i 0 ,   ζ i * 0 , the optimization problem of SVR can be converted into the following:
R min = 1 2 W 2 + C i = 1 j ζ i + ζ i *
Here, C denotes the regularization coefficient, and ε refers to the ε-insensitive loss function used in SVR.
Standard kernels include radial basis function (RBF) kernels, linear kernels, and polynomial kernels [20]. The RBF is widely used with its broad convergence domain. In this study, we selected RBF kernels for the SVR model.
In the current study, the grid search, due to its simplicity and reproducibility, was employed for SVR parameter tuning. However, recent advancements in adopting the metaheuristic algorithms have demonstrated superior efficiency in uncertain and complex geoengineering spaces [27,28,29].
According to the taxonomy of global optimization algorithms, SVR tuning approaches can be classified into deterministic, stochastic, and metaheuristic strategies [30]. Among these, metaheuristic multi-objective optimization frameworks have gained attention for their adaptability and ability to balance predictive accuracy and generalization performance [31].
In geoengineering tasks, metaheuristics not only support hyperparameter selection but also contribute to feature selection, ensemble model calibration, and spatial geodata processing, which are particularly valuable for landslide displacement prediction and other spatially distributed problems [29,31].
Therefore, while the grid search is suitable for initial modeling, future studies are encouraged to integrate metaheuristic multi-objective optimization techniques with SVR to enhance robustness, accuracy, and computational efficiency in geotechnical prediction models.

2.4. Long Short-Term Memory Neural Networks

As illustrated in Figure 1a, recurrent neural networks (RNNs) exhibit strong modeling capabilities and are widely used in domains like natural language processing (NLP) [32]. Each RNN structure includes input units denoted by the sequence x 0 , x 1 , , x t , x t + 1 , , with the corresponding outputs represented as y 0 , y 1 , , y t , y t + 1 , . The network also includes hidden units that produce intermediate states expressed as s 0 , s 1 , , s t , s t + 1 , .
s t = f U x t + W s t 1
The symbol st denotes the internal state of the hidden layer corresponding to time step t. Its value is determined using the current input and the hidden state from the preceding time step. The function f commonly refers to a nonlinear activation function.
In practical applications, traditional RNNs struggle to model long-term dependencies due to issues like gradient vanishing or explosion. LSTM networks, a specialized form of RNNs, are designed to effectively capture long-range dependencies (see Figure 1b). In LSTM, each recurrent unit is substituted with a memory block structure. This memory structure contains three types of gate mechanisms. The input gate regulates the method by which new information enters the memory cell, whereas the output gate manages how the stored information is passed on to subsequent units or contributes to the final output.
In the LSTM structure, the forget gate determines which parts of the previous cell state C t 1 are retained or removed by evaluating the past hidden output h t 1 and the current input x t . This gate outputs values ranging from 0 to 1 for each element in the former cell state. A value of 1 implies full preservation, whereas 0 indicates total removal. The output state is determined by the joint effect of the three gating mechanisms. A major difference between LSTM and conventional RNNs lies in the way the hidden state vector ht is computed. Within the LSTM framework, ht is formulated as follows:
i t = σ W i h t 1 , x t + b i f t = σ W f h t 1 , x t + b f C ˜ t = tanh W c h t 1 , x t + b c o t = σ W o h t 1 , x t + b o h t = o t tanh C t
In this context, i t , f t , and o t correspond to the outputs of the input, forget, and output gates, respectively, as well as the cell state in the memory module. Their related biases are denoted by b i , b f , b o , b c , and the symbol σ indicates the sigmoid function used for activation; W c represents the weight that connects the memory unit to the output node. The above formula’s set of results is iterated from times t = 1 to T.

2.5. Reliability Evaluation of the Model

The optimal hyperparameters were determined by applying the full dataset during the model fitting stage. Subsequently, these tuned parameters, along with the complete training set, were used to build the final models [34]. To evaluate the model’s predictive ability, two indicators were employed: the root mean square error (RMSE) [35] and mean absolute percentage error (MAPE) [36].
R M S E = 1 N t = 1 N x org x prd 2
M A P E = 1 N t = 1 N x prd x org x prd
Here, x org denotes the observed (measured) value, x prd represents the forecasted value, and N indicates the total number of predictions. A visual summary of the process is provided in Figure 2.

3. Study Site

3.1. Bazimen Landslide

The Bazimen landslide occurs along the eastern margin of the Xiangxi River and is situated inside Zigui County (Figure 3). In this section, the Xiangxi River flows predominantly from north to south and is located near the Yangtze River. The lower boundary of the landslide was submerged by the Three Gorges Reservoir, at an elevation ranging from 55 to 135 m [37]. The main landslide mass lies on the Xiangxi River’s right bank, following a north–south alignment along the bank slope. The body of the landslide is distributed in a dustpan shape at the base of the valley slope. The elevation range of the landslide mass spans from 139 m to 280 m, with the terrain gradually descending from west to east and exhibiting a terraced pattern. Additionally, the landslide features two secondary benches: a lower platform located at 139–165 m and an upper platform between 220 and 230 m.

3.2. Landslide Inventory

The Bazimen landslide was first equipped with a monitoring system in June 2003, comprising four GPS deformation monitoring points (ZG111, ZG110, ZG112, and ZG109) (Figure 4).
The Bazimen landslide was reactivated after water storage in the Gezhouba Reservoir in 1982. Four NW-SE trending cracks developed at a landslide elevation of 80–125 m. Deformation cracks occurred again in the Bazimen landslide in 1983. From May to June 2003, the water level of the Three Gorges Reservoir rose from 80 m to 135 m, which is the initial stage of landslide deformation. ZG111 showed the largest displacement at the top of the landslide. From July to August 2003, cracks occurred in the landslide. Before the rainy season in May 2004, the reservoir area displacement curve showed a steady growth trend, implying that the rising water level from the first impoundment continued to impact the reservoir area. From May to July 2004, multiple fissures were observed within the landslide body. By June 2005, these structural cracks showed signs of intensified deformation. Between June and July 2007, the displacement velocity of the landslide continued to increase. Since that time, in the Three Gorges Reservoir area, the water elevation has remained within the range of 145 to 175 m with a maximum drop of 30 m from high to low. The detailed annual variation process is shown in the diagram (Table 1).
The Bazimen landslide exhibits deformation traits typical of a forward-propagating slide, indicating that the downward movement originated in the upper region and continued as the displacement intensified [38]. Based on Figure 5, the ZG110 and ZG111 GPS stations were installed along the primary I–I′ profile across the landslide zone.

4. Prediction Process

4.1. Point Selection and Data Processing

This study uses the ZG111 point as the GPS-based deformation monitoring location, with 84 time-step records from January 2004 to December 2010 serving as the basis for analysis.
Initially, the landslide displacement data were processed using a moving average technique for decomposition. According to existing studies on landslide displacement prediction, datasets are typically split using ratios like 7:1.5:1.5 or 6:2:2 [16,18]. Post-decomposition, the initial 72 time steps are allocated as fitting data. Of these, 60 steps are used for model training, 12 are used for validating and tuning hyperparameters, and the remaining 12 are used for testing model performance. Figure 6 illustrates the detailed decomposition of the landslide displacement increment.

4.2. Factor Selection

Choosing appropriate influencing and state-related factors is essential for accurate landslide forecasting [16]. Figure 7 illustrates how initial landslide displacement correlates with selected influencing variables. This study identifies multiple candidate variables, including rainfall fluctuations and reservoir level changes, which are denoted as f1 to f12 [39]. The gray correlation analysis method (GCAM) was employed with a resolution of 0.5 to obtain the correlation coefficient. According to the work of researchers, GCAM typically employs a gray relational coefficient calculated at a resolution threshold of 0.5. They concluded that the higher gray correlation coefficient illustrates a strong correlation between two variables. It has also been pointed out that if the gray correlation coefficient is more significant than 0.6, a strong correlation between the two variables can be assumed. Following this method, the candidate input factors were selected based on the principle proposed by Jiang et al. [14]. All available input factors are summarized in Table 2.
Meanwhile, candidate factors were examined for multicollinearity based on correlation degree analysis. Removing variables with excessive collinearity enhances the model’s predictive performance. Generally speaking, a variable is considered to exhibit multicollinearity if its tolerance value does not exceed 0.1 or if the variance inflation factor (VIF) surpasses 5 [40]. The relationship between displacement increments and issues at ZG111 showed that these factors have an inseparable relationship with each other (Figure 8).
According to the results of the analysis, f7 is selected to represent the fluctuation range of the reservoir water level for the current month. f9 denotes the count of days when the reservoir level declines in the same period, and f3 reflects the peak daily rainfall within the month. The assessment of input variables was thus far finalized (Table 3).

4.3. Normalization and Inverse Normalization

For machine learning algorithms, normalization, as a fundamental task in data preprocessing, can help identify optimal parameters more easily. Data normalization involves proportionally rescaling values to fall within a defined numerical range [41]. To facilitate the comparison and weighting of indicators with different units or magnitudes and to accelerate network convergence during training, the data were normalized by removing unit constraints and converting them into dimensionless numerical values.
It was assumed that the entire fitted dataset represents known information, while the prediction dataset is treated as unknown. To avoid information leakage, normalization and denormalization boundaries should be computed exclusively from the training (fitted) set, and not the full dataset.
x scale = 2 × x origin x min x max x min 1
where x scale is the normalized value, x origin is the original value, x max is the maximum value of the samples, and x min is the minimum value of the samples.
However, in order to further enhance the model’s adaptability in handling dynamic databases, it is recognized that the optimization of the standardization of new data is necessary. Currently, the model relies on static preprocessing methods for data handling, and automated standardization approaches are not included. Solutions for standardizing dynamic databases include automated standardization techniques, such as the RWMCE clustering ensemble method proposed by Ni et al. [42], which automates the processing of dynamic datasets. By incorporating reliability weighting during the ensemble process, the standardization of different data sources is optimized, and data processing efficiency is improved. Additionally, real-time standardization techniques based on stream data processing, such as the back analysis and rheological parameter optimization method used by Zeng et al. [43], can standardize dynamic databases for specific regions in real-time. These methods ensure the consistency and reliability of dynamic databases when updating with new data. Although this approach has not been implemented in the current study, the incorporation of automated standardization technologies based on deep learning or stream data processing will be considered in future research to support the real-time update and handling of dynamic data.

4.4. Parameters of SVRs and LSTMs

SVR models were developed in a Python-based environment (version 3.7). Their key parameters were optimized via the grid search (GS) technique [15], employing RBF as the kernel. The kernel coefficient Gamma of RBF and the penalty parameter C were determined using GS. During grid searching (GS), Gamma was tuned within the interval [0.075, 1.075] using a step size of 0.075, while the parameter C was explored over the range [1, 75] with a step size of 1.
The LSTM model structure, comprising the batch size, neuron count, and layer number, was optimized progressively via the grid search (GS) technique. During GS execution, the batch size and neuron number were both searched within the interval [1, 20], incrementing by values of one. The patience of early stopping was set to 30, indicating that training would terminate if no further improvement in performance was observed over 30 consecutive iterations. Table 4 presents the final hyperparameter settings for both the LSTM and SVR models.

5. Results

5.1. SVR Models and LSTM Models

Figure 9 and Table 5 illustrate the comparison between predicted and measured displacements at point ZG111 using the SVR and LSTM models. For the ZG111 point, the SVR model yielded RMSE and MAPE values of 30.71 mm and 2.15%, respectively, whereas the LSTM model showed improved accuracy with corresponding figures of 24.73 mm and 1.87%.
For the trend component at point ZG111, the RMSE values obtained by the SVR and LSTM models were 2.30 mm and 3.52 mm, respectively. For the periodic component, the corresponding RMSE values were 28.92 mm and 23.61 mm, as shown in Table 6.
Compared to the last six months, the SVR and LSTM models performed poorly in the first six months. Notably, LSTM exhibited superior trend forecasting accuracy over SVR during this early stage. LSTM models performed significantly better at point a and period b than SVR models in total displacement. However, for these 12 data points, the LSTM model did not consistently outperform the SVR model.

5.2. Sequential Hybrid Model Optimized by K-Nearest Neighbor

In the previous chapters, four models related to the SVR and LSTM algorithms were established in Section 4.4. In this section, the SVR and LSTM algorithms are applied to predict the entire dataset, and the total prediction displacements of ZG111 from January 2004 to December 2010 are also obtained.
The rationale for optimizing the hybrid SVR–LSTM model using the K-Nearest Neighbor algorithm was built upon a binary classification approach: the output was labeled as 1 when the SVR prediction was closer to the actual value, and the output was labeled as 0 otherwise [44]. The total predicted displacements from the LSTM and SVR models, along with their differences, were selected as candidate input features. These three variables (f13, f14, f15) were then introduced into the optimization model as new predictive inputs. The hyperparameters and optimal inputs of the KNN model used to predict the optimal model are shown in Table 7.
There are 15 candidate input factors for optimizing the model: f1~f15. By using the factor selection method in Section 3.2, the candidate factors were screened, and the optimal input factors for the model were obtained.
A KNN-based optimization approach was employed to determine the optimal weighting scheme for the hybrid model [17]. In this section, the complete ZG111 dataset comprising 84 time steps was utilized for displacement prediction using both SVR and LSTM models. Specifically, 60 time-steps of ZG111 were employed for model fitting, 12 time-steps were allocated for validation to tune the model parameters, and the final 12 time-steps were utilized for testing to estimate the hybrid model’s most suitable weights. Consequently, Table 6 summarizes the best-fitting model parameters derived through the optimization process.
Figure 10 and Table 8 present a comparison between the predicted and observed displacements at point ZG111, generated by the KNN-optimized models. In the case of ZG111’s total displacement, the hybrid model achieved RMSE and MAPE values of 23.11 mm and 1.68%, respectively. In contrast, the SVR model yielded values of 30.71 mm and 2.15%, while the LSTM model recorded 24.73 mm and 1.87% for the same metrics.
In contrast to the LSTM and SVR approaches, the optimized KNN-integrated model provides total displacement estimates that more closely match the observed data compared to each standalone model in period a’ and period b’. This indicates that when discrepancies occur between the outputs of LSTM and SVR, the KNN-optimized hybrid model tends to assign higher weights to estimates exhibiting greater proximity to the ground truth.
Although the current evaluation focuses on historical data, the proposed KNN-optimized hybrid model features a modular structure that supports real-time prediction. With its modular design, the model can be adapted to incorporate continuous monitoring data through dynamic retraining and online learning strategies. In future applications, real-time updating mechanisms, adaptive normalization, and uncertainty quantification techniques will be integrated to enable robust prediction under evolving environmental and geological conditions. These enhancements will facilitate the deployment of the model for continuous landslide monitoring and early warning purposes.
Figure 10 presents a comparison of the displacement curves predicted by the refined model against real monitoring data, confirming its strong performance throughout the testing period. To improve the adaptability and explainability of the model, subsequent studies may employ sensitivity analysis methods to quantitatively evaluate how each input factor influences the prediction results. Additionally, utilizing the weight database from the neural network components for feature selection can improve model performance and stability, especially under complex geological conditions and dynamic environmental changes. With these enhancements, the proposed model is expected to exhibit greater adaptability and predictive reliability in practical applications.

6. Discussion

In this study, landslide displacement was decomposed into trend and periodic components, while stochastic elements were not taken into account. To date, limited research has focused on decomposing landslide displacement into its stochastic component, largely due to the fact that such variability arises from numerous uncontrollable external influences, including wind and traffic loads. The stochastic component of landslide displacement is difficult to isolate or predict using only computational methods applied to recorded cumulative deformation and corresponding temporal data [45]. Due to the limitations of current detection technologies, identifying the factors influencing the stochastic part of the slope movement continues to be a difficult task. Therefore, future investigations ought to prioritize the design of efficient frameworks that can forecast such random behavior.
Furthermore, the current model lacks formal uncertainty quantification in its outputs, which limits its applicability in risk-based geotechnical decision-making. To address this, recent studies have applied techniques such as Monte Carlo dropout [46,47], deep ensembles [48], and Bayesian recurrent networks [49] to estimate prediction confidence intervals. Integrating such methods into the SVR–LSTM–KNN framework would allow the model not only to output predicted displacements but also to quantify their associated uncertainty, enhancing interpretability and robustness. In future work, we plan to incorporate these techniques to improve the reliability of displacement forecasting in dynamic geological environments.
Over the past few years, a large number of investigations have utilized intelligent algorithms to forecast landslide movements, such as by employing different ensemble strategies [50]. In this work, a sequential hybrid model was developed by coupling LSTM and SVR with optimization via the KNN algorithm, which demonstrated strong predictive performance. Concurrently, neural network-based models have also seen extensive application in addressing landslide displacement prediction challenges. To further improve prediction accuracy, the exploration of more advanced deep learning algorithms remains essential [51]. Therefore, the approach introduced herein offers a novel perspective for utilizing deep learning techniques in forecasting landslide movements [52]. In future studies, a comparison with more recent integrated frameworks, such as CEEMDAN–LSTM or CNN–LSTM, along with visualized performance results, can further validate the superiority of the proposed model.
Furthermore, the choice of the moving average method for displacement decomposition is grounded in both geotechnical interpretation and methodological robustness. Compared to EMD, VMD, and wavelet-based approaches, the moving average method based on a 12-month cycle preserves the periodic structure of the data while minimizing the risk of boundary distortion and data leakage [53,54,55]. This choice aligns with the observed annual hydrological cycles caused by precipitation patterns and changes in reservoir water levels observed locally [56]. From a geotechnical standpoint, it ensures that the trend component captures long-term deformation driven by slope structure and creep, whereas the periodic term reflects cyclic environmental loading. This decomposition strategy not only facilitates physical interpretability but also maintains data consistency for predictive modeling.
In many studies, the displacement of landslides is often decomposed into two or three components before further prediction processing. When attempting to apply the SVR and LSTM algorithms directly in this study without decomposing the landslide displacement, the corresponding outcomes are presented in Table 9 and Table 10. It is undesirable to use this decomposition method to predict landslide displacement alone from the results. It is evident that for the precise forecasting of displacement, the decomposition of displacement plays a crucial role. In future research, taking the decomposition method in this paper as an example, efforts should focus on investigating the distinctions between the trend and periodic components within the original decomposition, and assessing if such distinctions become more pronounced or less evident in the reassembled overall displacement.
In addition, current monitoring data are subject to uncertainties and noise. However, the model does not explicitly handle these aspects. Incorporating noise filtering techniques or uncertainty quantification methods, such as dropout-based variance estimation or ensemble Bayesian methods, would be beneficial for enhancing robustness.
Beyond assessing the performance of the coupled model, attention should also be paid to the sensitivity and uncertainty associated with its parameters. The sensitivity analysis of parameters such as C and Gamma for SVR, along with the number of layers and epochs for LSTM, indicates that these factors strongly influence model performance. In contrast, the KNN optimization process appears to be less sensitive to parameter changes. While this study demonstrates the effectiveness of the model, further research is needed to explore the uncertainty of the predictions through more comprehensive sensitivity analyses.
Despite its promising performance, the proposed model has limitations. The KNN component is sensitive to the choice of distance metrics and neighbor count, which may affect ensemble reliability. In addition, the model assumes temporal stationarity, which may not hold under extreme events. Its generalizability across different landslide sites still needs further validation.
Lastly, input factor selection based on gray correlation and tolerance analysis may still introduce site-specific biases. Employing adaptive feature selection or cross-domain learning strategies may improve the generalizability and robustness of the model.
Although it is widely acknowledged that integrated models tend to outperform individual models, comparative analysis remains essential. The purpose of comparing the proposed hybrid model with standalone SVR and LSTM models is not to dispute this consensus, but to quantify the specific performance improvement achieved through integration. Such comparisons are widely adopted in the literature to demonstrate the value and contribution of each component model and to justify the added complexity of hybrid approaches.
It is worth noting that this study does not seek to determine the most optimal single model tailored to a particular landslide scenario. Instead, we propose a hybrid modeling strategy that combines the advantages of static and dynamic models. By optimizing the SVR–LSTM framework with KNN, this study demonstrates a conceptual modeling approach for improving landslide displacement prediction rather than a direct competition among models. In future work, more advanced hybridization strategies and model architectures will be explored to enhance predictive generalizability across varied geotechnical scenarios.
Since the presented model assumes equal processing likelihood across entities, the validity of the sensitivity analysis and subsequent predictability can be further investigated using the weight database of the optimum model. To support this, sensitivity-based feature selection techniques can be employed to quantify the relative influence of input variables, enhance model interpretability, and improve generalization. Recent studies have applied global sensitivity analysis methods and neural network sensitivity tools for model refinement and input optimization [57,58,59,60]. Incorporating such methods in future work will enable the dynamic adjustment of input features and better calibration of the prediction framework under evolving environmental conditions.
In line with the above research directions, another promising avenue is to combine KNN with advanced SVR approaches and apply them to real-time prediction and multi-variable regression tasks. Abbaszadeh Shahri et al. [61] proposed a metaheuristic-optimized SVR model that demonstrated strong predictive performance in geotechnical applications, while Luo et al. [62] developed a simulation-enhanced SVR framework that also achieved excellent results. Incorporating KNN into these advanced SVR structures may further improve local adaptability and pattern recognition, especially under complex or evolving landslide conditions. This hybridization has the potential to achieve a better balance among model interpretability, robustness, and adaptability.

7. Conclusions

A hybrid SVR–LSTM model optimized using the K-Nearest Neighbor (KNN) algorithm was developed for landslide displacement prediction. The proposed model was utilized to estimate the ground movement of the Bazimen landslide across the Three Gorges Reservoir region, and the proposed model was employed.
Its performance was evaluated against individual models like SVR and LSTM, and it demonstrated dependable predictive capabilities. From this study, the following conclusions are summarized:
(1) Overall, the LSTM framework exhibited superior performance over SVR in the majority of forecasting intervals, though not consistently across the entire forecast period, as each model had its own advantages. In comparison, the KNN-optimized SVR-LSTM hybrid model developed in this research generated forecasts that were more aligned with the actual data in 8 out of 12 time steps, demonstrating improved prediction accuracy and generalization capability. Leveraging the KNN for input feature optimization and integrating the complementary capabilities of SVR and LSTM, the proposed model successfully captured long-term deformation patterns and seasonal hydrological effects associated with landslides.
(2) In the model construction process, a displacement decomposition method based on a 12-month moving average was adopted to effectively separate trend and periodic components. This enhanced the physical interpretability and temporal modeling capability of the model, providing a clearer logical basis for understanding the association between landslide movements and the factors that govern them.
By demonstrating a strong performance on historical datasets, the proposed hybrid model has shown its reliability and potential for forecasting ground movement in the Three Gorges region and other landslide-prone areas. However, it currently lacks real-time updating and adaptive normalization capabilities. Future work will explore dynamic learning and automated normalization strategies to enhance its applicability to continuous monitoring and complex geotechnical conditions.

Author Contributions

Conceptualization, H.J. and H.Z.; methodology, H.J. and H.Z.; software, H.J., J.W., and H.Z.; formal analysis, H.J. and H.Z.; investigation, H.J., Y.W., and H.Z.; visualization, H.J., M.L., S.L., and H.Z.; writing—original draft preparation, H.J., H.Z., and J.W.; writing—review and editing, Y.W. and Y.G. All authors have read and agreed to the published version of the manuscript.

Funding

The research work was funded by the Research Fund of National Natural Science Foundation of China (NSFC) (Grant No. 52404113); the Changzhou Sci&Tech Program (Grant No. CJ20240042); the Open Fund of Badong National Observation and Research Station of Geohazards (No. BNORSG-202408); and the high-level Talent Introduction Project of Changzhou University (Grant No. ZMF22020036).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original data used in this study are not directly included in the article. For access to the relevant data, please contact the corresponding author. We can provide related reference literature.

Acknowledgments

The authors thank the National Cryosphere Desert Data Center (http://www.ncdc.ac.cn, accessed on 15 March 2025) for providing the data from the landslide monitoring site for this article and for their strong support for this research. We also sincerely thank our group members for their contributions to experimental ideas and help with problems that arose during the experiments, which significantly accelerated the research process.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Zeng, T.; Yin, K.; Jiang, H. Groundwater level prediction based on a combined intelligence method for the Sifangbei landslide in the Three Gorges Reservoir Area. Sci. Rep. 2022, 12, 11108. [Google Scholar] [CrossRef] [PubMed]
  2. Li, X.; Li, Q.; Wang, Y. Effect of slope angle on fractured rock masses under combined influence of variable rainfall infiltration and excavation unloading. J. Rock Mech. Geotech. Eng. 2024, 16, 4154–4176. [Google Scholar] [CrossRef]
  3. Xu, J.; Jiang, Y.; Yang, C. Landslide Displacement Prediction during the Sliding Process Using XGBoost, SVR and RNNs. Appl. Sci. 2022, 12, 6056. [Google Scholar] [CrossRef]
  4. Zhang, J.; Chen, C.; Wu, C. Development of An Image-based Borehole Flowmeter for Real-time Monitoring of Groundwater Flow Velocity and Direction in Landslide Boreholes. IEEE Sens. J. 2024, 24, 42079–42087. [Google Scholar] [CrossRef]
  5. Zhang, J.; Lin, C.; Tang, H. Input-parameter optimization using a SVR based ensemble model to predict landslide displacements in a reservoir area-A comparative study. Appl. Soft Comput. 2024, 150, 111107. [Google Scholar] [CrossRef]
  6. Liu, Z.; Guo, D.; Lacasse, S. Algorithms for intelligent prediction of landslide displacements. J. Zhejiang Univ. Sci. A 2020, 21, 412–429. [Google Scholar] [CrossRef]
  7. Zhang, J.; Tang, H.; Zhou, B. A new early warning criterion for landslides movement assessment: Deformation Standardized Anomaly Index. Bull. Eng. Geol. Environ. 2024, 83, 205. [Google Scholar] [CrossRef]
  8. Li, D.; Sun, Y.; Yin, K. Displacement characteristics and prediction of Baishuihe landslide in the Three Gorges Reservoir. J. Mt. Sci. 2019, 16, 2203–2214. [Google Scholar] [CrossRef]
  9. Zhang, J.; Tang, H.; Tan, Q. A generalized early warning criterion for the landslide risk assessment: Deformation probability index (DPI). Acta Geotech. 2024, 19, 2607–2627. [Google Scholar] [CrossRef]
  10. Jiang, H.; Wang, Y.; Guo, Z. Landslide Displacement Prediction Stacking Deep Learning Algorithms: A Case Study of Shengjibao Landslide in the Three Gorges Reservoir Area of China. Water 2024, 16, 3141. [Google Scholar] [CrossRef]
  11. Li, L.; Zhang, M.; Wen, Z. Dynamic prediction of landslide displacement using singular spectrum analysis and stack long short-term memory network. J. Mt. Sci. 2021, 18, 2597–2611. [Google Scholar] [CrossRef]
  12. Lin, Z.; Sun, X.; Ji, Y. Landslide Displacement Prediction Model Using Time Series Analysis Method and Modified LSTM Model. Electronics 2022, 11, 1519. [Google Scholar] [CrossRef]
  13. Zhang, M.; Han, Y.; Yang, P. Landslide displacement prediction based on optimized empirical mode decomposition and deep bidirectional long short-term memory network. J. Mt. Sci. 2023, 20, 637–656. [Google Scholar] [CrossRef]
  14. Jiang, H.; Li, Y.; Zhou, C. Landslide Displacement Prediction Combining LSTM and SVR Algorithms: A Case Study of Shengjibao Landslide from the Three Gorges Reservoir Area. Appl. Sci. 2020, 10, 7830. [Google Scholar] [CrossRef]
  15. Zhang, J.; Tang, H.; Wen, T. A Hybrid Landslide Displacement Prediction Method Based on CEEMD and DTW-ACO-SVR-Cases Studied in the Three Gorges Reservoir Area. Sensors 2020, 20, 4287. [Google Scholar] [CrossRef] [PubMed]
  16. Wen, H.; Xiao, J.; Xiang, X. Singular spectrum analysis-based hybrid PSO-GSA-SVR model for predicting displacement of step-like landslides: A case of Jiuxianping landslide. Acta Geotech. 2024, 19, 1835–1852. [Google Scholar] [CrossRef]
  17. Ma, J.; Liu, X.; Niu, X. Forecasting of Landslide Displacement Using a Probability-Scheme Combination Ensemble Prediction Technique. Int. J. Environ. Res. Public Health 2020, 17, 4788. [Google Scholar] [CrossRef] [PubMed]
  18. Luo, W.; Dou, J.; Fu, Y. A Novel Hybrid LMD–ETS–TCN Approach for Predicting Landslide Displacement Based on GPS Time Series Analysis. Remote Sens. 2022, 15, 229. [Google Scholar] [CrossRef]
  19. Zhang, Y.; Tang, J.; He, Z. A novel displacement prediction method using gated recurrent unit model with time series analysis in the Erdaohe landslide. Nat. Hazards 2020, 105, 783–813. [Google Scholar] [CrossRef]
  20. Zhou, C.; Yin, K.; Cao, Y. Application of time series analysis and PSO–SVM model in predicting the Bazimen landslide in the Three Gorges Reservoir, China. Eng. Geol. 2016, 204, 108–120. [Google Scholar] [CrossRef]
  21. Yang, B.; Yin, K.; Lacasse, S. Time series analysis and long short-term memory neural network to predict landslide displacement. Landslides 2019, 16, 677–694. [Google Scholar] [CrossRef]
  22. Zhang, Y.; Tang, J.; Cheng, Y. Prediction of landslide displacement with dynamic features using intelligent approaches. Int. J. Min. Sci. Technol. 2022, 32, 539–549. [Google Scholar] [CrossRef]
  23. Huang, F.; Cao, Z.; Guo, J. Comparisons of heuristic, general statistical and machine learning models for landslide susceptibility prediction and mapping. Catena 2020, 191, 104580. [Google Scholar] [CrossRef]
  24. Chang, Z.; Du, Z.; Zhang, F. Landslide Susceptibility Prediction Based on Remote Sensing Images and GIS: Comparisons of Supervised and Unsupervised Machine Learning Models. Remote Sens. 2020, 12, 502. [Google Scholar] [CrossRef]
  25. Ma, J.; Xia, D.; Guo, H. Metaheuristic-based support vector regression for landslide displacement prediction: A comparative study. Landslides 2022, 19, 2489–2511. [Google Scholar] [CrossRef]
  26. Cao, Y.; Yin, K.; Zhou, C. Establishment of Landslide Groundwater Level Prediction Model Based on GA-SVM and Influencing Factor Analysis. Sensors 2020, 20, 845. [Google Scholar] [CrossRef] [PubMed]
  27. Nguyen, H.; Bui, X.-N.; Topal, E. Enhancing predictions of blast-induced ground vibration in open-pit mines: Comparing swarm-based optimization algorithms to optimize self-organizing neural networks. Int. J. Coal Geol. 2023, 275, 104294. [Google Scholar] [CrossRef]
  28. Lialestani, S.P.M.; Parcerisa, D.; Himi, M.; Abbaszadeh Shahri, A. A novel modified bat algorithm to improve the spatial geothermal mapping using discrete geodata in catalonia-spain. Model. Earth Syst. Environ. 2024, 10, 4415–4428. [Google Scholar] [CrossRef]
  29. Iraninezhad, R.; Asheghi, R.; Ahmadi, H. A new enhanced grey wolf optimizer to improve geospatially subsurface analyses. Model. Earth Syst. Environ. 2025, 11, 108. [Google Scholar] [CrossRef]
  30. Stork, J.; Eiben, A.E.; Bartz-Beielstein, T. A new taxonomy of global optimization algorithms. Nat. Comput. 2022, 21, 219–242. [Google Scholar] [CrossRef]
  31. Agrawal, P.; Abutarboush, H.F.; Ganesh, T.; Mohamed, A.W. Metaheuristic algorithms on feature selection: A survey of one decade of research (2009–2019). IEEE Access 2021, 9, 26766–26791. [Google Scholar] [CrossRef]
  32. Li, H.; Xu, Q.; He, Y. Temporal detection of sharp landslide deformation with ensemble-based LSTM-RNNs and Hurst exponent. Geomat. Nat. Hazards Risk 2021, 12, 3089–3113. [Google Scholar] [CrossRef]
  33. Gers, F.A.; Schmidhuber, J. LSTM recurrent networks learn simple context-free and context-sensitive languages. IEEE Trans. Neural Netw. 2001, 12, 1333–1340. [Google Scholar] [CrossRef] [PubMed]
  34. Huang, F.; Yin, K.; Zhang, G. Landslide displacement prediction using discrete wavelet transform and extreme learning machine based on chaos theory. Environ. Earth Sci. 2016, 75, 1376. [Google Scholar] [CrossRef]
  35. Zeng, T.; Jiang, H.; Li, Q. Landslide displacement prediction based on Variational mode decomposition and MIC-GWO-LSTM model. Stoch. Environ. Res. Risk Assess 2022, 36, 1353–1372. [Google Scholar] [CrossRef]
  36. Zhou, C.; Yin, K.; Cao, Y. A novel method for landslide displacement prediction by integrating advanced computational intelligence algorithms. Sci. Rep. 2018, 8, 7287. [Google Scholar] [CrossRef] [PubMed]
  37. Ye, X.; Zhu, H.; Cheng, G. Thermo-hydro-poro-mechanical responses of a reservoir-induced landslide tracked by high-resolution fiber optic sensing nerves. J. Rock Mech. Geotech. Eng. 2023, 16, 1018–1032. [Google Scholar] [CrossRef]
  38. Miao, F.; Wu, Y.; Xie, Y. Prediction of landslide displacement with step-like behavior based on multialgorithm optimization and a support vector regression model. Landslides 2017, 15, 475–488. [Google Scholar] [CrossRef]
  39. Krkač, M.; Bernat, G.; Arbanas, S. A comparative study of random forests and multiple linear regression in the prediction of landslide velocity. Landslides 2020, 17, 2515–2531. [Google Scholar] [CrossRef]
  40. Ye, C.; Wei, R.; Ge, Y. GIS-based spatial prediction of landslide using road factors and random forest for Sichuan-Tibet Highway. J. Mt. Sci. 2021, 19, 461–476. [Google Scholar] [CrossRef]
  41. Li, L.; Wang, C.; Wen, Z. Landslide displacement prediction based on the ICEEMDAN, ApEn and the CNN-LSTM models. J. Mt. Sci. 2023, 20, 1220–1231. [Google Scholar] [CrossRef]
  42. Ni, P.; Zhang, X.; Zhai, D.; Zhou, Y.; Li, T. Enhancing diversity and robustness of clustering ensemble via reliability weighted measure. Appl. Intell. 2023, 53, 30778–30802. [Google Scholar] [CrossRef]
  43. Zeng, P.; Zhang, L.; Li, T.; Sun, X.; Zhao, L.; Dong, X.; Xu, Q. Constructing a region-specific rheological parameter database for probabilistic run-out analyses of loess flowslides. Landslides 2023, 20, 1167–1185. [Google Scholar] [CrossRef]
  44. Li, X.; Kong, J.; Wang, Z. Landslide displacement prediction based on combining method with optimal weight. Nat. Hazards 2011, 61, 635–646. [Google Scholar] [CrossRef]
  45. Lin, Z.; Ji, Y.; Liang, W. Landslide Displacement Prediction Based on Time-Frequency Analysis and LMD-BiLSTM Model. Mathematics 2022, 10, 2203. [Google Scholar] [CrossRef]
  46. Ledda, E.; Fumera, G.; Roli, F. Dropout injection at test time for post hoc uncertainty quantification in neural networks. Inf. Sci. 2023, 645, 119356. [Google Scholar] [CrossRef]
  47. Yin, X.; Hu, Q.; Schaefer, G. Open set recognition through monte carlo dropout-based uncertainty. Int. J. Bio-Inspired Comput. 2021, 18, 210–220. [Google Scholar] [CrossRef]
  48. Xia, Y.; Zhang, J.; Jiang, T.; Gong, Z.; Yao, W.; Feng, L. HatchEnsemble: An efficient and practical uncertainty quantification method for deep neural networks. Complex Intell. Syst. 2021, 7, 2855–2869. [Google Scholar] [CrossRef]
  49. McDermott, P.L.; Wikle, C.K. Bayesian recurrent neural network models for forecasting and quantifying uncertainty in spatial-temporal data. Entropy 2019, 21, 184. [Google Scholar] [CrossRef] [PubMed]
  50. Pei, H.; Meng, F.; Zhu, H. Landslide displacement prediction based on a novel hybrid model and convolutional neural network considering time-varying factors. Bull. Eng. Geol. Environ. 2021, 80, 7403–7422. [Google Scholar] [CrossRef]
  51. Ma, Z.; Mei, G. Deep learning for geological hazards analysis: Data, models, applications, and opportunities. Earth-Sci. Rev. 2021, 223, 103858. [Google Scholar] [CrossRef]
  52. Huang, F.; Zhang, J.; Zhou, C. A deep learning algorithm using a fully connected sparse autoencoder neural network for landslide susceptibility prediction. Landslides 2019, 17, 217–229. [Google Scholar] [CrossRef]
  53. Ke, L. Denoising GPS-based structure monitoring data using hybrid EMD and wavelet packet. Math. Probl. Eng. 2017, 2017, 4920809. [Google Scholar] [CrossRef]
  54. Yang, X.; Li, J.; Jiang, X. Research on information leakage in time series prediction based on empirical mode decomposition. Sci. Rep. 2024, 14, 28362. [Google Scholar] [CrossRef] [PubMed]
  55. Liu, Q.; Lu, G.; Dong, J. Prediction of landslide displacement with step-like curve using variational mode decomposition and periodic neural network. Bull. Eng. Geol. Environ. 2021, 80, 3783–3799. [Google Scholar] [CrossRef]
  56. Yang, B.; Yin, K.; Xiao, T.; Chen, L.; Du, J. Annual variation of landslide stability under the effect of water level fluctuation and rainfall in the Three Gorges Reservoir, China. Environ. Earth Sci. 2017, 76, 564. [Google Scholar] [CrossRef]
  57. Zhang, P. A novel feature selection method based on global sensitivity analysis with application in machine learning-based prediction model. Appl. Soft. Comput. 2019, 85, 105859. [Google Scholar] [CrossRef]
  58. Naik, D.L.; Kiran, R. A novel sensitivity-based method for feature selection. J. Big Data 2021, 8, 128. [Google Scholar] [CrossRef]
  59. Pizarroso, J.; Portela, J.; Munoz, A. NeuralSens: Sensitivity analysis of neural networks. J. Stat. Softw. 2022, 102, 1–36. [Google Scholar] [CrossRef]
  60. Asheghi, R.; Hosseini, S.A.; Saneie, M.; Shahri, A.A. Updating the neural network sediment load models using different sensitivity analysis methods: A regional application. J. Hydroinf. 2020, 22, 562–577. [Google Scholar] [CrossRef]
  61. Abbaszadeh Shahri, A.; Maghsoudi Moud, F.; Mirfallah Lialestani, S.P. A hybrid computing model to predict rock strength index properties using support vector regression. Eng. Comput. 2022, 38, 579–594. [Google Scholar] [CrossRef]
  62. Luo, C.; Zhu, S.P.; Keshtegar, B.; Niu, X.; Taylan, O. An enhanced uniform simulation approach coupled with SVR for efficient structural reliability analysis. Reliab. Eng. Syst. Saf. 2023, 237, 109377. [Google Scholar] [CrossRef]
Figure 1. (a) A typical RNN module. (b) An LSTM architecture [14,33].
Figure 1. (a) A typical RNN module. (b) An LSTM architecture [14,33].
Eng 06 00169 g001
Figure 2. A schematic representation of the prediction framework introduced in this study.
Figure 2. A schematic representation of the prediction framework introduced in this study.
Eng 06 00169 g002
Figure 3. (a) The regional context of the TGRA (Three Gorges Reservoir area) in China; (b) the spatial location of the Bazimen landslide; (c) a satellite-based overview of the Bazimen landslide (visual obtained via Google Earth).
Figure 3. (a) The regional context of the TGRA (Three Gorges Reservoir area) in China; (b) the spatial location of the Bazimen landslide; (c) a satellite-based overview of the Bazimen landslide (visual obtained via Google Earth).
Eng 06 00169 g003
Figure 4. The layout of monitoring points across the Bazimen landslide and its displacement zones. The red line represents the landslide boundary, the purple line indicates the cross-section I–I’, and the blue line denotes the coastline.
Figure 4. The layout of monitoring points across the Bazimen landslide and its displacement zones. The red line represents the landslide boundary, the purple line indicates the cross-section I–I’, and the blue line denotes the coastline.
Eng 06 00169 g004
Figure 5. The geological profile diagram along section I–I′ illustrating the Bazimen slope failure.
Figure 5. The geological profile diagram along section I–I′ illustrating the Bazimen slope failure.
Eng 06 00169 g005
Figure 6. The results of the decomposition of the displacement monitoring data at the ZG111 point.
Figure 6. The results of the decomposition of the displacement monitoring data at the ZG111 point.
Eng 06 00169 g006
Figure 7. Monitoring the records of rainfall, water levels in the reservoir, and cumulative displacement within the landslide zone.
Figure 7. Monitoring the records of rainfall, water levels in the reservoir, and cumulative displacement within the landslide zone.
Eng 06 00169 g007
Figure 8. Variation in rainfall, reservoir level, and cumulative displacement increases at ZG111.
Figure 8. Variation in rainfall, reservoir level, and cumulative displacement increases at ZG111.
Eng 06 00169 g008
Figure 9. Curves for the predicted displacement at point ZG111. (A) Trend term comparison of ZG111; (B) Periodic term comparison; (C) Total displacement prediction. The red dotted boxes indicate areas of significant variation; the arrows highlight the direction of displacement trends; letters “a” and “b” mark regions with noticeable differences between observed and predicted values.
Figure 9. Curves for the predicted displacement at point ZG111. (A) Trend term comparison of ZG111; (B) Periodic term comparison; (C) Total displacement prediction. The red dotted boxes indicate areas of significant variation; the arrows highlight the direction of displacement trends; letters “a” and “b” mark regions with noticeable differences between observed and predicted values.
Eng 06 00169 g009aEng 06 00169 g009b
Figure 10. The fitting performance of the model at point ZG111: observed and predicted displacements during January–December 2010. The red dotted boxes highlight key comparison areas. Labels a′ and b′ indicate regions with obvious differences among models.
Figure 10. The fitting performance of the model at point ZG111: observed and predicted displacements during January–December 2010. The red dotted boxes highlight key comparison areas. Labels a′ and b′ indicate regions with obvious differences among models.
Eng 06 00169 g010
Table 1. The stages of deformation of the Bazimen landslide.
Table 1. The stages of deformation of the Bazimen landslide.
Deformation StageTime RangeRemarks
1March 2003–May 2003The landslide deformation starting stage.
2June 2003–September 2006Cracks begin to appear with the first fluctuation of 135 m.
3October 2006–August 2008The deformation activity of cracks has intensified with an initial fluctuation of 156 m.
4September 2008–December 2010The first fluctuation of 175 m shown by cumulative time–displacement curves with a periodic step-like characteristic.
Table 2. Gray relational degree between the influencing variables and the periodic movement of the Bazimen landslide.
Table 2. Gray relational degree between the influencing variables and the periodic movement of the Bazimen landslide.
Candidate FactorsDescriptionZG111
f1the precipitation during the current month0.68
f2the precipitation during the past two months0.63
f3the maximum daily rainfall during the current month0.65
f4the number of rainy days during the current month0.63
f5the maximum continuous number of rainfall days during the current month0.67
f6the average reservoir level during the current month0.63
f7the change in the reservoir level during the current month0.73
f8the change in the reservoir level during the past two months0.67
f9the number of days of reservoir water level decline during the current month0.68
f10the accumulated decrease in reservoir water level during the current month0.69
f11the number of days over which reservoir water levels rose during the current month0.64
f12the accumulated increase in reservoir water levels during the current month0.63
Table 3. The result of the collinearity test in ZG111.
Table 3. The result of the collinearity test in ZG111.
Candidate
Factors
Initial Input FactorNew Input Factor 1New Input Factor 2
ToleranceVIFToleranceVIFToleranceVIF
f10.1476.8200.1486.7430.2334.291
f20.2164.6320.2294.3650.2354.263
f30.2454.0790.2613.829//
f40.3203.1300.3303.0300.3333.007
f50.5081.9680.5551.8020.5731.746
f60.5921.6900.5991.6710.6111.636
f70.006179.967////
f80.2464.0730.2613.8370.2623.818
f90.01759.365////
f100.01566.7220.3023.3140.3173.152
f110.01759.2860.2613.8280.2633.797
f120.006171.9820.2234.4850.2264.431
Table 4. Optimal hyperparameter combination of SVRs and LSTMs at point ZG111.
Table 4. Optimal hyperparameter combination of SVRs and LSTMs at point ZG111.
PointLSTMsSVRs
Number of LayersNumber of EpochsNumber of Batch SizesNumber of NeuronsCGamma
Trend term of ZG1113541222210.5099
Periodic term of ZG111365282274.00.75
Table 5. Prediction accuracy of displacement at point ZG111 using LSTM and SVR models.
Table 5. Prediction accuracy of displacement at point ZG111 using LSTM and SVR models.
TimeOriginal
Displacement (mm)
SVRsLSTMs
Predicted
Displacement (mm)
Absolute
Error (mm)
Relative
Error (%)
Predicted
Displacement (mm)
Absolute
Error (mm)
Relative
Error (%)
January 20101091.101063.5727.532.521051.5639.543.62
February 20101089.501071.6517.851.641067.3922.112.03
March 20101101.701081.3020.41.851081.3320.371.85
April 20101111.401074.0437.363.361121.6010.200.92
May 20101109.801114.294.490.401140.8031.002.79
June 20101121.401152.8731.472.811162.5341.133.67
July 20101189.401189.360.040.001206.8917.491.47
August 20101232.901198.1634.742.821214.9417.961.46
September 20101253.501193.1560.354.811217.8535.652.84
October 20101268.301225.8842.423.341258.329.980.79
November 20101264.201236.4127.792.201261.922.280.18
December 20101262.001261.160.840.071272.5210.520.83
Min 0.040.00 9.980.18
Max 60.354.81 41.133.67
Mean 25.442.15 21.521.87
RMSE 30.71 24.73
Table 6. The accuracy of the predicted displacement in periodic and trend terms using LSTM and SVR models at point ZG111.
Table 6. The accuracy of the predicted displacement in periodic and trend terms using LSTM and SVR models at point ZG111.
ModelRMSE in Trend Term (mm)RMSE in Periodic Term (mm)
SVR2.3028.92
LSTM3.5223.61
Table 7. The selected hyperparameters and input features for the best-performing prediction model at point ZG111.
Table 7. The selected hyperparameters and input features for the best-performing prediction model at point ZG111.
InputsN_NEIGHBORSP
f1, f3, f4, f5, f6, f10, f11, f12, f13, f1522
Table 8. Prediction accuracy at the ZG111 point based on the refined model.
Table 8. Prediction accuracy at the ZG111 point based on the refined model.
TimeOriginal
Displacement (mm)
Predicted
Displacement (mm)
Classification Output ResultsAbsolute Error (mm)Relative Error (%)
January 20101091.101051.56039.543.62
February 20101089.501071.65117.85 ^1.64
March 20101101.701081.33020.37 *1.85
April 20101111.401121.60010.20 *0.92
May 20101109.801114.2914.49 ^0.40
June 20101121.401152.87131.47 ^2.81
July 20101189.401206.89017.491.47
August 20101232.901198.16134.742.82
September 20101253.501217.85035.65 *2.84
October 20101268.301258.3209.98 *0.79
November 20101264.201261.9202.28 *0.18
December 20101262.001272.52010.520.83
Min 2.280.18
Max 39.543.62
Mean 19.551.68
RMSE 23.11
* Better than SVR models. ^ Better than LSTM models.
Table 9. Optimal hyperparameter combination of SVRs and LSTMs at point ZG111 without decomposition.
Table 9. Optimal hyperparameter combination of SVRs and LSTMs at point ZG111 without decomposition.
PointLSTMsSVRs
Number of LayersNumber of EpochsNumber of Batch SizesNumber of NeuronsCGamma
Total displacement of ZG111365282274.00.75
Table 10. The accuracy of the predicted displacement in total displacement by a single model at point ZG111 without decomposition.
Table 10. The accuracy of the predicted displacement in total displacement by a single model at point ZG111 without decomposition.
ModelRMSE of Single Model in Total Displacement (mm)
SVR386.93
LSTM453.59
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jiang, H.; Wu, J.; Zhou, H.; Liu, M.; Li, S.; Wu, Y.; Guo, Y. The Application of KNN-Optimized Hybrid Models in Landslide Displacement Prediction. Eng 2025, 6, 169. https://doi.org/10.3390/eng6080169

AMA Style

Jiang H, Wu J, Zhou H, Liu M, Li S, Wu Y, Guo Y. The Application of KNN-Optimized Hybrid Models in Landslide Displacement Prediction. Eng. 2025; 6(8):169. https://doi.org/10.3390/eng6080169

Chicago/Turabian Style

Jiang, Hongwei, Jiayi Wu, Hao Zhou, Mengjie Liu, Shihao Li, Yuexu Wu, and Yongfan Guo. 2025. "The Application of KNN-Optimized Hybrid Models in Landslide Displacement Prediction" Eng 6, no. 8: 169. https://doi.org/10.3390/eng6080169

APA Style

Jiang, H., Wu, J., Zhou, H., Liu, M., Li, S., Wu, Y., & Guo, Y. (2025). The Application of KNN-Optimized Hybrid Models in Landslide Displacement Prediction. Eng, 6(8), 169. https://doi.org/10.3390/eng6080169

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop