Threshold Attention Network for Semantic Segmentation of Remote Sensing Images
Wei Long, Yongjun Zhang, Zhongwei Cui, Yujie Xu, Xuexue Zhang
TL;DR
This paper tackles the high computational cost and redundancy of self-attention in semantic segmentation of high-resolution remote sensing images. It introduces the Threshold Attention Mechanism (TAM), which operates on region-level thresholds to achieve linear-complexity attention, improving efficiency and feature quality. Building on TAM, the authors propose TANet, featuring AFEM for shallow-feature enhancement and TAPP for multi-scale deep-feature aggregation, fused to yield accurate and detailed segmentation maps. Experiments on ISPRS Vaihingen and Potsdam demonstrate state-of-the-art performance with substantially fewer parameters and lower computational burden than traditional self-attention-based methods, indicating strong practical potential for large-scale remote sensing analysis.
Abstract
Semantic segmentation of remote sensing images is essential for various applications, including vegetation monitoring, disaster management, and urban planning. Previous studies have demonstrated that the self-attention mechanism (SA) is an effective approach for designing segmentation networks that can capture long-range pixel dependencies. SA enables the network to model the global dependencies between the input features, resulting in improved segmentation outcomes. However, the high density of attentional feature maps used in this mechanism causes exponential increases in computational complexity. Additionally, it introduces redundant information that negatively impacts the feature representation. Inspired by traditional threshold segmentation algorithms, we propose a novel threshold attention mechanism (TAM). This mechanism significantly reduces computational effort while also better modeling the correlation between different regions of the feature map. Based on TAM, we present a threshold attention network (TANet) for semantic segmentation. TANet consists of an attentional feature enhancement module (AFEM) for global feature enhancement of shallow features and a threshold attention pyramid pooling module (TAPP) for acquiring feature information at different scales for deep features. We have conducted extensive experiments on the ISPRS Vaihingen and Potsdam datasets. The results demonstrate the validity and superiority of our proposed TANet compared to the most state-of-the-art models.
