The official Pytorch implementation of the AAAI-24 paper "Hyperspectral Image Reconstruction via Combinatorial Embedding of Cross-Channel Spatio-Spectral Clues".
If you think this project is helpful, please feel free to leave a star or cite our paper:
@inproceedings{yang2024hyperspectral,
title={Hyperspectral Image Reconstruction via Combinatorial Embedding of Cross-Channel Spatio-Spectral Clues},
author={Yang, Xingxing and Chen, Jie and Yang, Zaifeng},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={38},
number={7},
pages={6567--6575},
year={2024}
}
This implementation builds upon MST++(https://github.com/caiyuanhao1998/MST-plus-plus). We acknowledge Cai et al.'s great work. If you think this project is helpful, please feel free to leave a star or cite their paper.
#MST++
@inproceedings{mst_pp,
title={MST++: Multi-stage Spectral-wise Transformer for Efficient Spectral Reconstruction},
author={Yuanhao Cai and Jing Lin and Zudi Lin and Haoqian Wang and Yulun Zhang and Hanspeter Pfister and Radu Timofte and Luc Van Gool},
booktitle={CVPRW},
year={2022}
}