Method · Optimization and training recipes
Gold from Ores
Distill Gold from Massive Ores: Bi-level Data Pruning towards Efficient Dataset Distillation
Yue Xu, Yong-Lu Li, Kaitong Cui, Ziyu Wang, Cewu Lu, Yu-Wing Tai, Chi-Keung Tang
ECCV 2024 · first public 2023-05-28 · arXiv 2305.18381
In one paragraph
Studies which real training samples are essential to the distillation process itself, proposing a data-pruning criterion based on empirical loss value refined by each sample's causal effect on the distillation outcome, which improves several distillation algorithms' results, including on full ImageNet-1K and Kinetics-400.
Where it sits
- Optimization and training recipes (Orthogonal design choices)
- Setting: Image classification
Abstract (verbatim from arXiv)
Data-efficient learning has garnered significant attention, especially given the current trend of large multi-modal models. Recently, dataset distillation has become an effective approach by synthesizing data samples that are essential for network training. However, it remains to be explored which samples are essential for the dataset distillation process itself. In this work, we study the data efficiency and selection for the dataset distillation task. By re-formulating the dynamics of distillation, we provide insight into the inherent redundancy in the real dataset, both theoretically and empirically. We propose to use the empirical loss value as a static data pruning criterion. To further compensate for the variation of the data value in training, we find the most contributing samples based on their causal effects on the distillation. The proposed selection strategy can efficiently exploit the training dataset, outperform the previous SOTA distillation algorithms, and consistently enhance the distillation algorithms, even on much larger-scale and more heterogeneous datasets, e.g., full ImageNet-1K and Kinetics-400. We believe this paradigm will open up new avenues in the dynamics of distillation and pave the way for efficient dataset distillation. Our code is available on https://github.com/silicx/GoldFromOres-BiLP.
BibTeX (generated; prefer the venue's official entry)
@article{xu2023distill,
title = {Distill Gold from Massive Ores: Bi-level Data Pruning towards Efficient Dataset Distillation},
author = {Yue Xu and Yong-Lu Li and Kaitong Cui and Ziyu Wang and Cewu Lu and Yu-Wing Tai and Chi-Keung Tang},
journal = {ECCV 2024},
year = {2023}
}Nearby in Optimization and training recipes
PTM-ST — Multimodal Dataset Distillation via Phased Teacher Models
Shengbin Guo, Hang Zhao, Senqiao Yang et al. · ICLR 2026notableVision–languagepaper ↗code ↗