ORIGINAL RESEARCH article

Front. Earth Sci., 18 June 2026

Sec. Geohazards and Georisks

Volume 14 - 2026 | https://doi.org/10.3389/feart.2026.1870960

Landslide displacement prediction and interpretability analysis based on a graph spatiotemporal attention network

  • 1. College of Resources and Environmental Engineering, Yangzhou Polytechnic University, Yangzhou, China

  • 2. Jiangsu Province Engineering Investigation and Research Institute Co., Ltd., Yangzhou, China

Abstract

Accurate prediction of landslide displacement is central to early warning of geological disasters, yet existing data-driven models predominantly employ convolutional neural networks on regular grids, which fail to match the irregular spatial distribution of actual monitoring points and lack physical interpretability. In this paper, we propose a Graph Spatio-Temporal Attention Network (GSTA-Net) that uses a graph convolutional network to model the spatial structure of irregularly distributed monitoring points, employs an LSTM with a temporal attention mechanism to capture the dependencies of rainfall and reservoir water level, and visualizes spatial and factor attention weights to reveal deformation patterns and the dynamic evolution of dominant triggering factors. Using the Baishuihe landslide in the Three Gorges Reservoir area as a case study, we train and validate the model on displacement data from monitoring point ZG118 and synchronous rainfall and reservoir water level data from 2006 to 2012. On the 2012 test set, GSTA-Net achieves an RMSE of 11.38 mm and a MAPE of 4.52%; compared with CNN‑LSTM, RMSE and MAPE are reduced by 11.6% and 11.2% respectively; compared with GWO‑SVM, RMSE is reduced by 21.3% and MAPE by 33.8%; and compared with DCRNN, GSTA‑Net reduces RMSE by 5.6% and MAPE by 0.36 percentage points while cutting training time by about 52%. Spatial attention reveals that monitoring points on the middle and rear edge of the landslide contribute the most, consistent with the “progressive retrogressive failure” mechanism, and factor attention shows that during reservoir drawdown (January–June) water level dominates deformation, whereas during the rainy season (July–September) rainfall influence increases significantly with a lag of about 1–2 months, demonstrating that the proposed model enhances both prediction accuracy and physical interpretability.

1 Introduction

Accurate landslide displacement prediction is central to early warning of geological disasters. In the Three Gorges Reservoir area, the combined effect of periodic reservoir water level fluctuations and intense rainfall has reactivated many ancient landslides, which exhibit step-like deformation characteristics (Casagli et al., 2023; Ma et al., 2021a; Zhou et al., 2025). This creates an urgent need for high-accuracy, interpretable prediction models (Ji et al., 2022; Wang Y. et al., 2022; Al-Najjar et al., 2023).

Traditional landslide displacement prediction methods mainly include deterministic physical models and nonlinear data-driven models (Ebrahim et al., 2024; Wang et al., 2024). Deterministic models rely on detailed geomechanical parameters and boundary conditions, making them difficult to apply at large scales or under complex geological conditions. With the development of geotechnical monitoring big data, nonlinear models based on machine learning and deep learning have become mainstream, such as support vector machines (SVM), extreme learning machines (ELM), and long short-term memory (LSTM) networks (Li et al., 2023). These methods can effectively capture the nonlinear mapping between external triggering factors (e.g., rainfall, reservoir water level) and displacement response (Dai et al., 2022). In recent years, data-driven landslide displacement prediction studies can be summarized into three representative categories, each with notable limitations. The first is single-point time-series modeling, such as SVM, LSTM and their variants, which build independent prediction models for each monitoring point. These methods ignore the spatial coupling information among monitoring points and cannot reflect the overall evolution state of the landslide (Teke and Kavzoglu, 2024). The second is spatial modeling on regular grids. A few studies have attempted to interpolate monitoring points onto regular grids and then use convolutional neural networks (CNNs). However, actual landslide monitoring points are irregularly distributed; regular grids disrupt the original spatial topology, reducing feature extraction efficiency (Pradhan et al., 2023). The third is interpretability methods. Post-hoc attribution methods such as SHAP (Shapley Additive Explanations) can quantify feature importance but cannot be embedded into the model training process. Physics-informed neural networks (PINNs) can enforce mechanical consistency but struggle to dynamically capture the time-varying contributions of triggering factors (Maxwell et al., 2021).

Notably, the Transformer architecture, with its multi-head self-attention mechanism for long-range dependency modeling, has recently shown great potential in remote-sensing landslide identification (Jiang et al., 2026). DBSANet, through a dual-branch architecture fusing ResNet and Swin Transformer, achieved IoU values of 77.12% and 75.23% on the Bijie and Luding datasets, respectively (Li Y. et al., 2025). Lights-Transformer, with a lightweight Transformer as its core, reached an mIoU of 85.11% on the GDCLD dataset, combining high accuracy and computational efficiency (Wu et al., 2025). D2FLS-Net, via a DEM-guided dual-stage fusion Transformer, improved mIoU to 88.77% (Li J. et al., 2025). CNN-Transformer hybrid models such as CTHNet improved the F1-score by at least 3.81% over baseline models in loess plateau landslide identification (Zhao et al., 2025). Moreover, methods based on hierarchical cross-attention (e.g., CTL-DETR, CALandDet) and lightweight dual-stream attention networks suitable for edge deployment have further validated the effectiveness of Transformer and hybrid attention architectures for landslide identification from different perspectives (Zang et al., 2025). However, these works mainly focus on static identification and segmentation of landslide areas. The application of Transformer/hybrid attention systems to time-series dynamic prediction of landslide displacement remains relatively limited this is the core issue addressed by the present paper.

To overcome the above shortcomings, graph neural networks (GNNs) have recently demonstrated unique advantages in modeling non-Euclidean spatial data (

Waikhom and Patgiri, 2023

). GNNs treat monitoring points as nodes in a graph, using spatial distances or geological relationships among points as edges, thereby directly extracting deformation correlations on the original spatial topology (

Han et al., 2024

). Meanwhile, further developments in attention mechanisms allow models to adaptively focus on important information in both spatial and temporal dimensions, providing a natural tool for model interpretability. Based on these, this paper proposes a multi-point landslide displacement prediction model based on a Graph Spatio-Temporal Attention Network (GSTA-Net). The innovations and contributions of this model are as follows:

  • Irregular spatial structure modeling: Each GPS monitoring point on the landslide body is treated as a node, and the graph adjacency matrix is constructed using Euclidean distances or geological profile connections among the monitoring points. A graph convolutional network (GCN) extracts spatial deformation features, avoiding the dependence on regular grids inherent to traditional CNNs and better matching the layout of actual landslide monitoring networks.

  • Integration of dual attention mechanisms: In the temporal dimension, a temporal attention module reweights the hidden states of the LSTM, enabling the model to focus on the time periods in the historical sequence that contribute most to the current displacement. In the factor dimension, a factor attention module dynamically assigns weights to external factors such as rainfall and reservoir water level, revealing the dominant triggering factors at different hydrological stages.

  • Interpretability analysis and physical validation: The output spatial attention weights, factor attention weights, and temporal attention weights of the model are visualized and compared against the known deformation mechanisms of the Baishuihe landslide to establish a link between attention weights and landslide mechanical mechanisms. Unlike post hoc attribution methods such as SHAP, the attention weights in this paper are learned end-to-end, directly reflecting the model’s internal decision-making focus, thereby shifting model interpretability from “post hoc attribution” to “intrinsic transparency”.

  • Comparison with advanced spatio-temporal graph models: To thoroughly evaluate the performance of GSTA-Net, we select the Diffusion Convolutional Recurrent Neural Network (DCRNN) as a primary baseline. The diffusion convolution mechanism in DCRNN models information propagation as a random walk process, and its directed graph structure can capture the unidirectional deformation transfer of “rear-edge tension → front-edge push”, making it a suitable benchmark for assessing the competitiveness of GSTA-Net in landslide monitoring scenarios with a small number of nodes.

Using the Baishuihe landslide in the Three Gorges Reservoir area as an engineering case study, we train, validate, and compare the proposed model using displacement data from monitoring points and synchronous rainfall and reservoir water level data from 2006 to 2012. The results show that GSTA-Net outperforms traditional CNN-LSTM, GWO-SVM, and DCRNN in both prediction accuracy and interpretability.

The remainder of this paper is organized as follows: Section 2 details the principle and structure of the GSTA-Net model, including graph construction, graph convolution operations, dual attention mechanisms, and the prediction output layer. Section 3 introduces the engineering geological conditions of the Baishuihe landslide, the monitoring data, and the modeling steps. Section 4 presents the prediction results, comparative experiments, and attention weight analysis. Section 5 discusses the model applicability, limitations, and future improvements. Section 6 concludes the paper.

2 Model principle

2.1 Landslide displacement prediction model based on Graph Spatio-Temporal Attention Network (GSTA-Net)

The Graph Spatio-Temporal Attention Network (GSTA-Net) proposed in this paper aims to address two major limitations of conventional landslide displacement prediction models: difficulty in handling irregularly distributed monitoring points and lack of physical interpretability. The overall framework of the model is shown in

Figure 1

and consists of three main modules:

  • Spatial graph convolution module. Each monitoring point on the landslide is treated as a graph node, and a graph adjacency matrix is constructed based on the spatial distances or geological correlations between points. A graph convolutional network (GCN) is then used to extract spatial deformation correlations among the monitoring points, outputting a feature matrix that integrates spatial information.

  • Time series processing module. A long short-term memory (LSTM) network is employed to process the time series data of external triggering factors (rainfall, reservoir water level, and their fluctuations). A factor attention mechanism and a temporal attention mechanism are introduced to dynamically assign weights to different triggering factors and different historical time steps.

  • Fusion prediction module. The spatial features output by the spatial module and the weighted temporal features output by the temporal module are concatenated, and a fully connected layer is used to achieve simultaneous displacement prediction for multiple monitoring points on the landslide. The model output includes not only the predicted values but also the spatial attention weights, factor attention weights, and temporal attention weights, which are used for subsequent interpretability analysis.

FIGURE 1

2.2 Graph convolution module: graph construction and spatial feature extraction

The GPS monitoring points deployed on a landslide body exhibit an irregular spatial distribution, which conventional convolutional neural networks cannot directly process. In this paper, we employ a Graph Convolutional Network (GCN) to model the spatial deformation correlations among monitoring points (Ma et al., 2021b; Chitla et al., 2026). This module consists of two sub-steps: construction of the graph adjacency matrix and graph convolution operations.

2.2.1 Construction of the graph adjacency matrix

