Skip to content

HuangWBill/DL_LSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Landslide susceptibility mapping and dynamic response along the Sichuan-Tibet transportation corridor using deep learning algorithms

DL-LSM (Conv-SE-LSTM)

Wubiao Huang, Mingtao Ding*, Zhenhong Li*, Junchuan Yu, Daqing Ge, Qi Liu, Jing Yang

This repository is an official implementation of [Paper] [PDF]

img

img


Table of Contents


News

  • [2024-10-17] Rewrite the readme.md.
  • [2024-07-20] The code have been released.
  • [2023-07-20] The code have been organized.
  • [2022-12-09] The paper has been accepted by Catena.

Abstract

Landslides are one of the most serious natural hazards along the Sichuan-Tibet transportation corridor, which crosses the most complicated region in the world in terms of topography and geology. Landslide susceptibility mapping (LSM) is in high demand for risk assessment and disaster reduction in this mountainous region. A new model, namely Convolutional-Squeeze and Excitation-long short-term memory network (Conv-SE-LSTM), is proposed to map landslide susceptibility along the Sichuan-Tibet transportation corridor. Compared with conventional deep learning models, the proposed Conv-SE-LSTM adaptively emphasizes the contributing features of the conditioning factors by Squeeze and Excitation network (SE), and elaborately arranges the input order of the conditioning factors to utilize their dependence by long short-term memory network (LSTM). Considering the complex geological conditions and the wide range of the study area, the generalization and robustness of the proposed model are demonstrated from the perspective of global and sub-regions. Our proposed model yielded the best Area Under Curve (AUC) value of 0.8813, which is about 3%, 4% and 8% higher than that obtained by three traditional methods, respectively. An annual scale landslide susceptibility changes analysis method is also presented with an accuracy rate of 93.33%. The dynamic response relationship between landslide susceptibility and conditioning factors is revealed.

Dependencies

  • Linux or Windows
  • GDAL
  • Python 3.7+
  • PaddlePaddle 2.0.1 or higher
  • CUDA 10.2 or higher
  • multiprocessing
  • seaborn
  • pandas
  • matplotlib
  • scikit-learn

Usage

If you need factor layer data processing and dataset generation operations, please refer to our other work: An Efficient User Friendly Integration Tool for Landslide Susceptibility Mapping Based on Support Vector Machines: SVM-LSM Toolbox

cd /Common_use/
python main_use_txt.py
/Common_use/parameters.txt

Results

Landslide susceptibility maps (Global prediction) obtained from Conv-SE-LSTM model along the Sichuan-Tibet transportation corridor img

Landslide susceptibility maps (Zone prediction) obtained from Conv-SE-LSTM model along the Sichuan-Tibet transportation corridor img

Variation of the landslide susceptibility index under different NDVI and rainfall conditions: (a) 2011; and (b) 2016. img

Comparison of the robustness of different models: (a) SVM; (b) CNN; (c) LSTM; (d) Conv-SE-LSTM. Note: ② Minjiang-Dadu River Basin; ③ Ya-lung River Basin; ④ Jinsha River Basin; ⑤ Salween-Lancang River Basin; and ⑥ Brahmaputra River Basin. img

Table 1. Performance of the four models along the Sichuan-Tibet transportation corridor.

ZoneModelsSub-region prediction resultsGlobal prediction results
ACCPrecisionRecallF-measureAUCACCPrecisionRecallF-measureAUC
SVM/////0.72750.71570.75470.73470.8033
CNN/////0.75370.74400.77360.75850.8381
LSTM/////0.75890.79060.70440.74500.8484
Conv-SE-LSTM/////0.80400.80850.79660.80250.8813
SVM0.74310.72730.77780.75170.79630.70830.64710.91670.75860.7821
CNN0.76390.73750.81940.77630.84990.81600.74330.96530.83990.8992
LSTM0.75690.75690.75690.75690.83590.78820.74560.87500.80510.8504
Conv-SE-LSTM0.76740.76190.77780.76980.83710.81250.74730.94440.83440.8707
SVM0.74470.78050.68090.72730.83520.68090.64910.78720.71150.8176
CNN0.91490.93330.89360.91300.94610.88300.83330.95740.89110.9715
LSTM0.85110.86670.82980.84780.91810.84040.86360.80850.83520.9208
Conv-SE-LSTM0.89360.93020.85110.88890.95790.86170.84000.89360.86600.9457
SVM0.72940.73150.72480.72810.82090.62840.59720.78900.67980.7775
CNN0.76610.74580.80730.77530.86810.84400.80490.90830.85340.9156
LSTM0.77060.79210.73390.76190.82850.78900.80580.76150.78300.8615
Conv-SE-LSTM0.79820.80950.77980.79440.87550.81190.82080.79820.80930.8849
SVM0.76290.78020.73200.75530.84440.70100.76000.58760.66280.7642
CNN0.83510.81550.86600.84000.90390.88140.90220.85570.87830.9463
LSTM0.77320.81180.71130.75820.86520.76290.84000.64950.73260.8943
Conv-SE-LSTM0.81960.77680.89690.83250.89710.81440.82800.79380.81050.8965
SVM 0.67070.62960.82930.71580.78270.73170.77140.65850.71050.8125
CNN0.71950.68000.82930.74730.81750.87200.88610.85370.86960.9304
LSTM0.72560.70330.78050.73990.82360.81710.89390.71950.79730.9210
Conv-SE-LSTM0.75610.74420.78050.76190.82940.80490.89060.69510.78080.9155

Notes: ① Global; ② Minjiang-Dadu River Basin; ③ Ya-lung River Basin; ④ Jinsha River Basin; ⑤ Salween-Lancang River Basin; and ⑥ Brahmaputra River Basin.

Citation

Please kindly cite the papers if this code is useful and helpful for your research:

@article{HUANG2023106866,
  title = {Landslide susceptibility mapping and dynamic response along the Sichuan-Tibet transportation corridor using deep learning algorithms},
  author = {Wubiao Huang and Mingtao Ding and Zhenhong Li and Junchuan Yu and Daqing Ge and Qi Liu and Jing Yang},
  journal = {CATENA},
  volume = {222},
  pages = {106866},
  year = {2023},
  doi = {https://doi.org/10.1016/j.catena.2022.106866}
}

Contact

If you have the problems related to the use of the code, you can send an email to Wubiao Huang. If you have the problems related to obtain the dataset, you can contact the corresponding author Mingtao Ding.

Notification

Hello, teachers and scholars!

Due to the change of my research direction and other reasons, I may not maintain these codes in the near future. you can send the emails to communicate and learn from each other. I deeply apologize for not being able to reply to your emails in time! Wishing you all good luck in your research and good health!

DL-LSM Developer

20th July 2024

About

Landslide susceptibility mapping based on deep learning methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages