1. Introduction
China is one of the countries most vulnerable to geological disasters worldwide. The investigation and identification of collapses, landslides, and surface fractures have long been central topics in geoscience research [
1,
2]. Unstable rock masses, as the primary source of rockfall hazards in mountainous regions, are characterized by strong suddenness, high destructiveness, and wide impact ranges [
3,
4]. Once destabilized, they can directly threaten transportation corridors, hydropower infrastructures, and residential areas, posing serious risks to human life, property, and the long-term safety of major engineering projects [
5]. Therefore, achieving high-precision identification and real-time monitoring of unstable rock masses is an urgent requirement for improving geological disaster prevention in mountainous areas.
With the development of remote sensing platforms and sensor technologies, high-resolution remote sensing imagery has been widely used in geological disaster identification. Compared to traditional field surveys, remote sensing enables the rapid acquisition of surface information over large areas and effectively improves the efficiency of hazard detection [
6,
7]. Among these approaches, UAV remote sensing, with its high spatial resolution and operational flexibility, can efficiently acquire detailed surface information in complex and hazardous environments [
8,
9,
10]. It is particularly advantageous in mountainous canyon regions where geological disasters frequently occur, providing robust satellite data for fine-scale identification and investigation [
11,
12]. Previous studies have shown that integrating UAV aerial imagery with point cloud data, 3D laser scanning, and Building Information Modeling (BIM) technology can achieve centimeter-level 3D reconstruction, providing strong support for the detailed structural analysis of hazard bodies [
13]. In addition, UAV-derived products such as digital orthophoto maps (DOMs) and digital surface models (DSMs) can effectively characterize micro-topographic features under complex terrain conditions and have been widely used in landslide mapping, rockfall detection, and slope structure analysis [
14,
15]. Moreover, combining high-resolution UAV imagery with DEM and machine learning methods can further improve the efficiency of landslide detection [
5,
16,
17].
In recent years, the rapid development of deep learning and computer vision has further driven remote sensing image interpretation toward automation and intelligence, with these methods being widely adopted in geological disaster identification. Compared with traditional machine learning methods, deep learning models integrate multi-layer feature extraction modules to achieve strong feature representation capability, significantly improving the accuracy of disaster monitoring [
15,
18]. Due to the complex semantic and background characteristics of remote sensing images, convolutional neural networks (CNNs), object detection models (e.g., Faster R-CNN), and semantic segmentation networks (e.g., U-Net) have become research hotspots [
19,
20,
21]. In addition, foundation models (e.g., DeepLabV3+ and MaskFormer) provide new approaches for remote sensing image segmentation and show strong performance in complex background object recognition [
22,
23,
24]. Lie et al. proposed an improved U-Net model for the automatic extraction of post-earthquake landslides from aerial remote sensing imagery [
25]; Rukundo et al. systematically investigated the effect of image size on segmentation accuracy [
26]; Ge et al. applied deep learning to rock point cloud analysis to achieve fine extraction of structural faults [
27]; and Wang et al. applied CNN-based change detection networks to landslide mapping for improved accuracy and feature representation [
19]. Through these applications, multi-source remote sensing data fusion has gradually become a mainstream approach. Cheng et al. constructed a dual-branch network to fuse features from spectral imagery and a DEM, which effectively improved the robustness of the recognition method [
28]. Menegoni et al. used RPAS-based photogrammetric surveys and DOMs to improve rock slope stability assessment and rockfall volume estimation through multi-source data integration [
29]. These studies demonstrated that incorporating topographic information can effectively compensate for the limitations of single optical features and improve the ability to distinguish complex surface objects.
Although these studies have achieved significant progress in typical geological hazard detection, the remote sensing-based identification of unstable rock masses still faces many challenges. Due to the complex terrain conditions of unstable rock masses, which are mainly distributed on steep slopes and canyon cliffs, images are often affected by strong shadow occlusion. At the same time, they usually have a small spatial scale and unclear boundaries, and show limited spectral differences from surrounding bedrock or weathered debris [
30,
31]. As a result, methods based on single features often fail to achieve reliable performance [
32,
33]. From the perspective of remote sensing mechanisms, unstable rock masses differ not only in spectral information, but also show certain patterns in texture, shape, and topographic attributes such as elevation [
34,
35]. Therefore, fusing multi-source features to improve object representation has become a key direction for improving recognition accuracy [
36]. Existing studies have shown that combining a DEM with optical imagery can introduce important terrain-related geometric information and improve the description of the spatial structure of hazard bodies [
37,
38].
On the other hand, existing deep learning methods still have limitations in the detection of unstable rock masses. First, model performance depends heavily on large-scale and high-quality labeled data, while samples of unstable rock masses are difficult to obtain and existing datasets are limited in size [
39,
40]. Second, most studies focus on large-scale hazards such as landslides, with relatively less attention given to small-scale and highly heterogeneous targets like unstable rock masses [
41,
42]. In addition, existing methods mostly rely on simple feature stacking and cannot fully exploit the deep complementary information within multi-source data. At the same time, due to differences in terrain type, weathering degree, and rock mass structure, unstable rock masses in different regions show clear inconsistencies in spectral response and spatial distribution [
43,
44,
45,
46], limiting the generalization ability of models in cross-region applications. Therefore, it is necessary to select representative typical areas to build training samples and improve the stability and applicability of the method.
Against this background, large-scale water conservancy projects such as hydropower stations, water control hubs, and pumped storage power stations have become important study areas for unstable rock mass detection. These areas are usually located in high-mountain and canyon regions, with steep slopes, fractured rock, and complex geological conditions. They are also strongly affected by engineering activities, which can easily trigger or intensify the instability of unstable rock masses, making them typical zones of concentrated hazards. Once collapse occurs, it not only threatens the safe operation of dams and related facilities, but may also trigger cascading secondary disasters, causing serious impacts on downstream residential areas and energy systems. Therefore, the detailed detection of unstable rock masses in water conservancy project areas is of important engineering safety significance and socio-economic value.
In this study, we use high-resolution UAV imagery from several typical high-mountain canyon water conservancy project areas to construct a dataset for unstable rock mass detection. By designing a new feature extraction module and reconstructing its deep learning architecture, a Global Topography-aware Segmentation Network (GTSNet) is developed that integrates spectral, texture, and topographic features. The network extracts multi-level local features using a convolutional encoder and introduces a Transformer to capture global topographic context. A topography-aware top-down fusion module is used to inject high-level geomorphic semantics into low-level features, enabling multi-scale feature recalibration and boundary enhancement. A progressive decoder is applied to restore spatial resolution, balancing local detail and global semantic interaction, and making the method suitable for steep terrain conditions in water conservancy project areas. Our study achieves the following: (1) a specialized dataset for unstable rock mass detection is built based on high-resolution remote sensing imagery and field validation data; (2) a dual-modal network, GTSNet, is developed by integrating optical imagery and DEM information, jointly modeling appearance features and terrain-related geometric information to achieve the fine-grained segmentation of unstable rock masses; (3) experiments are conducted in typical water conservancy project areas to evaluate accuracy and generalization ability under complex backgrounds, providing decision support for disaster prevention and mitigation in engineering areas.
2. Methodology
2.1. Model Overview
To address the problem of unstable rock mass detection within hydropower station areas under complex mountainous conditions, where local appearance is similar but geomorphic backgrounds are highly heterogeneous, we propose a GTSNet that integrates optical imagery and DEM information (
Figure 1).
Here is the optical image, and is the DEM. H and W are the height and width of the input image, respectively.
Overall, GTSNet first uses a convolutional encoder to extract multi-level local texture and semantic features, then introduces a Transformer in the last stage to capture long-range dependencies and global topographic context. Then, a topography-aware top-down fusion module is used to progressively inject high-level geomorphic semantics into low-level high-resolution features, enabling multi-scale feature recalibration and boundary enhancement. Finally, a progressive decoder is used to gradually recover spatial resolution and produce the unstable rock mass segmentation results. This framework balances local detail preservation, global context modeling, and cross-scale semantic interaction, and is well suited for unstable rock mass detection under typical terrain-constrained conditions in hydropower station areas.
2.2. Feature Extraction Module
Unstable rock masses usually have a small spatial scale, fragmented boundaries, and irregular shapes, which means that the encoder must preserve fine details while maintaining strong high-level semantic representation ability. To address this, a hierarchical feature extraction strategy is adopted. The first three stages use a ResNet50 convolutional backbone to extract local structural features and mid-level semantic features, while in the fourth stage, Transformer blocks are introduced after convolutional downsampling to build high-level representations with a global receptive field. If we let the multi-level features produced by the encoder be
F1,
F2,
F3, and
F4, their sizes are as follows:
Here, F1, F2 and F3 are shallow to mid-high convolutional features, while F4 is the high-level global feature modeled by the Transformer. This hybrid encoding strategy combines the advantages of convolutional networks in local texture representation with the ability of Transformers in global relationship modeling. The former helps capture local details such as unstable rock mass boundaries, crack shadows, and exposed rock textures, while the latter is more suitable for describing large-scale geomorphic backgrounds such as steep slopes, valley sidewalls, and free-face zones.
When only convolution operators are used, feature responses are mainly constrained by local neighborhoods, while unstable rock mass interpretation often depends on the overall geomorphic environment of the target area. To improve the global context representation ability of the encoder, a Transformer block is introduced in the last stage. First, the output feature from the third stage is downsampled by a convolution operation with stride 2. Then, to alleviate the lack of spatial position information in pure attention modeling, a depthwise separable convolution-based positional encoding is introduced before the self-attention calculation:
Here,
is the positional encoding generation operator. The two-dimensional feature map is then flattened into a sequence, followed by multi-head self-attention and a feed-forward network:
Here, and is layer normalization. Finally, the sequence is reshaped back into a two-dimensional space to obtain the high-level global feature F4.
It should be noted that the Transformer is only applied in the last stage. This is because shallow features mainly focus on fine-grained details such as boundaries and textures, and convolutional structures are sufficient for local representation at this level. In contrast, the highest-level features have a stronger semantic abstraction ability. Introducing global attention at this stage enables the modeling of cross-region topographic relationships with a manageable computational cost, while providing stable global semantic priors for subsequent multi-scale fusion. Therefore, this design reduces model complexity while improving the encoder’s ability to capture overall geomorphic structure and provides a global receptive field for the subsequent fusion modules.
Table 1 shows the detailed configuration of the feature extraction module. It can be seen that the first three stages use a convolutional backbone to progressively extract local features and mid-level semantic features, while the fourth stage uses “convolutional downsampling + Transformer” to form global semantic representations for the subsequent topography-aware fusion.
2.3. Topography-Aware Fusion Module (TFM)
A key challenge in unstable rock mass detection is that similar local textures may correspond to completely different semantic categories under different topographic backgrounds. For example, similar exposed rock textures may appear in unstable rock mass areas on steep slopes, but may also correspond to ordinary exposed rock surfaces. If detection relies only on shallow texture responses, false detections are likely to occur. In contrast, relying only on high-level semantic responses may weaken boundary and detail information. To address this problem, a Topography-aware Fusion Module is designed to progressively use large-scale geomorphic semantics from high-level features to modulate low-level high-resolution features, thereby incorporating terrain-related geometric cues while preserving boundary details.
In contrast to conventional Feature Pyramid Networks or simple concatenation strategies, this model does not directly perform linear fusion of multi-scale features. Instead, a Multi-scale Topography-Aware Module is used to apply pixel-wise modulation to low-level features. The core idea is to treat the topographic context and the global semantics encoded in high-level features as conditional priors to adjust the response strength of different spatial locations in low-level features. Meanwhile, considering that unstable rock mass boundaries usually correspond to local elevation changes or slope discontinuities in the DEM, the module further enhances the high-frequency components in low-level features to highlight potential boundary information. Therefore, the module does not perform a simple multi-scale aggregation, but rather a local feature recalibration process guided by large-scale geomorphic semantics.
Let the high-level input feature be
, and the low-level input feature be
. First, bilinear interpolation is applied to the high-level feature to align its spatial resolution with the low-level feature:
Then, the upsampled high-level feature is used to generate the scaling and shifting parameters:
where
denotes a convolutional mapping function. The scaling parameter is normalized using a sigmoid function:
To enhance local boundary-related variations in the low-level feature, a local average response is first computed through average pooling:
The locally varying high-frequency component is then obtained as follows:
Here,
is the local average response, and E is the locally varying high-frequency component. In unstable rock mass scenes, such high-frequency information usually corresponds to cliff edges, slope break lines, and abrupt elevation changes. Then, a depthwise convolution is applied to further extract edge-enhanced information, yielding the refined low-level feature:
On this basis, the pixel-wise parameters generated from high-level semantics are used to perform spatially variant modulation on the enhanced low-level feature:
Here, represents the low-level features after edge enhancement, is the low-level feature after spatially variant modulation, and represents element-wise multiplication. In contrast to channel attention with uniform weights, this design assigns different modulation strengths to different spatial locations, making it more suitable for mountainous scenes with highly heterogeneous terrain distribution.
Finally, the modulated low-level feature is concatenated with the upsampled high-level feature, and a convolution operation is applied to obtain the output of the current stage:
Here, is the convolutional fusion function, and is the fused feature at the current stage. Through this process, high-level macroscopic topographic information and low-level local details are effectively complemented within a unified framework.
In the network implementation, this module is performed in a top-down manner with a three-level cascade. Let the encoder outputs be
F1,
F2,
F3, and
F4, the fusion process can be expressed as follows:
Here, is the Multi-scale Topography-Aware Module. Finally, the fused multi-scale feature set is obtained as .
This cascaded design has three main advantages. First, the global topographic priors carried by high-level Transformer features are progressively propagated to shallow layers, so that high-resolution features are no longer dependent only on local appearance but are also constrained by macroscopic geomorphic semantics. Second, the edge enhancement branch explicitly preserves local high-frequency information, which helps improve boundary completeness and localization accuracy of unstable rock masses. Finally, pixel-wise modulation has stronger spatial adaptability than simple concatenation or summation and can better represent the spatial heterogeneity of unstable rock masses in different geomorphic positions such as ridge tops, cliff faces, and valley sidewalls. From an application perspective, this module essentially builds a recognition mechanism that constrains local discrimination with macroscopic geomorphology, which can effectively reduce misclassification caused by confusing objects such as exposed rock, shadows, and artificial cut slopes. Detailed information on TFM is provided in Algorithm 1.
| Algorithm 1. Topography-aware Fusion Module (TFM). |
Input: XL ∈ //Low-level features XH ∈ //High-level features Output: Y ∈ - 1.
// Step 1: Low-level high-frequency enhancement - 2.
- 3.
- 4.
) - 5.
// Step 2: High-level feature up-sampling - 6.
- 7.
- 8.
- 9.
// Step 4: Split modulation parameters - 10.
- 11.
// Step 5: Normalize the scaling parameter - 12.
- 13.
// Step 6: Spatially variant modulation - 14.
- 15.
// Step 8: Feature refinement - 16.
- 17.
return Y
|
2.4. Progressive Decoder
To recover pixel-level prediction results from the fused multi-scale features, a progressive decoder is used for stepwise upsampling and feature reconstruction. The decoder follows a coarse-to-fine reconstruction path, where each layer uses “upsampling + skip connection + double convolution” to fuse the current decoding feature with the corresponding scale encoder feature, gradually restoring spatial structure information. By letting the fused features be
, the decoding process can be written as follows:
Here, , and are the output features at different decoding stages; is bilinear upsampling. is a double convolution unit composed of two convolutions, batch normalization, and ReLU; and Y is the final predicted map of unstable rock masses.
This decoder has two main functions. First, skip connections continuously introduce shallow detail information, which effectively compensates for the loss of spatial resolution in deep features and improves boundary recovery of unstable rock masses. Second, the progressive decoding process allows high-level semantic information to continuously interact with topography-aware features at different scales during stepwise reconstruction, leading to segmentation results that are both semantically consistent and boundary-preserving. Overall, the decoding process of GTSNet is not a simple spatial resolution recovery process, but a progressive reconstruction process that jointly integrates global semantics, terrain-related geometric cues, and local edge information, making it more suitable for fine-grained unstable rock mass detection in complex mountainous environments within hydropower station areas.
2.5. Loss Functions
To address pixel-level classification and boundary ambiguity in unstable rock mass segmentation, the training objective combines binary cross-entropy loss and boundary loss. The binary cross-entropy loss is used to provide region-level pixel supervision, while the boundary loss is introduced to enhance the model’s sensitivity to target contours under severe class imbalance.
2.5.1. Binary Cross-Entropy (BCE)
Binary cross-entropy (BCE) loss is adopted to measure the discrepancy between the predicted probability map and the binary ground-truth mask. It is defined as follows:
where N is the number of image pixels and y
i ∈ {0, 1} is the label category of pixel i in the image, with y
i = 1 denoting an unstable rock mass and y
i = 0 denoting a stable rock mass. The probability of predicting pixel i as having label y
i is denoted as p
i ∈ [0, 1].
2.5.2. Boundary Loss Function
A pronounced category imbalance is common in recognition tasks for unstable rock masses from imagery—the region of interest occupies only a tiny fraction of the scene, while the background dominates. This stems from the fact that unstable rock masses occur far less frequently than other geological features in nature.
To overcome the limitations of standard region-based losses in severely imbalanced segmentation, a boundary-based loss has been recently proposed that measures distances on contour space rather than integrating over regions [
47]. This design was motivated by the fact that the commonly used cross-entropy loss for unstable rock mass identification assumes equal importance across all pixels and classes, which in highly skewed cases leads to unstable training and biased decision boundaries favoring the majority [
48]. Traditional countermeasures include downsampling the prevalent classes to rebalance the prior, though this reduces the effective training set. Another approach, class weighting, gives higher weights to rare classes and lower weights to frequent ones; however, it remains ineffective when the imbalance is extreme. Furthermore, the gradient of cross-entropy computed from only a few pixels tends to be noisy, and weighting rare classes further magnifies this noise, aggravating training instability [
49]. In contrast, the boundary loss avoids region-wise integration and instead computes integrals along boundaries, thereby mitigating the pitfalls of region-based losses under high imbalance.
To define the boundary loss, we compute two Euclidean distances between pixel points: first, the shortest distance from the foreground (the true unstable rock mass region) to the background, denoted as
; second, the shortest distance from the background to that foreground region, denoted as
. The formulation is given below [
50]:
Let F denote the set of foreground pixels (i.e., the unstable rock mass region) and B denote the set of background pixels. For any pixel, its location is given by the horizontal and vertical coordinates x and y, respectively. The weight function for the boundary penalty is then formulated by combining the two directional distances, and
and
.
When the pixel belongs to the background and is far away from the boundary, it will be assigned a larger penalty weight. When the pixel belongs to the foreground and is the boundary, its penalty weight is 0. When the pixel belongs to the foreground and is not the boundary, its weight is negative. Finally, the boundary penalty loss function is defined as follows [
41]:
Here, denotes the predicted probability for pixel k, and N is the total pixel count of the image. During gradient descent, a pixel that falls outside the true unstable rock mass region yields a positive gradient, which in turn reduces its prediction probability. Conversely, a pixel lying inside that region produces a negative gradient, thereby increasing its predicted probability.
4. Discussion
4.1. Effectiveness Analysis of DEM Multi-Modal Features on Spatial Topological Constraints
To quantitatively evaluate the contribution of the DEM in complex geological environments, we performed a comparative analysis using a baseline version of GTSNet that relies solely on optical imagery. As shown in
Table 6, without incorporating the DEM, GTSNet achieves an IoU of only 54.62% and an F1-score of 70.65%. Under the same GTSNet architecture, the introduction of the DEM improved the model performance: specifically, the IoU increased from 54.62% to 60.97%, the F1-score increased from 70.65% to 75.75%, and the Recall increased from 68.27% to 76.66%. These results suggest that DEM information may provide complementary terrain-related geometric cues to optical imagery.
To intuitively and comprehensively evaluate the effectiveness of multi-modal data fusion,
Figure 6 presents a visual comparison between two models—one relying solely on optical imagery (RGB) and the other incorporating elevation data (RGB+DEM)—under typical and highly challenging geological scenarios. In the figure, the red boxes highlight regions where significant differences in network performance are observed. Green indicates FN, while red indicates FP. It is worth noting that in the DEM visualization, darker pixels represent higher elevation, whereas lighter pixels correspond to lower elevation.
First, the elevation information provided by the DEM substantially reduces FP (red regions) caused by homogeneous textures. As shown in the second-row and third-row samples, the optical images in column (a) exhibit highly similar gravel or rock–soil textures between targets and backgrounds. As a result, the original GTSNet without DEM integration produces a large number of false positive regions in column (d), such as the extensive red areas in the upper-right part of the second row. However, the DEM data in column (b) show that the misclassified background regions appear darker (indicating higher elevation), whereas the actual sliding surfaces or target regions appear lighter (indicating lower-lying or stepped terrain areas). After integrating the DEM, GTSNet effectively captures this sharp elevation transition from dark to light and successfully removes the misclassified regions within the red boxes in column (e), converting them into correctly classified background areas (black, TN). As a result, the predicted boundaries closely align with the actual terrain.
DEM-derived topographic features effectively alleviate FN (green regions) caused by surface camouflage. In complex field environments, vegetation cover, shadows, or uneven illumination can easily disrupt the continuity of visual features. As shown in the fourth-row sample, obvious green vegetation patches appear in the center of the optical image, causing the original GTSNet to be disturbed by visual noise and produce severe false negative regions within the red box in column (d). However, in the corresponding DEM image, the elevation variation in this region shows a smooth transition, indicating that the area beneath the vegetation belongs to a continuous geological body. In column (e), the originally missed green regions are successfully restored to white regions representing TP. The fifth-row sample is more representative. Strong shadows and abrupt soil variations in the RGB image cause the RGB-based model to almost completely miss the core target region, resulting in large FN areas (green). In contrast, the DEM image clearly delineates a typical valley structure with dark regions on both sides (high elevation) and a bright region in the center (low elevation). Guided by this strong geometric prior, the prediction result in the red box of column (e) successfully reconstructs the target region.
The DEM not only provides the network with an additional dimension independent of optical imagery, but more importantly, the elevation distribution offers indispensable geomorphological interpretation for unstable rock mass boundaries. The deep collaboration between optical features and elevation data therefore enables effective scene understanding in highly complex real geological environments.
4.2. Effectiveness Evaluation of the Data Augmentation Strategy
In intelligent identification tasks for complex geological targets driven by multi-source remote sensing data, such as landslides and unstable rock masses, deep learning models often face multiple challenges, including the scarcity of high-quality labeled samples, large intra-class geomorphic variability, and strong background interference. In particular, in upstream basins or mountainous canyon regions with dramatic terrain fluctuations, limited samples can easily increase the risk of overfitting. In this section, to address this issue and further evaluate the effect of data augmentation on GTSNet, we analyze the performance changes before and after applying augmentation strategies. During training, data augmentation was applied to increase sample diversity and reduce overfitting. The spatial geometric transformations included random horizontal flipping, random vertical flipping, random rotation, and random scaling/cropping. The radiometric perturbations included random brightness adjustment, random contrast adjustment, and noise perturbation. All augmentation operations were applied only to the training set, while the validation and test sets were kept unchanged.
Table 7 presents a detailed comparison of all evaluation metrics between the original GTSNet and the model trained with data augmentation.
From an overall performance perspective, the introduction of data augmentation improves the model’s performance under the current experimental settings: specifically, the IoU increases from 60.97% to 62.98%, with a gain of 2.01%, while the F1-score rises from 75.75% to 77.29%. These results suggest that augmentation strategies, such as spatial geometric transformations and radiometric perturbations, can enlarge the effective distribution of the training data and reduce the risk of overfitting. By exposing the model to more diverse spatial and radiometric variations, data augmentation may help the network learn more robust feature representations, thereby improving its adaptability to complex terrain scenarios.
A detailed analysis of the evaluation metrics in
Table 7 shows that Precision increases from 74.87% to 76.86%. In unstable rock mass interpretation, higher Precision indicates that the model produces fewer false positive predictions, suggesting a reduced tendency to misclassify visually similar background areas, such as exposed rock–soil surfaces or non-hazardous slopes, as target hazard objects. Meanwhile, Recall also increases from 76.66% to 77.72%, indicating that the model maintains or slightly improves its sensitivity to unstable rock mass targets while reducing false detections.
4.3. Limitations and Future Work
Although the proposed GTSNet achieves significant performance in fusing optical imagery and DEM elevation data, effectively mitigating visual interference in complex terrains and enabling fine-grained unstable rock mass segmentation, this study still has certain limitations in terms of the dynamic evolution of data modalities and computational cost during model deployment.
First, while the current network architecture mainly relies on static optical imagery from a specific time phase and a DEM for spatial feature extraction, the initiation and evolution of geological hazards are highly complex spatiotemporal dynamic processes. Although static topographic and textural features can effectively identify already existing or morphologically distinct hazard bodies, they remain insufficient for capturing subtle deformation precursors prior to hazard occurrence. Second, at the architectural level, although the introduction of the Transformer module endows the network with strong global context modeling capability, the computational complexity of its self-attention mechanism increases quadratically with the input resolution. When processing large-scale remote sensing imagery in upstream basins or extensive transportation corridors, this imposes considerable demands on computational resources, particularly GPU memory, which to some extent limits frequent large-area real-time deployment of the model on edge devices or in geological disaster emergency response scenarios.
To address the above limitations, future research will focus on the following two key directions to further enhance hazard perception capabilities in complex geological environments.
- (1)
Although the duplicate-checking procedure confirmed that no identical cropped image patch appeared in more than one subset, the current dataset was randomly split at the patch level rather than by strict geographic site separation. Therefore, spatially adjacent patches from the same unstable rock mass or the same engineering site may still exist in different subsets, which may introduce spatial correlation and result in a relatively optimistic performance estimation. Future work will further adopt site-level hold-out validation or spatial block-based cross-validation to more rigorously evaluate the geographic transferability and cross-site generalization ability of GTSNet.
- (2)
Introduction of multi-source temporal remote sensing and a dynamic susceptibility evaluation mechanism: Future research will surpass the limitations of static imagery and focus on the deep integration of temporal optical imagery and InSAR technology, which has a millimeter-level ground deformation monitoring capability. By constructing a 3D spatiotemporal multi-source fusion framework combining “temporal optical appearance features + DEM static foundation + InSAR dynamic deformation features”, the network can not only identify the boundaries of unstable rock masses but also quantitatively extract the temporal deformation characteristics of landslides and unstable rock masses. Based on this multi-source temporal perception framework, the research focus will shift from single “unstable rock mass detection” to “dynamic susceptibility evaluation of unstable rock masses”, thereby providing more forward-looking scientific support for early warning and dynamic risk assessment of geological hazards in complex high-mountain canyon areas and along major engineering corridors.
- (3)
Exploration of model lightweighting and vision foundation model-based zero-shot boundary refinement: To alleviate high computational costs and reduce dependence on large-scale pixel-level annotated data, future work will explore the introduction of lightweight backbone networks with spatial–channel joint attention mechanisms to replace part of the redundant convolutional layers. In addition, given the strong segmentation generalization capability demonstrated by general vision foundation models (such as the Segment Anything Model, SAM) on large-scale datasets, future work will explore a prompt-driven adapter mechanism that uses the coarse-grained semantic features output by GTSNet as spatial prompts to be fed into the SAM model. Leveraging the zero-shot boundary refinement capability of large models, the micro-topological edges of geological targets can be further refined, thereby achieving further improvement in geomorphological feature extraction accuracy while ensuring lightweight model deployment.