IVCVAug 12, 2021

Deep Amended Gradient Descent for Efficient Spectral Reconstruction from Single RGB Images

arXiv:2108.05547v130 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the ill-posed problem of hyperspectral image reconstruction for applications like remote sensing or medical imaging, offering a more efficient and accurate solution.

The paper tackles the problem of recovering hyperspectral images from single RGB images by proposing AGD-Net, a lightweight neural network that improves reconstruction quality by over 1.0 dB on average while reducing parameters by 67× and FLOPs by 32× compared to state-of-the-art methods.

This paper investigates the problem of recovering hyperspectral (HS) images from single RGB images. To tackle such a severely ill-posed problem, we propose a physically-interpretable, compact, efficient, and end-to-end learning-based framework, namely AGD-Net. Precisely, by taking advantage of the imaging process, we first formulate the problem explicitly based on the classic gradient descent algorithm. Then, we design a lightweight neural network with a multi-stage architecture to mimic the formed amended gradient descent process, in which efficient convolution and novel spectral zero-mean normalization are proposed to effectively extract spatial-spectral features for regressing an initialization, a basic gradient, and an incremental gradient. Besides, based on the approximate low-rank property of HS images, we propose a novel rank loss to promote the similarity between the global structures of reconstructed and ground-truth HS images, which is optimized with our singular value weighting strategy during training. Moreover, AGD-Net, a single network after one-time training, is flexible to handle the reconstruction with various spectral response functions. Extensive experiments over three commonly-used benchmark datasets demonstrate that AGD-Net can improve the reconstruction quality by more than 1.0 dB on average while saving 67$\times$ parameters and 32$\times$ FLOPs, compared with state-of-the-art methods. The code will be publicly available at https://github.com/zbzhzhy/GD-Net.

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