Awesome
A Spectral Diffusion Model for Unsupervised Hyperspectral Image Super-Resolution, IEEE TGRS, 2024
files
SDP.py
, blind.py
, data/data_info.py
, model/*
, utils/*
Requirement
python 3.9
, torch 1.13.1
Data
set class Datainfo
in data_info.py
download data for demo (place it in folder xxx)
Run
run SDP.py
Class
Datainfo
>>Blind
, Datainfo
>>SDM
, Datainfo
>>SDP
Bibtex
@ARTICLE{SDP,
author={Liu, Jianjun and Wu, Zebin and Xiao, Liang},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={A Spectral Diffusion Model for Unsupervised Hyperspectral Image Super-Resolution},
year={2024},
volume={62},
number={},
pages={1-13},
doi={10.1109/TGRS.2024.3449073}
}