CVMar 14, 2023

LoG-CAN: local-global Class-aware Network for semantic segmentation of remote sensing images

arXiv:2303.07747v122 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of accurate object segmentation in remote sensing for applications like urban planning, with incremental improvements in efficiency.

The paper tackles semantic segmentation of remote sensing images, which is challenging due to complex backgrounds and scale variations, by proposing LoG-CAN, a network that outperforms state-of-the-art methods on ISPRS datasets while reducing parameters and computation.

Remote sensing images are known of having complex backgrounds, high intra-class variance and large variation of scales, which bring challenge to semantic segmentation. We present LoG-CAN, a multi-scale semantic segmentation network with a global class-aware (GCA) module and local class-aware (LCA) modules to remote sensing images. Specifically, the GCA module captures the global representations of class-wise context modeling to circumvent background interference; the LCA modules generate local class representations as intermediate aware elements, indirectly associating pixels with global class representations to reduce variance within a class; and a multi-scale architecture with GCA and LCA modules yields effective segmentation of objects at different scales via cascaded refinement and fusion of features. Through the evaluation on the ISPRS Vaihingen dataset and the ISPRS Potsdam dataset, experimental results indicate that LoG-CAN outperforms the state-of-the-art methods for general semantic segmentation, while significantly reducing network parameters and computation. Code is available at~\href{https://github.com/xwmaxwma/rssegmentation}{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