Home

Awesome

Diversified Semantic Distribution Matching for Dataset Distillation (MM 2024)

Run

  1. prepare pre-trained models
python pre_train_model.py --reproduce  -d [dataset]
  1. 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.