HSSDCT: Factorized Spatial-Spectral Correlation for Hyperspectral Image Fusion
Chia-Ming Lee, Yu-Hao Ho, Yu-Fan Lin, Jen-Wei Lee, Li-Wei Kang, Chih-Chung Hsu
TL;DR
The paper tackles hyperspectral image fusion by reconciling the need for large receptive fields with computational efficiency. It introduces HSSDCT, which couples a Hierarchical Dense-Residue Transformer Block (HDRTB) with a Spatial-Spectral Correlation Layer (SSCL) to decouple and efficiently model spatial and spectral dependencies, reducing self-attention complexity from quadratic to linear. The dual-branch architecture processes LR-HSI spectrally and HR-MSI spatially, with HDRTBs expanding context and SSCL delivering factorized, low-cost fusion. Experiments on AVIRIS data demonstrate state-of-the-art fusion accuracy while achieving lower runtime and memory, highlighting the approach’s practicality for real-world remote sensing tasks. Overall, HSSDCT offers a scalable, efficient solution for high-fidelity HR-HSI reconstruction that balances accuracy and efficiency.
Abstract
Hyperspectral image (HSI) fusion aims to reconstruct a high-resolution HSI (HR-HSI) by combining the rich spectral information of a low-resolution HSI (LR-HSI) with the fine spatial details of a high-resolution multispectral image (HR-MSI). Although recent deep learning methods have achieved notable progress, they still suffer from limited receptive fields, redundant spectral bands, and the quadratic complexity of self-attention, which restrict both efficiency and robustness. To overcome these challenges, we propose the Hierarchical Spatial-Spectral Dense Correlation Network (HSSDCT). The framework introduces two key modules: (i) a Hierarchical Dense-Residue Transformer Block (HDRTB) that progressively enlarges windows and employs dense-residue connections for multi-scale feature aggregation, and (ii) a Spatial-Spectral Correlation Layer (SSCL) that explicitly factorizes spatial and spectral dependencies, reducing self-attention to linear complexity while mitigating spectral redundancy. Extensive experiments on benchmark datasets demonstrate that HSSDCT delivers superior reconstruction quality with significantly lower computational costs, achieving new state-of-the-art performance in HSI fusion. Our code is available at https://github.com/jemmyleee/HSSDCT.