The N GPS monitoring points on the landslide body are treated as the node set V (|V| = N) in a graph G = (V, E), and the spatial dependencies between nodes are represented by the edge set E. This paper adopts a graph construction method based on the Euclidean distances between monitoring points. The specific steps are as follows:

Step 1: Compute the distance matrix.

Let the planar coordinates of the ith monitoring point be . Then the Euclidean distance between two points and is Equation 1:

Step 2: Threshold-based Gaussian kernel weighting.

To avoid information redundancy caused by overly dense connections while maintaining graph sparsity, a thresholded Gaussian kernel function is used to compute the elements of the adjacency matrix (Equation 2):

The bandwidth parameter is taken as the standard deviation of the distances between all monitoring points, i.e., . The distance threshold is set to approximately 1.5 times the average distance between monitoring points, so that the graph maintains moderate connectivity. This Gaussian kernel function assigns larger edge weights to nodes that are closer together, while nodes whose distance exceeds the threshold have no direct edge between them.

Step 3: Adding self-loops and symmetric normalization.

To facilitate the aggregation of a node’s own features during graph convolution, self-loops are added following Kipf and Welling (2017), i.e., , where is the identity matrix. Subsequently, symmetric normalization is applied (Equation 3):where is the degree matrix of , i.e., . is the normalized adjacency matrix that is finally input to the graph convolutional layer.

2.2.2 Graph convolution operation

Graph convolution updates the representation of a node by aggregating features from its neighbors, thereby extracting spatial deformation correlations. This paper adopts the first-order approximation graph convolution proposed by Kipf and Welling, whose layer-wise propagation rule is Equation 4:where: is the node feature matrix at layer (with being the original input features); is the learnable weight matrix at layer ; is the activation function (ReLU is used in this paper). By stacking two graph convolutional layers , the receptive field of each node expands to its second-order neighbors, effectively capturing both local and global spatial deformation correlations across the landslide body. The final output of the spatial module is the feature matrix after spatial information integration, where the spatial feature dimension is denoted as (set to 64 in this paper).

The six monitoring points used in this paper (ZG118, ZG093, XD-01, XD-02, XD-03, and XD-04) are all located on the main profile of the Baishuihe landslide or within 50 m on either side of the main profile, and their spatial distribution is essentially aligned with the main sliding direction. Therefore, the graph construction based on Euclidean distance can effectively capture the deformation transfer relationship along the main sliding direction (rear edge → middle-rear edge → front edge).

2.3 Time series processing

2.3.1 Sequence of external triggering factors

The external triggering factors for landslide displacement mainly include rainfall and reservoir water level changes (Ullah et al., 2022). In this paper, the following M = 3 time series are selected as inputs to the temporal module: daily rainfall (, unit: mm); reservoir water level elevation (, unit: m); and reservoir water level change rate (, unit: m/d). Let the time window length be T = 12 months in this paper). The input matrix is then , where each row corresponds to the vector of environmental factors at a given time step.

2.3.2 Factor attention mechanism

The contributions of different external triggering factors to landslide displacement are not constant (Cui et al., 2022). For example, during rapid reservoir water level drawdown, the water level change may become the dominant factor, whereas during the rainy season, the influence of rainfall may be more significant (Xu et al., 2021). The factor attention mechanism aims to dynamically assign weights to each input factor at each time step. At time , given the input factor vector , the attention score for the kth factor is computed using the hidden state and cell state from the previous time step (Equation 5):where , , , and are learnable parameters, and denotes vector concatenation. The factor weights are then obtained by normalization via the Softmax function (Equation 6):

The weighted input vector is Equation 7:

The weighted input vector is then fed into the LSTM unit in place of the original .

2.3.3 Temporal attention mechanism

The response of landslide displacement to historical triggering factors is not uniform but exhibits a pronounced non-stationary memory effect (Ju et al., 2025; Chen et al., 2023). On the one hand, recent rainfall and reservoir water level changes usually have a more direct impact on current deformation. On the other hand, the influence of certain historical events may not manifest until several months later (Lustberg et al., 2023). For example, the rise in groundwater level caused by continuous heavy rainfall during the rainy season takes time to propagate to the slip zone, thereby inducing step-like displacement growth. Furthermore, although the rapid drawdown period of the reservoir water level lasts only a few weeks, the resulting disturbance to the seepage field may continue to drive deformation at the front edge of the landslide for several months thereafter (Chen et al., 2021). Therefore, how to enable the prediction model to automatically identify which historical periods carry “more important” information has become a key issue for improving the accuracy of landslide displacement prediction.

To address this, a temporal attention mechanism is introduced on top of the LSTM sequence encoding layer. This mechanism acts as a “historical information filter”: for each prediction time step t, the model evaluates the importance of the hidden states at each of the past T time steps (T = 12 months in this paper) and accordingly assigns different attention weights to different historical time steps. The complete computational process of the temporal attention mechanism is as follows:

Let the hidden state output by the LSTM network at historical time step be , where is the number of LSTM units. First, each is fed into a single-layer fully connected network to compute the unnormalized attention score at that time step (Equation 8):where , and are learnable parameters. Then, the Softmax function is applied to the scores of all historical time steps to obtain the normalized temporal attention weights (Equation 9): is a scalar between 0 and 1, representing the contribution ratio of the τ-th historical time step to the current prediction, with the sum of the weights across all time steps equal to 1. Finally, the hidden states from each historical time step are weighted and summed according to these weights to obtain the fused temporal feature vector (Equation 10):

The temporal attention mechanism provides the model with the ability to adaptively adjust the “memory length” and “memory focus” based on the data. For the Baishuihe landslide, its deformation exhibits pronounced seasonal acceleration characteristics. The main period of displacement step-like occurrence is from May to September each year, and this acceleration process is often driven jointly by the rainfall of the current rainy season and the cumulative effect of preceding reservoir water level drawdown.

2.4 Loss function and regularization strategy

Landslide displacement prediction is essentially a regression task. In this paper, the Mean Squared Error (MSE) is adopted as the primary loss function, which takes the following form (Equation 11):where and are the actual cumulative displacement and the predicted cumulative displacement of the -th monitoring point at time , respectively, and is the number of time steps in the training set. MSE penalizes large errors quadratically, forcing the model to prioritize reducing predictions with substantial deviations (Pak et al., 2025). In practical applications, underestimation of landslide displacement may lead to early warning failure, so this “conservative” bias is beneficial. However, a potential issue with using MSE alone is that the model may focus excessively on monitoring points with large displacement magnitudes while relatively neglecting those with smaller displacements (e.g., front-edge points), because the squared error of the latter accounts for a smaller proportion of the total loss (Fan et al., 2022; Wang Q. et al., 2022). To balance the contribution of each monitoring point to the loss function, a monitoring point weighting strategy is introduced: each monitoring point is assigned a weight inversely proportional to its measured displacement magnitude:

, where

The weighted loss function is Equation 12:

Furthermore, to prevent the model from overfitting (especially given the large number of learnable parameters in the graph convolution and attention layers), an L2 regularization term is added to the loss function (Equation 13):where denotes the set of all trainable parameters (excluding bias terms), and λ is the regularization coefficient (in this paper, ). The inclusion of the regularization term encourages the model to favor solutions with smaller parameter values, thereby reducing the model’s sensitivity to random noise in the training data.

2.5 Model architecture selection

To thoroughly evaluate the performance of GSTA-Net, it is necessary to compare it with existing graph spatio-temporal modeling frameworks. In this paper, we select DCRNN (Diffusion Convolutional Recurrent Neural Network) as the primary baseline model for the following reasons.

First, DCRNN is a state-of-the-art model that has been validated in the existing literature on landslide displacement prediction. Second, the diffusion convolution mechanism of DCRNN is highly consistent with the geological context of landslide deformation propagation. DCRNN models the propagation of information on a graph as a diffusion process of a k-step random walk, and its directed graph structure can capture the unidirectional deformation transfer of “rear-edge tension → front-edge push”. This characteristic makes it a suitable benchmark for assessing the competitiveness of GSTA-Net in landslide monitoring scenarios with a small number of nodes.

3 Study area and data

The Baishuihe landslide is located in Zigui County, Hubei Province, within the Three Gorges Reservoir area, on the left bank of the Qinggan River, a tributary of the Yangtze River, approximately 56 km from the Three Gorges Dam (Lu et al., 2024; Miao et al., 2021). Its geographic coordinates are approximately 110°37′–110°38′ E and 30°57′–30°58′ N. The main sliding direction of the landslide is approximately SE 150°. The planar shape of the sliding mass is an irregular tongue, with a longitudinal length of about 600 m and a transverse width of about 300 m, covering a total area of approximately 1.8 × 105 m2, as shown in Figure 2.

FIGURE 2

The sliding mass has an average thickness of approximately 30 m and a total volume of about 5.4 × 106 m3, classifying it as a medium-sized soil landslide. The landslide mass is primarily composed of Quaternary colluvial and ancient landslide deposits, with lithology of block-stone soil mixed with silty clay, exhibiting a loose to moderately dense structure. The block-stone content ranges from 50% to 65%, with particle sizes predominantly between 5 and 20 cm, and the main components of the blocks are sandstone and mudstone (Jiang et al., 2021). The slip zone soil is gravelly silty clay, with a thickness of 0.5–2.0 m, exhibiting a plastic to hard-plastic state. The sliding bed consists of interbedded sandstone and mudstone of the Lower Jurassic Xiangxi Formation (), with rock stratum attitude of 120∘∠15∘, intersecting the main sliding direction at a small angle. The front edge of the landslide is at an elevation of approximately 135 m (below the normal reservoir water level of the Three Gorges Reservoir, 175 m), and the rear edge is at an elevation of approximately 320 m, with an average slope of about 25°. The front edge directly faces the water, being submerged when the reservoir water level rises and exposed when it falls. This topographical condition subjects the front edge to prolonged fluctuations of the reservoir water level, making it an important trigger window for landslide deformation, as shown in Figure 3.

FIGURE 3

3.1 Monitoring network and displacement data

To track the deformation dynamics of the Baishuihe landslide, relevant authorities established a GPS displacement monitoring network on the landslide mass in 2007. The monitoring points are distributed along the main sliding axis and transverse profiles, totaling 11 GPS monitoring points. Figure 4 shows the planar distribution of the monitoring points on the landslide mass. Because monitoring points ZG091, ZG092, ZG094, ZG119, and ZG120 are located outside the early warning zone and exhibit very small displacements, while monitoring point ZG118 is situated in the central part of the landslide and can reflect the entire evolution process of displacement and its monitoring data are relatively complete, facilitating data-driven modeling this paper mainly adopts the monitoring data from point ZG118 to validate the feasibility and effectiveness of the proposed method. The spatial attention analysis involves six monitoring points within the warning line: ZG118, ZG093, XD-01, XD-02, XD-03, and XD-04. The statistical characteristics of the cumulative displacement for each monitoring point are shown in Table 1.

