IVCVMar 4, 2022

HDNet: High-resolution Dual-domain Learning for Spectral Compressive Imaging

Tsinghua
arXiv:2203.02149v2232 citationsh-index: 191Has Code
AI Analysis

This work improves hyperspectral imaging reconstruction quality, which is important for applications like remote sensing and medical imaging, but it appears incremental as it builds on existing deep learning approaches.

The paper tackles the problem of hyperspectral image reconstruction by addressing the loss of fine-grained high-resolution features and visual discrepancies in existing methods, proposing HDNet which achieves state-of-the-art performance on simulated and real datasets.

The rapid development of deep learning provides a better solution for the end-to-end reconstruction of hyperspectral image (HSI). However, existing learning-based methods have two major defects. Firstly, networks with self-attention usually sacrifice internal resolution to balance model performance against complexity, losing fine-grained high-resolution (HR) features. Secondly, even if the optimization focusing on spatial-spectral domain learning (SDL) converges to the ideal solution, there is still a significant visual difference between the reconstructed HSI and the truth. Therefore, we propose a high-resolution dual-domain learning network (HDNet) for HSI reconstruction. On the one hand, the proposed HR spatial-spectral attention module with its efficient feature fusion provides continuous and fine pixel-level features. On the other hand, frequency domain learning (FDL) is introduced for HSI reconstruction to narrow the frequency domain discrepancy. Dynamic FDL supervision forces the model to reconstruct fine-grained frequencies and compensate for excessive smoothing and distortion caused by pixel-level losses. The HR pixel-level attention and frequency-level refinement in our HDNet mutually promote HSI perceptual quality. Extensive quantitative and qualitative evaluation experiments show that our method achieves SOTA performance on simulated and real HSI datasets. Code and models will be released at https://github.com/caiyuanhao1998/MST

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes