pith. sign in

arxiv: 2405.10530 · v1 · pith:THSTDJT5new · submitted 2024-05-17 · 💻 cs.CV

CM-UNet: Hybrid CNN-Mamba UNet for Remote Sensing Image Semantic Segmentation

classification 💻 cs.CV
keywords cm-unetimagesegmentationfeaturesinformationremotesemanticsensing
0
0 comments X
read the original abstract

Due to the large-scale image size and object variations, current CNN-based and Transformer-based approaches for remote sensing image semantic segmentation are suboptimal for capturing the long-range dependency or limited to the complex computational complexity. In this paper, we propose CM-UNet, comprising a CNN-based encoder for extracting local image features and a Mamba-based decoder for aggregating and integrating global information, facilitating efficient semantic segmentation of remote sensing images. Specifically, a CSMamba block is introduced to build the core segmentation decoder, which employs channel and spatial attention as the gate activation condition of the vanilla Mamba to enhance the feature interaction and global-local information fusion. Moreover, to further refine the output features from the CNN encoder, a Multi-Scale Attention Aggregation (MSAA) module is employed to merge the different scale features. By integrating the CSMamba block and MSAA module, CM-UNet effectively captures the long-range dependencies and multi-scale global contextual information of large-scale remote-sensing images. Experimental results obtained on three benchmarks indicate that the proposed CM-UNet outperforms existing methods in various performance metrics. The codes are available at https://github.com/XiaoBuL/CM-UNet.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CloudMamba: An Uncertainty-Guided Dual-Scale Mamba Network for Cloud Detection in Remote Sensing Imagery

    cs.CV 2026-04 unverdicted novelty 6.0

    CloudMamba combines uncertainty-guided refinement with a dual-scale Mamba network to outperform prior methods on cloud segmentation accuracy while maintaining linear computational cost.

  2. SCRWKV: Ultra-Compact Structure-Calibrated Vision-RWKV for Topological Crack Segmentation

    cs.CV 2026-05 unverdicted novelty 5.0

    SCRWKV is a 1.22M-parameter Vision-RWKV model using Structure-Field Encoder with AMCM and SCIU modules plus CSHF decoder that reports F1 0.8428 and mIoU 0.8512 on TUT crack dataset while claiming to outperform prior SOTA.

  3. A multi-task spatiotemporal deep neural network for predicting penetration depth and morphology in laser welding

    cs.CV 2026-06 unverdicted novelty 4.0

    A CNN-plus-state-space-model multi-task network predicts laser weld penetration state (99.35% accuracy), depth (1.79 mm error), and cross-section morphology (95.65% accuracy) from top-view weld-pool images and welding...

  4. SatReg: Regression-based Neural Architecture Search for Lightweight Satellite Image Segmentation

    cs.CV 2026-04 unverdicted novelty 4.0

    SatReg uses regression surrogates on two width variables from CM-UNet students to select near-optimal lightweight segmentation architectures for edge satellite deployment without exhaustive search.

  5. State Space Models Meet Remote Sensing: A Survey

    cs.CV 2026-06 unverdicted novelty 2.0

    A literature survey of State Space Model methods applied to remote sensing tasks, architectures, and challenges since their introduction to the field.