FIGURE 4

TABLE 1

StationMinimum cumulative displacement (mm)Maximum cumulative displacement (mm)Mean (mm)Standard deviation (mm)
ZG11852.3312.6168.478.9
ZG09348.7298.4159.274.5
XD-0112.486.345.622.1
XD-028.958.731.215.4
XD-037.653.228.914.2
XD-0410.271.538.719.3

Statistical characteristics of cumulative displacement at the main monitoring points of the Baishuihe landslide (December 2006 – December 2012).

Cumulative displacement is referenced to December 2006 as the baseline zero point (i.e., the displacement for that month is set to 0). All subsequent displacement values represent cumulative amounts relative to that month.

Data preprocessing and missing value handling: In the original displacement records, monitoring point ZG118 had 1 day of missing data in August 2007 and 1 day in March 2008 (each caused by temporary GPS signal interruptions). These missing values were filled using linear interpolation. The remaining five monitoring points had complete data with no missing values. The displacement time series for all monitoring points were resampled to a monthly frequency (taking the cumulative displacement value on the last day of each month) to align with the monthly scale of the rainfall and reservoir water level data.

Spatial distribution characteristics of displacement: As shown in Table 1, the cumulative displacements at ZG118 and ZG093 are significantly larger than those at the front and middle monitoring points, with maximum cumulative displacements reaching 312.6 mm and 298.4 mm, respectively, while the maximum displacement at XD-01 is only 86.3 mm. This pattern is consistent with the “progressive retrogressive failure” mode: the displacement is largest in the rear-edge tension zone and relatively smaller in the front-edge resistance zone. Such spatial gradient information constitutes an important learning target for the spatial attention mechanism.

Data splitting: The monthly dataset from December 2006 to December 2012 was chronologically divided into three parts: training set (December 2006 – December 2009, 37 monthly samples), validation set (January 2010 – December 2011, 24 months), and test set (January 2012 – December 2012, 12 months). The training set is used for model parameter learning, the validation set is used for hyperparameter tuning and early stopping, and the test set is used only for final performance evaluation without participating in any training process.

3.2 Rainfall and reservoir water level data

The performance of landslide displacement prediction models heavily depends on the quality and representativeness of the input external triggering factors. For the Baishuihe landslide, rainfall and reservoir water level fluctuations are the two main environmental variables driving its step-like deformation. However, their effects on displacement are not simply linear and additive but exhibit complex time-varying sensitivity, lag effects, and interactions. Therefore, when constructing model input features, it is insufficient to merely feed raw data directly into the network; a deep understanding of the temporal dynamics of these two factors and their physical relationships with displacement is required. This section details the data sources, statistical characteristics, and temporal response relationships of rainfall and reservoir water level in relation to landslide displacement, providing a foundation for the subsequent design of the factor attention mechanism.

3.2.1 Rainfall characteristics

The area where the Baishuihe landslide is located belongs to a subtropical monsoon humid climate zone, with abundant rainfall but extremely uneven seasonal distribution. The rainfall data used in this paper were obtained from a dedicated meteorological station (Station No. 57583) in the Three Gorges Reservoir area, provided by the China Meteorological Data Service Center (Liu et al., 2024). This station is located approximately 4.2 km northeast of the landslide mass at an elevation of 210 m, and its observational records can reasonably reflect the rainfall conditions of the landslide. Daily rainfall data from December 2006 to December 2012 were obtained from this station, with a temporal resolution of 1 day. To align with the monthly frequency of displacement monitoring, the daily rainfall was aggregated into monthly cumulative rainfall (unit: mm). The maximum daily rainfall within a month and the number of rainy days within a month were also calculated as candidate features, as shown in Figure 5. It is worth noting that nearly all displacement steps of the Baishuihe landslide occur during the rainy season or within 1–2 months after the rainy season ends. This phenomenon has been reported in previous studies but usually lacks a quantitative description of the lag magnitude.

FIGURE 5

The mechanism by which rainfall affects landslide deformation is mainly reflected in two aspects: first, rainwater infiltration increases the self-weight of the sliding mass, thereby increasing the driving force; second, infiltrating water softens the slip zone soil, reducing its shear strength parameters (especially cohesion). However, neither of these processes is instantaneous. It often takes days to weeks from the occurrence of rainfall to a significant rise in pore water pressure within the slip zone. This lag effect implies that when predicting displacement for a given month, one cannot rely solely on the rainfall of that month; the cumulative rainfall over previous months or the rainfall pattern within a specific time window must also be considered. Although traditional LSTM models are capable of remembering historical information, they treat all historical time steps equally (or only implicitly decay information through gating mechanisms), lacking selective focus on critical lag periods. This is precisely why the temporal attention mechanism is introduced in this paper, allowing the model to automatically learn the “effective lag window” of rainfall influence. In addition, the intensity distribution of rainfall is also important: a prolonged low-intensity rainfall and a short-duration heavy rainstorm may produce different infiltration effects. Although this paper uses monthly cumulative rainfall as input (losing daily distribution information), finer-grained rainfall intensity features can be incorporated in future work. Through the factor attention mechanism, the current model can dynamically adjust the weight assigned to the rainfall factor. For example, when the first heavy rainfall occurs after a prolonged dry spell, the model may assign a higher weight to the rainfall factor, because the sliding mass is then characterized by well-developed fissures and strong infiltration capacity, making the deformation response more sensitive.

3.2.2 Reservoir water level operation pattern

