Dual-Branch Subpixel-Guided Network for Hyperspectral Image Classification
Zhu Han, Jin Yang, Lianru Gao, Zhiqiang Zeng, Bing Zhang, Jocelyn Chanussot
TL;DR
The paper tackles hyperspectral image classification under mixed-pixel conditions by proposing DSNet, a dual-branch network that jointly learns subpixel abundances via a deep autoencoder unmixing network and pixel-level class features via a CNN classifier, unified through a subpixel fusion module. The learning objective combines a reconstruction loss based on spectral angle distance $L_{RE}$ with a cross-entropy loss $L_{CE}$, balanced by $L = \lambda L_{RE} + (1-\lambda) L_{CE}$, enabling unsupervised abundance estimation to guide supervised classification. Evaluations on Indian Pines, Berlin, and Augsburg show DSNet outperforms state-of-the-art DL-based HSI methods, with ablation studies demonstrating the benefits of nonlinear mixing modeling and subpixel fusion for robust class separation. The work suggests practical impact for real-world HSI tasks by better handling mixed pixels and offering a path toward integrating richer spectral-spatial priors into end-to-end learning.
Abstract
Deep learning (DL) has been widely applied into hyperspectral image (HSI) classification owing to its promising feature learning and representation capabilities. However, limited by the spatial resolution of sensors, existing DL-based classification approaches mainly focus on pixel-level spectral and spatial information extraction through complex network architecture design, while ignoring the existence of mixed pixels in actual scenarios. To tackle this difficulty, we propose a novel dual-branch subpixel-guided network for HSI classification, called DSNet, which automatically integrates subpixel information and convolutional class features by introducing a deep autoencoder unmixing architecture to enhance classification performance. DSNet is capable of fully considering physically nonlinear properties within subpixels and adaptively generating diagnostic abundances in an unsupervised manner to achieve more reliable decision boundaries for class label distributions. The subpixel fusion module is designed to ensure high-quality information fusion across pixel and subpixel features, further promoting stable joint classification. Experimental results on three benchmark datasets demonstrate the effectiveness and superiority of DSNet compared with state-of-the-art DL-based HSI classification approaches. The codes will be available at https://github.com/hanzhu97702/DSNet, contributing to the remote sensing community.
