DataDAM: Efficient Dataset Distillation with Attention Matching
Ahmad Sajedi, Samir Khaki, Ehsan Amjadian, Lucy Z. Liu, Yuri A., Lawryshyn, Konstantinos N. Plataniotis

TL;DR
DataDAM introduces an efficient dataset distillation method that uses attention matching to generate synthetic data, significantly reducing training costs while maintaining high test accuracy across multiple datasets.
Contribution
The paper proposes a novel attention matching approach for dataset distillation that outperforms previous methods in accuracy and efficiency.
Findings
Achieves up to 6.5% improvement on CIFAR100
Outperforms prior methods on multiple datasets
Enhances downstream tasks like continual learning
Abstract
Researchers have long tried to minimize training costs in deep learning while maintaining strong generalization across diverse datasets. Emerging research on dataset distillation aims to reduce training costs by creating a small synthetic set that contains the information of a larger real dataset and ultimately achieves test accuracy equivalent to a model trained on the whole dataset. Unfortunately, the synthetic data generated by previous methods are not guaranteed to distribute and discriminate as well as the original training data, and they incur significant computational costs. Despite promising results, there still exists a significant performance gap between models trained on condensed synthetic sets and those trained on the whole dataset. In this paper, we address these challenges using efficient Dataset Distillation with Attention Matching (DataDAM), achieving state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
DataDAM: Efficient Dataset Distillation with Attention Matching· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
