Skip to content

Shixiang02/DiffRGBD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffRGBD

[TCSVT 2026] DiffRGBD: Diffusion-driven RGB-D Salient Object Detection with Temporal Modulation
🔗 IEEE Paper


🧠 Network Architecture

Image

⚙️ Requirements

  • Python 3.10
  • PyTorch 2.4.0

📊 Saliency Maps

We provide the predicted saliency maps of:

Evaluated on the following datasets:

  • DUT
  • LFSD
  • NJU2K
  • NLPR
  • SIP
  • SSD
  • STERE1000
Image
Image

🚀 Training

  1. Download the pretrained backbone:

  2. Modify the checkpoint loading path in:./model/net.py

  3. Set your dataset paths in the configuration file.

  4. Run training: accelerate launch train.py
    --config config/camoDiffusion_352x352.yaml
    --num_epoch=YOUR_EPOCHS
    --batch_size=YOUR_BATCH_SIZE
    --gradient_accumulate_every=1

🧪 Pre-trained Model & Testing

Download pretrained model: our_checkpoint(code: XHCL)

Run inference: accelerate launch sample.py
--config config/camoDiffusion_352x352.yaml
--results_folder YOUR_OUTPUT_PATH
--checkpoint YOUR_CHECKPOINT_PATH
--num_sample_steps 10
--target_dataset DATASET_NAME

📏 Evaluation

We recommend using the following toolkit for evaluation: Evaluation Tool.

🙏 Acknowledgements

This work is built upon Camodiffusion and SAM2UNet. We sincerely thank the authors for their great contributions.

📬 Contact

If you have any questions, encounter issues, or find bugs, please feel free to contact: shixiang_joy@163.com.

About

Accepted by TCSVT in 2026

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors