Skip to content

stone96123/MDReID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python ==3.8 PyTorch ==1.12.0

[Neruips2025] MDReID: Modality-Decoupled Learning for Any-to-Any Multi-Modal Object Re-Identification

The official repository for MDReID: Modality-Decoupled Learning for Any-to-Any Multi-Modal Object Re-Identification [pdf]

Prepare Datasets

mkdir data

Download the person datasets RGBNT201, RGBNT100 (code:rjin), and the MSVR310.

Installation

pip install -r requirements.txt

Prepare ViT Pre-trained Models

You need to download the pretrained CLIP model: ViT-B-16 (Code:52fu)

Training

You can train the MDReID with:

python train_net.py --config_file configs/RGBNT201/MDReID.yml

Some examples:

python train_net.py --config_file configs/RGBNT201/MDReID.yml
  1. The device ID to be used can be set in config/defaults.py

  2. If you need to train on the RGBNT100 and MSVR310 datasets, please ensure the corresponding path is modified accordingly.

Evaluation

python test_net.py --config_file 'choose which config to test' --model_path 'your path of trained checkpoints'

Some examples:

python test_net.py --config_file configs/MSVR310/MDReID.yml --model_path MSVR310_MDReIDbest.pth

Results

Dataset Rank@1 mAP Model
RGBNT201 85.2 82.1 model
RGBNT100 95.6 85.3 model
MSVR310 68.9 51.0 model

Citation

Please kindly cite this paper in your publications if it helps your research:

@inproceedings{feng2025mdreid,
  title={MDReID: Modality-Decoupled Learning for Any-to-Any Multi-Modal Object Re-Identification},
  author={Yingying, Feng and Jie, Li and Jie, Hu and Yukang, Zhang and Lei, Tan and Jiayi, Ji},
  booktitle={Advances in Neural Information Processing Systems},
  year={2025}
}

Acknowledgement

Our code is based on TOP-ReID[1]

References

[1]Wang Yuhao, Liu Xuehu, Zhang Pingping, Lu Hu, Tu Zhengzheng, Lu Huchuan. 2024. TOP-ReID: Multi-Spectral Object Re-identification with Token Permutation. Proceedings of the AAAI Conference on Artificial Intelligence. 38. 5758-5766.

Contact

If you have any questions, please feel free to contact us. E-mail: tanlei@stu.xmu.edu.cn

About

[NeruIPS2025] MDReID: Modality-Decoupled Learning for Any-to-Any Multi-Modal Object Re-Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages