1. Introduction
Landslides are among the most frequent and destructive geological hazards, characterized by high occurrence rates and strong suddenness, and have caused severe casualties and economic losses worldwide [
1]. In recent years, with the rapid expansion of long-distance power transmission networks, a large number of transmission lines and towers have been deployed across mountainous and densely vegetated regions. In such environments, landslides pose a critical threat to the structural stability of tower foundations and the safe operation of transmission corridors. Moreover, because landslides typically occur in rugged terrain with significant gradients, acquiring accurate post-disaster information rapidly is often difficult, posing substantial challenges for both emergency response and infrastructure safety management [
2].
Achieving accurate and reliable landslide extraction in complex natural environments remains highly challenging [
3,
4]. This is especially critical for long-distance power transmission corridors, which traverse narrow mountainous and canyon areas, where landslides near towers or along lines directly endanger safety [
5]. On the one hand, landslide regions exhibit considerable variations in scale, appearance, and spatial distribution, and are frequently affected by vegetation occlusion, resulting in blurred boundaries. In transmission corridors, the elongated right-of-way and rugged terrain further aggravate multi-scale landslide detection and incomplete boundary observations. On the other hand, landslides often show strong visual similarity to bare soil or farmland, leading to frequent misclassification. For power infrastructure, such confusion directly threatens tower foundations and lines, making reliable discrimination an even more pressing need.
Driven by advances in data-driven learning paradigms, particularly deep convolutional neural networks (DCNNs), automatic interpretation of remote sensing imagery has achieved remarkable success. Fully Convolutional Networks [
6] and their variants have significantly improved the efficiency and flexibility of landslide detection by learning discriminative features from large-scale annotated datasets. Most existing methods adopt encoder–decoder architectures to extract and fuse multi-scale semantic features for landslide segmentation. Recent developments, including attention mechanisms, Transformer-based architectures, and visual foundation models, have further enhanced recognition performance [
7,
8]. Nevertheless, several critical challenges remain insufficiently addressed:
- (1)
Insufficient exploitation of landslide-specific fine structural features. Landslides typically occur on sloped terrains, and their surfaces often exhibit distinctive fine-grained structural textures formed during mass movement processes. These structural patterns provide more robust cues for distinguishing landslides from visually similar objects such as cultivated land or bare soil. However, most existing methods primarily rely on pretrained encoders to extract multi-scale semantic features or introduce digital elevation models (DEMs) to enhance performance [
9,
10]. In practice, high-quality DEMs that are spatially and temporally aligned with optical imagery are often difficult to obtain, limiting the applicability of such approaches.
- (2)
Inadequate exploration of global feature consistency among landslide objects. In remote sensing imagery, landslides often exhibit distinguishable feature characteristics from surrounding backgrounds, especially in complex mountainous areas crossed by power transmission lines. Current methods are predominantly optimized under pixel-level supervision [
11], which neglects the latent global similarity shared among different landslide instances while overlooking their inherent distinction from background objects. Explicitly modeling object-level global consistency among landslide regions has the potential to enhance feature discriminability and improve the robustness and generalization capability of segmentation models.
In summary, although existing methods have achieved substantial progress in landslide extraction, most approaches either focus primarily on pixel-level semantic learning or rely on auxiliary data and large-scale annotations. The intrinsic structural characteristics of landslides and their object-level global consistency remain insufficiently explored. These limitations motivate the development of a unified framework that simultaneously models landslide-specific structural features and exploits object-level contrastive constraints to achieve reliable and robust landslide extraction.
To address the above limitations, we propose a structural constrained contrastive learning network for reliable landslide extraction from remote sensing images. Specifically, a multi-structural feature extraction module is designed to capture landslide-specific structural characteristics, which are further enhanced through adaptive fusion with multi-scale semantic features extracted from the original images using attention mechanisms. Moreover, an object-level contrastive learning strategy guided by landslide masks is introduced to explicitly exploit global structural constraints, thereby strengthening feature separability between landslide and non-landslide regions to reduce false alarms along transmission line corridors.
The main contributions of this work can be summarized as follows:
- (1)
A multi-branch landslide extraction architecture is proposed. The proposed SC-Net simultaneously extracts multi-scale semantic features from original images and landslide-specific structural features through dedicated branches, and integrates additional prior supervisory information, resulting in improved landslide extraction performance.
- (2)
An attention-based adaptive feature fusion module is designed. The proposed module effectively optimizes and fuses multi-scale semantic and structural features, improving the integrity and consistency of landslide detection results across varying spatial scales.
- (3)
An object-level contrastive learning strategy is introduced. By jointly optimizing object-level contrastive loss and pixel-level segmentation loss, the proposed method learns latent global consistency features of landslides, thereby enhancing model robustness and transferability to facilitate more reliable identification of landslide threats along long-distance transmission networks.
The remainder of this paper is organized as follows.
Section 2 reviews related work on landslide detection and deep learning-based remote sensing interpretation.
Section 3 presents the proposed SC-Net in detail.
Section 4 reports comprehensive experimental evaluations and analyzes the results. Finally,
Section 5 concludes the paper and discusses future research directions.
2. Related Works
With the rapid development of deep learning, Convolutional Neural Network (CNN)-based methods have become the mainstream approach for automatic landslide extraction from remote sensing imagery, enabling efficient and accurate identification of landslide regions [
2,
5]. To cope with large-scale variations and complex background interference commonly observed in landslide scenes, many studies have incorporated attention mechanisms [
12,
13] into CNN architectures to enhance feature discrimination. For instance, ref. [
14] proposed an attention-enhanced CNN for landslide detection in high-resolution optical satellite imagery, improving robustness under heterogeneous surface conditions. Similarly, ref. [
15] improved the U-Net [
16] architecture by introducing a RegNet-based encoder with attention modules, achieving competitive accuracy with reduced model parameters and computational cost without relying on multi-temporal or geological auxiliary data. To further enhance model generalization across different regions and imaging conditions, ref. [
17] proposed a cross-domain landslide extraction framework that integrates pixel-level masking with a morphological information module to generate pseudo-labels for the target domain, thereby alleviating domain shift effects.
Balancing detection accuracy and computational efficiency is particularly critical for large-scale mapping and real-time landslide monitoring applications. To this end, ref. [
18] proposed BisDeNet, a lightweight framework that replaces the BiSeNet context path with DenseNet to reduce model complexity while preserving effective feature representation. For onboard and real-time scenarios, ref. [
19] developed a lightweight landslide detection network deployed on a QK-series satellite, improving in-orbit processing efficiency under complex surface conditions. In addition, ref. [
20] introduced Re-Net, a structurally reparameterized U-shaped network that supports multi-scale feature learning during training while substantially reducing parameter count and computational cost during inference, without sacrificing segmentation accuracy. Although these methods demonstrate the feasibility of efficient landslide extraction, they often emphasize computational efficiency at the expense of detailed structural representation.
Improving the completeness and boundary accuracy of landslide segmentation has therefore become a key research focus. To enhance contextual modeling, ref. [
7] proposed Attention U-Mamba, which integrates CNN-based local feature extraction with Mamba-based global context modeling, achieving improved segmentation performance with fewer parameters. Similarly, ref. [
21] introduced ARU-Net, incorporating attention mechanisms and residual connections into U-Net, together with binary focal loss to address class imbalance and complex landslide samples. In addition, ref. [
14] embedded squeeze-and-excitation (SE) modules into an attention U-Net framework to improve landslide extraction performance on Sentinel-2A imagery. To mitigate coarse boundary delineation, ref. [
22] optimized landslide segmentation using multi-resolution feature fusion and selective kernel attention to integrate coarse-to-fine features, effectively capturing landslide geometry and spatial distribution. Contrastive learning has also been explored for boundary refinement: ref. [
23] proposed a contrastive learning based framework employing residual blocks, channel attention, and a contrastive Dice loss to improve boundary precision, while ref. [
24] introduced AMU-Net, which integrates attention and multi-scale modules with a shifted window strategy to enlarge the receptive field and reduce boundary errors. Further improvements in boundary preservation across different segmentation architectures were reported in [
25].
Due to the complex shapes, textures, and spectral characteristics of landslides, distinguishing landslide regions from surrounding land-cover types remains challenging. To enhance feature discriminability, ref. [
26] proposed AST-UNet, which incorporates a channel and spatial interaction module into SwinUNet to improve segmentation completeness. Ref. [
27] introduced FFS-Net, which jointly extracts texture and shape features from optical imagery and terrain features from DEM data using transposed convolution and multi-scale channel attention. To exploit complementary information from different data sources, multi-modal fusion strategies have also been widely investigated. For example, ref. [
28] proposed a dual-channel framework that combines EfficientNetB7 with spatial attention for optical imagery and a depthwise separable CNN with Transformer modules for DEM features. While integrating terrain and spectral information can improve landslide discrimination in complex environments, the performance of such methods strongly depends on the availability and quality of DEM data, which is often difficult to obtain in practice. In addition, ref. [
29] developed LandslideNet for accurate landslide segmentation from single-temporal optical images, achieving high-precision identification without auxiliary data. Ref. [
30] further integrated generative AI with pixel-level segmentation to enhance image quality and localization accuracy, while ref. [
31] proposed GMNet, which exploits global contextual information and fuses low-level multi-scale features to improve discrimination between landslides and non-landslide objects.
Despite these advances, supervised learning-based methods generally rely on large-scale, high-quality annotated datasets, resulting in high labeling costs and limited generalization capability. To alleviate this dependence, ref. [
32] proposed a weakly supervised approach that combines class activation maps with CycleGAN, enabling pixel-level landslide segmentation using only image-level labels. To address data scarcity, ref. [
33] introduced a StyleGAN2 Transformer framework that generates high-quality synthetic landslide samples, improving the segmentation accuracy of CNN- and Transformer-based models by more than 10%. Domain adaptation techniques have also been explored to enhance cross-domain robustness. For instance, ref. [
34] proposed a progressive domain adaptation framework that integrates near-to-far adaptation, adversarial learning, and prototype consistency. Alternatively, ref. [
35] introduced a lightweight universal adapter that enables transferable landslide mapping with minimal parameter updates. Ref. [
36] proposed DS-Net, which dynamically aligns local details with global context while incorporating domain knowledge through a multi-attention prior module. Model robustness was further enhanced in [
11] through virtual adversarial training and probability-constrained pixel-level contrastive learning.
More recently, large-scale pre-trained foundation models have been introduced for landslide extraction to further improve cross-domain generalization. Ref. [
37] adopted a dual-branch encoder architecture to extract optical and terrain features, leveraging the strong representation capability of the Segment Anything Model (SAM). Building on this, ref. [
38] proposed TransLandSeg, which freezes SAM’s image encoder and trains only lightweight adaptive modules, achieving effective landslide segmentation with low training cost. Ref. [
39] further integrated SAM’s image encoder with a cross-feature fusion decoder and a shallow feature extractor, producing high-precision landslide maps without requiring user prompts.
Considering the importance of subtle structural differences in landslide regions, recent studies have increasingly focused on enhancing high-frequency and object-level representations. To address the neglect of high-frequency information, ref. [
40] incorporated guided attention mechanisms into skip connections to preserve structural details. Since pixel-level optimization often overlooks object-level characteristics, ref. [
41] combined ResU-Net with rule-based object-based image analysis, integrating pixel-wise probabilities with object-level rules. Similarly, refs. [
42,
43] leveraged object-level priors through bounding box prompts and instance-aware architectures, improving boundary delineation under limited training samples. More recently, ref. [
44] proposed an iterative classification-segmentation framework with object-level contrastive learning, enhancing both boundary representation and global feature consistency.
3. Methods
3.1. Overview of the SC-Net
Figure 1 illustrates the overall architecture of the proposed SC-Net. The framework mainly consists of three components: (1) multi-structural feature extraction from remote sensing images, (2) multi-scale fusion of semantic and structural features, and (3) global feature optimization guided by landslide object annotations. By fully exploiting the subtle structural characteristics unique to landslides in remote sensing imagery and exploring global feature consistency at the object level, SC-Net enhances the discriminability between landslides and complex background regions, thereby enabling more reliable landslide extraction.
Specifically, SC-Net employs a parameter-shared, pre-trained encoder to extract multi-scale semantic and structural features from the original images and their corresponding multi-channel structural representations. To further strengthen landslide-specific details, an attention-based adaptive fusion module is introduced to effectively integrate semantic and structural features. Moreover, a landslide mask-based object-level contrastive learning optimization strategy is designed to exploit potential object-level global constraints, promoting intra-class feature consistency among landslide objects and inter-class feature separability between landslide and non-landslide regions.
3.2. Multi-Structural Feature Enhancement
To address the challenges of blurred landslide boundaries and their visual similarity to other land-cover types, such as bare soil and plowed farmland, existing methods commonly improve detection reliability by fusing optical imagery with DEM data. However, DEM data that are temporally and spatially consistent with remote sensing images are often difficult to acquire, especially for long-distance power transmission corridors spanning hundreds of kilometers, where high-resolution, up-to-date DEMs are rarely available or prohibitively expensive, limiting the practical applicability of DEM-aided methods in real-world landslide monitoring.
To alleviate this limitation, we design a multi-structural feature extraction module that enhances landslide discriminability by exploiting fine-grained structural characteristics, thereby improving model reliability without requiring any auxiliary data. Specifically, multiple image feature operators are employed to construct multi-channel structural representations. These operators include histogram equalization (Hist_eq), denoised raw image (Denoised_raw), denoised after equalization (Denoised_eq), adaptive Gaussian thresholding (Adaptive_th), Sobel gradient (Sobel_grad), Gaussian low-pass filtering (Gaussian_low), Gaussian high-pass filtering (Gaussian_high), Laplacian sharpening convolution (Conv_sharpen), Hough transform-based edge detection (Hough_edge), and Laplacian zero-crossing edge detection (Laplacian_edge). Each operator is designed to extract complementary structural cues from the input image, as summarized in
Table 1. They capture multi-scale, multi-directional edge, corner, and texture features that are sensitive to landslide boundaries and surface roughness. The resulting multi-channel structural representations are stacked to form a multi-channel structural S,
. Subsequently, to let the subsequent convolutional layers learn optimal fusion, a multi-structural feature encoding module is developed. The stacked structural tensor is first transformed into a compact representation S1,
using convolutional layers with
and
kernels. A parameter-shared, pre-trained encoder is then employed to extract multi-scale structural features with higher spatial and channel dimensions. The semantic features extracted from the original images and the structural features derived from the multi-channel representations are generated at four scales and share identical spatial resolutions.
During feature fusion, a spatial attention (SA) block is first applied to model long-range spatial dependencies, followed by a channel attention (CA) block to achieve bottom-up adaptive feature weighting and fusion across different scales, as illustrated in
Figure 2. The introduction of multi-structural features helps preserve fine-grained spatial structural characteristics of landslide regions while maintaining a lightweight parameter configuration, thereby providing potential support for reliable landslide recognition.
3.3. Mask Constraint Contrastive Learning Optimization
Most existing landslide recognition methods optimize models by minimizing the pixel-wise discrepancy between predicted landslide regions and ground-truth labels, typically using the binary cross-entropy (BCE) loss for pixel-level supervision. Although effective for local classification, this paradigm neglects the global feature consistency constraints that naturally exist among landslide objects as a specific type of geological hazard, making the learned representations vulnerable to background noise in complex environments. Consequently, pixel-wise supervision alone cannot simultaneously enforce feature compactness across different landslide objects and feature contrast between landslides and the background, both of which are essential for stable recognition in geologically complex scenes. In addition, by incorporating image structural features, landslides can be further differentiated from similar land cover types (e.g., farmland). These observations motivate extending the contrastive loss function to the object level, where global feature descriptors help mitigate noise interference in complex environments.
To address this limitation, we introduce an object-level contrastive learning loss built upon the global feature similarity among landslide instances, which is integrated with the conventional BCE loss. This design explicitly exploits the latent global structural consistency shared by different landslide objects, suppresses interference from confusing backgrounds (e.g., bare soil and farmland), and improves the stability and discriminability of the learned feature representations.
Specifically, for each training batch, let the ground-truth landslide labels be denoted as , the predicted probability maps as , and the corresponding deep feature maps as , where and denote the spatial resolution and is the number of feature channels. The batch size is . Based on the landslide masks extracted from , the corresponding landslide instance features are cropped from , where indexes all landslide instances in the batch. Similarly, for each sample in the batch, the background features are extracted from the corresponding feature map using the complement of the landslide mask.
For each landslide and background instance, global average pooling is applied to obtain an instance-level feature embedding
and
, respectively. The global average pooling is calculated as shown in Equation (1), where x and y denote the spatial coordinate indices of pixels falling within the landslide regions in the ground-truth annotations of the training samples. For all landslide instances within a batch, the pairwise cosine similarity is computed between their embeddings to measure the global feature consistency between different landslide objects, denoted as
. To further enforce feature discrimination between landslide and background features, we additionally compute the distance between each landslide embedding and randomly selected background embeddings within the batch. The resulting object-level contrastive loss
is formulated as shown in Equations (1) and (2), encouraging features of different landslide instances to be highly consistent in the embedding space while simultaneously pulling landslide features away from background features.
Finally, the overall training objective is defined as the combination of the contrastive loss and the binary cross-entropy loss as expressed in Equations (3) and (4). By jointly enforcing pixel-level classification accuracy and object-level global feature consistency, the proposed loss function effectively reduces the influence of complex background noise and leads to more robust and discriminative landslide representations.
3.4. Evaluation Metrics and Hyperparameters
Since the proposed landslide extraction method follows a classical binary semantic segmentation paradigm, standard pixel-level evaluation metrics are adopted for quantitative performance assessment. Specifically, true positives (TP), false positives (FP), and false negatives (FN) are computed by comparing the predicted results with the ground truth, where TP denotes pixels correctly classified as landslides, FP represents background pixels incorrectly labeled as landslides, and FN corresponds to landslide pixels misclassified as background. Based on these quantities, Precision, Recall, Intersection over Union (IoU), and F1-score are calculated according to Equations (5)–(8) to comprehensively evaluate segmentation accuracy.
All experiments were implemented using PyTorch 1.13.1 and conducted on a single NVIDIA RTX A6000 GPU. Model optimization was performed using stochastic gradient descent with an initial learning rate of 0.01. During training, a RegNet64 model pre-trained on ImageNet was adopted as the backbone, and extensive data augmentation strategies, including random flipping, rotation, and scaling, were applied to improve model robustness and generalization performance. The detailed configuration parameters and source code are publicly available at
https://github.com/LiaoChengCRCC/SC-Net (accessed on 27 June 2026).
4. Experiments and Analysis
4.1. Datasets Description
Due to the absence of publicly available landslide datasets tailored for long-distance power transmission corridor applications, the CAS dataset [
45] is therefore adopted as a representative benchmark for evaluating model performance. The CAS landslide extraction dataset, including the UAV and AST subdataset, is a large-scale, multisensor benchmark dataset for deep learning-based landslide identification developed by the Artificial Intelligence Group at the Institute of Mountain Hazards and Environment, Chinese Academy of Sciences, comprising 20,865 georeferenced RGB image patches of 512 × 512 pixels acquired from satellite (e.g., Sentinel-2 and Landsat) and unmanned aerial vehicle (UAV) imagery across nine geographically diverse regions with corresponding pixel-wise annotations and rigorous quality control procedures, explicitly addressing challenges from cloud occlusion, seam artifacts, and label misalignment, to support reliable training and evaluation under diverse terrain and environmental conditions. The data cover the following regions: Tiburon Peninsula, Hokkaido Iburi-Tobu, Palu, Lombok, Mengdong Township, Jiuzhai Valley, Longxi River, Luding, and Wenchuan.
Importantly, the landslides contained in the CAS dataset are primarily earthquake-induced and rainfall-induced landslides, which constitute common and representative types of landslide disasters in mountainous regions. These landslides exhibit substantial variability in morphology, scale, vegetation recovery stage, and background complexity, reflecting diverse post-event surface conditions under different triggering mechanisms. Therefore, the dataset provides a comprehensive and challenging benchmark for evaluating landslide detection models and offers a reasonable approximation of the environmental conditions encountered in long-distance power transmission corridor scenarios.
Further detailed comparisons of these datasets are shown in
Table 2. Due to the diversity of image acquisition sources, spatial resolutions vary substantially across the dataset, which poses additional challenges for robust and generalized landslide extraction. Sample examples from these datasets are shown in
Figure 3. In our experiments, following the same data split strategy as the original CAS dataset [
45], we randomly divided the CAS-UAV and CAS-SAT datasets into training and testing sets with a ratio of 7:3, respectively.
4.2. Performance Comparison of Recent Related Methods
To validate the effectiveness of the proposed method, comparative experiments were conducted on the CAS-UAV and CAS-SAT datasets. There are two classical and widely adopted semantic segmentation models, U-Net and DeepLabV3+ [
44], were selected as comparison methods, based on the pretrained ResNet50 backbone. In addition, we compared our method with recent state-of-the-art landslide extraction approaches specifically designed for remote sensing on the CAS dataset, including MFFENet [
43] and SegFormer [
45]. We note that although numerous newer methods have been reported on the CAS landslide dataset, most of them use private data splits and have not released their source code, making it infeasible to reproduce their results under the same experimental setup. Therefore, the performance of these latest methods is quoted directly from their original publications, and the corresponding results are reported in
Table 3 (CAS-UAV) and
Table 4 (CAS-SAT). The pre-training backbone used for each method is specified in parentheses after the corresponding method name (e.g., ResNet50).
The experimental results show that the proposed method consistently outperforms the classical U-Net and DeepLabV3+ models across all semantic segmentation evaluation metrics on both the high-resolution CAS-UAV dataset and the relatively low-resolution CAS-SAT dataset. Specifically, on CAS-UAV, our method achieves IoU improvements of 5.07% and 2.38% over U-Net and DeepLabV3+, respectively. On CAS-SAT, the corresponding IoU gains over U-Net and DeepLabV3+ are 4.07% and 2.08%, respectively. Furthermore, when excluding the performance differences introduced by pretrained models, the proposed method still attains IoU improvements of 2.87% and 3.76% over U-Net on the CAS-UAV and CAS-SAT datasets, respectively. Detailed experimental analyses are provided in
Section 4.3.
More importantly, the proposed method also surpasses recent specialized landslide extraction approaches on both datasets. On the CAS-UAV dataset, both MFFENet and SegFormer adopt advanced Transformer-based architectures and multi-scale feature optimization strategies, such as attention mechanisms, which generally provide stronger robustness than conventional CNN-based models. Notably, MFFENet serves as a benchmark method for the CAS landslide dataset. Nevertheless, the proposed method achieves IoU improvements of 5.49% and 2.09% over MFFENet and SegFormer, respectively. On the CAS-SAT dataset, the proposed method further demonstrates superior performance, outperforming MFFENet and SegFormer by 11.76% and 0.46% in terms of IoU, respectively. These results indicate the effectiveness of the proposed approach across different spatial resolutions and sensing conditions.
For qualitative comparison of landslide extraction performance,
Figure 4 and
Figure 5 present qualitative visualization results on the CAS-UAV and CAS-SAT datasets, respectively. Each row corresponds to a representative sample, and columns (a)–(e) illustrate the original image, the prediction results of U-Net, DeepLabV3+, the proposed method, and the ground-truth, respectively. As observed from the visual comparisons, U-Net frequently generates fragmented and discontinuous landslide regions, often missing small-scale landslides near the edges of sliding areas. DeepLabV3+, although achieving relatively smoother predictions, still exhibits obvious under-segmentation in regions with vegetation occlusion, where landslides are mistakenly merged with surrounding bare soil or shadows. In contrast, the proposed method tends to produce more complete landslide regions and more accurate boundary delineation, further demonstrating its advantage in complex landslide scenarios. Specifically, in areas with dense vegetation cover, where landslide boundaries are often blurred or partially occluded, our method maintains relatively stable detection performance, whereas the U-Net and DeepLabV3+ frequently produce fragmented or missing predictions. Note that the compared baselines employ varying pre-trained backbones, which may affect the comparison; we address this in
Section 4.3 via ablation studies on the U-Net with controlled backbone configurations.
To further validate the reliability of our proposed method for landslide hazard monitoring along power transmission corridors, we present qualitative identification results on representative samples that explicitly contain power transmission equipment (e.g., towers and nearby corridors) from the CAS-UAV and CAS-SAT datasets, as shown in
Figure 6 and
Figure 7, respectively. In each figure, every row represents a representative sample, and the columns from left to right show: (a) original optical images, (b) landslide detection heatmaps generated by our SC-Net, (c) the final binary segmentation results, and (d) ground-truth landslide labels.
The visual comparisons reveal several important observations. First, although the spectral signatures of power transmission tower foundations and surrounding disturbed soils often exhibit strong similarity to those of landslide scars, particularly in mountainous environments where bare soil and shadowed areas are abundant, our method correctly distinguishes between them in most cases. As shown in the heatmap (column b), landslide regions exhibit high-confidence responses (bright white), while tower bases, access roads, and other man-made structures receive relatively low confidence scores, despite their visual resemblance. Second, beyond tower-related confusion, the proposed framework demonstrates enhanced ability to suppress false positives on other common distractors along transmission corridors, such as plowed farmland, bare soil patches, and unpaved road surfaces. These land-cover types often result in false-positive predictions, yet our approach produces fewer false-positive responses. Third, the qualitative results further demonstrate the robustness of the proposed framework under challenging conditions, including blurred landslide boundaries caused by vegetation occlusion, significant scale variations, and the presence of spectrally similar background features.
Nevertheless, some limitations remain. In cases where landslides are relatively small or partially obscured by dense vegetation, the model does not always delineate complete landslide boundaries. Additionally, when non-landslide regions share highly similar textures and colors with landslides, the model occasionally generates false positives, albeit less frequently than the baseline methods. Although such cases were observed only occasionally in the evaluated examples, they highlight opportunities for further improvement. Overall, these observations indicate that the proposed method has promising application potential for identifying landslides along power transmission corridors.
4.3. Ablation Experiments
The proposed SC-Net is built upon the U-Net architecture. As the baseline, a RegNet-pretrained backbone is introduced into U-Net and trained under binary cross-entropy (BCE) loss supervision for landslide extraction. Based on this baseline, different modules are progressively incorporated, including a data augmentation strategy (DA), a multi-level structural feature enhancement module (MSE), an attention-based adaptive feature fusion module (AAF), and a mask-constrained object-level contrastive learning strategy (MOC). The quantitative ablation results on the CAS-UAV and CAS-SAT datasets are reported in
Table 5 and
Table 6, respectively.
Experimental results indicate that, compared with the conventional U-Net architecture pretrained on ResNet-50, our baseline model—which adopts a more powerful RegNetY-64 encoder pretrained on ImageNet—achieves IoU improvements of 2.20% and 0.31% on the CAS-UAV and CAS-SAT datasets, respectively. Building upon this stronger baseline, each proposed module is shown to contribute positively to landslide segmentation, collectively yielding an overall IoU improvement of 2.87% on CAS-UAV and 3.76% on CAS-SAT over the optimized baseline.
Specifically, the data augmentation strategy enhances sample diversity during training, yielding IoU gains over the baseline of 1.09% and 1.14% on the two datasets. Furthermore, the incorporation of multi-level structural features, which explicitly encode the spatial characteristics of landslide objects, brings additional IoU improvements of 0.82% and 1.03%, respectively. Furthermore, the attention-based adaptive feature fusion module consistently enhances recognition accuracy, achieving IoU improvements of 0.27% on CAS-UAV and 1.04% on CAS-SAT. Notably, the performance gain is more pronounced on the lower-resolution CAS-SAT dataset, indicating that this module effectively optimizes the fusion of structural and semantic features under challenging imaging conditions. Finally, incorporating the proposed global feature contrastive optimization strategy further boosts the recognition performance, resulting in additional IoU improvements of 0.69% and 0.55% on the CAS-UAV and CAS-SAT datasets, respectively.
The consistent improvement across all evaluation metrics in the ablation experiments confirms the effectiveness of each component in SC-Net. To provide a more intuitive comparison of the impact of different modules,
Figure 8 and
Figure 9 present qualitative visualization results on the CAS-UAV and CAS-SAT datasets, respectively. In these figures, subfigures (a)–(h) correspond to the original image, the baseline prediction, the results obtained by progressively introducing DA, MSE, AAF, and MOC, the ground-truth landslide annotations, and the feature activation heatmaps produced by the proposed method. The visual comparisons further illustrate how each module incrementally enhances landslide completeness and boundary delineation.
4.4. Efficiency Analyses
In addition to segmentation accuracy, computational efficiency is a critical factor for practical deployment, especially for large-scale landslide monitoring along power transmission corridors. To evaluate the model complexity and inference efficiency of the proposed SC-Net, we compared it with several representative methods, including U-Net, DeepLabV3+, and SegFormer. For fair comparison, all models were tested under the same hardware environment, and their trainable parameters and floating-point operations (FLOPs) were calculated with a unified input size of 512 × 512 × 3. Since the source code of MFFENet is not publicly available, its detailed parameter information could not be obtained and thus is excluded from this quantitative comparison.
Table 7 reports the parameter count and FLOPs of each model. Among all compared methods, the proposed SC-Net achieves the smallest parameter size (approximately 30.03 M), while its computational complexity is about 60.07 G FLOPs. These results indicate that SC-Net achieves a favorable balance between model complexity and segmentation accuracy. Beyond theoretical complexity, we further evaluated the practical inference speed of SC-Net on a real-world test set consisting of 2200 images. Two scenarios were considered: (1) pure model inference, excluding the time for data I/O and structural feature preprocessing; and (2) end-to-end pipeline, including image loading, the construction of ten multi-channel structural descriptors (as described in
Section 3.2), model forward pass, and result saving.
The results show that the pure model inference achieves a high speed of approximately 2550 frames per second (FPS), indicating the low inference latency of the proposed network. When the complete preprocessing pipeline is taken into account, the overall processing rate remains at about 45 FPS, which may be potentially suitable for near-real-time landslide hazard assessment in many practical scenarios. Furthermore, given the notable runtime difference between the full evaluation pipeline and pure inference, we conducted a detailed breakdown of the time spent on structural feature generation and data I/O operations. The experimental results are summarized in
Table 8, with a batch size of 50. Here, “Time per batch” denotes the average inference time per batch, and “Percentage” indicates the proportion of each component within the total prediction time. All measurements were performed on a workstation equipped with an AMD Ryzen 9 9900X 12-core CPU and an NVIDIA GPU with 24 GB of memory. The results show that data I/O dominates the inference stage, with writing predictions to disk accounting for 48.89% of the time, multi-structural descriptor generation for 28.6%, and batch data reading for 20.58%.
While the structural descriptor computation introduces some overhead, the resulting improvements in accuracy and the overall throughput of 45 FPS justify this trade-off for practical UAV-based monitoring. These results suggest that the proposed framework may support efficient large-scale landslide monitoring applications.
5. Discussion
Our proposed SC-Net integrates a multi-structural feature extraction module with an attention-based adaptive fusion strategy and introduces a mask-constrained object-level contrastive learning loss. Experimental results on the CAS-UAV and CAS-SAT datasets demonstrate that SC-Net outperforms both classical segmentation models and recent state-of-the-art landslide extraction methods. Notably, in several qualitative examples that contain power transmission towers and their surrounding corridors, our method shows promising capability in distinguishing landslides from spectrally similar features such as bare tower foundations and access roads, while also maintaining relatively clean boundary delineation under vegetation occlusion. Ablation studies further confirm the effectiveness of each module and their complementary contributions.
Despite these promising results, we acknowledge certain limitations in the current implementation. First, the object-level contrastive loss employs uniform random sampling of negative background features within each batch, as dedicated hard-negative mining lies beyond the scope of this study. Although this random sampling strategy, aided by multi-level structural patterns, effectively separates landslides from common distractors and thus yields satisfactory general background suppression, it lacks a mechanism to prioritize the most challenging negatives that share strong visual similarities with landslides. Second, the scarcity of publicly available datasets specifically designed for power-transmission scenarios constitutes another limitation. Owing to this constraint, we resorted to large-scale public datasets that provide diverse landslide samples and exhibit considerable environmental resemblance to power-transmission corridors. While we have performed qualitative comparisons on a limited subset of samples containing power-transmission facilities, quantitative validation in real-world power-transmission environments has not yet been conducted. Consequently, the present experimental results offer preliminary evidence of effectiveness but remain insufficient for a comprehensive assessment in the target application context.
In future work, we will focus on three aspects. First, hard negative mining strategies will be explored to better distinguish challenging confusers, thereby enhancing the discriminative power of the contrastive loss. Second, we will construct a dedicated dataset specifically for power-transmission scenarios and conduct more extensive quantitative evaluations in real-world environments, so as to verify the generalization capability of the proposed method under practical application conditions. Third, we note that the current multi-level structural generation module incurs relatively high computational overhead, which is largely attributed to the concurrent use of multiple structural feature types. To mitigate this issue, we will investigate selective pruning of structural feature types to identify potentially redundant components and reduce computational overhead while maintaining competitive accuracy.