Hybrid Convolutional and Attention Network for Hyperspectral Image Denoising
Shuai Hu, Feng Gao, Xiaowei Zhou, Junyu Dong, Qian Du
TL;DR
HCANet tackles hyperspectral image denoising by jointly modeling local and global information through a convolution-attention hybrid. It introduces a convolution-attention fusion module (CAFM) and a multi-scale feed-forward network (MSFN) within a U-shaped CAMixing framework to enhance denoising across spatial, spectral, and multi-scale contexts. The approach is trained with a gradient-regularized reconstruction objective and demonstrates superior performance over state-of-the-art methods on benchmark HSIs under various noise conditions, while maintaining a compact model size. The work provides open-source code to facilitate reproducibility and further research in HSI denoising.
Abstract
Hyperspectral image (HSI) denoising is critical for the effective analysis and interpretation of hyperspectral data. However, simultaneously modeling global and local features is rarely explored to enhance HSI denoising. In this letter, we propose a hybrid convolution and attention network (HCANet), which leverages both the strengths of convolution neural networks (CNNs) and Transformers. To enhance the modeling of both global and local features, we have devised a convolution and attention fusion module aimed at capturing long-range dependencies and neighborhood spectral correlations. Furthermore, to improve multi-scale information aggregation, we design a multi-scale feed-forward network to enhance denoising performance by extracting features at different scales. Experimental results on mainstream HSI datasets demonstrate the rationality and effectiveness of the proposed HCANet. The proposed model is effective in removing various types of complex noise. Our codes are available at \url{https://github.com/summitgao/HCANet}.
