CVJun 24, 2024

LOGCAN++: Adaptive Local-global class-aware network for semantic segmentation of remote sensing imagery

arXiv:2406.16502v347 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses segmentation challenges in remote sensing imagery, offering a domain-specific solution that is incremental in nature.

The authors tackled semantic segmentation of remote sensing images, which suffer from complex backgrounds and variations, by proposing LOGCAN++ with global and local class awareness modules, achieving improved performance and a better speed-accuracy trade-off on three benchmark datasets.

Remote sensing images usually characterized by complex backgrounds, scale and orientation variations, and large intra-class variance. General semantic segmentation methods usually fail to fully investigate the above issues, and thus their performances on remote sensing image segmentation are limited. In this paper, we propose our LOGCAN++, a semantic segmentation model customized for remote sensing images, which is made up of a Global Class Awareness (GCA) module and several Local Class Awareness (LCA) modules. The GCA module captures global representations for class-level context modeling to reduce the interference of background noise. The LCA module generates local class representations as intermediate perceptual elements to indirectly associate pixels with the global class representations, targeting at dealing with the large intra-class variance problem. In particular, we introduce affine transformations in the LCA module for adaptive extraction of local class representations to effectively tolerate scale and orientation variations in remotely sensed images. Extensive experiments on three benchmark datasets show that our LOGCAN++ outperforms current mainstream general and remote sensing semantic segmentation methods and achieves a better trade-off between speed and accuracy. Code is available at https://github.com/xwmaxwma/rssegmentation.

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