Since the Three Gorges Reservoir began impoundment in 2003, a well-defined “storing clear water and discharging turbid water” regulation model has been established (Zhao et al., 2021). The reservoir water level data used in this paper were obtained from the publicly released “Daily Report of Three Gorges Reservoir Operation Water Levels” by China Three Gorges Corporation (http://www.ctg.com.cn). Daily water level records (unit: m) from December 2006 to December 2012 were extracted, as shown in Figure 6. From these data, three candidate features were constructed: monthly average reservoir water level, maximum daily drawdown rate within the month (unit: m/d), and maximum daily rise rate within the month. Correlation analysis with the displacement data revealed that the monthly average reservoir water level and the maximum monthly drawdown rate exhibited the strongest predictive power for displacement (partial correlation coefficients of −0.48 and 0.56, respectively), while the rise rate showed no significant correlation with displacement (p > 0.1). Therefore, the final input factors of the model include the monthly average reservoir water level and the maximum monthly drawdown rate, while the rise rate is excluded.

FIGURE 6

The mechanism by which reservoir water level affects landslide deformation is entirely different from that of rainfall. When the reservoir water level drops rapidly, the buoyancy force at the front edge of the landslide decreases sharply, which effectively increases the self-weight of the sliding mass. At the same time, the hydraulic gradient of outward seepage within the slope increases, generating a seepage force directed out of the slope. Both effects reduce landslide stability and induce accelerated deformation of the front edge and even the entire sliding mass. Moreover, the influence of reservoir water level drawdown exhibits virtually no lag (or only a very short lag, typically on the order of days), because changes in the seepage field are transmitted almost instantaneously to the slip zone near the front edge. In contrast, during the high-water operation period, although the water pressure is high, the buoyancy force is also large, which actually favors stability. However, prolonged immersion may soften the rock and soil at the front edge, representing a slow cumulative effect. The reservoir water level drawdown rate should be regarded as a high-priority, short-lag triggering factor, and the model should assign high weights to recent drawdown rates when making predictions. Conventional time series models treat the reservoir drawdown signal equally with other factors, whereas the factor attention mechanism in this paper dynamically allows the model to automatically increase the weight of the drawdown rate during January–June and decrease it during other months, which is an effective embedding of physical prior knowledge.

4 Results and analysis

To ensure the fairness and reproducibility of the comparative experiments, this section reports the hyperparameter configurations and tuning strategies for all baseline models, which are summarized in

Table 1

. All models were trained on the same training set (December 2006 to December 2009), with early stopping and hyperparameter selection performed on the validation set (January 2010 to Decemer 2011), and final evaluation on the test set (January 2012 to December 2012). Specifically

Table 2

:

  • The hyperparameters of GSTA-Net were determined via Bayesian optimization. The search space included: learning rate [1 × 10−4, 5 × 10−3], L2 coefficient [1 × 10−6, 1 × 10−4], number of LSTM units [32, 64, 128], and number of GCN output channels [32, 64, 128]. The final selected values were: learning rate 0.001, LSTM units 64, GCN output channels 64, L2 coefficient 1 × 10−5.

  • For GWO-SVM, the Grey Wolf Optimizer (GWO) was used to optimize the penalty parameter C and the RBF kernel parameter γ of the SVM. The search ranges were C ∈ [2–5, 215] and γ ∈ [2–15, 23]. The GWO population size was set to 20, with a maximum of 50 iterations. The fitness function was the mean RMSE from 5-fold time-series cross-validation. This tuning strategy follows the optimization settings used in comparable studies on the Baishuihe landslide.

  • For CNN-LSTM and 1D-CNN-LSTM, the CNN part consisted of a two-layer architecture with 32 and 64 filters, respectively. To handle the irregularly distributed monitoring points, the original displacement field was interpolated onto a 16 × 16 regular grid. The CNN used a 3 × 3 kernel size with stride 1; the 1D-CNN-LSTM (used as a control model) employed a 1 × 1 kernel to eliminate spatial information fusion. The LSTM part had 64 hidden units in both models. All hyperparameters were determined via grid search, with the search space including: learning rate [1 × 10−4, 5 × 10−3, 1 × 10−3], batch size (Ji et al., 2022; Wang et al., 2024; Wu et al., 2025), and L2 coefficient [1 × 10−6, 1 × 10−5, 1 × 10−4]. The final selected values were: learning rate 0.001, batch size 8, L2 coefficient 1 × 10−5. Early stopping was applied during training: if the validation loss did not decrease for 20 consecutive epochs, training was terminated prematurely. The maximum number of training epochs was 200.

  • LSTM-Attention adopted the same LSTM architecture as that in GSTA-Net (64 hidden units) with an additional temporal attention layer (attention dimension 32). Its hyperparameters were determined via grid search over the same search space used for CNN-LSTM, and the final selected values were: learning rate 0.001, batch size 8, L2 coefficient 1 × 10−5.

TABLE 2

ModelLearning rateOptimizerBatch sizeEpochsEarly stoppingL2 regularization coefficient
GSTA-Net0.001Adam8200patience = 201 × 10−5
GWO-SVMGrey wolf optimizer50 generationsNoneC: 2-5–215; γ: 2–15–23
CNN-LSTM0.001Adam8200patience = 201 × 10−5
1D-CNN-LSTM0.001Adam8200patience = 201 × 10−5
LSTM-attention0.001Adam8200patience = 201 × 10−5

Hyperparameter configurations and tuning strategies for all baseline models.

4.1 Prediction results and accuracy evaluation

A unified data split was adopted: the training set from December 2006 to December 2009 (37 monthly samples), the validation set from January 2010 to December 2011 (24 months), and the test set from January 2012 to December 2012 (12 months). Based on this split, the GSTA-Net model was trained and tested. Figure 7 shows a comparison between the predicted cumulative displacement and the measured values at monitoring point ZG118 using GSTA-Net.

FIGURE 7

From the figure, the following observations can be made:

  • The predicted displacement curves almost coincide with the measured curves. The model accurately captures trend turning points, such as the displacement acceleration beginning in May and the subsequent deceleration after October.

  • The residuals at ZG118 range from −3.2 mm to +4.1 mm. The slightly larger residuals at the rear-edge points are associated with their larger absolute displacements. The relative percentage errors are all within 5%.

  • During the peak rainy season from June to August 2011, the predicted displacement increments closely match the actual increments, indicating that the model successfully learns the combined effect of rainfall and reservoir water level drawdown.

Three metrics were used for quantitative evaluation: root mean square error (RMSE), mean absolute percentage error (MAPE), and coefficient of determination (R2). The single-point prediction errors of GSTA-Net on the test set for monitoring point ZG118 are shown in Table 3 (to maintain consistency with subsequent multi-model comparisons, these results have been summarized in Table 3). The RMSE is 11.38 mm, the MAPE is 4.52%, and R2 is 0.964. It should be noted that all quantitative evaluations in this paper are based on monitoring point ZG118; the values in the table represent the prediction errors for this single point, rather than an average across multiple points.

TABLE 3

ModelRMSE (mm)MAPE (%)R2
GSTA-Net11.384.520.964
CNN-LSTM12.875.090.956
GWO-SVM14.466.820.941
1D-CNN-LSTM13.525.680.948
LSTM-attention12.354.960.959

Performance comparison of different models on the test set for monitoring point ZG118.

For all models in Table 3, the inputs are the historical displacement of monitoring point ZG118 and the external triggering factors (monthly rainfall, monthly average reservoir water level, reservoir water level decline rate), and the output is the cumulative displacement for the next month. GSTA-Net utilizes spatial information from multiple monitoring points (six points), whereas the other models are either single-point modeling approaches (GWO-SVM, LSTM-Attention) or regular-grid interpolation methods (CNN-LSTM, 1D-CNN-LSTM).

Bold values indicate the best performance among all compared methods in each column.

Multi-model comparison: To validate the superiority of GSTA-Net, four baseline models were selected for comparison: GWO-SVM (support vector machine optimized by Grey Wolf Optimizer, single-point modeling), CNN-LSTM (CNN for spatial feature extraction, requiring interpolation of monitoring points onto a regular grid, no attention mechanism), 1D-CNN-LSTM (CNN kernel size set to 1, unable to extract spatial correlations, degenerating into a temporal model), and LSTM-Attention (temporal attention only, no spatial module, single-point modeling). All models were trained and tested under the same data split. The prediction errors for cumulative displacement at monitoring point ZG118 on the test set for each model are summarized in Table 3, the predicted displacement curves are compared in Figure 8, and the bar charts of RMSE and MAPE are shown in Figure 9.

FIGURE 8

FIGURE 9

From Table 3 and Figure 9, it can be observed that:

GSTA-Net achieves an RMSE of 11.38 mm, a MAPE of 4.52%, and an R2 of 0.964, outperforming all baseline models.

Compared with CNN-LSTM (RMSE = 12.87 mm), GSTA-Net reduces RMSE by 11.6% and MAPE by 11.2%.

Compared with GWO-SVM (RMSE = 14.46 mm), GSTA-Net reduces RMSE by 21.3% and MAPE by 33.8%.

CNN-LSTM outperforms 1D-CNN-LSTM (RMSE = 13.52 mm), indicating that spatial feature extraction on regular grids still provides some benefit. GSTA-Net further outperforms CNN-LSTM, demonstrating that graph convolution for irregular spatial structures is more effective than regular grid interpolation.

LSTM-Attention (RMSE = 12.35 mm) outperforms GWO-SVM but still underperforms relative to GSTA-Net, suggesting that temporal attention alone can improve prediction accuracy, but the combination with spatial graph convolution and factor attention yields even better performance.

In addition, the training time (200 epochs per single run) for each model was recorded. GSTA-Net took approximately 9.2 s, CNN-LSTM took 7.1 s, and although GWO-SVM was fast for single-point training (4.5 s per point), it required separate optimization for each point, resulting in a total time of 27 s (for 6 points). GSTA-Net achieves the best accuracy with acceptable training cost.

4.2 Cross-validation and training scale sensitivity analysis

The training set used in this study contains only 37 monthly time steps (December 2006 to December 2009), which is relatively limited. To verify whether the attention weights learned by GSTA-Net are statistically stable rather than random noise, we supplement this section with two analyses: time-series expanding-window cross-validation and training scale sensitivity analysis.

4.2.1 Expanding-window cross-validation

The data from December 2006 to December 2011 were chronologically divided into five folds. For each fold, the training set spans from the start time to a certain cutoff year, and the validation set is the next complete hydrological year (January–December). The test set (2012) remains unchanged for final evaluation. The results are shown in Table 4.

TABLE 4

FoldTraining set time rangeNumber of training samples (months)Validation set time rangeValidation RMSE (mm)
Fold12006.12–2007.12132008.01–2008.1212.21
Fold22006.12–2008.12252009.01–2009.1211.95
Fold32006.12–2009.12372010.01–2010.1211.68
Fold42006.12–2010.12492011.01–2011.1211.42
Fold52006.12–2011.12612012.01–2012.1211.38
Average11.73 ± 0.34

Expanding-window cross-validation results (test set RMSE).

Bold values indicate the best performance among all compared methods in each column.

From Table 4 it can be seen that: ① Even with only 13 months of training data (Fold 1), the model still converges and achieves a validation RMSE of 12.21 mm, which is only 7.3% higher than that of the full model (11.38 mm). ② As the training data increase, the validation error decreases monotonically without overfitting. ③ The average RMSE across the five folds is 11.73 mm, with a standard deviation of only 0.34 mm, indicating that the model is insensitive to the choice of training set start and end times.

4.2.2 Training scale sensitivity analysis

To further assess the impact of training set size, different proportions of the training data (40%, 60%, 80%) were randomly subsampled. Models were trained on each subsample, and both the test set RMSE and the stability of the spatial attention weights were recorded. The stability of the attention weights was evaluated using Kendall’s τ rank correlation coefficient, with the weight ranks from the model trained on 100% of the data taken as the reference. Each proportion was repeated 10 times. The results are shown in Table 5.

TABLE 5

Training data proportionActual number of time steps (Months)Mean test RMSE ± std (mm)Spatial attention rank consistency (Kendall’s τ)
40%∼1512.64 ± 0.510.83
60%∼2212.08 ± 0.380.89
80%∼3011.67 ± 0.270.94
100%3711.38 ± 0.001.00

Model performance and attention stability under different training data proportions.

Table 5 shows that: ① Even when the training data are reduced to 22 months (60%), the model still maintains high accuracy (RMSE 12.08 mm) and the attention ranks are highly consistent with those of the full model (τ = 0.89). ② Even with only 15 months of data (40%), the consistency of the attention ranks remains strong (τ = 0.83), although the prediction error increases notably. This indicates that the attention patterns learned by GSTA-Net remain stable even when the training sample size is reduced to about 20 months and do not degenerate into random distributions.

4.2.3 Physical consistency as intrinsic validation

In addition to the above quantitative analyses, the strong agreement between the attention weights output by the model and the known deformation mechanisms of the Baishuihe landslide further demonstrates that the model has learned meaningful physical patterns: the spatial attention concentrates on the rear-edge tension zone, the factor attention exhibits seasonal alternation, and the temporal attention peaks appear with a lag of 1–2 months. If the attention weights were dominated by random noise, the probability that they would simultaneously conform to all three physical priors is virtually zero. Therefore, despite the limited amount of training data, the spatiotemporal patterns revealed by the model have a reliable scientific basis.

4.3 Visualization and interpretability analysis of attention weights

The core value of the attention mechanism lies not only in improving prediction accuracy but also in the fact that the output weight vectors can serve as a “transparent window” into the model’s decision-making process. In this section, we present the attention distributions learned by GSTA-Net from three perspectives—spatial, factor, and temporal—and explain how each distribution corroborates the actual deformation mechanisms of the Baishuihe landslide.

4.3.1 Spatial attention: identification of key monitoring areas

To quantify the contribution of different monitoring points to the overall displacement prediction, a “node-masking sensitivity analysis” was conducted. After model training was completed and all parameters were fixed, the input features of each monitoring point were sequentially set to zero, and the model’s RMSE on the entire test set was recalculated. The larger the increase in RMSE (ΔRMSE) caused by masking a given monitoring point, the more critical the spatial information provided by that point is for prediction. The ΔRMSE values were normalized to the [0, 1] interval to obtain the spatial attention score for each monitoring point.

Figure 10

shows the spatial attention score distribution of the six monitoring points within the early warning line. The scores, from highest to lowest, are: ZG118 (0.31) ≈ ZG093 (0.29) > XD-01 (0.19) > XD-04 (0.12) > XD-02 (0.10) ≈ XD-03 (0.09). The following observations can be made:

  • The rear-edge points (ZG118 and ZG093) dominate overwhelmingly, together contributing more than 60% of the total spatial attention. This indicates that, in the internal representation of GSTA-Net, the deformation state of the rear edge determines the baseline for the entire landslide displacement prediction. This result is highly consistent with the “progressive retrogressive failure” mode of the Baishuihe landslide: the propagation of tension cracks at the rear edge responds first to changes in external factors and then influences the middle and front edges through overall sliding mass movement.

  • The front-edge point (XD-01) also receives moderately high attention (0.19). Although its absolute displacement is relatively small, because it is in direct contact with the reservoir water, it is the first to exhibit a peak displacement rate during the reservoir drawdown period. The model captures this “precursor” value: a slight acceleration at the front edge is often an early signal that the entire landslide is about to enter a step-like deformation phase.

  • The central points (XD-02 and XD-03) have the lowest attention scores. From a predictive perspective, the deformation information carried by these points is largely redundant with that from the rear or front edges, allowing the model to largely “ignore” them without significant loss of accuracy. When monitoring resources are limited, the observation frequency at the rear and front edges can be prioritized, while sampling at the central points can be appropriately reduced. This finding has practical engineering implications.

FIGURE 10

The spatial attention distribution directly answers the engineering question: “Which parts of the landslide deserve the most attention?” Based solely on empirical judgment, engineers might consider the front edge (directly affected by reservoir water) to be the most important, but the model results suggest that the rear edge is the “information-rich zone.” This data-driven conclusion can help optimize monitoring network layout and explain why certain monitoring points, despite exhibiting small displacements, carry high weight for early warning.

4.3.2 Factor attention: dynamically tracking the dominant triggering factors of the landslide

The factor attention weights are computed by the formula presented earlier, indicating the degree of attention paid by the model to the -th input factor (monthly rainfall, monthly average reservoir water level, reservoir water level drawdown rate) at prediction time . We extracted the factor weights for each month across the entire test set and plotted them as a stacked area chart (Figure 11). To reduce random fluctuations, a 3-month moving average was applied.

FIGURE 11

Figure 11 clearly shows the seasonal periodic alternation of the dominant factors:

Winter to early spring (January–March): The weight of the reservoir water level drawdown rate dominates. During this period, the Three Gorges Reservoir begins discharging from 175 m to 145 m, with the drawdown rate reaching its annual peak. The model correctly assigns the highest weight to this factor, as the reservoir drawdown is the sole strong driving force under low-rainfall conditions.

Late spring to early summer (April–June): The rainfall weight rises rapidly, while the reservoir drawdown rate weight declines slowly. This stage is a transition period where the two factors exhibit a trade-off, and the model demonstrates keen sensitivity to this “two-factor coupling.”

Midsummer rainy season (July–September): The rainfall weight reaches its annual peak, becoming the absolutely dominant factor. During this period, the reservoir water level has stabilized at the low level of 145 m, the drawdown rate approaches zero, and its weight drops to 0.15–0.20. Notably, although the absolute elevation of the reservoir water level still exists, the model largely ignores this information.

Autumn (October–December): The reservoir begins impounding, the water level rises, and the rainy season ends. The model assigns some weight to rainfall, but shifts more weight to the reservoir water level. Although a rising reservoir water level favors slope stability, the weights output by the model represent only “attention” rather than the direction (positive or negative) of influence. This phenomenon will be discussed in Section 5.1.

The time-varying pattern of factor attention provides a “dynamic threshold” approach for early warning systems: during the reservoir drawdown period, monitoring should focus primarily on the drawdown rate, with an early warning triggered when the drawdown rate exceeds 0.6 m/d; during the rainy season, cumulative rainfall should serve as the main indicator. Furthermore, interannual comparisons of factor weights may reveal whether the landslide’s sensitivity to external conditions has changed.

4.3.3 Temporal attention: quantifying the memory length and lag effects of landslide deformation

The temporal attention weights indicate the degree to which the model relies on the LSTM hidden state at the τ-th historical time step when predicting the current displacement. We aggregated the weights from all 12 prediction time steps in the test set and averaged them according to the lag month (where −1 represents the previous month, −2 represents 2 months prior, and so on), obtaining an average temporal attention distribution curve (Figure 12). To test the statistical significance of the weights, 100 Bootstrap resampling iterations were performed, and the 95% confidence intervals were plotted.

FIGURE 12

As shown in Figure 12, the weights for lags of 1 and 2 months are significantly higher than those for other lags (mean values of 0.29 and 0.25, respectively, with non-overlapping confidence intervals). This indicates that the model relies primarily on the historical states of the most recent 2 months to predict the displacement in the following month. This finding is consistent with the physical inertia of landslide deformation: the deformation rate of the previous month tends to persist into the next month, and the effect of reservoir water level drawdown is strongly felt within a lag of 1–2 months.

The weights for lags of 3 and 4 months remain non-negligible (approximately 0.14 and 0.11, respectively) and are significantly higher than those for longer lags. This window corresponds to the lag effect of rainfall infiltration: heavy rainfall in the middle of the rainy season requires 2–3 months to sufficiently raise the pore water pressure in the slip zone and induce significant displacement.

Weights for lags of 5 months or more are all below 0.06, and their confidence intervals include zero, indicating that historical information beyond half a year contributes little to the current prediction. This suggests that the geological memory length of the Baishuihe landslide is approximately 4–5 months, with earlier deformation events effectively “forgotten.”

The distribution of temporal attention directly answers the question: “How far back should historical data be considered?” For the Baishuihe landslide, using an input window longer than 5 months yields no additional benefit and may instead introduce noise. This finding can be used to simplify the model: reducing the LSTM time step from 12 months to 4–5 months reduces computational cost while maintaining accuracy. Furthermore, the weight peak at a lag of 3–4 months provides a quantitative basis for early warning of rainfall-induced displacement: following heavy rainfall, a monitoring attention period of 3–4 months should be sustained.

4.4 Ablation experiments

To systematically evaluate the respective contributions of the three core modules in GSTA-Net (graph convolution spatial module, temporal attention, and factor attention), a series of ablation experiments were designed. For each variant model, only one module was removed while all other structures and hyperparameters remained unchanged, and the models were retrained and retested under identical data partitions. Each experiment was repeated five times to eliminate the effect of random initialization, and the average RMSE and MAPE are reported.

4.4.1 Description of variant models

GSTA-Net (Full): Serves as the baseline. Includes the graph convolution spatial module, temporal attention, and factor attention.

w/o Spatial: Removes the graph convolution layer and replaces the spatial module with a simple fully connected layer that independently transforms the raw features of each monitoring point (without introducing information exchange between nodes). The model still takes data from multiple monitoring points as input, but there is no spatial feature fusion among points.

w/o Temporal Att: Removes the temporal attention mechanism. The LSTM output directly uses the hidden state of the last time step (instead of the weighted sum ). Factor attention and the spatial module are retained.

w/o Factor Att: Removes the factor attention mechanism. External triggering factors are fed directly into the LSTM (without dynamic factor-level weighting). Temporal attention and the spatial module are retained.

w/o Both Att: Removes both temporal attention and factor attention, retaining only the spatial module + vanilla LSTM.

4.4.2 Quantitative analysis of the contribution of each module

Table 6

summarizes the RMSE and MAPE of each model variant on the test set. Based on

Table 6

, the following observations can be made:

  • The spatial module contributes the most. Removing the spatial module increases RMSE by 1.32 mm (a relative increase of 11.6%), which is the most significant performance degradation among all single-module removals. This indicates that leveraging the spatial deformation correlations among monitoring points is the core advantage of multi-point displacement prediction. Even without the attention mechanisms, the model relying solely on the spatial module (w/o Both Att) still outperforms single-point modeling. This confirms that the value of “multi-point information synergy” far exceeds that of independent single-point prediction.

  • Temporal attention outperforms factor attention. Removing temporal attention leads to a larger increase in error (+0.80 mm) than removing factor attention (+0.58 mm). This result reflects that, in landslide displacement prediction, “when the displacement occurs” may be more challenging than “which factor causes it.” Temporal attention helps the model focus on the most relevant information from recent and lagged periods, whereas factor attention primarily addresses the relative importance of different factors. In the current dataset, the competition among factors is relatively clear, so the contribution of factor attention is slightly smaller. Nevertheless, combining both (the full model) achieves the best performance.

  • The two attention mechanisms exhibit synergistic effects. The error of the model with both temporal and factor attention removed (w/o Both Att) is 12.82 mm, which is very close to the simple sum of the individual removal errors (0.80 + 0.58 = 1.38 mm to 11.38 + 1.38 = 12.76 mm; the actual value of 12.82 mm is very similar), indicating that their effects are approximately additive with no significant negative interaction. However, the improvement of the full model over w/o Both Att is slightly larger than the sum of the individual improvements from the two attention mechanisms, suggesting a weak positive synergy: the important historical states selected by temporal attention provide more stable contextual information for factor attention.

TABLE 6

ModelsRMSE (mm)MAPE (%)Error
GSTA-Net11.384.52
w/o spatial12.705.31+1.32 mm (+11.6%)
w/o temporal Att12.185.03+0.80 mm (+7.0%)
w/o factor Att11.964.87+0.58 mm (+5.1%)
w/o both Att12.825.45+1.44 mm (+12.7%)

Ablation experiment results.

4.4.3 Quantitative comparison with DCRNN

To further evaluate the competitiveness of GSTA-Net in the field of graph spatio-temporal learning, we implemented DCRNN (Diffusion Convolutional Recurrent Neural Network) and conducted a quantitative comparison under identical experimental settings. DCRNN employs diffusion convolution and a Seq2Seq architecture, modeling information propagation on a graph as a k-step random walk diffusion process, and incorporates teacher forcing to mitigate error propagation in long-sequence prediction. The two models share the same data split, input features, and graph adjacency matrix. For a fair comparison, the input window length of DCRNN was set to months, the prediction window to months, the number of diffusion steps K = 2, the hidden layer dimension to 64, the batch size to 8, and the learning rate to 0.001. The test set results are shown in Table 6.

The experimental results show that GSTA-Net achieves better prediction accuracy than DCRNN, with an RMSE reduction of 0.67 mm. This advantage can be attributed to the following two points (Table 7).

TABLE 7

ModelRMSE (mm)MAPE (%)R2Training time (s/200 epoch)
GSTA-Net11.384.520.9649.2
DCRNN12.054.880.95719.5

Comparison of prediction errors between GSTA-Net and DCRNN on the test set for monitoring point ZG118.

Bold values indicate the best performance among all compared methods in each column.

First, the factor attention mechanism of GSTA-Net explicitly models the dynamic weights of external triggering factors, enabling it to capture the alternation of dominant factors across different hydrological stages. In contrast, DCRNN incorporates external factors only as part of the node features into the encoder and cannot distinguish the dynamic contributions of different factors. For step-like deformation scenarios such as the Baishuihe landslide, where rainfall and reservoir water level alternately dominate, the targeted design of factor attention is crucial.

Second, GSTA-Net adaptively filters historical information through its temporal attention mechanism, identifying a 1–2 months window as the main memory period on the test set. Although DCRNN propagates spatial information via diffusion convolution, its GRU architecture lacks an explicit selective focusing mechanism for processing historical temporal information. Furthermore, the spatial, factor, and temporal attention weights output by GSTA-Net provide multi-dimensional interpretability that DCRNN does not offer, which holds engineering value for geological disaster warning and decision-making. The code and data split for GSTA-Net presented in this paper have been made publicly available to facilitate fair benchmarking.

4.4.4 Trade-off between computational complexity and accuracy gain

The synergistic effect between temporal attention and factor attention is primarily additive rather than strongly positive synergistic. Here we further analyze whether the increase in computational cost introduced by each attention mechanism individually and by their combination is justified by the corresponding improvement in accuracy. Under the model configuration used in this paper, the single-training time and test set RMSE for each model variant are shown in Table 8.

TABLE 8

ModelTraining time (s/200 epoch)Test RMSE (mm)RMSE reduction relative to w/o both AttAdditional time per 1% accuracy improvement
w/o both Att7.812.82
w/o factor Att8.511.960.86 mm (6.7%)+0.7 s/0.86 ≈ 0.81 s/mm
w/o temporal Att8.312.180.64 mm (5.0%)+0.5 s/0.64 ≈ 0.78 s/mm
GSTA-Net9.211.381.44 mm (11.2%)+1.4 s/1.44 ≈ 0.97 s/mm

Comparison of computational cost and accuracy among model variants.

From

Table 8

, it can be observed:

  • Limited computational cost increase. Compared with the version “without dual attention”, the full model increases training time by only 1.4 s (approximately 18%), corresponding to an RMSE reduction of 1.44 mm (11.2%), which translates to only 0.97 s per millimeter of error reduction. The marginal costs of factor attention and temporal attention are 0.7 s and 0.5 s, respectively, with corresponding accuracy gains of 0.86 mm and 0.64 mm. Both are within reasonable ranges.

  • Additive synergy, yet the joint benefit exceeds the practical early-warning value of the sum of individual gains. Removing factor attention alone increases RMSE by 0.58 mm, removing temporal attention alone increases RMSE by 0.80 mm, and removing both increases RMSE by 1.44 mm. Although the synergy coefficient is only 1.0, the absolute accuracy improvement of 1.44 mm has practical engineering significance in landslide displacement prediction. The monthly displacement step magnitude of the Baishuihe landslide is typically in the range of 10–20 mm; a reduction of 1.44 mm in error corresponds to approximately 7%–14% of the displacement step magnitude, which is sufficient to affect the reliability of early-warning threshold setting.

  • Non-quantifiable interpretability benefits. Factor attention reveals the seasonal alternation of dominance between reservoir water level and rainfall, while temporal attention quantifies the effective lag window of 1–2 months. These insights provide direct guidance for optimizing monitoring schemes and formulating early-warning rules, and their value cannot be measured solely by RMSE. If either attention module were removed, the corresponding interpretability analysis would not be possible.

In summary, although temporal attention and factor attention do not exhibit a strong synergistic effect, each independently contributes significantly. The additional computational cost introduced by jointly incorporating both modules is justified by the practical improvement in prediction accuracy and the extra physical interpretability benefits. In high-stakes decision-making scenarios such as landslide early warning, even modest improvements in accuracy and mechanism transparency are of non-negligible value.

5 Discussion

5.1 Model advantages and physical consistency

The proposed GSTA-Net model outperforms traditional methods in both prediction accuracy and interpretability. Its advantages are primarily reflected in three aspects:

First, effective modeling of irregular spatial structures. Through the graph convolutional network, the model can directly leverage the original spatial topology of monitoring points, avoiding the regular grid interpolation required by CNNs and the associated information distortion. Node-dropping sensitivity analysis shows that the model correctly identifies the rear edge as the critical deformation zone, which is consistent with the “progressive retrogressive failure” mechanism of the Baishuihe landslide. This capability allows GSTA-Net to be generalized to landslides with arbitrary monitoring layouts without needing to redesign the spatial feature extraction method.

Second, physical interpretability of dynamic factor weights. The temporal variation curves of the factor attention weights correspond precisely to the dominant factors in different phases of the hydrologic year: reservoir water level dominates during the drawdown period, rainfall dominates during the rainy season, and neither is significant during the high-water period. This consistency provides additional credibility to the model’s prediction results. In practical early warning, when the factor attention indicates abnormally high rainfall weights, vigilance should be exercised regarding cumulative effects even if the current forecasted rainfall is modest; conversely, if the reservoir drawdown rate weight remains persistently high, monitoring of the front edge should be intensified.

Third, automatic quantification of lag effects. The distribution of temporal attention weights reveals that the optimal memory length for the Baishuihe landslide is 3–4 months, with information from the most recent 1–2 months being the most important. This value can be used to simplify subsequent models (e.g., a fixed-window LSTM without attention could be applied directly, albeit with some loss of accuracy) and can also serve as a reference for designing monitoring frequencies for other landslides in the same region.

5.2 Model limitations

Despite achieving promising results, GSTA-Net still has several limitations:

  • Sensitivity to data quality. The model relies on complete and continuous monitoring data. Although the Baishuihe landslide dataset is relatively complete, GPS signal interruptions or meteorological station failures are not uncommon in practical engineering applications. When input data are missing, the performance of graph convolution and attention mechanisms degrades significantly. Currently, simple interpolation imputation is adopted. Future work could develop a missing value imputation module based on graph convolution.

  • Neglect of nonlinear stage transitions in landslide deformation. The Baishuihe landslide is currently in a creep stage characterized by alternating constant and step-like deformation and has not yet entered the stage of accelerated creep leading to failure. Whether the model, trained on such relatively “stable” data, can predict sudden accelerated failure (e.g., sharp displacement caused by through-going slip zone formation) remains unknown. This is a common challenge for all data-driven models—extreme events are scarce. Future work could generate synthetic samples by incorporating physical models or employ transfer learning to leverage knowledge from similar landslides.

  • The construction of the graph adjacency matrix relies too heavily on Euclidean distance. In this paper, the graph adjacency matrix is defined based on the planar Euclidean distances between monitoring points. This approach is computationally simple and can reflect spatial proximity to some extent, but it struggles to accurately capture the true spatial correlation mechanisms of landslide deformation. In the Baishuihe landslide, the spatial transfer of deformation is primarily controlled by the geometry of the sliding zone and the composition of the sliding mass, rather than by planar distance alone. For example, although the rear-edge point ZG118 and the middle-rear point ZG093 are approximately 150 m apart horizontally, both are located within the same continuous sliding zone, and their deformations are highly homologous. In contrast, the front-edge point XD-01, despite being closer in planar distance to ZG118, is situated in a pinch-out zone of the sliding zone and is directly affected by reservoir water level fluctuations. Its deformation driving mechanism (dominated by reservoir water level drawdown) is significantly different from that of the rear-edge points (dominated by rainfall and overall downslope push of the sliding mass). Consequently, the actual deformation correlation between XD-01 and the rear-edge points may be weaker than that implied by planar distance. Furthermore, differences in the burial depth of the sliding zone affect the propagation path of seepage pressure, thereby altering the spatiotemporal lag pattern of displacement response—information that Euclidean distance cannot capture. Ideally, one should construct a “geological distance” (e.g., curvilinear distance along the sliding zone) based on geological cross-sections, or build a feature similarity matrix based on sliding zone burial depth, lithology, etc., or even introduce seepage simulation to compute hydraulic head response time as a measure of dynamic correlation among nodes. However, these methods rely heavily on a detailed three-dimensional geological model of the landslide, which is not yet fully achievable under the current data conditions. To mitigate the limitations of Euclidean distance, this study adopts a two-layer graph convolution (with a receptive field limited to second-order neighbors), reducing the reliance on long-range non-physical connections. Moreover, the attention analysis in Section 4.2 shows that even with the simplified Euclidean distance, the model can effectively identify the rear-edge tension zone as a key information source (receiving the highest spatial attention scores), consistent with the mechanical mechanism of progressive retrogressive failure. This indicates that the simplified graph structure does not fundamentally distort the model’s physical learning capability. Future work will introduce adaptive graph convolution or attention graph networks to allow the adjacency matrix to participate in end-to-end optimization, while also incorporating geomechanical priors as regularization terms to achieve a fusion of data-driven learning and physical knowledge.

  • Computational efficiency concerns. Although a single training run takes only 9 s, the total time required for multiple training runs during hyperparameter search (e.g., learning rate, window length, number of graph convolution layers) remains considerable. For scenarios requiring rapid deployment, knowledge distillation or model pruning could be considered.

Based on the above discussion, future research can be pursued in the following directions:

  • Introduce dynamic graph convolution. Allow the graph adjacency matrix to change over time to reflect the evolution of correlations among monitoring points during landslide deformation (e.g., as the slip zone gradually through-cuts, the coupling between the front and rear edges intensifies).

  • Incorporate physical information. Add a simplified slope stability analysis (e.g., the infinite slope model) as an additional constraint term in the loss function to guide the model toward learning physically consistent mappings.

  • Quantify uncertainty. Adopt Bayesian deep learning or Monte Carlo dropout methods to output prediction intervals rather than point estimates, thereby providing more comprehensive information for risk management.

  • Cross-landslide transfer learning. Investigate whether a GSTA-Net model pre-trained on one landslide can be rapidly adapted to another landslide with similar geological conditions through fine-tuning, reducing the data acquisition requirements for new landslides.

The monitoring data used in this paper are limited to the period 2006–2012 and do not include observations from the past decade, which may affect the robustness assessment of the model under current reservoir water level operation conditions. Data timeliness is one of the main limitations of this study. It should be noted that displacement monitoring of the Baishuihe landslide has been ongoing continuously since the impoundment of the Three Gorges Reservoir in 2003. The reasons why we did not extend the data range (to include 2018 or even 2020) are primarily due to restricted access to data and missing data at some monitoring points in later years. To address this limitation, we plan to incorporate monitoring data from 2013 to 2020 in future work to validate the model’s generalizability over a longer time span and to examine the impact of reservoir group joint operation practices on landslide deformation patterns. It is worth noting that the “storing clear water and discharging turbid water” operation mode of the Three Gorges Reservoir has been essentially established since impoundment in 2003. The period 2006–2012 already covers a complete operation cycle, including the reservoir water level drawdown period → low-water period → rising period → high-water period. The reservoir water level variation pattern during 2006–2012 (slow release from 175 m to 145 m in winter and early spring, operation at 145 m in summer, and refilling to 175 m in autumn) is essentially consistent with that of subsequent years (e.g., 2013–2020). Therefore, the factor-displacement mapping learned by the model from the 2006–2012 data remains representative for later years.

It is also noteworthy that the Transformer architecture has achieved significant progress in remote-sensing landslide identification in recent years. A series of works such as DBSANet, Lights-Transformer, and D2FLS-Net have fully demonstrated the advantages of Transformer in static landslide image segmentation. The dual-attention mechanism adopted in our model focuses on dynamic weight allocation for multi-point spatial correlations and multi-factor temporal contributions, which differs in functional positioning from the multi-head self-attention in the aforementioned methods (which focuses on global contextual relationship modeling and pixel-level feature interaction). How to fuse these two attention paradigms within a unified framework to construct a landslide prediction model that possesses both spatial topology modeling capability and global dependency capturing ability is an important direction for future research. Furthermore, cross-modal fusion of multi-modal remote sensing data (e.g., optical imagery, InSAR deformation fields, DEM) with ground-based monitoring time-series data may provide richer information sources for landslide displacement prediction. Going further, for the yet-to-be-explored direction of applying Transformer/hybrid attention to time-series prediction of landslide displacement, one could consider using time-series Transformers (e.g., Informer, Autoformer) or deeply fused architectures of Transformers and graph neural networks, extending them within the framework of our GSTA-Net.

5.3 Comparison and integration prospects of interpretability methods

In this paper, attention weights are used as the primary tool for model interpretability, outputting attention distributions across three dimensions: spatial, factor, and temporal. Compared with methods such as SHAP, the advantage of the attention mechanism lies in the fact that its weights are learned end-to-end within the model, jointly optimized with the prediction target, and thus reflect the model’s actual focus during decision-making rather than serving as post hoc explanations. Moreover, attention weights are inherently visualizable, can be directly mapped to heatmaps or time-varying curves, and are convenient for engineers to intuitively understand the model’s reasoning. However, the interpretability of attention mechanisms also has clear limitations. First, attention weights measure the model’s “level of focus” on input information but do not directly quantify the magnitude and direction of each input factor’s marginal contribution to the output value. Therefore, they cannot answer quantitative attribution questions such as “for each 1 mm increase in rainfall, by how much will the displacement increase?” In contrast, SHAP, by computing Shapley values for features, can provide specific contribution values of each factor to the prediction result and can offer explanations at both global and local scales. Second, the attention mechanism lacks physical constraints. Although the weights learned by the model are consistent with the landslide deformation mechanisms, they do not explicitly embed mechanical equations such as slope seepage or effective stress changes, and thus cannot guarantee physical consistency under all prediction scenarios. Meanwhile, the PINN approach, by incorporating partial differential equations (e.g., Richards’ seepage equation, Newmark displacement equation) as residual terms into the loss function, can enforce that the model outputs satisfy fundamental physical laws such as mass conservation and momentum conservation. The fundamental difference between our model and the aforementioned methods is: the attention mechanism answers “what does the model focus on?”, SHAP answers “how much does each factor contribute?”, and PINN answers “does the prediction comply with physical laws?” The three are not substitutes for one another but are complementary. In high-stakes decision-making scenarios such as landslide prediction, a single interpretability method may not be sufficient to meet all requirements. Therefore, future work can proceed in the following directions. First, combine attention weight visualization with SHAP analysis to obtain, in the spatial, factor, and temporal dimensions, both weight distributions and quantitative comparisons of marginal contributions. Second, drawing on the idea of PINNs, introduce simplified physical constraints into the loss function of GSTA-Net (e.g., constraining the trend of pore water pressure and displacement via mass conservation), thereby organically integrating data-driven attention learning with embedded physical laws to build a prediction model with greater mechanical consistency.

6 Conclusion

This paper proposed a Graph Spatio-Temporal Attention Network (GSTA-Net) that integrates a graph convolutional network with a dual-attention mechanism to address the limitations of existing landslide displacement prediction models in handling irregularly distributed monitoring points and lacking physical interpretability. Using the Baishuihe landslide in the Three Gorges Reservoir area as the engineering background, the model was systematically validated with multi-source monitoring data. The main conclusions are as follows:

  • In multi-point displacement prediction, GSTA-Net significantly outperforms traditional models. On the test set, the model achieves a root mean square error (RMSE) of 11.38 mm, a mean absolute percentage error (MAPE) of 4.52%, and a coefficient of determination (R2) of 0.964 for cumulative displacement at GPS monitoring points. Compared with GWO-SVM (RMSE = 14.46 mm, MAPE = 6.82%), RMSE is reduced by 21.3% and MAPE by 33.8%; compared with CNN-LSTM without graph convolution (RMSE = 12.87 mm, MAPE = 5.09%), RMSE is reduced by 11.6% and MAPE by 11.2%. Ablation experiments show that the spatial module contributes the most (removing it increases RMSE by 11.6%), while temporal attention and factor attention yield accuracy improvements of 7.0% and 5.1%, respectively, and the combination of all three is the most effective. On the test set, GSTA-Net achieves a lower RMSE (11.38 mm) than DCRNN (12.05 mm) and CNN-LSTM (12.87 mm), validating the targeted advantage of the factor attention mechanism in landslide monitoring scenarios with a small number of nodes.

  • The spatial attention weights successfully identified the “key information sources” of landslide deformation. Node-masking sensitivity analysis revealed that the rear-edge monitoring points ZG118 and ZG093 had the highest spatial attention scores (together exceeding 0.6), while the central points had the lowest scores. This distribution is highly consistent with the “progressive retrogressive failure” mechanism of the Baishuihe landslide: deformation in the rear tension zone responds first to external factors and then influences the middle and front parts through overall sliding mass movement. This result provides quantitative guidance for optimizing monitoring network layout (densifying instrumentation at the rear and front edges while reducing sampling frequency in the central area).

  • The construction of the graph adjacency matrix relies too heavily on Euclidean distance. In this paper, the graph adjacency matrix is defined based on the planar Euclidean distances between monitoring points. This approach is computationally simple and can reflect spatial proximity to some extent, but it struggles to accurately capture the true spatial correlation mechanisms of landslide deformation. In the Baishuihe landslide, the spatial transfer of deformation is primarily controlled by the geometry of the sliding zone and the composition of the sliding mass, rather than by planar distance alone. For example, although the rear-edge point ZG118 and the middle-rear point ZG093 are approximately 150 m apart horizontally, both are located within the same continuous sliding zone, and their deformations are highly homologous. In contrast, the front-edge point XD-01, despite being closer in planar distance to ZG118, is situated in a pinch-out zone of the sliding zone and is directly affected by reservoir water level fluctuations. Its deformation driving mechanism (dominated by reservoir water level drawdown) is significantly different from that of the rear-edge points (dominated by rainfall and overall downslope push of the sliding mass). Consequently, the actual deformation correlation between XD-01 and the rear-edge points may be weaker than that implied by planar distance. Furthermore, differences in the burial depth of the sliding zone affect the propagation path of seepage pressure, thereby altering the spatiotemporal lag pattern of displacement response—information that Euclidean distance cannot capture. Ideally, one should construct a “geological distance” (e.g., curvilinear distance along the sliding zone) based on geological cross-sections, or build a feature similarity matrix based on sliding zone burial depth, lithology, etc., or even introduce seepage simulation to compute hydraulic head response time as a measure of dynamic correlation among nodes. However, these methods rely heavily on a detailed three-dimensional geological model of the landslide, which is not yet fully achievable under the current data conditions. To mitigate the limitations of Euclidean distance, this study adopts a two-layer graph convolution (with a receptive field limited to second-order neighbors), reducing the reliance on long-range non-physical connections. Moreover, the attention analysis in Section 4.2 shows that even with the simplified Euclidean distance, the model can effectively identify the rear-edge tension zone as a key information source (receiving the highest spatial attention scores), consistent with the mechanical mechanism of progressive retrogressive failure. This indicates that the simplified graph structure does not fundamentally distort the model’s physical learning capability. Future work will introduce adaptive graph convolution or attention graph networks to allow the adjacency matrix to participate in end-to-end optimization, while also incorporating geomechanical priors as regularization terms to achieve a fusion of data-driven learning and physical knowledge.

  • The temporal attention weights quantitatively characterized the memory length and lag effects of landslide deformation. The average temporal attention distribution showed that historical states with a lag of 1–2 months contributed the most (total weight > 0.5), those with a lag of 3–4 months still made a moderate contribution (approximately 0.25), while weights for lags of 5 months or more approached zero. This result reveals that the optimal look-back window for the Baishuihe landslide is approximately 4–5 months, and the lag time between rainfall infiltration and induced displacement is about 2–3 months. These quantitative metrics can simplify subsequent model design (e.g., reducing the LSTM time step from 12 to 5) and provide a scientific basis for determining the early warning focus period for rainfall-induced landslides.

  • The model still has several limitations. It is sensitive to missing data; it lacks validation on extreme events where a landslide transitions from constant creep to accelerated failure; the graph adjacency matrix is constructed solely based on Euclidean distance without considering more fundamental correlations such as geological profiles; and computational efficiency during hyperparameter search still has room for improvement. Future work will introduce dynamic graph convolution, physics-informed constraints, uncertainty quantification, and cross-landslide transfer learning to further enhance the model’s generalization ability and engineering practicality.

In summary, by organically integrating a graph convolutional network with a dual-attention mechanism, GSTA-Net has achieved substantial progress in irregular spatial structure modeling and model interpretability. The model not only enables high-precision multi-point displacement prediction but also reveals the spatiotemporal mechanisms of landslide deformation through attention weight visualization, providing a new technical approach for intelligent early warning and monitoring network optimization of reservoir landslides.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

NW: Funding acquisition, Project administration, Writing – original draft. MW: Methodology, Writing – review and editing.

Funding

The author(s) declared that financial support was received for this work and/or its publication. This work was supported by Excellent Science and Technology Innovation Team in Jiangsu Province’s Universities, Research and Application of Industrial Safety Environment Technology and Equipment (BY20230482); Vice President of Science and Technology of Jiangsu Province (1781), Yangzhou Vocational University Teaching Reform Project (2025XJJG04).

Acknowledgments

We would highly thank the Department of surveying and mapping of Hubei Province for providing relevant data.

Conflict of interest

Author MW was employed by Jiangsu Province Engineering Investigation and Research Institute Co., Ltd.

The remaining author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that generative AI was not used in the creation of this manuscript.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

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

  • 1

    Al-NajjarH. A.PradhanB.BeydounG.SarkarR.ParkH. J.AlamriA. (2023). A novel method using explainable artificial intelligence (XAI)-based Shapley Additive Explanations for spatial landslide prediction using Time-Series SAR dataset. Gondwana Res.123, 107124. 10.1016/j.gr.2022.08.004

  • 2

    CasagliN.IntrieriE.TofaniV.GigliG.RaspiniF. (2023). Landslide detection, monitoring and prediction with remote-sensing techniques. Nat. Rev. Earth Environ.4 (1), 5164. 10.1038/s43017-022-00373-x

  • 3

    ChenM. L.QiS. C.LvP. F.YangX. G.ZhouJ. W. (2021). Hydraulic response and stability of a reservoir slope with landslide potential under the combined effect of rainfall and water level fluctuation. Environ. Earth Sci.80 (1), 25. 10.1007/s12665-020-09279-7

  • 4

    ChenM. L.YangX. G.ZhouJ. W. (2023). Effect of water level fluctuation and its rate on the response of deposits on a reservoir slope: flume experiment, case monitoring comparison and failure mechanism. Acta Geotech.18 (11), 62136234. 10.1007/s11440-023-01968-4

  • 5

    ChitlaV. S.KalluriH. K.NunnaS. K.MorampudiM. K. (2026). GDNConv: a novel graph deformation network for robust representation learning on noisy graph structures. IEEE Access. 14, 2961029627. 10.1109/ACCESS.2026.3666584

  • 6

    CuiZ.LiZ.WuS.ZhangX.LiuQ.WangL.et al (2022). Efficient dynamic graph embedding with graph convolutional network. IEEE Trans. Neural Netw. Learn. Syst.35 (4), 46354646. 10.1109/TNNLS.2022.3185527

  • 7

    DaiF. C.LeeC. F.NgaiY. Y. (2022). Landslide risk assessment and management: an overview. Eng. Geology64 (1), 6587. 10.1016/s0013-7952(01)00093-x

  • 8

    EbrahimK. M.GomaaS. M.ZayedT.AlfalahG. (2024). Rainfall-induced landslide prediction models, part ii: deterministic physical and phenomenologically models. Bull. Eng. Geol. Environ.83 (3), 85. 10.1007/s10064-024-03563-7

  • 9

    FanX.ZhangW.ZhangC.ChenA.AnF. (2022). SOC estimation of Li-ion battery using convolutional neural network with U-Net architecture. Energy256, 124612. 10.1016/j.energy.2022.124612

  • 10

    HanS.ZhangY.WangJ.TongD.LyuM. (2024). Graph neural network-based topological relationships automatic identification of geological boundaries. Comput. Geosciences188, 105621. 10.1016/j.cageo.2024.105621

  • 11

    JiJ.CuiH.ZhangT.SongJ.GaoY. (2022). A GIS-based tool for probabilistic physical modelling and prediction of landslides: GIS-FORM landslide susceptibility analysis in seismic areas. Landslides19 (9), 22132231. 10.1007/s10346-022-01885-9

  • 12

    JiangY.XuQ.LuZ.LuoH.LiaoL.DongX. (2021). Modelling and predicting landslide displacements and uncertainties by multiple machine-learning algorithms: application to Baishuihe landslide in Three Gorges Reservoir, China. Geomatics, Nat. Hazards Risk12 (1), 741762. 10.1080/19475705.2021.1891145

  • 13

    JiangP.MaZ. J.MeiG. (2026). Review article: deep learning for potential landslide identification. Nat. Hazards Earth Syst. Sci.26, 487521. 10.5194/nhess-26-487-2026

  • 14

    JuS. J.XieM. L.JuN. P.DuanL.JiangM. C.HeY. F. (2025). Analysis of hydraulic response characteristics of reservoir bank slope under the action of reservoir water level rise and fall. Appl. Geophys., 117. 10.1007/s11770-025-1276-y

  • 15

    LiL. M.WangC. Y.WenZ. Z.GaoJ.XiaM. F. (2023). Landslide displacement prediction based on the ICEEMDAN, ApEn and the CNN-LSTM models. J. Mt. Sci.20 (5), 12201231. 10.1007/s11629-022-7606-0

  • 16

    LiY.ZhuW.WuJ.ZhangR.XuX.ZhouY. (2025). DBSANet: A dual-branch semantic aggregation network integrating CNNs and transformers for landslide detection in remote sensing images. Remote Sens.17 (5), 807. 10.3390/rs17050807

  • 17

    LiJ.ZhangJ.FuY. (2025). CTHNet: A CNN–Transformer hybrid network for landslide identification in loess plateau regions using high-resolution remote sensing images. Sensors25 (1), 273. 10.3390/s25010273

  • 18

    LiuY.TezaG.NavaL.ChangZ.ShangM.XiongD.et al (2024). Deformation evaluation and displacement forecasting of baishuihe landslide after stabilization based on continuous wavelet transform and deep learning. Nat. Hazards120 (11), 96499673. 10.1007/s11069-024-06580-7

  • 19

    LuK.LiF.PanJ.LiK.LiZ.WangP. (2024). Structural characterization and attempted displacement interpretation of the Baishuihe landslide using integrated geophysical methods. Eng. Geol.336, 107568. 10.1016/j.enggeo.2024.107568

  • 20

    LustbergM. B.KudererN. M.DesaiA.BergerotC.LymanG. H. (2023). Mitigating long-term and delayed adverse events associated with cancer treatment: implications for survivorship. Nat. Rev. Clin. Oncol.20 (8), 527542. 10.1038/s41571-023-00776-9

  • 21

    MaZ.MeiG.PiccialliF. (2021a). Machine learning for landslides prevention: a survey. Neural Comput. Appl.33 (17), 1088110907. 10.1007/s00521-020-05529-8

  • 22

    MaZ.MeiG.PreziosoE.ZhangZ.XuN. (2021b). A deep learning approach using graph convolutional networks for slope deformation prediction based on time-series displacement data. Neural Comput. Appl.33 (21), 1444114457. 10.1007/s00521-021-06084-6

  • 23

    MaxwellA. E.SharmaM.DonaldsonK. A. (2021). Explainable boosting machines for slope failure spatial predictive modeling. Remote Sens.13 (24), 4991. 10.3390/rs13244991

  • 24

    MiaoF.WuY.LiL.LiaoK.XueY. (2021). Triggering factors and threshold analysis of baishuihe landslide based on the data mining methods. Nat. Hazards105 (3), 26772696. 10.1007/s11069-020-04419-5

  • 25

    PakA.RadA. K.NematollahiM. J.MahmoudiM. (2025). Application of the Lasso regularisation technique in mitigating overfitting in air quality prediction models. Sci. Rep.15 (1), 547. 10.1038/s41598-024-84342-y

  • 26

    PradhanB.DikshitA.LeeS.KimH. (2023). An explainable AI (XAI) model for landslide susceptibility modeling. Appl. Soft Comput.142, 110324. 10.1016/j.asoc.2023.110324

  • 27

    TekeA.KavzogluT. (2024). Exploring the decision-making process of ensemble learning algorithms in landslide susceptibility mapping: insights from local and global explainable AI analyses. Adv. Space Res.74 (8), 37653785. 10.1016/j.asr.2024.06.082

  • 28

    UllahI.ManzoM.ShahM.MaddenM. G. (2022). Graph convolutional networks: analysis, improvements and results. Appl. Intell.52 (8), 90339044. 10.1007/s10489-021-02973-4

  • 29

    WaikhomL.PatgiriR. (2023). A survey of graph neural networks in various learning paradigms: methods, applications, and challenges. Artif. Intell. Rev.56 (7), 62956364. 10.1007/s10462-022-10321-2

  • 30

    WangY.TangH.HuangJ.WenT.MaJ.ZhangJ. (2022a). A comparative study of different machine learning methods for reservoir landslide displacement prediction. Eng. Geol.298, 106544. 10.1016/j.enggeo.2022.106544

  • 31

    WangQ.MaY.ZhaoK.TianY. (2022b). A comprehensive survey of loss functions in machine learning. Ann. Data Sci.9 (2), 187212. 10.1007/s40745-020-00253-5

  • 32

    WangT.LuoR.MaT.ChenH.ZhangK.WangX.et al (2024). Study and verification on an improved comprehensive prediction model of landslide displacement. Bull. Eng. Geol. Environ.83 (3), 90. 10.1007/s10064-024-03581-5

  • 33

    WuX.RenX.ZhaiD.WangX.TarifM. (2025). Lights-Transformer: an efficient transformer-based landslide detection model for high-resolution remote sensing images. Sensors25 (12), 3646. 10.3390/s25123646

  • 34

    XuN.ZhengH.MaY.YangJ.LiuX.WangX. (2021). Global estimation and assessment of monthly lake/reservoir water level changes using ICESat-2 ATL13 products. Remote Sens.13 (14), 2744. 10.3390/rs13142744

  • 35

    ZangX.LiJ.MaG.ZhiM.ChenS. (2025). CTL-DETR: a landslide detection algorithm for complex terrains based on transformer. Mach. Vis. Appl.36, 129. 10.1007/s00138-025-01749-x

  • 36

    ZhaoM.YiX.ZhangJ.LinC. (2021). PPP-BOTDA distributed optical fiber sensing technology and its application to the Baishuihe landslide. Front. Earth Sci.9, 660918. 10.3389/feart.2021.660918

  • 37

    ZhaoC.LiL.WangY.LiX.XuC.SongY.et al (2025). D2FLS-Net: dual-stage DEM-guided fusion transformer for landslide segmentation. PLOS ONE20 (11), 0337412. 10.1371/journal.pone.0337412

  • 38

    ZhouC.YeM.XiaZ.WangW.LuoC.MullerJ. P. (2025). An interpretable attention-based deep learning method for landslide prediction based on multi-temporal InSAR time series: a case study of Xinpu landslide in the TGRA. Remote Sens. Environ.318, 114580. 10.1016/j.rse.2024.114580

Summary

Keywords

graph spatio-temporal attention network, interpretability, landslide displacement, prediction, rainfall

Citation

Wang N and Wang M (2026) Landslide displacement prediction and interpretability analysis based on a graph spatiotemporal attention network. Front. Earth Sci. 14:1870960. doi: 10.3389/feart.2026.1870960

Received

02 May 2026

Revised

21 May 2026

Accepted

25 May 2026

Published

18 June 2026

Volume

14 - 2026

Edited by

Hui Lu, Ningbo University, China

Reviewed by

Lifang Wang, Hunan Vocational College of Engineering, China

Shilin Zhu, China University of Geosciences Wuhan, China

Updates

Copyright

*Correspondence: Nianhong Wang,

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.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics