Skip to content
/ PCNet Public

Alignment-Free RGB-T Salient Object Detection: A Large-scale Dataset and Progressive Correlation Network

Notifications You must be signed in to change notification settings

Angknpng/PCNet

Repository files navigation

PCNet

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

avatar

The compressed UVT20K dataset contains annotations of saliency maps, edges, scribbles, and challenge attributes.
Download here:


Method

avatar


Results

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)

Usage

Requirements

  1. 📦 Download UVT20K for training and testing (see Dataset section above).
  2. 🧠 Download the pretrained backbone parameters:
  3. 🧩 Download the pretrained parameters of IHN from: [IHN].
  4. 📁 Organize dataset and pretrained model directories.
  5. 🗂️ Create directories for experiments and checkpoints.
  6. 🧪 Install PyTorch via conda: torch==1.12.0, torchvision==0.13.0.
  7. 📦 Install other packages: pip install -r requirements.txt.
  8. 🔧 Set dataset paths in ./options.py.

Train

python -m torch.distributed.launch --nproc_per_node=2 --master_port=2212 train_parallel.py

Test

python test_produce_maps.py

Citation

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}
}

Acknowledgement

This project is based on the following resources:

Contact

📮 For questions or feedback, feel free to email: [email protected]

About

Alignment-Free RGB-T Salient Object Detection: A Large-scale Dataset and Progressive Correlation Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages