Hyperspectral Remote Sensing Images Salient Object Detection: The First Benchmark Dataset and Baseline [TGRS 2025]
July 29, 2025 ยท View on GitHub
by Peifu Liu, Huiyan Bai, Tingfa Xu, Jihui Wang, Huan Chen, and Jianan Li.
Requirements
It is recommended to use Python 3.9. GDAL is available at Google Drive. Feel free to use any PyTorch version.
Dataset
The HRSSD is available at Baidu Netdisk and Google Drive. Please place the dataset in the dataset folder.
Our HRSSD is organized as follows:
/HRSSD
/tr
/image
/label
/mask
/ts
/image
/label
/mask
Compared Methods
- MJRBM: Paper, Code
- FSMINet: Paper, Code
- CorrNet: Paper, Code
- ACCoNet: Paper, Code
- SeaNet: Paper, Code
- MEANet: Paper, Code
- CTDNet: Paper, Code
- TRACER: Paper, Code
- BBRF: Paper, Code
- MENet: Paper, Code
- ADMNet: Paper, Code
- SED/SG: Paper, Code
- SUDF: Paper, Code
- SMN: Paper, Code
- CSCN: Paper, Code
- SAHRNet: Paper, Code
- MambaHSI: Paper, Code
- MambaLG: Paper, Code
- DSTC: Paper, Code
Acknowledgement
Our dataset is built upon WHU-OHS. Thanks for their great work!
License
This repository contains two components with different licenses:
Our code is released under the .
The HRSSD dataset is licensed under . It is intended for academic research only. You must attribute the original source, and you are not allowed to modify or redistribute the dataset without permission.