CVSep 5, 2024

UV-Mamba: A DCN-Enhanced State Space Model for Urban Village Boundary Identification in High-Resolution Remote Sensing Images

arXiv:2409.03431v310 citationsh-index: 8Has Code
AI Analysis

This work addresses a domain-specific problem for urban planning and remote sensing analysis, offering incremental improvements in accuracy and efficiency for boundary detection.

The paper tackles the challenging problem of automatically identifying urban village boundaries in high-resolution remote sensing images by proposing UV-Mamba, a neural network model that achieves state-of-the-art performance with 73.3% and 78.1% IoU on two datasets, improving by 1.2% and 3.4% IoU while being 6x faster and 40x smaller in parameters.

Due to the diverse geographical environments, intricate landscapes, and high-density settlements, the automatic identification of urban village boundaries using remote sensing images remains a highly challenging task. This paper proposes a novel and efficient neural network model called UV-Mamba for accurate boundary detection in high-resolution remote sensing images. UV-Mamba mitigates the memory loss problem in lengthy sequence modeling, which arises in state space models with increasing image size, by incorporating deformable convolutions. Its architecture utilizes an encoder-decoder framework and includes an encoder with four deformable state space augmentation blocks for efficient multi-level semantic extraction and a decoder to integrate the extracted semantic information. We conducted experiments on two large datasets showing that UV-Mamba achieves state-of-the-art performance. Specifically, our model achieves 73.3% and 78.1% IoU on the Beijing and Xi'an datasets, respectively, representing improvements of 1.2% and 3.4% IoU over the previous best model while also being 6x faster in inference speed and 40x smaller in parameter count. Source code and pre-trained models are available at https://github.com/Devin-Egber/UV-Mamba.

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