Research Article

Landslide Displacement Prediction Based on Transfer Learning and Bi-GRU

Table 1

The characteristics of some models of predicting slope deformation.

CategoryCommonly used modelInput data or characteristicsLimitations

Statistics-based modelAuto-regressive moving average model (ARMA)The correlation analysis of the input series is required, and the order and parameters of the model should be determined in advance.Since a variety of factors affect landslide deformation, the statistical model cannot reflect the fluctuation in the landslide displacement with the influencing factors.
Gray model and related improved modelsThe original time series should be accumulated to yield the once accumulating generation operator (1-AGO) data sequence.

Machine-learning-based modelExtreme learning machine modelThe inputs are usually the selected inducing factors or features.Static fitting is performed on historical data, which cannot reflect the nature of the dynamic evolution of landslides
Support-vector machine (SVM) model
Neural network model
Deep-learning-based models, such as long short-term memory (LSTM) and gated recurrent unit (GRU) modelsThe input can be original displacement series and various influencing factors.When the sample data are limited, overfitting can easily occur, resulting in poor prediction accuracy.