Code and dataset repository for our AAAI 2025 paper: "Alignment-Free RGB-T Salient Object Detection: A Large-scale Dataset and Progressive Correlation Network".
๐ arXiv: https://arxiv.org/pdf/2412.14576
The model and results are available now. [17th, Jul, 2025]
Thank you for your attention.
โจ Update (2026-01): Google Drive links added (recommended for international users).
- ๐ฆ Dataset (UVT20K compressed): ๐ [Google Drive]
- ๐ Results & checkpoints (full mirror): ๐ [Google Drive]
The compressed UVT20K dataset contains annotations of saliency maps, edges, scribbles, and challenge attributes.
Download here:
- ๐ฆ [Baidu Pan] (code:
v2rc) - ๐ [Google Drive] (recommended)
โจ Google Drive mirror (recommended for international users):
All released results/checkpoints (same content as the Baidu Pan links below):
๐ [Google Drive]
- ๐ Predicted results (ours): [Baidu Pan] (code:
eekm) - ๐งฉ Model checkpoints: [Baidu Pan] (code:
gvvw) - ๐ Predicted results (compared methods): [Baidu Pan] (code:
6qqn)
- ๐ฆ Download UVT20K for training and testing (see Dataset section above).
- ๐ง Download the pretrained backbone parameters:
- ๐ฆ [Baidu Pan] (code:
3ifw)
- ๐ฆ [Baidu Pan] (code:
- ๐งฉ Download the pretrained parameters of IHN from: [IHN].
- ๐ Organize dataset and pretrained model directories.
- ๐๏ธ Create directories for experiments and checkpoints.
- ๐งช Install PyTorch via
conda:torch==1.12.0,torchvision==0.13.0. - ๐ฆ Install other packages:
pip install -r requirements.txt. - ๐ง Set dataset paths in
./options.py.
python -m torch.distributed.launch --nproc_per_node=2 --master_port=2212 train_parallel.py
python test_produce_maps.py
If you think our work is helpful, please cite:
@inproceedings{wang2025alignment,
title={Alignment-Free RGB-T Salient Object Detection: A Large-scale Dataset and Progressive Correlation Network},
author={Wang, Kunpeng and Chen, Keke and Li, Chenglong and Tu, Zhengzheng and Luo, Bin},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={39},
number={7},
pages={7780--7788},
year={2025}
}
This project is based on the following resources:
๐ฎ For questions or feedback, feel free to email: kp.wang@foxmail.com

