CVMar 9, 2022

Coarse-to-Fine Sparse Transformer for Hyperspectral Image Reconstruction

arXiv:2203.04845v3189 citationsh-index: 191Has Code
AI Analysis

This addresses the inverse problem in coded aperture snapshot spectral imaging for applications like remote sensing, offering a novel method to improve reconstruction efficiency and accuracy.

The paper tackles the problem of reconstructing 3D hyperspectral images from 2D compressive measurements by proposing a coarse-to-fine sparse Transformer (CST) that embeds HSI sparsity into deep learning, significantly outperforming state-of-the-art methods with cheaper computational costs.

Many algorithms have been developed to solve the inverse problem of coded aperture snapshot spectral imaging (CASSI), i.e., recovering the 3D hyperspectral images (HSIs) from a 2D compressive measurement. In recent years, learning-based methods have demonstrated promising performance and dominated the mainstream research direction. However, existing CNN-based methods show limitations in capturing long-range dependencies and non-local self-similarity. Previous Transformer-based methods densely sample tokens, some of which are uninformative, and calculate the multi-head self-attention (MSA) between some tokens that are unrelated in content. This does not fit the spatially sparse nature of HSI signals and limits the model scalability. In this paper, we propose a novel Transformer-based method, coarse-to-fine sparse Transformer (CST), firstly embedding HSI sparsity into deep learning for HSI reconstruction. In particular, CST uses our proposed spectra-aware screening mechanism (SASM) for coarse patch selecting. Then the selected patches are fed into our customized spectra-aggregation hashing multi-head self-attention (SAH-MSA) for fine pixel clustering and self-similarity capturing. Comprehensive experiments show that our CST significantly outperforms state-of-the-art methods while requiring cheaper computational costs. The code and models will be released at https://github.com/caiyuanhao1998/MST

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