DiffRegCD: Integrated Registration and Change Detection with Diffusion Features
Paper β’ 2511.07935 β’ Published
Pretrained checkpoints for DiffRegCD: Integrated Registration and Change Detection with Diffusion Features (WACV 2026).
| File | Description |
|---|---|
I200000_E3_gen.pth |
Frozen DDPM backbone (diffusion feature extractor, shared by all datasets) |
levir/best_reg_model_gen.pth, levir/best_cd_model_gen.pth |
LEVIR-CD registration + change heads |
dsifn/β¦ |
DSIFN-CD registration + change heads |
whu/β¦ |
WHU-CD registration + change heads |
sysu/β¦ |
SYSU-CD registration + change heads |
vl_cmu_cd/β¦ |
VL-CMU-CD registration + change heads |
git clone https://github.com/Anita-Madani/DiffRegCD-Integrated-Registration-and-Change-Detection-with-Diffusion-Features.git
cd DiffRegCD-*
pip install -U huggingface_hub
bash scripts/download_weights.sh # pulls everything here into ./checkpoints/
python main.py -c config/levir_test.json -p test
@article{madani2025diffregcd,
title = {DiffRegCD: Integrated Registration and Change Detection with Diffusion Features},
author = {Madani, Seyedehanita and Chellappa, Rama and Patel, Vishal M.},
journal = {arXiv preprint arXiv:2511.07935},
year = {2025}
}