论文73°

AGSA-Net:光谱解混遥感图像分类模型

AGSA-Net: Abundance-Guided Self-Attention Network for Spectral Unmixing-Aware Hyperspectral Remote Sensing Image Classification

精选理由

AGSA-Net将光谱解混与自注意力结合,在高光谱图像分类上表现优异,尤其适合城市场景分析。

AGSA-Net是一种新型网络模型,通过结合光谱解混先验信息提升高光谱图像分类性能。该模型在Indian Pines、Augsburg和Berlin三个数据集上进行了测试,特别适用于异构城市场景。模型使用混合线性-非线性重建解码器进行正则化,并利用丰度亲和先验引导光谱变换器。源代码和训练模型已在GitHub开源。

原文 · arXiv cs.AI

AGSA-Net: Abundance-Guided Self-Attention Network for Spectral Unmixing-Aware Hyperspectral Remote Sensing Image Classification

Hyperspectral image (HSI) classification plays a vital role in remote sensing applications, including agriculture, environmental monitoring, and urban analysis. However, its performance remains challenged by high spectral redundancy, noise sensitivity, and the difficulty of jointly modeling local material composition and long-range spectral dependencies. To address this, we propose AGSA-Net, an abundance-guided self-attention network that explicitly integrates spectral unmixing priors into the classification process. AGSA Net first estimates physically meaningful subpixel abundance maps subject to non-negativity and sum-to-one constraints, regularized by hybrid linear-nonlinear reconstruction decoder. The learned abundances are then used to construct an abundance affinity prior that guides a spectral transformer to emphasize class-discriminative interactions, and the resulting transformer features are fused with compact abundance descriptors for final prediction; in contrast to existing approaches that use abundance as auxiliary or concatenated features. Experiments on Indian Pines, Augsburg, and Berlin demonstrate the benefit of incorporating abundance- guided contextual modeling, particularly in heterogeneous urban scenes. The source code and trained models are available at: https://github.com/nnuvi/AGSA-Net