CVAug 21, 2024

UNetMamba: An Efficient UNet-Like Mamba for Semantic Segmentation of High-Resolution Remote Sensing Images

arXiv:2408.11545v327 citationsh-index: 2Has Code
AI Analysis

This work addresses a domain-specific problem for remote sensing applications like land-cover mapping, offering incremental improvements in accuracy and efficiency over existing methods.

The paper tackles the trade-off between accuracy and efficiency in semantic segmentation of high-resolution remote sensing images by proposing UNetMamba, a model based on Mamba, which improves mIoU by 0.87% on LoveDA and 0.39% on ISPRS Vaihingen while maintaining high efficiency.

Semantic segmentation of high-resolution remote sensing images is vital in downstream applications such as land-cover mapping, urban planning and disaster assessment.Existing Transformer-based methods suffer from the constraint between accuracy and efficiency, while the recently proposed Mamba is renowned for being efficient. Therefore, to overcome the dilemma, we propose UNetMamba, a UNet-like semantic segmentation model based on Mamba. It incorporates a mamba segmentation decoder (MSD) that can efficiently decode the complex information within high-resolution images, and a local supervision module (LSM), which is train-only but can significantly enhance the perception of local contents. Extensive experiments demonstrate that UNetMamba outperforms the state-of-the-art methods with mIoU increased by 0.87% on LoveDA and 0.39% on ISPRS Vaihingen, while achieving high efficiency through the lightweight design, less memory footprint and reduced computational cost. The source code is available at https://github.com/EnzeZhu2001/UNetMamba.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes