基于双重特征融合的复杂环境下滑坡检测方法
|
方留杨(1987-),男,博士,正高级工程师,主要从事遥感数据处理、交通灾害防治技术研究与应用。Email:318647315@qq.com。 |
Copy editor: 张仙
收稿日期: 2024-07-31
修回日期: 2024-10-23
网络出版日期: 2026-06-03
基金资助
云南省科技计划项目“高原山地公路地质灾害遥感智能解译理论与方法研究”(202301AT070262)
“云南省数字交通重点实验室”(202205AG070008)
云南省人才项目“高层次人才培养支持计划”(YNWR-QNBJ-2020-031)
Landslide detection in complex environments based on dual feature fusion
Received date: 2024-07-31
Revised date: 2024-10-23
Online published: 2026-06-03
我国西南地区滑坡灾害十分发育,利用遥感影像准确获取滑坡信息对于防灾减灾工作具有重要意义。复杂环境下由于遥感影像背景噪声的影响,传统的滑坡遥感检测方法易出现误识别现象。该文提出一种基于双重特征融合的复杂环境下滑坡识别网络(dual-fusion landslide detection network,DLDNet),可有效提高复杂环境下的滑坡检测精度。首先,在现有滑坡样本的基础上,使用数据增强方法模拟复杂环境下的滑坡样本;其次,采用ConvNeXt作为DLDNet的特征提取网络以提取更多复杂的滑坡特征;然后,引入使用可变形卷积改进的注意力模块聚焦滑坡信息;最后,设计了一种双重融合特征金字塔网络(dual-fusion feature pyramid network,DFPN)来充分融合不同尺度和不同感受野之间的特征信息。实验表明,DLDNet模型的边界框和分割平均精度(average precision,AP)可分别达56.9%和52.5%,与基线模型(Mask R-CNN)相比分别提高了10.4和10.7百分点,与其他滑坡检测模型相比,该模型有着更高的检测精度和更低的误判率。该方法能对复杂环境下的滑坡进行精确检测,可为滑坡灾害快速识别和应急响应提供参考。
方留杨 , 杨昌浩 , 舒东 , 杨学昆 , 陈兴通 , 贾志文 . 基于双重特征融合的复杂环境下滑坡检测方法[J]. 自然资源遥感, 2025 , 37(5) : 91 -100 . DOI: 10.6046/zrzyyg.2024259
Landslide disasters are frequent and widespread in southwestern China. The accurate identification and mapping of landslides using remote sensing imagery are of great significance for disaster prevention and mitigation. However,in complex environments,traditional remote sensing detection methods are often prone to misidentification due to background noise in the imagery. This paper proposed a dual-fusion landslide detection network (DLDNet) to improve landslide detection accuracy under challenging conditions. First,based on existing landslide samples,landslide simulation was conducted in complex environments using data augmentation techniques. Second,the ConvNeXt was adopted as the feature extraction backbone of DLDNet to capture more complex landslide features. Then,an attention module enhanced with deformable convolution was introduced to better focus on landslide-related information. Finally,a dual-fusion feature pyramid network (DFPN) was designed to thoroughly integrate feature information across different scales and receptive fields. The experimental results show that the proposed DLDNet achieved average precision (AP) scores of 56.9% for bounding box detection and 52.5% for segmentation,10.4 and 10.7 percentage points higher than those of the baseline model (Mask R-CNN). Compared with other landslide detection models,the DLDNet demonstrates higher detection accuracy and a lower false alarm rate. The method,characterized by accurate landslide detection in complex environments,can support rapid landslide identification and emergency response.
表1 DFPN消融实验结果Tab.1 Ablation experiments results of DFPN (%) |
| 序号 | 双重 融合 | CEM | 边界框精度 | 分割精度 | ||||
|---|---|---|---|---|---|---|---|---|
| AP | AP50 | AP75 | AP | AP50 | AP75 | |||
| 实验1 | × | × | 46.5 | 83.2 | 52.3 | 41.8 | 81.4 | 42.5 |
| 实验2 | √ | × | 48.2 | 86.2 | 52.9 | 42.8 | 81.7 | 43.9 |
| 实验3 | √ | √ | 48.5 | 86.8 | 54.3 | 43.2 | 81.8 | 44.3 |
表2 DLDNet消融实验精度Tab.2 Ablation experiments results of DLDNet (%) |
| 序号 | ConvNeXt | DFPN | CBAM | DCN | 边界框精度 | 分割精度 | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| AP | AP50 | AP75 | AP | AP50 | AP75 | |||||
| 实验1 | × | × | × | × | 46.5 | 83.2 | 52.3 | 41.8 | 81.4 | 42.5 |
| 实验4 | √ | × | × | × | 54.6 | 90.2 | 62.8 | 49.7 | 89.4 | 53.0 |
| 实验5 | √ | √ | × | × | 55.8 | 90.7 | 64.9 | 50.5 | 90.1 | 54.5 |
| 实验6 | √ | √ | √ | × | 56.2 | 91.0 | 65.1 | 51.3 | 90.4 | 55.1 |
| 实验7 | √ | √ | √ | √ | 56.9 | 91.9 | 65.2 | 52.5 | 91.1 | 56.8 |
表3 DLDNet消融试验滑坡检测结果Tab.3 Landslide detection results of DLDNet ablation experiment |
| 序号 | 真实值 | 实验1 | 实验4 | 实验5 | 实验6 | 实验7 |
|---|---|---|---|---|---|---|
| a | ![]() | |||||
| b | ![]() | |||||
| c | ![]() | |||||
| d | ![]() | |||||
| e | ![]() | |||||
表4 不同模型实验结果Tab.4 Experimental results of different models (%) |
| 序号 | 方法 | 主干网络 | 边界框精度 | 分割精度 | ||||
|---|---|---|---|---|---|---|---|---|
| AP | AP50 | AP75 | AP | AP50 | AP75 | |||
| 实验7 | DLDNet | ConvNeXt-T+改进CBAM+DFPN | 56.9 | 91.9 | 65.2 | 52.5 | 91.1 | 56.8 |
| 实验8 | Faster R-CNN | ResNet101+FPN | 46.8 | 85.8 | 49.1 | — | — | — |
| 实验9 | Dynamic R-CNN | ResNet101+FPN | 50.3 | 88.6 | 55.5 | — | — | — |
| 实验10 | Cascade Mask R-CNN | ResNet101+FPN | 50.0 | 86.5 | 55.1 | 44.5 | 83.0 | 45.2 |
| 实验11 | RTMDet | CSPNeXt-T+PAFPN | 56.8 | 91.8 | 64.0 | 51.2 | 89.0 | 54.6 |
表5 不同模型滑坡检测结果Tab.5 Landslide detection results of different models |
| 序号 | 真实值 | 实验7 | 实验8 | 实验9 | 实验10 | 实验11 |
|---|---|---|---|---|---|---|
| a | ![]() | |||||
| b | ![]() | |||||
| c | ![]() | |||||
| d | ![]() | |||||
| [1] |
铁永波, 葛华, 高延超, 等. 二十世纪以来西南地区地质灾害研究历程与展望[J]. 沉积与特提斯地质, 2022, 42(4):653-665.
|
| [2] |
蔡建澳, 明冬萍, 赵文祎, 等. 基于综合遥感的察隅县滑坡隐患识别及致灾机理分析[J]. 自然资源遥感, 2024, 36(1):128-136.doi:10.6046/zrzyyg.2023313.
|
| [3] |
晏同珍, 杨顺安, 方云. 滑坡学[M]. 武汉: 中国地质大学出版社, 2000.
|
| [4] |
|
| [5] |
李强, 张景发, 罗毅, 等. 2017年“8.8”九寨沟地震滑坡自动识别与空间分布特征[J]. 遥感学报, 2019, 23(4):785-795.
|
| [6] |
|
| [7] |
|
| [8] |
|
| [9] |
李麒崙, 张万昌, 易亚宁. 地震滑坡信息提取方法研究——以2017年九寨沟地震为例[J]. 中国科学院大学学报, 2020, 37(1):93-102.
|
| [10] |
张雨, 明冬萍, 赵文祎, 等. 基于高分光学卫星影像的泸定地震型滑坡提取与分析[J]. 自然资源遥感, 2023, 35(1):161-170.doi:10.6046/zrzyyg.2022434.
|
| [11] |
|
| [12] |
郭澳庆, 胡俊, 郑万基, 等. 时序InSAR滑坡形变监测与预测的N-BEATS深度学习法——以新铺滑坡为例[J]. 测绘学报, 2022, 51(10):2171-2182.
|
| [13] |
姜万冬, 席江波, 李振洪, 等. 模拟困难样本的Mask R-CNN滑坡分割识别[J]. 武汉大学学报(信息科学版), 2023, 48(12):1931-1942.
|
| [14] |
白石, 唐攀攀, 苗朝, 等. 基于高分辨率遥感影像和改进U-Net模型的滑坡提取——以汶川地区为例[J]. 自然资源遥感, 2024, 36(3):96-107.doi:10.6046/zrzyyg.2023132.
|
| [15] |
|
| [16] |
|
| [17] |
|
| [18] |
刘佳, 伍宇明, 高星, 等. 基于GEE和U-net模型的同震滑坡识别方法[J]. 地球信息科学学报, 2022, 24(7):1275-1285.
|
| [19] |
杨昭颖, 韩灵怡, 郑向向, 等. 基于卷积神经网络的遥感影像及DEM滑坡识别——以黄土滑坡为例[J]. 自然资源遥感, 2022, 34(2):224-230.doi:10.6046/zrzyyg.2021204.
|
| [20] |
|
| [21] |
|
| [22] |
唐小川, 涂子涵, 任绪清, 等. 一种识别植被覆盖滑坡的多模态深度神经网络模型[J]. 武汉大学学报(信息科学版), 2024, 49(9):1566-1573.
|
| [23] |
蒋伟杰, 张春菊, 徐兵, 等. AED-Net:滑坡灾害遥感影像语义分割模型[J]. 地球信息科学学报, 2023, 25(10):2012-2025.
|
| [24] |
|
| [25] |
|
| [26] |
|
| [27] |
|
| [28] |
付国栋, 黄进, 杨涛, 等. 改进CBAM的轻量级注意力模型[J]. 计算机工程与应用, 2021, 57(20):150-156.
|
| [29] |
|
| [30] |
|
| [31] |
|
| [32] |
|
/
| 〈 |
|
〉 |