Hyperspectral Image Super-Resolution via Joint Network with Spectral-Spatial Strategy (SRLSGAT)
- Yaxin.Dong, Bo.Yang*, Cong.Liu, Zemin.Geng, Taiping.Wang. Hyperspectral Image Super-Resolution via Joint Network with Spectral-Spatial Strategy, DOI: 10.1080/10095020.2025.2522909, Geo-spatial Information Science (JCR Q1, IF=5.5), 2025
The paper: https://doi.org/10.1080/10095020.2025.2522909.
PDF File Download: SRLSGAT-Dongyx1128.pdf
Implementation of Hyperspectral Image Super-Resolution via Joint Network with Spectral-Spatial Strategy (SRLSGAT) in Pytorch: https://github.com/Dongyx1128/SRLSGAT.
Hyperspectral image (HSI) super-resolution (SR) faces significant challenges due to the inherent difficulty in acquiring large-scale training data and the complex spectral-spatial relationships in HSIs that conventional deep-learning-based methods often fail to fully exploit. While existing approaches typically stack convolutional layers to increase network depth, they frequently overlook the structured continuity of spectral bands and non-local spatial similarities, resulting in limited performance and overfitting risks. To address these limitations, we propose SRLSGAT, a novel joint spectral-spatial network that combines a vertical-horizontal bi-directional LSTM (VH-BiLSTM) for modeling multi-directional spectral correlations and a multi-adjacent weight matrix graph attention network (MAW-GAT) for capturing non-local patch relationships. Besides, we design a spectral attention mechanism (SpeAM), which dynamically weights remote dependencies through bidirectional spectral sequence analysis, while the graph-based spatial processing adaptively learns patch similarities through optimized edge connections. Extensive experiments on three HSI datasets show that SRLSGAT has better performance relative to SOTA SR methods.
Network Architecture
The overall network architecture of our proposed SRLSGAT network
Joint Spectral-Spatial Network
The Vertical-Horizontal Bi-directional LSTM (VH-BiLSTM)
The Multi-Adjacent Weight Matrix Graph Attention Network (MAW-GAT)
The Spectral Attention Mechanism (SpeAM)
Dependencies
1 | cuda==11.4 |
Installation&Run
Clone this repo:
1
2git clone https://github.com/Dongyx1128/SRLSGAT
cd SRLSGATTrain the model
1
sh train.sh
Test the model
1
sh test.sh
Citation
1 | @article{dyx2025SRLSGAT, |
1 | [1] Dong, Yaxin, Bo Yang, Cong Liu, Zemin Geng, and Taiping Wang. 2025. “Hyperspectral Image Super-Resolution via Joint Network with Spectral-Spatial Strategy.” Geo-Spatial Information Science, July, 1–19. doi:10.1080/10095020.2025.2522909. |
Acknowledgments
This research was funded by the National Key Research and Development Program of China (No.2023YFD2201702).
Hyperspectral Image Super-Resolution via Joint Network with Spectral-Spatial Strategy (SRLSGAT)