The Research on Landslide Detection in Remote Sensing Images Based on Improved DeepLabv3+ Method | Research Square window.SnipcartSettings = { analytics: { enabled: false } }; (function() { var accessVector = localStorage.getItem('access_vector') || ''; window.dataLayer = window.dataLayer || []; if (accessVector) { window.dataLayer.push({ user: { profile: { profileInfo: { snid: accessVector } } } }); } })(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K279D39R'); Browse Preprints In Review Journals COVID-19 Preprints AJE Video Bytes Research Tools Research Promotion AJE Professional Editing AJE Rubriq About Preprint Platform In Review Editorial Policies Our Team Advisory Board Help Center Sign In Submit a Preprint Cite Share Download PDF Article The Research on Landslide Detection in Remote Sensing Images Based on Improved DeepLabv3+ Method yong li This is a preprint; it has not been peer reviewed by a journal. https://doi.org/ 10.21203/rs.3.rs-5297582/v1 This work is licensed under a CC BY 4.0 License Status: Published Journal Publication published 07 Mar, 2025 Read the published version in Scientific Reports → Version 1 posted 11 You are reading this latest preprint version Abstract In response to issues with existing classical semantic segmentation models, such as inaccurate landslide edge extraction in high-resolution images, large numbers of network parameters, and long training times, this paper proposes a lightweight landslide detection model, LDNet (Landslide Detection Network), based on DeepLabv3+ and a dual attention mechanism. LDNet uses the lightweight network MobileNetv2 to replace the Xception backbone of DeepLabv3+, thereby reducing model parameters and improving training speed. Additionally, the model incorporates a dual attention mechanism from the lightweight Convolutional Block Attention Module (CBAM) to more accurately and efficiently detect landslide features. The model underwent dataset creation, training, detection, and accuracy evaluation. Results show that the improved LDNet model significantly enhances reliability in landslide detection, achieving values of 93.37%, 91.93%, 86.30%, 89.79%, and 95.28% for P, R, IoU, mIoU, and OA, respectively, representing improvements of 14.81%, 13.25%, 14.58%, 14.27%, and 13.71% compared to the original DeepLabv3+ network. Moreover, LDNet outperforms classical semantic segmentation models such as UNet and PSPNet in terms of recognition accuracy, while having significantly fewer parameters and shorter training times. The model also demonstrates good generalization capability in tests conducted in other regions, ensuring extraction accuracy while significantly reducing the number of parameters. It meets real-time requirements, enabling rapid and accurate landslide detection, and shows promising potential for widespread application. Earth and environmental sciences/Environmental sciences Earth and environmental sciences/Natural hazards Lightweight DeepLabv3+ Attention Mechanism Landslide Disaster Figures Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8 Figure 9 Figure 10 Figure 11 1 Introduction Landslides, as a common geological disaster, are characterized by the rapid movement of large amounts of rock, debris, or soil down a slope, with high frequency and speed 1,2 . In recent years, with global climate change and increased human activity, landslide disasters have become more frequent, posing a serious threat to human life and property 3,4 . According to statistics from the World Health Organization (WHO), between 1998 and 2017, 4.8 million people were affected by landslides, and more than 18,000 people lost their lives as a result 5 . Landslides not only pose direct harm to residents in mountainous and hilly areas but also damage transportation infrastructure, block rivers, and trigger secondary disasters. To effectively mitigate the losses caused by landslides, large-scale landslide detection and monitoring have become increasingly important 6,7 . Landslides typically occur in steep mountainous areas, and the factors that trigger landslides usually include excessive rainfall, earthquakes, volcanic eruptions, and snowmelt. The core of landslide identification and detection is determining the location and boundaries of landslides based on various features, including morphological characteristics (such as texture and shape), structural characteristics (such as faults, cracks, and steep slopes), and kinematic characteristics (such as surface movement), to enable large-scale landslide detection 3,8–10 . Early landslide identification methods primarily relied on field surveys, which provided detailed data on landslide extent, shape, and structural characteristics 11,12 . However, field surveys are costly and inefficient, making it difficult to quickly detect and identify large-scale landslide disasters 3 . In contrast, remote sensing technology, due to its wide spatial coverage and high efficiency, can obtain surface information over large scales and long time sequences, thus demonstrating tremendous potential in landslide detection 13 . Traditional landslide monitoring methods, such as ground observation and geological surveys, are often limited by complex terrain and harsh environmental conditions, making large-area rapid monitoring challenging. In contrast, remote sensing technology overcomes these limitations, providing multi-source and multi-temporal data to offer rich informational support for landslide detection. Optical remote sensing images can identify characteristics such as the shape, size, spectrum, texture, and patterns of landslides 9,14 . Therefore, optical remote sensing images and their derived products (such as digital elevation models, slope, surface roughness, etc.) have become the primary data sources for landslide detection 15,16 . Deep learning, as a branch of artificial intelligence, provides new ideas for the precise identification of disasters. The landslide disaster feature extraction process based on deep learning requires little to no human intervention to extract the essential and abstract features of the target, offering advantages such as computational capabilities tailored for big data processing. Convolutional Neural Networks (CNNs) are widely used deep learning network models in the field of computer vision, demonstrating excellent performance in image classification, object detection, and semantic segmentation tasks 17 . In addition, CNNs also show significant advantages in processing remote sensing image data. Many studies have combined CNNs with optical remote sensing images for landslide detection, achieving promising results 18–21 . The advantage of deep learning over traditional algorithms lies in the ability of multi-layer neural networks to automatically extract useful features. In particular, CNN models extract high-level semantic information from images in addition to local detail features 22 . CNN consists of multiple nonlinear mapping layers, enhancing the accuracy of landslide disaster recognition by exploring the spatial correlations between target pixels and performing combinatorial analysis to obtain high-dimensional features of the target. These methods can be divided into object detection-based methods and semantic segmentation-based methods. Object detection-based methods use bounding boxes to locate landslides. For example, by combining the YOLO V4 model with attention mechanisms, researchers have utilized optical remote sensing images from Google Earth™ to detect landslides 23 . Tanatipuknon et al. found that combining two Faster R-CNN models with a simple decision tree can achieve better landslide detection performance 24 . Semantic segmentation-based methods, such as UNet and FCN networks, can classify landslide and non-landslide pixels to delineate their boundaries. For example, Ghorbanzadeh et al. proposed a new strategy that combines rule-based object-based image analysis (OBIA) with FCN for detecting landslides from multi-temporal Sentinel-2 images 25 . Lu et al. proposed a dual-encoder UNet landslide detection method based on Sentinel-2 and DEM data for landslide detection 26 . These studies, on the one hand, demonstrate the potential of the UNet model in landslide detection tasks, while on the other hand, they reveal certain limitations of the UNet model itself, such as the semantic gap between the encoder and decoder and the loss of spatial information during the upsampling process. The DeepLabv3+ semantic segmentation model is a typical and high-precision network in the field of semantic segmentation, showing excellent performance in remote sensing image processing. However, the DeepLabv3+ model also has some drawbacks. First, its feature extraction network, Xception, has many layers and parameters, resulting in high computational cost and resource consumption, making it difficult for the model to meet the demands of large-scale real-time detection 27 . Secondly, as the encoder extracts features, the spatial dimensions of the input data gradually decrease, leading to the loss of valuable information. Additionally, the decoder cannot fully recover the details during decoding, ultimately resulting in lower accuracy in identifying the edges of the target 27 . In summary, this study aims to address the issues of inaccurate landslide edge extraction in high-resolution images and the large number of parameters and long training times in existing classical semantic segmentation models. To this end, this paper proposes a lightweight landslide disaster detection model, LDNet, based on DeepLabv3+ and attention mechanisms. The main contributions are as follows: (1) The lightweight network MobileNetv2 is used to replace the Xception backbone of DeepLabv3+, effectively reducing the number of parameters and speeding up the training process. (2) A lightweight Convolutional Block Attention Module (CBAM) is introduced to filter out background information, allowing the model to focus more on key feature information, thereby improving landslide detection accuracy in complex terrain. (3) Landslide dataset construction: utilizing multi-source remote sensing data to build a training and testing dataset that covers various types of landslides and different geographical environments, providing strong support for model training and evaluation. (4) The improved model can quickly and accurately extract landslide locations from high-resolution remote sensing images, providing effective technical support for landslide disaster monitoring. 2 Research Area and Dataset 2.1 Research Area Sichuan Province is located in the southwestern part of China, situated in the upper reaches of the Yangtze River, between longitudes 97°21' to 108°33' east and latitudes 26°03' to 34°19' north. The administrative area covers 486,000 square kilometers, extending 1,075 kilometers from east to west and 921 kilometers from north to south (as shown in Fig. 1 ). This region spans the first and second tiers of the topography of the Chinese mainland and lies in the transition zone between the Tibetan Plateau and the middle and lower reaches of the Yangtze River, exhibiting a significant west-high and east-low topographical feature. The western part is dominated by plateaus and mountains with altitudes exceeding 3,000 meters, while the eastern part consists mainly of basins and hills with altitudes ranging from 500 to 2,000 meters. The geomorphological types are complex and diverse, primarily including mountains, hills, plains, and plateaus, which account for 74.2%, 10.3%, 8.2%, and 7.3% of the total area of the province, respectively. Due to the complex topography and variable lithology of Sichuan, coupled with active neotectonic movements, frequent earthquakes, and abundant rainfall, landslides are widely developed along the tectonic fault zones of rivers such as the Jinsha River, Yalong River, Dadu River, and Min River, as well as their tributaries. Sichuan is one of the provinces in China most severely affected by collapses and landslides, with the highest number of landslides in the country, accounting for over 5% of the national total. Additionally, large landslides with volumes exceeding 10 million cubic meters make up nearly 50% of similar landslides nationwide. 2.2 Landslide Dataset First, aerial orthophoto data from drones and manned aircraft of landslide disasters that occurred in Sichuan Province since 2008 were collected. By systematically organizing and uniformly processing this data, the landslide disaster bodies were interpreted and sample annotations were created using ArcGIS software and visual interpretation methods. Using individual landslide disaster bodies as units, a high-precision image and interpretation sample annotation dataset of 118 landslide disasters was completed, along with corresponding disaster information description texts. Subsequently, the data quality was tested and evaluated, and the technical route is shown in Fig. 2 . Secondly, to ensure the completeness and accuracy of the data, information on significant landslide and debris flow disaster events in Sichuan Province and its surrounding areas since 2008 was further collected. Based on the occurrence time and location of these events, corresponding aerial imagery data were selected from the historical image database (see Table 1 ), following the selection criteria outlined below: (1) The image data must be acquired within 10 days after the disaster occurrence to avoid the impact of water erosion on the integrity of the samples. (2) The images should cover typical or key disaster areas, such as the "6·24" Mao County Diexi Landslide in 2017 and the "10·11" Jinsha River Landslide in 2018. (3) The image resolution must be better than 1 meter, with most images having a resolution better than 0.5 meters, and should be free from clouds or other obstructions. Table 1 Description of Image Data Serial Number Image Acquisition Time Ground Resolution of the Image(m) Disaster Event 1 May 16, 2008 0.9 2008 “5·12” Wenchuan Earthquake Secondary Geological Disasters 2 April 21, 2013 0.2 2013 “4·20” Lushan Earthquake Secondary Geological Disasters 3 January 20, 2016 0.2 2016 “1·19” Mianzhu Xiaogang Jianshan Landslide Disaster 4 June 26, 2017 0.2 2017 “6·24” Maoxian Diexi Landslide Disaster 5 August 11, 2017 0.2 2017 “8·8” Jiuzhaigou Earthquake Secondary Geological Disasters 6 October 12, 2018 0.2 2018 “10·11” Jinsha River Baige Landslide Disaster 7 August 24, 2020 0.2 2020 “8·20” Pingwu County Heavy Rain Landslide Disaster 8 August 26, 2020 0.2 2020 “8·20” Pingwu County Heavy Rain Landslide Disaster During the processing, the image data underwent the following steps: (1) Coordinate Transformation: The planar coordinates of the image data were uniformly converted to the WGS 84 coordinate system, with the elevation reference based on the 1985 National Elevation Datum, and the unit of measurement in meters. (2) Image Matching: Geometric correction of the image data was performed using the basic scale topographic map or high-quality digital orthophoto map (DOM) produced by foundational surveying and mapping as the reference. (3) Image Stitching: Multiple images of the same area acquired during the same time period were stitched together to ensure the integrity of the disaster body. (4) Image Fusion: Adjustments were made to the tone, ghosting, and noise of the images to ensure clarity, rich texture, uniform tone, and no obvious seam marks or other quality issues. To ensure the accuracy of the interpretation, landslide interpretation symbols were established with the assistance of geological disaster experts. These symbols were combined with the province-wide 3D model data to visually interpret the landslide and debris flow disaster bodies. The boundaries of the disaster bodies were outlined using ArcGIS software, generating vector polygon data, which were then converted into binary raster images (with 1 representing the landslide and 0 representing other objects). During the interpretation process, strict adherence to the principles of disaster body integrity and accuracy was maintained, focusing primarily on the obvious differences between the landslide and the surrounding environment in terms of morphology, tone, texture, vegetation condition, and other aspects. For instance, landslide bodies tend to be spoon- or tongue-shaped, with steep, often arc-shaped or zigzagging backwalls, sparse vegetation within the landslide body, and trees that are tilted or toppled. Finally, following the principle of landslide disaster body integrity, the image data and corresponding interpretation label data of each disaster body were cropped into standard rectangular shapes, generating a pair of image and interpretation label data that were equal in size and aligned in position. A total of 118 landslide disaster datasets were produced, as shown in Fig. 3 for some of the data. 3 Research Method 3.1 DeepLabv3 + Model The DeepLabv3 + model is a semantic segmentation model proposed in 2018, and it is a typical and high-accuracy network architecture in the field of semantic segmentation 28 . As an improvement over the DeepLabv3 model, the main differences of DeepLabv3 + lie in its introduction of an encoder-decoder structure, variations in the dilation rates of the ASPP module, and differences in the backbone network used 27 . DeepLabv3 + uses Xception 29 as the backbone network and combines it with the Atrous Spatial Pyramid Pooling (ASPP) module to form the encoder. The primary function of the encoder is to extract deep feature information from the input image. It typically consists of multiple convolutional layers, which can learn different abstract features of the image layer by layer, gradually deepening the feature extraction from shallow to deep layers. The encoder reduces the size of the feature maps through convolution and pooling operations while increasing the number of feature channels, thus achieving compression and extraction of image features. The ASPP module captures multi-scale contextual information of the image by using dilated convolutions with different dilation rates, enabling better understanding of objects of various sizes and scales 30 . DeepLabv3 + optimizes the ASPP module by employing larger dilation rates, thereby expanding the receptive field and further enhancing image segmentation performance. In the decoder section, the model first performs fourfold upsampling of the fused deep feature map through bilinear interpolation, and then concatenates it with the low-level feature map extracted from Xception. Finally, after a 3×3 convolution and another fourfold bilinear interpolation upsampling, the final segmentation result is obtained, matching the size of the original image. The network structure is shown in Fig. 4 . 3.2 Improved Model 3.2.1 Improved LDNet Model Landslide disasters typically present a spoon-shaped or tongue-shaped planar morphology, with geomorphological features including landslide walls, flow path scraping marks, and tongue-shaped deposition areas. The landslide body shows significant differences from the surrounding environment in terms of morphology, tone, texture, vegetation development, and growth status. Although the semantic information is relatively simple, the details are rich, which places high demands on the detail extraction capability of the segmentation network. Traditional classical segmentation networks such as DeepLabv3 + are complex in the feature extraction part, as they need to handle the diversity of datasets, variability of object features, and the vast amount of data in order to learn more complex feature patterns. However, the original DeepLabv3 + structure is complicated and has a large number of parameters, making it suitable for multi-object segmentation tasks, but it also results in a high computational load and training difficulty, which are not entirely suitable for landslide recognition tasks. In response to the landslide features in remote sensing images, this study applies the lightweight MobileNetv2 31 backbone network to the encoder-decoder structure of DeepLabv3+, serving as the encoder for feature extraction. MobileNetv2 has fewer parameters and introduces more direct connection networks. Compared to Xception, it has fewer parameters, is easier to train, and converges faster. Additionally, the incorporation of dilated convolutions increases the receptive field, enabling the network to better combine the semantic information of the image and significantly enhance the semantic extraction capability. This network operates quickly, making it particularly suitable for landslide recognition tasks in remote sensing images. At the same time, the introduction of CBAM 32 allows the model to focus more on key feature information, thereby extracting landslide features more efficiently and accurately. By utilizing the detail information of the image and the spatial correlation of pixels over a large area, the model can more accurately identify most regions, improving the recognition performance for landslides of different sizes. Figure 5 illustrates the network model structure of this method. 3.2.2 Backbone Network The traditional DeepLabv3 + semantic segmentation model typically uses Xception as the backbone network. In contrast, this study selects the lightweight modified MobileNetv2 network as the backbone for the semantic segmentation model. MobileNetv2 is a lightweight network architecture proposed by Google, based on the design of depthwise separable convolutions, and introduces inverted residual modules and linear bottleneck layers, effectively reducing the number of parameters in the model and accelerating the convergence speed of the network. In the MobileNetv2 network, low-dimensional convolutional layers do not use activation functions, while other layers employ the ReLU6 activation function to prevent nonlinear operations from excessively damaging feature information 31 . The feature extraction network first obtains features of the same dimension through a 3×3 depthwise convolution combined with the ReLU activation function. Next, a 1×1 convolution with the ReLU6 activation function processes the data to obtain reduced-dimensional features. Finally, another 1×1 convolution is performed to expand the dimensions. The inverted residual module is primarily used to enhance the network's feature extraction capabilities and facilitate efficient transmission of multi-level feature information. Specifically, it first increases the dimensions through a 1×1 convolution, followed by feature extraction using a 3×3 depthwise convolution. Lastly, a 1×1 convolution is used to reduce the dimensions to extract effective feature information 31 . The network structure is shown in Fig. 6 . 3.2.3 Attention Mechanism The attention mechanism captures the internal correlations of an image by learning its contextual information. Its core idea is to enable the model to focus on information from key areas while ignoring irrelevant information 32 . The attention mechanism consists of channel attention modules and spatial attention modules, with the former concentrating on which features are more important in the image, while the latter focuses on which regions of the image contain critical features. To accurately extract landslide disaster areas, this study utilizes the attention mechanism to enhance the accuracy and efficiency of extracting landslide edge features. In this research, the Convolutional Block Attention Module (CBAM) combines both of the aforementioned modules and integrates them into the semantic segmentation network. This module not only pays attention to the features of each channel but also to the features of each pixel point, enabling adaptive optimization based on the characteristics of the input image. A notable advantage of CBAM is its lightweight design, allowing it to be seamlessly integrated into any neural network, truly achieving plug-and-play functionality. As shown in Fig. 7 , CBAM is composed of two modules: the Channel Attention Module (CAM) and the Spatial Attention Module (SAM) 32 . Figures 8 and 9 depict the basic structures of CAM and SAM, respectively. The channel attention module first performs pooling operations on the input feature map to calculate the weight of each channel, which is then applied to the spatial attention module. The spatial attention module subsequently extracts the maximum and average values of each feature point across all channels and calculates the weight of each feature point using the same operations as the channel attention. Finally, these weights are multiplied by the original input feature map and convolved to obtain deep features that contain multi-scale contextual information. 4 Results 4.1 Environmental Configuration The required environment for this experiment is shown in Table 2, with the operating system being Windows 11. Table 2: Experimental Environment Software and Hardware Configuration Parameters Configuration CPU 13th Gen Intel(R) Core(TM) i7-13620H 2.40 GHz RAM 64GB GPU NVIDIA GeForce RTX 4060 GPU 8G CUDA 12.1 Deep learning framework PyTorch 2.4.0、python 3.11 The experimental parameter settings are shown in Table 3. Table 3: Experimental Parameter Settings Parameters Configuration Description down_sample_factor 16 Downsampling input_shape [512, 512] Input Image Size num_epoch 300 Number of Training Epochs batch_size 2 Batch Size init_lr 0.01 Initial Learning Rate min_lr init_lr * 0.01 Minimum Learning Rate optimizer_type AdamW Optimizer momentum 0.9 Momentum weight_decay 0.0001 Weight Decay 4.2 Evaluation Metrics To validate the performance of the improved LDNet model, five accuracy evaluation metrics were employed: precision (P), recall (R), Intersection over Union (IoU), mean IoU (mIoU), and overall accuracy (OA). These metrics are used to assess the performance of the improved landslide detection model and evaluate its recognition accuracy. P represents the proportion of actual landslides among the pixels predicted as landslides by the model, calculated using the formula (1): n is the number of identified species excluding the background. In this study, TP is true positive; TN is true negative; FP is false positive; and FN is false negative. TP and TN represent the number of pixels correctly predicted as “landslide” or “non-landslide,” respectively. FP represents the number of “non-landslide” pixels incorrectly judged as “landslide,” and FN represents the number of “landslide” pixels incorrectly judged as “non-landslide.” 4.3 Comparative Experiments To verify the effectiveness of the LDNet model in landslide point identification, we compared the LDNet model based on the MobileNetv2 backbone network with the classic semantic segmentation models UNet, PSPNet, and the original DeepLabv3+ model. All models were tested under the same training parameters. The results show that the improved lightweight LDNet model achieved the highest recognition accuracy among the four models, as detailed in Table 4 and Figure 10. The final results regarding the parameter sizes and training times of the four models are shown in Table 5. Table 4: Comparison of Landslide Recognition Results of Different Models Model P R IoU mIoU OA UNet 71.84% 71.15% 64.63% 68.46% 74.52% PSPNet 75.02% 73.24% 66.96% 70.99% 77.32% DeepLabv3+ 78.56% 78.68% 71.72% 75.52% 81.57% LDNet 93.37% 91.93% 86.30% 89.79% 95.28% Table 4 presents the accuracy results of the improved lightweight LDNet model compared to other classic semantic segmentation models in landslide recognition. As can be seen from Table 4, the overall accuracy (OA) of all four models exceeds 70%, and they all perform well in landslide recognition extraction, indicating that deep learning demonstrates excellent performance in landslide recognition. Through the comparison of five evaluation metrics, the improved lightweight LDNet model outperforms the other three models in landslide recognition accuracy. Specifically, the OA and mean Intersection over Union (mIoU) of the improved LDNet model reached 95.28% and 89.79%, respectively, which is an increase of 20.76% and 21.33% compared to the UNet model, 17.96% and 18.80% compared to the PSPNet model, and 13.71% and 14.27% compared to the original DeepLabv3+ model. In addition, the improved LDNet model achieved precision (P), recall (R), and IoU values of 93.37%, 91.93%, and 86.30% in landslide recognition results, respectively, which are increases of 21.53%, 20.78%, and 21.67% compared to the UNet model, 18.35%, 18.69%, and 19.34% compared to the PSPNet model, and 14.81%, 13.25%, and 14.58% compared to the original DeepLabv3+ model. These results indicate that the improved lightweight LDNet model employed in this study exhibits superior performance in landslide recognition and extraction. From the recognition results in Figure 10, it can be observed that the UNet and PSPNet models yield relatively poor extraction results for landslide identification, with many misclassifications and omissions. The original DeepLabv3+ semantic segmentation model employs dilated convolutions and multi-scale strategies, significantly enlarging the receptive field, enabling it to identify most landslide disasters. However, it can only identify landslide locations in the image with minimal differences in reflectance. When the reflectance differences of the objects at landslide locations increase, omissions may occur, leading to significant errors. Spectral features of roads and other objects similar to landslides within the predicted area may be misidentified as scattered landslide zones. The improved lightweight LDNet model outperforms the original DeepLabv3+ model, achieving better recognition results. Table 5: Parameter Sizes and Training Times of Different Models Model Model Parameters (MB) Training Time (h) UNet 93.97 3.42 PSPNet 179.32 5.26 DeepLabv3+ 208.68 3.44 LDNet 22.52 2.13 From Table 5, it can be seen that the improved LDNet model has the fewest parameters among the four models, with a parameter size of only 22.47 MB, which is much smaller than the other three models, 10.79% of the original DeepLabv3+ model, 23.97% of UNet, and 12.56% of PSPNet. Additionally, the training time for the improved model is 2.13 hours, the shortest among the four models, reducing the training time by 1.31 hours compared to the original DeepLabv3+ model, by 1.29 hours compared to UNet, and by 3.13 hours compared to PSPNet. Therefore, the LDNet model significantly improves the speed of image segmentation while maintaining accuracy, and it greatly reduces the model's parameter count, achieving rapid and accurate extraction of landslide information. 4.4 Generalization Experiment To further validate the generalization ability of the improved model, we conducted tests in Yichang City, Hubei Province, China. The test results are shown in Figure 11. The results indicate that the improved model's extraction accuracy for the landslide zone in the Three Gorges Reservoir area is comparable to the results obtained in the research area, demonstrating that the model has strong generalization capability and potential for broader application. 5 Conclusion This study proposes a lightweight landslide detection model, LDNet, based on the DeepLabv3 + semantic segmentation model and the CBAM attention mechanism module. The model utilizes the lightweight MobileNetv2 as the backbone network and incorporates the lightweight CBAM module, effectively addressing the inaccuracies in extracting landslide edges in high-resolution images and overcoming the challenges of high parameter counts and long training times associated with classic semantic segmentation models. In the landslide extraction results for the research area, the precision (P), recall (R), Intersection over Union (IoU), mean IoU (mIoU), and overall accuracy (OA) reached 93.37%, 91.93%, 86.30%, 89.79%, and 95.28%, respectively, outperforming the other four comparison models while having the fewest parameters and shortest training time. Additionally, the model's strong generalization ability was also validated in tests conducted in other regions. In summary, this model significantly reduces parameter count and training time while maintaining extraction accuracy, demonstrating strong generalization capabilities, making it worthy of further promotion and application. Declarations Data availability The datasets generated and/or analyzed during this study are not publicly available due to confidentiality restrictions. Access to these datasets can be granted upon reasonable request from the corresponding author, subject to appropriate data use agreements. Author contributions L.Y.: Data Collection, Dataset Creation, Data Management, Methodology, Drafting the Manuscript, Review and Editing. References Keefer, D. K. & Larsen, M. C. Assessing Landslide Hazards. Science 316 , 1136–1138 (2007). Petley, D. Global patterns of loss of life from landslides. Geology 40 , 927–930 (2012). Guzzetti, F. et al. Landslide inventory maps: New tools for an old problem. Earth-Sci. Rev. 112 , 42–66 (2012). Froude, M. J. & Petley, D. N. Global fatal landslide occurrence from 2004 to 2016. Nat. Hazards Earth Syst. Sci. 18 , 2161–2181 (2018). S., S., S. S., V. C. & Shaji, E. Landslide identification using machine learning techniques: Review, motivation, and future prospects. Earth Sci. Inform. 15 , 2063–2090 (2022). Van Westen, C. J., Castellanos, E. & Kuriakose, S. L. Spatial data for landslide susceptibility, hazard, and vulnerability assessment: An overview. Eng. Geol. 102 , 112–131 (2008). Chen, Z., Zhang, Y., Ouyang, C., Zhang, F. & Ma, J. Automated Landslides Detection for Mountain Cities Using Multi-Temporal Remote Sensing Imagery. Sensors 18 , 821 (2018). Pawluszek, K. Landslide features identification and morphology investigation using high-resolution DEM derivatives. Nat. Hazards 96 , 311–330 (2019). Zhong, C. et al. Landslide mapping with remote sensing: challenges and opportunities. Int. J. Remote Sens. 41 , 1555–1581 (2020). Mohan, A., Singh, A. K., Kumar, B. & Dwivedi, R. Review on remote sensing methods for landslide detection using machine and deep learning. Trans. Emerg. Telecommun. Technol. 32 , e3998 (2021). Alexander, D. E. A brief survey of GIS in mass-movement studies, with reflections on theory and methods. Geomorphology 94 , 261–267 (2008). Santangelo, M., Cardinali, M., Rossi, M., Mondini, A. C. & Guzzetti, F. Remote landslide mapping using a laser rangefinder binocular and GPS. Nat. Hazards Earth Syst. Sci. 10 , 2539–2546 (2010). Sameen, M. I. & Pradhan, B. Landslide Detection Using Residual Networks and the Fusion of Spectral and Topographic Information. IEEE Access 7 , 114363–114373 (2019). Yu, B. & Chen, F. A new technique for landslide mapping from a large-scale remote sensed image: A case study of Central Nepal. Comput. Geosci. 100 , 115–124 (2017). Schulz, W. H. Landslide susceptibility revealed by LIDAR imagery and historical records, Seattle, Washington. Eng. Geol. 89 , 67–87 (2007). Haneberg, W. C., Cole, W. F. & Kasali, G. High-resolution lidar-based landslide hazard mapping and modeling, UCSF Parnassus Campus, San Francisco, USA. Bull. Eng. Geol. Environ. 68 , 263–276 (2009). Hu, F., Xia, G.-S., Hu, J. & Zhang, L. Transferring Deep Convolutional Neural Networks for the Scene Classification of High-Resolution Remote Sensing Imagery. Remote Sens. 7 , 14680–14707 (2015). Ji, S., Yu, D., Shen, C., Li, W. & Xu, Q. Landslide detection from an open satellite imagery and digital elevation model dataset using attention boosted convolutional neural networks. Landslides 17 , 1337–1352 (2020). Gao, X., Chen, T., Niu, R. & Plaza, A. Recognition and Mapping of Landslide Using a Fully Convolutional DenseNet and Influencing Factors. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 14 , 7881–7894 (2021). Ullo, S. et al. A New Mask R-CNN-Based Method for Improved Landslide Detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 14 , 3799–3810 (2021). Meena, S. R. et al. Landslide detection in the Himalayas using machine learning algorithms and U-Net. Landslides 19 , 1209–1229 (2022). Chu, X. et al. Glacier extraction based on high-spatial-resolution remote-sensing images using a deep-learning approach with attention mechanism. The Cryosphere 16 , 4273–4289 (2022). Cheng, L., Li, J., Duan, P. & Wang, M. A small attentional YOLO model for landslide detection from satellite remote sensing images. Landslides 18 , 2751–2765 (2021). Tanatipuknon, A. et al. Study on Combining Two Faster R-CNN Models for Landslide Detection with a Classification Decision Tree to Improve the Detection Performance. J. Disaster Res. 16 , 588–595 (2021). Ghorbanzadeh, O., Gholamnia, K. & Ghamisi, P. The application of ResU-net and OBIA for landslide detection from multi-temporal Sentinel-2 images. Big Earth Data 7 , 961–985 (2023). Lu, W. A dual-encoder U-Net for landslide detection using Sentinel-2 and DEM data. doi:10.1007/s10346-023-02089-5. Mo, L. et al. DeepMDSCBA: An Improved Semantic Segmentation Model Based on DeepLabV3+ for Apple Images. Foods 11 , 3999 (2022). Chen, L.-C., Zhu, Y., Papandreou, G., Schroff, F. & Adam, H. Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation. Preprint at http://arxiv.org/abs/1802.02611 (2018). Chollet, F. Xception: Deep Learning with Depthwise Separable Convolutions. in 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 1800–1807 (IEEE, Honolulu, HI, 2017). doi:10.1109/CVPR.2017.195. Liu, J., Zhang, Y., Liu, C. & Liu, X. Monitoring Impervious Surface Area Dynamics in Urban Areas Using Sentinel-2 Data and Improved Deeplabv3+ Model: A Case Study of Jinan City, China. Remote Sens. 15 , 1976 (2023). Sandler, M., Howard, A., Zhu, M., Zhmoginov, A. & Chen, L.-C. MobileNetV2: Inverted Residuals and Linear Bottlenecks. in 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition 4510–4520 (IEEE, Salt Lake City, UT, 2018). doi:10.1109/CVPR.2018.00474. Woo, S., Park, J., Lee, J.-Y. & Kweon, I. S. CBAM: Convolutional Block Attention Module. Preprint at http://arxiv.org/abs/1807.06521 (2018). Additional Declarations No competing interests reported. Cite Share Download PDF Status: Published Journal Publication published 07 Mar, 2025 Read the published version in Scientific Reports → Version 1 posted Editorial decision: Revision requested 16 Dec, 2024 Reviews received at journal 06 Dec, 2024 Reviews received at journal 29 Nov, 2024 Reviewers agreed at journal 14 Nov, 2024 Reviewers agreed at journal 14 Nov, 2024 Reviewers agreed at journal 14 Nov, 2024 Reviewers invited by journal 14 Nov, 2024 Editor assigned by journal 14 Nov, 2024 Editor invited by journal 07 Nov, 2024 Submission checks completed at journal 05 Nov, 2024 First submitted to journal 20 Oct, 2024 You are reading this latest preprint version Research Square lets you share your work early, gain feedback from the community, and start making changes to your manuscript prior to peer review in a journal. As a division of Research Square Company, we’re committed to making research communication faster, fairer, and more useful. We do this by developing innovative software and high quality services for the global research community. Our growing team is made up of researchers and industry professionals working together to solve the most critical problems facing scientific publishing. Also discoverable on Platform About Our Team In Review Editorial Policies Advisory Board Help Center Resources Author Services Accessibility API Access RSS feed Manage Cookie Preferences © Research Square 2026 | ISSN 2693-5015 (online) Privacy Policy Terms of Service Do Not Sell My Personal Information {"props":{"pageProps":{"initialData":{"identity":"rs-5297582","acceptedTermsAndConditions":true,"allowDirectSubmit":false,"archivedVersions":[],"articleType":"Article","associatedPublications":[],"authors":[{"id":373326207,"identity":"b22d8927-3f7e-4813-97a0-b467dcb23b49","order_by":0,"name":"yong li","email":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAAyAQMAAABI0h/eAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA1ElEQVRIiWNgGAWjYBACPgbmhgMJIBZ7A5AwsCCshY2BEaqF5wBIiwRxWiAsCbBGYrRIJDYeeNhmkycf+fzqhh8FEgz87d0JhLQ0HEhsSys2vJ1TdrMH6DCJM2c3EKPlcOLG2TlpN3iAWgwkconVMvNM2s0/JGmZL8F+7DZxtvA8BAbyubTEDTw5bLdlDCR4CPqFnz358McfZTaJ89uPP7v55o+NHH97L34tDAIJDAyMbMBIPMBjAOLz4FcOtuYAkPjDwCDfwP6AsOpRMApGwSgYkQAAsutNwnHATuUAAAAASUVORK5CYII=","orcid":"","institution":"yangtze university school of geosciences","correspondingAuthor":true,"prefix":"","firstName":"yong","middleName":"","lastName":"li","suffix":""}],"badges":[],"createdAt":"2024-10-20 09:08:16","currentVersionCode":1,"declarations":"","doi":"10.21203/rs.3.rs-5297582/v1","doiUrl":"https://doi.org/10.21203/rs.3.rs-5297582/v1","draftVersion":[],"editorialEvents":[{"content":"https://doi.org/10.1038/s41598-025-92822-y","type":"published","date":"2025-03-07T15:58:10+00:00"}],"editorialNote":"","failedWorkflow":false,"files":[{"id":68213569,"identity":"d8a770f2-bdf7-4932-bffb-12a4348e2a56","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":1,"title":"Figure 1","display":"","copyAsset":false,"role":"figure","size":406392,"visible":true,"origin":"","legend":"\u003cp\u003eOverview of the Research Area\u003c/p\u003e","description":"","filename":"1.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/c3011078f32fdbf7fcad7044.png"},{"id":68213562,"identity":"ac3438c0-4fb0-473c-92c6-9ef2d8ebc05f","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":2,"title":"Figure 2","display":"","copyAsset":false,"role":"figure","size":31524,"visible":true,"origin":"","legend":"\u003cp\u003eFlowchart of Landslide Dataset Creation\u003c/p\u003e","description":"","filename":"2.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/184983390ced158d7ca9dbe3.png"},{"id":68213912,"identity":"4080b8f0-3a83-4aa9-ac2e-56d195b6ef2c","added_by":"auto","created_at":"2024-11-04 18:34:49","extension":"png","order_by":3,"title":"Figure 3","display":"","copyAsset":false,"role":"figure","size":701112,"visible":true,"origin":"","legend":"\u003cp\u003eLandslide Dataset. The dataset consists of the following three parts. Pre-landslide Image(a); Post-landslide Image(b); Label Data(c)\u003c/p\u003e","description":"","filename":"3.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/30c7cc945c01a7c3c2ce9fae.png"},{"id":68213564,"identity":"18138957-a07c-4588-86c2-3d5d4c6b80b1","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":4,"title":"Figure 4","display":"","copyAsset":false,"role":"figure","size":40208,"visible":true,"origin":"","legend":"\u003cp\u003eDeepLabv3+ Model Structure\u003c/p\u003e","description":"","filename":"4.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/4359d7003b79d587bc605cec.png"},{"id":68213566,"identity":"6eab391d-5228-45ca-ba49-e65e13351cd4","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":5,"title":"Figure 5","display":"","copyAsset":false,"role":"figure","size":43952,"visible":true,"origin":"","legend":"\u003cp\u003eLDNet Model Structure\u003c/p\u003e","description":"","filename":"5.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/5699175dca21bbaa407c7fce.png"},{"id":68213911,"identity":"855fd954-f0bf-472c-a9f9-244e575bbef4","added_by":"auto","created_at":"2024-11-04 18:34:49","extension":"png","order_by":6,"title":"Figure 6","display":"","copyAsset":false,"role":"figure","size":13190,"visible":true,"origin":"","legend":"\u003cp\u003eMobileNetv2 Network Structure Diagram\u003c/p\u003e","description":"","filename":"6.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/8dadc80ffe5fbc596e430927.png"},{"id":68213913,"identity":"32d58f47-46a7-4b32-b999-198b94886d15","added_by":"auto","created_at":"2024-11-04 18:34:49","extension":"png","order_by":7,"title":"Figure 7","display":"","copyAsset":false,"role":"figure","size":27449,"visible":true,"origin":"","legend":"\u003cp\u003eCBAM Attention Mechanism Structure Diagram\u003c/p\u003e","description":"","filename":"7.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/d697ab154e135e114d58c57a.png"},{"id":68213567,"identity":"1bbaa36e-3bac-4ef0-a110-2731f930e0a3","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":8,"title":"Figure 8","display":"","copyAsset":false,"role":"figure","size":20484,"visible":true,"origin":"","legend":"\u003cp\u003eCAM Structure Diagram\u003c/p\u003e","description":"","filename":"8.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/222536bccabeb6f31deab44d.png"},{"id":68213571,"identity":"93f79cea-6e74-4f66-814f-78a574937486","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":9,"title":"Figure 9","display":"","copyAsset":false,"role":"figure","size":15379,"visible":true,"origin":"","legend":"\u003cp\u003eSAM Structure Diagram\u003c/p\u003e","description":"","filename":"9.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/9432ac6ad52adb458589fd13.png"},{"id":68213573,"identity":"91e2db6e-220e-4c6e-9d80-22cc92d77283","added_by":"auto","created_at":"2024-11-04 18:26:49","extension":"png","order_by":10,"title":"Figure 10","display":"","copyAsset":false,"role":"figure","size":196404,"visible":true,"origin":"","legend":"\u003cp\u003eLandslide Extraction Results of Different Models\u003c/p\u003e","description":"","filename":"10.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/3a830775e1cb203f699b033a.png"},{"id":68213914,"identity":"8ea82d41-0de8-4646-b652-22878a79fc73","added_by":"auto","created_at":"2024-11-04 18:34:49","extension":"png","order_by":11,"title":"Figure 11","display":"","copyAsset":false,"role":"figure","size":22642,"visible":true,"origin":"","legend":"\u003cp\u003eTest Results of the Model in the Testing Area\u003c/p\u003e","description":"","filename":"11.png","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/fbc1cd7448a1281f477f5ed1.png"},{"id":78190540,"identity":"c6f6ca5a-28e5-4cf6-b37d-df5f988e3281","added_by":"auto","created_at":"2025-03-10 19:50:03","extension":"pdf","order_by":0,"title":"","display":"","copyAsset":false,"role":"manuscript-pdf","size":2049532,"visible":true,"origin":"","legend":"","description":"","filename":"manuscript.pdf","url":"https://assets-eu.researchsquare.com/files/rs-5297582/v1/e82bb0a8-3000-489b-9474-bc270b33c429.pdf"}],"financialInterests":"No competing interests reported.","formattedTitle":"The Research on Landslide Detection in Remote Sensing Images Based on Improved DeepLabv3+ Method","fulltext":[{"header":"1 Introduction","content":"\u003cp\u003eLandslides, as a common geological disaster, are characterized by the rapid movement of large amounts of rock, debris, or soil down a slope, with high frequency and speed\u003csup\u003e1,2\u003c/sup\u003e. In recent years, with global climate change and increased human activity, landslide disasters have become more frequent, posing a serious threat to human life and property\u003csup\u003e3,4\u003c/sup\u003e. According to statistics from the World Health Organization (WHO), between 1998 and 2017, 4.8 million people were affected by landslides, and more than 18,000 people lost their lives as a result\u003csup\u003e5\u003c/sup\u003e. Landslides not only pose direct harm to residents in mountainous and hilly areas but also damage transportation infrastructure, block rivers, and trigger secondary disasters. To effectively mitigate the losses caused by landslides, large-scale landslide detection and monitoring have become increasingly important\u003csup\u003e6,7\u003c/sup\u003e.\u003c/p\u003e\n\u003cp\u003eLandslides typically occur in steep mountainous areas, and the factors that trigger landslides usually include excessive rainfall, earthquakes, volcanic eruptions, and snowmelt. The core of landslide identification and detection is determining the location and boundaries of landslides based on various features, including morphological characteristics (such as texture and shape), structural characteristics (such as faults, cracks, and steep slopes), and kinematic characteristics (such as surface movement), to enable large-scale landslide detection\u003csup\u003e3,8\u0026ndash;10\u003c/sup\u003e.\u003c/p\u003e\n\u003cp\u003eEarly landslide identification methods primarily relied on field surveys, which provided detailed data on landslide extent, shape, and structural characteristics\u003csup\u003e11,12\u003c/sup\u003e. However, field surveys are costly and inefficient, making it difficult to quickly detect and identify large-scale landslide disasters\u003csup\u003e3\u003c/sup\u003e. In contrast, remote sensing technology, due to its wide spatial coverage and high efficiency, can obtain surface information over large scales and long time sequences, thus demonstrating tremendous potential in landslide detection\u003csup\u003e13\u003c/sup\u003e. Traditional landslide monitoring methods, such as ground observation and geological surveys, are often limited by complex terrain and harsh environmental conditions, making large-area rapid monitoring challenging. In contrast, remote sensing technology overcomes these limitations, providing multi-source and multi-temporal data to offer rich informational support for landslide detection. Optical remote sensing images can identify characteristics such as the shape, size, spectrum, texture, and patterns of landslides\u003csup\u003e9,14\u003c/sup\u003e. Therefore, optical remote sensing images and their derived products (such as digital elevation models, slope, surface roughness, etc.) have become the primary data sources for landslide detection\u003csup\u003e15,16\u003c/sup\u003e.\u003c/p\u003e\n\u003cp\u003eDeep learning, as a branch of artificial intelligence, provides new ideas for the precise identification of disasters. The landslide disaster feature extraction process based on deep learning requires little to no human intervention to extract the essential and abstract features of the target, offering advantages such as computational capabilities tailored for big data processing. Convolutional Neural Networks (CNNs) are widely used deep learning network models in the field of computer vision, demonstrating excellent performance in image classification, object detection, and semantic segmentation tasks\u003csup\u003e17\u003c/sup\u003e. In addition, CNNs also show significant advantages in processing remote sensing image data. Many studies have combined CNNs with optical remote sensing images for landslide detection, achieving promising results\u003csup\u003e18\u0026ndash;21\u003c/sup\u003e. The advantage of deep learning over traditional algorithms lies in the ability of multi-layer neural networks to automatically extract useful features. In particular, CNN models extract high-level semantic information from images in addition to local detail features\u003csup\u003e22\u003c/sup\u003e. CNN consists of multiple nonlinear mapping layers, enhancing the accuracy of landslide disaster recognition by exploring the spatial correlations between target pixels and performing combinatorial analysis to obtain high-dimensional features of the target. These methods can be divided into object detection-based methods and semantic segmentation-based methods. Object detection-based methods use bounding boxes to locate landslides. For example, by combining the YOLO V4 model with attention mechanisms, researchers have utilized optical remote sensing images from Google Earth\u0026trade; to detect landslides\u003csup\u003e23\u003c/sup\u003e. Tanatipuknon et al. found that combining two Faster R-CNN models with a simple decision tree can achieve better landslide detection performance\u003csup\u003e24\u003c/sup\u003e. Semantic segmentation-based methods, such as UNet and FCN networks, can classify landslide and non-landslide pixels to delineate their boundaries. For example, Ghorbanzadeh et al. proposed a new strategy that combines rule-based object-based image analysis (OBIA) with FCN for detecting landslides from multi-temporal Sentinel-2 images\u003csup\u003e25\u003c/sup\u003e. Lu et al. proposed a dual-encoder UNet landslide detection method based on Sentinel-2 and DEM data for landslide detection\u003csup\u003e26\u003c/sup\u003e. These studies, on the one hand, demonstrate the potential of the UNet model in landslide detection tasks, while on the other hand, they reveal certain limitations of the UNet model itself, such as the semantic gap between the encoder and decoder and the loss of spatial information during the upsampling process.\u003c/p\u003e\n\u003cp\u003eThe DeepLabv3+ semantic segmentation model is a typical and high-precision network in the field of semantic segmentation, showing excellent performance in remote sensing image processing. However, the DeepLabv3+ model also has some drawbacks. First, its feature extraction network, Xception, has many layers and parameters, resulting in high computational cost and resource consumption, making it difficult for the model to meet the demands of large-scale real-time detection\u003csup\u003e27\u003c/sup\u003e. Secondly, as the encoder extracts features, the spatial dimensions of the input data gradually decrease, leading to the loss of valuable information. Additionally, the decoder cannot fully recover the details during decoding, ultimately resulting in lower accuracy in identifying the edges of the target\u003csup\u003e27\u003c/sup\u003e.\u003c/p\u003e\n\u003cp\u003eIn summary, this study aims to address the issues of inaccurate landslide edge extraction in high-resolution images and the large number of parameters and long training times in existing classical semantic segmentation models. To this end, this paper proposes a lightweight landslide disaster detection model, LDNet, based on DeepLabv3+ and attention mechanisms. The main contributions are as follows:\u003c/p\u003e\n\u003cp\u003e(1) The lightweight network MobileNetv2 is used to replace the Xception backbone of DeepLabv3+, effectively reducing the number of parameters and speeding up the training process.\u003c/p\u003e\n\u003cp\u003e(2) A lightweight Convolutional Block Attention Module (CBAM) is introduced to filter out background information, allowing the model to focus more on key feature information, thereby improving landslide detection accuracy in complex terrain.\u003c/p\u003e\n\u003cp\u003e(3) Landslide dataset construction: utilizing multi-source remote sensing data to build a training and testing dataset that covers various types of landslides and different geographical environments, providing strong support for model training and evaluation.\u003c/p\u003e\n\u003cp\u003e(4) The improved model can quickly and accurately extract landslide locations from high-resolution remote sensing images, providing effective technical support for landslide disaster monitoring.\u003c/p\u003e"},{"header":"2 Research Area and Dataset","content":"\u003cdiv id=\"Sec3\" class=\"Section2\"\u003e\n \u003ch2\u003e2.1 Research Area\u003c/h2\u003e\n \u003cp\u003eSichuan Province is located in the southwestern part of China, situated in the upper reaches of the Yangtze River, between longitudes 97\u0026deg;21\u0026apos; to 108\u0026deg;33\u0026apos; east and latitudes 26\u0026deg;03\u0026apos; to 34\u0026deg;19\u0026apos; north. The administrative area covers 486,000 square kilometers, extending 1,075 kilometers from east to west and 921 kilometers from north to south (as shown in Fig. \u003cspan class=\"InternalRef\"\u003e1\u003c/span\u003e). This region spans the first and second tiers of the topography of the Chinese mainland and lies in the transition zone between the Tibetan Plateau and the middle and lower reaches of the Yangtze River, exhibiting a significant west-high and east-low topographical feature. The western part is dominated by plateaus and mountains with altitudes exceeding 3,000 meters, while the eastern part consists mainly of basins and hills with altitudes ranging from 500 to 2,000 meters. The geomorphological types are complex and diverse, primarily including mountains, hills, plains, and plateaus, which account for 74.2%, 10.3%, 8.2%, and 7.3% of the total area of the province, respectively.\u003c/p\u003e\n \u003cp\u003eDue to the complex topography and variable lithology of Sichuan, coupled with active neotectonic movements, frequent earthquakes, and abundant rainfall, landslides are widely developed along the tectonic fault zones of rivers such as the Jinsha River, Yalong River, Dadu River, and Min River, as well as their tributaries. Sichuan is one of the provinces in China most severely affected by collapses and landslides, with the highest number of landslides in the country, accounting for over 5% of the national total. Additionally, large landslides with volumes exceeding 10 million cubic meters make up nearly 50% of similar landslides nationwide.\u003c/p\u003e\n\u003c/div\u003e\n\u003cdiv id=\"Sec4\" class=\"Section2\"\u003e\n \u003ch2\u003e2.2 Landslide Dataset\u003c/h2\u003e\n \u003cp\u003eFirst, aerial orthophoto data from drones and manned aircraft of landslide disasters that occurred in Sichuan Province since 2008 were collected. By systematically organizing and uniformly processing this data, the landslide disaster bodies were interpreted and sample annotations were created using ArcGIS software and visual interpretation methods. Using individual landslide disaster bodies as units, a high-precision image and interpretation sample annotation dataset of 118 landslide disasters was completed, along with corresponding disaster information description texts. Subsequently, the data quality was tested and evaluated, and the technical route is shown in Fig. \u003cspan class=\"InternalRef\"\u003e2\u003c/span\u003e.\u003c/p\u003e\n \u003cp\u003eSecondly, to ensure the completeness and accuracy of the data, information on significant landslide and debris flow disaster events in Sichuan Province and its surrounding areas since 2008 was further collected. Based on the occurrence time and location of these events, corresponding aerial imagery data were selected from the historical image database (see Table \u003cspan class=\"InternalRef\"\u003e1\u003c/span\u003e), following the selection criteria outlined below:\u003c/p\u003e\n \u003cp\u003e(1) The image data must be acquired within 10 days after the disaster occurrence to avoid the impact of water erosion on the integrity of the samples.\u003c/p\u003e\n \u003cp\u003e(2) The images should cover typical or key disaster areas, such as the \u0026quot;6\u0026middot;24\u0026quot; Mao County Diexi Landslide in 2017 and the \u0026quot;10\u0026middot;11\u0026quot; Jinsha River Landslide in 2018.\u003c/p\u003e\n \u003cp\u003e(3) The image resolution must be better than 1 meter, with most images having a resolution better than 0.5 meters, and should be free from clouds or other obstructions.\u003c/p\u003e\n \u003cdiv class=\"gridtable\"\u003e\u0026nbsp;\u003ctable id=\"Tab1\" border=\"1\"\u003e\n \u003ccaption language=\"En\"\u003e\n \u003cdiv class=\"CaptionNumber\"\u003eTable 1\u003c/div\u003e\n \u003cdiv class=\"CaptionContent\"\u003e\n \u003cp\u003eDescription of Image Data\u003c/p\u003e\n \u003c/div\u003e\n \u003c/caption\u003e\n \u003ccolgroup cols=\"4\"\u003e\u003c/colgroup\u003e\n \u003cthead\u003e\n \u003ctr\u003e\n \u003cth align=\"left\"\u003e\n \u003cp\u003eSerial Number\u003c/p\u003e\n \u003c/th\u003e\n \u003cth align=\"left\"\u003e\n \u003cp\u003eImage Acquisition Time\u003c/p\u003e\n \u003c/th\u003e\n \u003cth align=\"left\"\u003e\n \u003cp\u003eGround Resolution of the Image(m)\u003c/p\u003e\n \u003c/th\u003e\n \u003cth align=\"left\"\u003e\n \u003cp\u003eDisaster Event\u003c/p\u003e\n \u003c/th\u003e\n \u003c/tr\u003e\n \u003c/thead\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e1\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eMay 16, 2008\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.9\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2008 \u0026ldquo;5\u0026middot;12\u0026rdquo; Wenchuan Earthquake Secondary Geological Disasters\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eApril 21, 2013\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2013 \u0026ldquo;4\u0026middot;20\u0026rdquo; Lushan Earthquake Secondary Geological Disasters\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e3\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eJanuary 20, 2016\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2016 \u0026ldquo;1\u0026middot;19\u0026rdquo; Mianzhu Xiaogang Jianshan Landslide Disaster\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e4\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eJune 26, 2017\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2017 \u0026ldquo;6\u0026middot;24\u0026rdquo; Maoxian Diexi Landslide Disaster\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e5\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eAugust 11, 2017\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2017 \u0026ldquo;8\u0026middot;8\u0026rdquo; Jiuzhaigou Earthquake Secondary Geological Disasters\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e6\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eOctober 12, 2018\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2018 \u0026ldquo;10\u0026middot;11\u0026rdquo; Jinsha River Baige Landslide Disaster\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e7\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eAugust 24, 2020\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2020 \u0026ldquo;8\u0026middot;20\u0026rdquo; Pingwu County Heavy Rain Landslide Disaster\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e8\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003eAugust 26, 2020\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"char\"\u003e\n \u003cp\u003e0.2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd align=\"left\"\u003e\n \u003cp\u003e2020 \u0026ldquo;8\u0026middot;20\u0026rdquo; Pingwu County Heavy Rain Landslide Disaster\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003ctfoot\u003e\n \u003ctr\u003e\n \u003ctd colspan=\"4\"\u003eDuring the processing, the image data underwent the following steps:\u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tfoot\u003e\n \u003c/table\u003e\n \u003c/div\u003e\n \u003cp\u003e(1) Coordinate Transformation: The planar coordinates of the image data were uniformly converted to the WGS 84 coordinate system, with the elevation reference based on the 1985 National Elevation Datum, and the unit of measurement in meters.\u003c/p\u003e\n \u003cp\u003e(2) Image Matching: Geometric correction of the image data was performed using the basic scale topographic map or high-quality digital orthophoto map (DOM) produced by foundational surveying and mapping as the reference.\u003c/p\u003e\n \u003cp\u003e(3) Image Stitching: Multiple images of the same area acquired during the same time period were stitched together to ensure the integrity of the disaster body.\u003c/p\u003e\n \u003cp\u003e(4) Image Fusion: Adjustments were made to the tone, ghosting, and noise of the images to ensure clarity, rich texture, uniform tone, and no obvious seam marks or other quality issues.\u003c/p\u003e\n \u003cp\u003eTo ensure the accuracy of the interpretation, landslide interpretation symbols were established with the assistance of geological disaster experts. These symbols were combined with the province-wide 3D model data to visually interpret the landslide and debris flow disaster bodies. The boundaries of the disaster bodies were outlined using ArcGIS software, generating vector polygon data, which were then converted into binary raster images (with 1 representing the landslide and 0 representing other objects). During the interpretation process, strict adherence to the principles of disaster body integrity and accuracy was maintained, focusing primarily on the obvious differences between the landslide and the surrounding environment in terms of morphology, tone, texture, vegetation condition, and other aspects. For instance, landslide bodies tend to be spoon- or tongue-shaped, with steep, often arc-shaped or zigzagging backwalls, sparse vegetation within the landslide body, and trees that are tilted or toppled.\u003c/p\u003e\n \u003cp\u003eFinally, following the principle of landslide disaster body integrity, the image data and corresponding interpretation label data of each disaster body were cropped into standard rectangular shapes, generating a pair of image and interpretation label data that were equal in size and aligned in position. A total of 118 landslide disaster datasets were produced, as shown in Fig.\u0026nbsp;3 for some of the data.\u003c/p\u003e\n\u003c/div\u003e"},{"header":"3 Research Method","content":"\u003cdiv id=\"Sec6\" class=\"Section2\"\u003e \u003ch2\u003e3.1 DeepLabv3\u0026thinsp;+\u0026thinsp;Model\u003c/h2\u003e \u003cp\u003eThe DeepLabv3\u0026thinsp;+\u0026thinsp;model is a semantic segmentation model proposed in 2018, and it is a typical and high-accuracy network architecture in the field of semantic segmentation\u003csup\u003e28\u003c/sup\u003e. As an improvement over the DeepLabv3 model, the main differences of DeepLabv3\u0026thinsp;+\u0026thinsp;lie in its introduction of an encoder-decoder structure, variations in the dilation rates of the ASPP module, and differences in the backbone network used\u003csup\u003e27\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eDeepLabv3\u0026thinsp;+\u0026thinsp;uses Xception\u003csup\u003e29\u003c/sup\u003e as the backbone network and combines it with the Atrous Spatial Pyramid Pooling (ASPP) module to form the encoder. The primary function of the encoder is to extract deep feature information from the input image. It typically consists of multiple convolutional layers, which can learn different abstract features of the image layer by layer, gradually deepening the feature extraction from shallow to deep layers.\u003c/p\u003e \u003cp\u003eThe encoder reduces the size of the feature maps through convolution and pooling operations while increasing the number of feature channels, thus achieving compression and extraction of image features. The ASPP module captures multi-scale contextual information of the image by using dilated convolutions with different dilation rates, enabling better understanding of objects of various sizes and scales\u003csup\u003e30\u003c/sup\u003e. DeepLabv3\u0026thinsp;+\u0026thinsp;optimizes the ASPP module by employing larger dilation rates, thereby expanding the receptive field and further enhancing image segmentation performance.\u003c/p\u003e \u003cp\u003eIn the decoder section, the model first performs fourfold upsampling of the fused deep feature map through bilinear interpolation, and then concatenates it with the low-level feature map extracted from Xception. Finally, after a 3\u0026times;3 convolution and another fourfold bilinear interpolation upsampling, the final segmentation result is obtained, matching the size of the original image. The network structure is shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e4\u003c/span\u003e.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec7\" class=\"Section2\"\u003e \u003ch2\u003e3.2 Improved Model\u003c/h2\u003e \u003cdiv id=\"Sec8\" class=\"Section3\"\u003e \u003ch2\u003e3.2.1 Improved LDNet Model\u003c/h2\u003e \u003cp\u003eLandslide disasters typically present a spoon-shaped or tongue-shaped planar morphology, with geomorphological features including landslide walls, flow path scraping marks, and tongue-shaped deposition areas. The landslide body shows significant differences from the surrounding environment in terms of morphology, tone, texture, vegetation development, and growth status. Although the semantic information is relatively simple, the details are rich, which places high demands on the detail extraction capability of the segmentation network. Traditional classical segmentation networks such as DeepLabv3\u0026thinsp;+\u0026thinsp;are complex in the feature extraction part, as they need to handle the diversity of datasets, variability of object features, and the vast amount of data in order to learn more complex feature patterns. However, the original DeepLabv3\u0026thinsp;+\u0026thinsp;structure is complicated and has a large number of parameters, making it suitable for multi-object segmentation tasks, but it also results in a high computational load and training difficulty, which are not entirely suitable for landslide recognition tasks.\u003c/p\u003e \u003cp\u003eIn response to the landslide features in remote sensing images, this study applies the lightweight MobileNetv2\u003csup\u003e31\u003c/sup\u003e backbone network to the encoder-decoder structure of DeepLabv3+, serving as the encoder for feature extraction. MobileNetv2 has fewer parameters and introduces more direct connection networks. Compared to Xception, it has fewer parameters, is easier to train, and converges faster. Additionally, the incorporation of dilated convolutions increases the receptive field, enabling the network to better combine the semantic information of the image and significantly enhance the semantic extraction capability. This network operates quickly, making it particularly suitable for landslide recognition tasks in remote sensing images.\u003c/p\u003e \u003cp\u003eAt the same time, the introduction of CBAM\u003csup\u003e32\u003c/sup\u003e allows the model to focus more on key feature information, thereby extracting landslide features more efficiently and accurately. By utilizing the detail information of the image and the spatial correlation of pixels over a large area, the model can more accurately identify most regions, improving the recognition performance for landslides of different sizes. Figure\u0026nbsp;\u003cspan refid=\"Fig4\" class=\"InternalRef\"\u003e5\u003c/span\u003e illustrates the network model structure of this method.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec9\" class=\"Section3\"\u003e \u003ch2\u003e3.2.2 Backbone Network\u003c/h2\u003e \u003cp\u003eThe traditional DeepLabv3\u0026thinsp;+\u0026thinsp;semantic segmentation model typically uses Xception as the backbone network. In contrast, this study selects the lightweight modified MobileNetv2 network as the backbone for the semantic segmentation model. MobileNetv2 is a lightweight network architecture proposed by Google, based on the design of depthwise separable convolutions, and introduces inverted residual modules and linear bottleneck layers, effectively reducing the number of parameters in the model and accelerating the convergence speed of the network.\u003c/p\u003e \u003cp\u003eIn the MobileNetv2 network, low-dimensional convolutional layers do not use activation functions, while other layers employ the ReLU6 activation function to prevent nonlinear operations from excessively damaging feature information\u003csup\u003e31\u003c/sup\u003e. The feature extraction network first obtains features of the same dimension through a 3\u0026times;3 depthwise convolution combined with the ReLU activation function. Next, a 1\u0026times;1 convolution with the ReLU6 activation function processes the data to obtain reduced-dimensional features. Finally, another 1\u0026times;1 convolution is performed to expand the dimensions. The inverted residual module is primarily used to enhance the network's feature extraction capabilities and facilitate efficient transmission of multi-level feature information. Specifically, it first increases the dimensions through a 1\u0026times;1 convolution, followed by feature extraction using a 3\u0026times;3 depthwise convolution. Lastly, a 1\u0026times;1 convolution is used to reduce the dimensions to extract effective feature information\u003csup\u003e31\u003c/sup\u003e. The network structure is shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig5\" class=\"InternalRef\"\u003e6\u003c/span\u003e.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec10\" class=\"Section3\"\u003e \u003ch2\u003e3.2.3 Attention Mechanism\u003c/h2\u003e \u003cp\u003eThe attention mechanism captures the internal correlations of an image by learning its contextual information. Its core idea is to enable the model to focus on information from key areas while ignoring irrelevant information\u003csup\u003e32\u003c/sup\u003e. The attention mechanism consists of channel attention modules and spatial attention modules, with the former concentrating on which features are more important in the image, while the latter focuses on which regions of the image contain critical features. To accurately extract landslide disaster areas, this study utilizes the attention mechanism to enhance the accuracy and efficiency of extracting landslide edge features.\u003c/p\u003e \u003cp\u003eIn this research, the Convolutional Block Attention Module (CBAM) combines both of the aforementioned modules and integrates them into the semantic segmentation network. This module not only pays attention to the features of each channel but also to the features of each pixel point, enabling adaptive optimization based on the characteristics of the input image. A notable advantage of CBAM is its lightweight design, allowing it to be seamlessly integrated into any neural network, truly achieving plug-and-play functionality.\u003c/p\u003e \u003cp\u003eAs shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e7\u003c/span\u003e, CBAM is composed of two modules: the Channel Attention Module (CAM) and the Spatial Attention Module (SAM)\u003csup\u003e32\u003c/sup\u003e. Figures\u0026nbsp;\u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e8\u003c/span\u003e and \u003cspan refid=\"Fig8\" class=\"InternalRef\"\u003e9\u003c/span\u003e depict the basic structures of CAM and SAM, respectively. The channel attention module first performs pooling operations on the input feature map to calculate the weight of each channel, which is then applied to the spatial attention module. The spatial attention module subsequently extracts the maximum and average values of each feature point across all channels and calculates the weight of each feature point using the same operations as the channel attention. Finally, these weights are multiplied by the original input feature map and convolved to obtain deep features that contain multi-scale contextual information.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e \u003c/div\u003e"},{"header":"4 Results","content":"\u003cp\u003e4.1 Environmental Configuration\u003c/p\u003e\n\u003cp\u003eThe required environment for this experiment is shown in Table 2, with the operating system being Windows 11.\u003c/p\u003e\n\u003cp\u003eTable 2: Experimental Environment Software and Hardware Configuration\u003c/p\u003e\n\u003cdiv align=\"Left\"\u003e\n \u003ctable border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"529\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eParameters\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003eConfiguration\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eCPU\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003e13th Gen Intel(R) Core(TM) i7-13620H \u0026nbsp;2.40 GHz\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eRAM\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003e64GB\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eGPU\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003eNVIDIA GeForce RTX 4060 GPU \u0026nbsp;8G\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eCUDA\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003e12.1\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 35.8047%;\"\u003e\n \u003cp\u003eDeep learning framework\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 64.1953%;\"\u003e\n \u003cp\u003ePyTorch 2.4.0、python 3.11\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n\u003c/div\u003e\n\u003cp\u003eThe experimental parameter settings are shown in Table 3.\u003c/p\u003e\n\u003cp\u003eTable 3: Experimental Parameter Settings\u003c/p\u003e\n\u003cdiv align=\"Left\"\u003e\n \u003ctable border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"529\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eParameters\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eConfiguration\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eDescription\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003edown_sample_factor\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e16\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eDownsampling\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003einput_shape\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e[512, 512]\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eInput Image Size\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003enum_epoch\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e300\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eNumber of Training Epochs\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003ebatch_size\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e2\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eBatch Size\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003einit_lr\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e0.01\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eInitial Learning Rate\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003emin_lr\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003einit_lr * 0.01\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eMinimum Learning Rate\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eoptimizer_type\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eAdamW\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eOptimizer\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003emomentum\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e0.9\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eMomentum\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eweight_decay\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e0.0001\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eWeight Decay\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n\u003c/div\u003e\n\u003cp\u003e4.2 Evaluation Metrics\u003c/p\u003e\n\u003cp\u003eTo validate the performance of the improved LDNet model, five accuracy evaluation metrics were employed: precision (P), recall (R), Intersection over Union (IoU), mean IoU (mIoU), and overall accuracy (OA). These metrics are used to assess the performance of the improved landslide detection model and evaluate its recognition accuracy.\u003c/p\u003e\n\u003cp\u003e\u003cem\u003eP\u003c/em\u003e represents the proportion of actual landslides among the pixels predicted as landslides by the model, calculated using the formula (1):\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"data:image/png;base64,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\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e\u003cem\u003en\u003c/em\u003e is the number of identified species excluding the background. In this study, \u003cem\u003eTP\u003c/em\u003e is true positive; \u003cem\u003eTN\u003c/em\u003e is true negative; \u003cem\u003eFP\u003c/em\u003e is false positive; and \u003cem\u003eFN\u003c/em\u003e is false negative. \u003cem\u003eTP\u003c/em\u003e and \u003cem\u003eTN\u003c/em\u003e represent the number of pixels correctly predicted as \u0026ldquo;landslide\u0026rdquo; or \u0026ldquo;non-landslide,\u0026rdquo; respectively. \u003cem\u003eFP\u003c/em\u003e represents the number of \u0026ldquo;non-landslide\u0026rdquo; pixels incorrectly judged as \u0026ldquo;landslide,\u0026rdquo; and \u003cem\u003eFN\u003c/em\u003e represents the number of \u0026ldquo;landslide\u0026rdquo; pixels incorrectly judged as \u0026ldquo;non-landslide.\u0026rdquo;\u003c/p\u003e\n\u003cp\u003e4.3 Comparative Experiments\u003c/p\u003e\n\u003cp\u003eTo verify the effectiveness of the LDNet model in landslide point identification, we compared the LDNet model based on the MobileNetv2 backbone network with the classic semantic segmentation models UNet, PSPNet, and the original DeepLabv3+ model. All models were tested under the same training parameters. The results show that the improved lightweight LDNet model achieved the highest recognition accuracy among the four models, as detailed in Table 4 and Figure 10. The final results regarding the parameter sizes and training times of the four models are shown in Table 5.\u003c/p\u003e\n\u003cp\u003eTable 4: Comparison of Landslide Recognition Results of Different Models\u003c/p\u003e\n\u003cdiv align=\"Left\"\u003e\n \u003ctable border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"529\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 22.3062%;\"\u003e\n \u003cp\u003eModel\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.5009%;\"\u003e\n \u003cp\u003eP\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 17.2023%;\"\u003e\n \u003cp\u003eR\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003eIoU\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003emIoU\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 14.3667%;\"\u003e\n \u003cp\u003eOA\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 22.3062%;\"\u003e\n \u003cp\u003eUNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.5009%;\"\u003e\n \u003cp\u003e71.84%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 17.2023%;\"\u003e\n \u003cp\u003e71.15%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e64.63%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e68.46%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 14.3667%;\"\u003e\n \u003cp\u003e74.52%\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 22.3062%;\"\u003e\n \u003cp\u003ePSPNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.5009%;\"\u003e\n \u003cp\u003e75.02%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 17.2023%;\"\u003e\n \u003cp\u003e73.24%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e66.96%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e70.99%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 14.3667%;\"\u003e\n \u003cp\u003e77.32%\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 22.3062%;\"\u003e\n \u003cp\u003eDeepLabv3+\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.5009%;\"\u003e\n \u003cp\u003e78.56%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 17.2023%;\"\u003e\n \u003cp\u003e78.68%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e71.72%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e75.52%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 14.3667%;\"\u003e\n \u003cp\u003e81.57%\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd style=\"width: 22.3062%;\"\u003e\n \u003cp\u003eLDNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.5009%;\"\u003e\n \u003cp\u003e93.37%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 17.2023%;\"\u003e\n \u003cp\u003e91.93%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e86.30%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 15.3119%;\"\u003e\n \u003cp\u003e89.79%\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 14.3667%;\"\u003e\n \u003cp\u003e95.28%\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n \u003c/table\u003e\n\u003c/div\u003e\n\u003cp\u003eTable 4 presents the accuracy results of the improved lightweight LDNet model compared to other classic semantic segmentation models in landslide recognition. As can be seen from Table 4, the overall accuracy (OA) of all four models exceeds 70%, and they all perform well in landslide recognition extraction, indicating that deep learning demonstrates excellent performance in landslide recognition. Through the comparison of five evaluation metrics, the improved lightweight LDNet model outperforms the other three models in landslide recognition accuracy. Specifically, the OA and mean Intersection over Union (mIoU) of the improved LDNet model reached 95.28% and 89.79%, respectively, which is an increase of 20.76% and 21.33% compared to the UNet model, 17.96% and 18.80% compared to the PSPNet model, and 13.71% and 14.27% compared to the original DeepLabv3+ model. In addition, the improved LDNet model achieved precision (P), recall (R), and IoU values of 93.37%, 91.93%, and 86.30% in landslide recognition results, respectively, which are increases of 21.53%, 20.78%, and 21.67% compared to the UNet model, 18.35%, 18.69%, and 19.34% compared to the PSPNet model, and 14.81%, 13.25%, and 14.58% compared to the original DeepLabv3+ model. These results indicate that the improved lightweight LDNet model employed in this study exhibits superior performance in landslide recognition and extraction.\u003c/p\u003e\n\u003cp\u003eFrom the recognition results in Figure 10, it can be observed that the UNet and PSPNet models yield relatively poor extraction results for landslide identification, with many misclassifications and omissions. The original DeepLabv3+ semantic segmentation model employs dilated convolutions and multi-scale strategies, significantly enlarging the receptive field, enabling it to identify most landslide disasters. However, it can only identify landslide locations in the image with minimal differences in reflectance. When the reflectance differences of the objects at landslide locations increase, omissions may occur, leading to significant errors. Spectral features of roads and other objects similar to landslides within the predicted area may be misidentified as scattered landslide zones. The improved lightweight LDNet model outperforms the original DeepLabv3+ model, achieving better recognition results.\u003c/p\u003e\n\u003cp\u003eTable 5: Parameter Sizes and Training Times of Different Models\u003c/p\u003e\n\u003ctable border=\"0\" cellspacing=\"0\" cellpadding=\"0\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eModel\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eModel Parameters (MB)\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eTraining Time (h)\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eUNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e93.97\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e3.42\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003ePSPNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e179.32\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e5.26\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eDeepLabv3+\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e208.68\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e3.44\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003eLDNet\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e22.52\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" style=\"width: 33.3333%;\"\u003e\n \u003cp\u003e2.13\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n\u003c/table\u003e\n\u003cp\u003eFrom Table 5, it can be seen that the improved LDNet model has the fewest parameters among the four models, with a parameter size of only 22.47 MB, which is much smaller than the other three models, 10.79% of the original DeepLabv3+ model, 23.97% of UNet, and 12.56% of PSPNet. Additionally, the training time for the improved model is 2.13 hours, the shortest among the four models, reducing the training time by 1.31 hours compared to the original DeepLabv3+ model, by 1.29 hours compared to UNet, and by 3.13 hours compared to PSPNet.\u003c/p\u003e\n\u003cp\u003eTherefore, the LDNet model significantly improves the speed of image segmentation while maintaining accuracy, and it greatly reduces the model\u0026apos;s parameter count, achieving rapid and accurate extraction of landslide information.\u003c/p\u003e\n\u003cp\u003e4.4 Generalization Experiment\u003c/p\u003e\n\u003cp\u003eTo further validate the generalization ability of the improved model, we conducted tests in Yichang City, Hubei Province, China. The test results are shown in Figure 11. The results indicate that the improved model\u0026apos;s extraction accuracy for the landslide zone in the Three Gorges Reservoir area is comparable to the results obtained in the research area, demonstrating that the model has strong generalization capability and potential for broader application.\u003c/p\u003e\n"},{"header":"5 Conclusion","content":"\u003cp\u003eThis study proposes a lightweight landslide detection model, LDNet, based on the DeepLabv3\u0026thinsp;+\u0026thinsp;semantic segmentation model and the CBAM attention mechanism module. The model utilizes the lightweight MobileNetv2 as the backbone network and incorporates the lightweight CBAM module, effectively addressing the inaccuracies in extracting landslide edges in high-resolution images and overcoming the challenges of high parameter counts and long training times associated with classic semantic segmentation models. In the landslide extraction results for the research area, the precision (P), recall (R), Intersection over Union (IoU), mean IoU (mIoU), and overall accuracy (OA) reached 93.37%, 91.93%, 86.30%, 89.79%, and 95.28%, respectively, outperforming the other four comparison models while having the fewest parameters and shortest training time. Additionally, the model's strong generalization ability was also validated in tests conducted in other regions. In summary, this model significantly reduces parameter count and training time while maintaining extraction accuracy, demonstrating strong generalization capabilities, making it worthy of further promotion and application.\u003c/p\u003e"},{"header":"Declarations","content":"\u003cp\u003eData availability\u003c/p\u003e\n\u003cp\u003eThe datasets generated and/or analyzed during this study are not publicly available due to confidentiality restrictions. Access to these datasets can be granted upon reasonable request from the corresponding author, subject to appropriate data use agreements.\u003c/p\u003e\n\u003cp\u003eAuthor contributions\u003c/p\u003e\n\u003cp\u003eL.Y.: Data Collection, Dataset Creation, Data Management, Methodology, Drafting the Manuscript, Review and Editing.\u003c/p\u003e"},{"header":"References","content":"\u003col\u003e\n \u003cli\u003eKeefer, D. K. \u0026amp; Larsen, M. C. Assessing Landslide Hazards. \u003cem\u003eScience\u003c/em\u003e \u003cstrong\u003e316\u003c/strong\u003e, 1136\u0026ndash;1138 (2007).\u003c/li\u003e\n \u003cli\u003ePetley, D. Global patterns of loss of life from landslides. \u003cem\u003eGeology\u003c/em\u003e \u003cstrong\u003e40\u003c/strong\u003e, 927\u0026ndash;930 (2012).\u003c/li\u003e\n \u003cli\u003eGuzzetti, F. \u003cem\u003eet al.\u003c/em\u003e Landslide inventory maps: New tools for an old problem. \u003cem\u003eEarth-Sci. Rev.\u003c/em\u003e \u003cstrong\u003e112\u003c/strong\u003e, 42\u0026ndash;66 (2012).\u003c/li\u003e\n \u003cli\u003eFroude, M. J. \u0026amp; Petley, D. N. Global fatal landslide occurrence from 2004 to 2016. \u003cem\u003eNat. Hazards Earth Syst. Sci.\u003c/em\u003e \u003cstrong\u003e18\u003c/strong\u003e, 2161\u0026ndash;2181 (2018).\u003c/li\u003e\n \u003cli\u003eS., S., S. S., V. C. \u0026amp; Shaji, E. Landslide identification using machine learning techniques: Review, motivation, and future prospects. \u003cem\u003eEarth Sci. Inform.\u003c/em\u003e \u003cstrong\u003e15\u003c/strong\u003e, 2063\u0026ndash;2090 (2022).\u003c/li\u003e\n \u003cli\u003eVan Westen, C. J., Castellanos, E. \u0026amp; Kuriakose, S. L. Spatial data for landslide susceptibility, hazard, and vulnerability assessment: An overview. \u003cem\u003eEng. Geol.\u003c/em\u003e \u003cstrong\u003e102\u003c/strong\u003e, 112\u0026ndash;131 (2008).\u003c/li\u003e\n \u003cli\u003eChen, Z., Zhang, Y., Ouyang, C., Zhang, F. \u0026amp; Ma, J. Automated Landslides Detection for Mountain Cities Using Multi-Temporal Remote Sensing Imagery. \u003cem\u003eSensors\u003c/em\u003e \u003cstrong\u003e18\u003c/strong\u003e, 821 (2018).\u003c/li\u003e\n \u003cli\u003ePawluszek, K. Landslide features identification and morphology investigation using high-resolution DEM derivatives. \u003cem\u003eNat. Hazards\u003c/em\u003e \u003cstrong\u003e96\u003c/strong\u003e, 311\u0026ndash;330 (2019).\u003c/li\u003e\n \u003cli\u003eZhong, C. \u003cem\u003eet al.\u003c/em\u003e Landslide mapping with remote sensing: challenges and opportunities. \u003cem\u003eInt. J. Remote Sens.\u003c/em\u003e \u003cstrong\u003e41\u003c/strong\u003e, 1555\u0026ndash;1581 (2020).\u003c/li\u003e\n \u003cli\u003eMohan, A., Singh, A. K., Kumar, B. \u0026amp; Dwivedi, R. Review on remote sensing methods for landslide detection using machine and deep learning. \u003cem\u003eTrans. Emerg. Telecommun. Technol.\u003c/em\u003e \u003cstrong\u003e32\u003c/strong\u003e, e3998 (2021).\u003c/li\u003e\n \u003cli\u003eAlexander, D. E. A brief survey of GIS in mass-movement studies, with reflections on theory and methods. \u003cem\u003eGeomorphology\u003c/em\u003e \u003cstrong\u003e94\u003c/strong\u003e, 261\u0026ndash;267 (2008).\u003c/li\u003e\n \u003cli\u003eSantangelo, M., Cardinali, M., Rossi, M., Mondini, A. C. \u0026amp; Guzzetti, F. Remote landslide mapping using a laser rangefinder binocular and GPS. \u003cem\u003eNat. Hazards Earth Syst. Sci.\u003c/em\u003e \u003cstrong\u003e10\u003c/strong\u003e, 2539\u0026ndash;2546 (2010).\u003c/li\u003e\n \u003cli\u003eSameen, M. I. \u0026amp; Pradhan, B. Landslide Detection Using Residual Networks and the Fusion of Spectral and Topographic Information. \u003cem\u003eIEEE Access\u003c/em\u003e \u003cstrong\u003e7\u003c/strong\u003e, 114363\u0026ndash;114373 (2019).\u003c/li\u003e\n \u003cli\u003eYu, B. \u0026amp; Chen, F. A new technique for landslide mapping from a large-scale remote sensed image: A case study of Central Nepal. \u003cem\u003eComput. Geosci.\u003c/em\u003e \u003cstrong\u003e100\u003c/strong\u003e, 115\u0026ndash;124 (2017).\u003c/li\u003e\n \u003cli\u003eSchulz, W. H. Landslide susceptibility revealed by LIDAR imagery and historical records, Seattle, Washington. \u003cem\u003eEng. Geol.\u003c/em\u003e \u003cstrong\u003e89\u003c/strong\u003e, 67\u0026ndash;87 (2007).\u003c/li\u003e\n \u003cli\u003eHaneberg, W. C., Cole, W. F. \u0026amp; Kasali, G. High-resolution lidar-based landslide hazard mapping and modeling, UCSF Parnassus Campus, San Francisco, USA. \u003cem\u003eBull. Eng. Geol. Environ.\u003c/em\u003e \u003cstrong\u003e68\u003c/strong\u003e, 263\u0026ndash;276 (2009).\u003c/li\u003e\n \u003cli\u003eHu, F., Xia, G.-S., Hu, J. \u0026amp; Zhang, L. Transferring Deep Convolutional Neural Networks for the Scene Classification of High-Resolution Remote Sensing Imagery. \u003cem\u003eRemote Sens.\u003c/em\u003e \u003cstrong\u003e7\u003c/strong\u003e, 14680\u0026ndash;14707 (2015).\u003c/li\u003e\n \u003cli\u003eJi, S., Yu, D., Shen, C., Li, W. \u0026amp; Xu, Q. Landslide detection from an open satellite imagery and digital elevation model dataset using attention boosted convolutional neural networks. \u003cem\u003eLandslides\u003c/em\u003e \u003cstrong\u003e17\u003c/strong\u003e, 1337\u0026ndash;1352 (2020).\u003c/li\u003e\n \u003cli\u003eGao, X., Chen, T., Niu, R. \u0026amp; Plaza, A. Recognition and Mapping of Landslide Using a Fully Convolutional DenseNet and Influencing Factors. \u003cem\u003eIEEE J. Sel. Top. Appl. Earth Obs. Remote Sens.\u003c/em\u003e \u003cstrong\u003e14\u003c/strong\u003e, 7881\u0026ndash;7894 (2021).\u003c/li\u003e\n \u003cli\u003eUllo, S. \u003cem\u003eet al.\u003c/em\u003e A New Mask R-CNN-Based Method for Improved Landslide Detection. \u003cem\u003eIEEE J. Sel. Top. Appl. Earth Obs. Remote Sens.\u003c/em\u003e \u003cstrong\u003e14\u003c/strong\u003e, 3799\u0026ndash;3810 (2021).\u003c/li\u003e\n \u003cli\u003eMeena, S. R. \u003cem\u003eet al.\u003c/em\u003e Landslide detection in the Himalayas using machine learning algorithms and U-Net. \u003cem\u003eLandslides\u003c/em\u003e \u003cstrong\u003e19\u003c/strong\u003e, 1209\u0026ndash;1229 (2022).\u003c/li\u003e\n \u003cli\u003eChu, X. \u003cem\u003eet al.\u003c/em\u003e Glacier extraction based on high-spatial-resolution remote-sensing images using a deep-learning approach with attention mechanism. \u003cem\u003eThe Cryosphere\u003c/em\u003e \u003cstrong\u003e16\u003c/strong\u003e, 4273\u0026ndash;4289 (2022).\u003c/li\u003e\n \u003cli\u003eCheng, L., Li, J., Duan, P. \u0026amp; Wang, M. A small attentional YOLO model for landslide detection from satellite remote sensing images. \u003cem\u003eLandslides\u003c/em\u003e \u003cstrong\u003e18\u003c/strong\u003e, 2751\u0026ndash;2765 (2021).\u003c/li\u003e\n \u003cli\u003eTanatipuknon, A. \u003cem\u003eet al.\u003c/em\u003e Study on Combining Two Faster R-CNN Models for Landslide Detection with a Classification Decision Tree to Improve the Detection Performance. \u003cem\u003eJ. Disaster Res.\u003c/em\u003e \u003cstrong\u003e16\u003c/strong\u003e, 588\u0026ndash;595 (2021).\u003c/li\u003e\n \u003cli\u003eGhorbanzadeh, O., Gholamnia, K. \u0026amp; Ghamisi, P. The application of ResU-net and OBIA for landslide detection from multi-temporal Sentinel-2 images. \u003cem\u003eBig Earth Data\u003c/em\u003e \u003cstrong\u003e7\u003c/strong\u003e, 961\u0026ndash;985 (2023).\u003c/li\u003e\n \u003cli\u003eLu, W. A dual-encoder U-Net for landslide detection using Sentinel-2 and DEM data. doi:10.1007/s10346-023-02089-5.\u003c/li\u003e\n \u003cli\u003eMo, L. \u003cem\u003eet al.\u003c/em\u003e DeepMDSCBA: An Improved Semantic Segmentation Model Based on DeepLabV3+ for Apple Images. \u003cem\u003eFoods\u003c/em\u003e \u003cstrong\u003e11\u003c/strong\u003e, 3999 (2022).\u003c/li\u003e\n \u003cli\u003eChen, L.-C., Zhu, Y., Papandreou, G., Schroff, F. \u0026amp; Adam, H. Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation. Preprint at http://arxiv.org/abs/1802.02611 (2018).\u003c/li\u003e\n \u003cli\u003eChollet, F. Xception: Deep Learning with Depthwise Separable Convolutions. in \u003cem\u003e2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)\u003c/em\u003e 1800\u0026ndash;1807 (IEEE, Honolulu, HI, 2017). doi:10.1109/CVPR.2017.195.\u003c/li\u003e\n \u003cli\u003eLiu, J., Zhang, Y., Liu, C. \u0026amp; Liu, X. Monitoring Impervious Surface Area Dynamics in Urban Areas Using Sentinel-2 Data and Improved Deeplabv3+ Model: A Case Study of Jinan City, China. \u003cem\u003eRemote Sens.\u003c/em\u003e \u003cstrong\u003e15\u003c/strong\u003e, 1976 (2023).\u003c/li\u003e\n \u003cli\u003eSandler, M., Howard, A., Zhu, M., Zhmoginov, A. \u0026amp; Chen, L.-C. MobileNetV2: Inverted Residuals and Linear Bottlenecks. in \u003cem\u003e2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition\u003c/em\u003e 4510\u0026ndash;4520 (IEEE, Salt Lake City, UT, 2018). doi:10.1109/CVPR.2018.00474.\u003c/li\u003e\n \u003cli\u003eWoo, S., Park, J., Lee, J.-Y. \u0026amp; Kweon, I. S. CBAM: Convolutional Block Attention Module. Preprint at http://arxiv.org/abs/1807.06521 (2018).\u003c/li\u003e\n\u003c/ol\u003e"}],"fulltextSource":"","fullText":"","funders":[],"hasAdminPriorityOnWorkflow":false,"hasManuscriptDocX":true,"hasOptedInToPreprint":true,"hasPassedJournalQc":"","hasAnyPriority":true,"hideJournal":false,"highlight":"","institution":"","isAcceptedByJournal":true,"isAuthorSuppliedPdf":false,"isDeskRejected":"","isHiddenFromSearch":false,"isInQc":false,"isInWorkflow":false,"isPdf":false,"isPdfUpToDate":true,"isWithdrawnOrRetracted":false,"journal":{"display":true,"email":"
[email protected]","identity":"scientific-reports","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":false,"externalIdentity":"scirep","sideBox":"Learn more about [Scientific Reports](http://www.nature.com/srep/)","snPcode":"","submissionUrl":"","title":"Scientific Reports","twitterHandle":"","acdcEnabled":true,"dfaEnabled":true,"editorialSystem":"stoa","reportingPortfolio":"Scientific Reports","inReviewEnabled":true,"inReviewRevisionsEnabled":true},"keywords":"Lightweight, DeepLabv3+, Attention Mechanism, Landslide Disaster","lastPublishedDoi":"10.21203/rs.3.rs-5297582/v1","lastPublishedDoiUrl":"https://doi.org/10.21203/rs.3.rs-5297582/v1","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"manuscriptAbstract":"\u003cp\u003eIn response to issues with existing classical semantic segmentation models, such as inaccurate landslide edge extraction in high-resolution images, large numbers of network parameters, and long training times, this paper proposes a lightweight landslide detection model, LDNet (Landslide Detection Network), based on DeepLabv3+ and a dual attention mechanism. LDNet uses the lightweight network MobileNetv2 to replace the Xception backbone of DeepLabv3+, thereby reducing model parameters and improving training speed. Additionally, the model incorporates a dual attention mechanism from the lightweight Convolutional Block Attention Module (CBAM) to more accurately and efficiently detect landslide features. The model underwent dataset creation, training, detection, and accuracy evaluation. Results show that the improved LDNet model significantly enhances reliability in landslide detection, achieving values of 93.37%, 91.93%, 86.30%, 89.79%, and 95.28% for P, R, IoU, mIoU, and OA, respectively, representing improvements of 14.81%, 13.25%, 14.58%, 14.27%, and 13.71% compared to the original DeepLabv3+ network. Moreover, LDNet outperforms classical semantic segmentation models such as UNet and PSPNet in terms of recognition accuracy, while having significantly fewer parameters and shorter training times. The model also demonstrates good generalization capability in tests conducted in other regions, ensuring extraction accuracy while significantly reducing the number of parameters. It meets real-time requirements, enabling rapid and accurate landslide detection, and shows promising potential for widespread application.\u003c/p\u003e","manuscriptTitle":"The Research on Landslide Detection in Remote Sensing Images Based on Improved DeepLabv3+ Method","msid":"","msnumber":"","nonDraftVersions":[{"code":1,"date":"2024-11-04 18:26:44","doi":"10.21203/rs.3.rs-5297582/v1","editorialEvents":[{"type":"communityComments","content":0},{"type":"decision","content":"Revision requested","date":"2024-12-16T11:25:51+00:00","index":"","fulltext":""},{"type":"editorInvitedReview","content":"","date":"2024-12-06T11:34:02+00:00","index":"hide","fulltext":""},{"type":"editorInvitedReview","content":"","date":"2024-11-29T10:10:47+00:00","index":"hide","fulltext":""},{"type":"reviewerAgreed","content":"95109464202508849589614966506562824125","date":"2024-11-14T08:51:00+00:00","index":"hide","fulltext":""},{"type":"reviewerAgreed","content":"165612587915092017216908796806097255471","date":"2024-11-14T07:51:56+00:00","index":"hide","fulltext":""},{"type":"reviewerAgreed","content":"116536809708217185180166255343050345626","date":"2024-11-14T07:47:40+00:00","index":"hide","fulltext":""},{"type":"reviewersInvited","content":"","date":"2024-11-14T07:40:26+00:00","index":"","fulltext":""},{"type":"editorAssigned","content":"","date":"2024-11-14T07:38:56+00:00","index":"","fulltext":""},{"type":"editorInvited","content":"","date":"2024-11-07T09:29:16+00:00","index":"","fulltext":""},{"type":"checksComplete","content":"","date":"2024-11-05T06:20:02+00:00","index":"","fulltext":""},{"type":"submitted","content":"Scientific Reports","date":"2024-10-20T09:05:54+00:00","index":"","fulltext":""}],"status":"published","journal":{"display":true,"email":"
[email protected]","identity":"scientific-reports","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":false,"externalIdentity":"scirep","sideBox":"Learn more about [Scientific Reports](http://www.nature.com/srep/)","snPcode":"","submissionUrl":"","title":"Scientific Reports","twitterHandle":"","acdcEnabled":true,"dfaEnabled":true,"editorialSystem":"stoa","reportingPortfolio":"Scientific Reports","inReviewEnabled":true,"inReviewRevisionsEnabled":true}}],"origin":"","ownerIdentity":"19bd9593-02e1-4d58-b071-fc9093cd4e99","owner":[],"postedDate":"November 4th, 2024","published":true,"recentEditorialEvents":[],"rejectedJournal":[],"revision":"","amendment":"","status":"published-in-journal","subjectAreas":[{"id":39737747,"name":"Earth and environmental sciences/Environmental sciences"},{"id":39737748,"name":"Earth and environmental sciences/Natural hazards"}],"tags":[],"updatedAt":"2025-03-10T19:46:37+00:00","versionOfRecord":{"articleIdentity":"rs-5297582","link":"https://doi.org/10.1038/s41598-025-92822-y","journal":{"identity":"scientific-reports","isVorOnly":false,"title":"Scientific Reports"},"publishedOn":"2025-03-07 15:58:10","publishedOnDateReadable":"March 7th, 2025"},"versionCreatedAt":"2024-11-04 18:26:44","video":"","vorDoi":"10.1038/s41598-025-92822-y","vorDoiUrl":"https://doi.org/10.1038/s41598-025-92822-y","workflowStages":[]},"version":"v1","identity":"rs-5297582","journalConfig":"researchsquare"},"__N_SSP":true},"page":"/article/[identity]/[[...version]]","query":{"redirect":"/article/rs-5297582","identity":"rs-5297582","version":["v1"]},"buildId":"qtupq5eGEP_6zYnWcrvyt","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[84888],"gssp":true,"scriptLoader":[]}
Text is read by the "Ask this paper" AI Q&A widget below.
Extraction quality varies by source — PMC NXML preserves structure
cleanly, OA-HTML may include some navigation residue, and OA-PDF can
have broken hyphenation. The publisher copy
(via DOI)
is the canonical version.