SkillAgentSearch skills...

SSPSR

A spatial-spectral prior deep network for single hyperspectral image super-resolution (IEEE TCI)

Install / Use

/learn @junjun-jiang/SSPSR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SSPSR-Pytorch

Paper: https://ieeexplore.ieee.org/document/9097432 (IEEE Xplore) https://arxiv.org/abs/2005.08752 (arXiv)

Learning Spatial-Spectral Prior for Super-Resolution of Hyperspectral Imagery

In this paper, we introduce a spatial-spectral prior network (SSPN) to fully exploit the spatial information and the correlation between the spectra of the hyperspectral data. Considering that the hyperspectral training samples are scarce and the spectral dimension of hyperspectral image data is very high, it is nontrivial to train a stable and effective deep network. Therefore, a group convolution (with shared network parameters) and progressive upsampling framework is proposed. This will not only alleviate the difficulty in feature extraction due to high dimension of the hyperspectral data, but also make the training process more stable. To exploit the spatial and spectral prior, we design a spatial-spectral block (SSB), which consists of a spatial residual module and a spectral attention residual module.

Network Architecture

  • The overall network architecture of the proposed SSPSR network

    <img src="figs/framework.png" width="900px"/>
  • The network architecture of the spatial-spectral block (SSB)

    <img src="figs/SSB.png" width="900px"/>

Results

  • Chikusei Dataset

    • Average quantitative comparisons of different approaches over Chikusei dataset.
    <img src="figs/Chikusei.png" width="500px"/>
  • Pavia Dataset

    • Average quantitative comparisons of different approaches over Pavia Centre dataset.
    <img src="figs/Pavia.png" width="500px"/>
  • Cave Dataset

    • Average quantitative comparisons of different approaches over Cave dataset.
    <img src="figs/Cave.png" width="500px"/>
    • Reconstructed images of stuffed_toys at 480nm, 580nm and 680nm with upsampling factor d = 4.
    <img src="figs/Cavex4.png" width="600px"/>
    • Reconstructed images of real_and_fake_apples at 480nm, 580nm and 680nm with upsampling factor d = 8.
    <img src="figs/Cavex8.png" width="600px"/>

If you find our work useful in your research or publication, please cite our work:

@article{jiang2020learning,
 author={J. {Jiang} and H. {Sun} and X. {Liu} and J. {Ma}}, 
 journal={IEEE Transactions on Computational Imaging}, 
 title={Learning Spatial-Spectral Prior for Super-Resolution of Hyperspectral Imagery}, 
 year={2020}, 
 volume={6}, 
 number={}, 
 pages={1082-1096},}
View on GitHub
GitHub Stars121
CategoryProduct
Updated8d ago
Forks21

Languages

Python

Security Score

80/100

Audited on Mar 28, 2026

No findings