IVCVJun 5, 2025

DACN: Dual-Attention Convolutional Network for Hyperspectral Image Super-Resolution

arXiv:2506.05041v12 citationsh-index: 5EUSIPCO
Originality Incremental advance
AI Analysis

This is an incremental improvement for hyperspectral imaging applications, enhancing super-resolution accuracy.

The paper tackled hyperspectral image super-resolution by addressing the lack of global contextual understanding and band correlation in 2D CNNs, resulting in a dual-attention convolutional network (DACN) that outperformed individual attention mechanisms on two datasets.

2D convolutional neural networks (CNNs) have attracted significant attention for hyperspectral image super-resolution tasks. However, a key limitation is their reliance on local neighborhoods, which leads to a lack of global contextual understanding. Moreover, band correlation and data scarcity continue to limit their performance. To mitigate these issues, we introduce DACN, a dual-attention convolutional network for hyperspectral image super-resolution. Specifically, the model first employs augmented convolutions, integrating multi-head attention to effectively capture both local and global feature dependencies. Next, we infer separate attention maps for the channel and spatial dimensions to determine where to focus across different channels and spatial positions. Furthermore, a custom optimized loss function is proposed that combines L2 regularization with spatial-spectral gradient loss to ensure accurate spectral fidelity. Experimental results on two hyperspectral datasets demonstrate that the combination of multi-head attention and channel attention outperforms either attention mechanism used individually.

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