Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RS-Mamba for Large Remote Sensing Image Dense Prediction

About

Context modeling is critical for remote sensing image dense prediction tasks. Nowadays, the growing size of very-high-resolution (VHR) remote sensing images poses challenges in effectively modeling context. While transformer-based models possess global modeling capabilities, they encounter computational challenges when applied to large VHR images due to their quadratic complexity. The conventional practice of cropping large images into smaller patches results in a notable loss of contextual information. To address these issues, we propose the Remote Sensing Mamba (RSM) for dense prediction tasks in large VHR remote sensing images. RSM is specifically designed to capture the global context of remote sensing images with linear complexity, facilitating the effective processing of large VHR images. Considering that the land covers in remote sensing images are distributed in arbitrary spatial directions due to characteristics of remote sensing over-head imaging, the RSM incorporates an omnidirectional selective scan module to globally model the context of images in multiple directions, capturing large spatial features from various directions. Extensive experiments on semantic segmentation and change detection tasks across various land covers demonstrate the effectiveness of the proposed RSM. We designed simple yet effective models based on RSM, achieving state-of-the-art performance on dense prediction tasks in VHR remote sensing images without fancy training strategies. Leveraging the linear complexity and global modeling capabilities, RSM achieves better efficiency and accuracy than transformer-based models on large remote sensing images. Interestingly, we also demonstrated that our model generally performs better with a larger image size on dense prediction tasks. Our code is available at https://github.com/walking-shadow/Official_Remote_Sensing_Mamba.

Sijie Zhao, Hao Chen, Xueliang Zhang, Pengfeng Xiao, Lei Bai, Wanli Ouyang• 2024

Related benchmarks

TaskDatasetResultRank
Change DetectionLEVIR-CD (test)
F1 Score91.1
485
Change DetectionWHU-CD (test)
IoU86.55
372
Change DetectionLEVIR-CD
F1 Score89.77
232
Change DetectionWHU-CD
IoU86.55
202
Change DetectionLEVIR+-CD (test)
F1 Score80.91
62
Semantic segmentationWHU dataset (test)
F1 Score95.18
61
Road SegmentationMassachusetts Road Dataset
IoU (Average)0.6735
35
Building ExtractionWHU dataset
F1 Score95.18
28
Change DetectionS2Looking
Precision67.18
23
Change DetectionLEVIR-CD standard (test)
F1 Score91.1
16
Showing 10 of 10 rows

Other info

Code

Follow for update