Diversified Semantic Distribution Matching for Dataset Distillation (MM 2024)
October 13, 2024 ยท View on GitHub
Run
- prepare pre-trained models
python pre_train_model.py --reproduce -d [dataset]
- distilling process
python DSDM.py --reproduce -d [dataset] -f 2 --ipc [instance/class]
Acknowledgements
Our code in this project is built upon the work of IDC. We thank them for their excellent work.