Adaptive Dataset Quantization

Abstract

Contemporary deep learning, characterized by the training of cumbersome neural networks on massive datasets, confronts substantial computational hurdles. To alleviate heavy data storage burdens on limited hardware resources, numerous dataset compression methods such as dataset distillation (DD) and coreset selection have emerged to obtain a compact but informative dataset through synthesis or selection for efficient training. However, DD involves an expensive optimization procedure and exhibits limited generalization across unseen architectures, while coreset selection is limited by its low data keep ratio and reliance on heuristics, hindering its practicality and feasibility. To address these limitations, we introduce a newly versatile framework for dataset compression, namely Adaptive Dataset Quantization (ADQ). Specifically, we first identify the sub-optimal performance of naive Dataset Quantization (DQ), which relies on uniform sampling and overlooks the varying importance of each generated bin. Subsequently, we propose a novel adaptive sampling strategy through the evaluation of generated bins' representativeness score, diversity score and importance score, where the former two scores are quantified by the texture level and contrastive learning-based techniques, respectively. Extensive experiments demonstrate that our method not only exhibits superior generalization capability across different architectures, but also attains state-of-the-art results.

Cite

Text

Li et al. "Adaptive Dataset Quantization." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I11.33317

Markdown

[Li et al. "Adaptive Dataset Quantization." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/li2025aaai-adaptive-b/) doi:10.1609/AAAI.V39I11.33317

BibTeX

@inproceedings{li2025aaai-adaptive-b,
  title     = {{Adaptive Dataset Quantization}},
  author    = {Li, Muquan and Zhang, Dongyang and Dong, Qiang and Xie, Xiurui and Qin, Ke},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {12093-12101},
  doi       = {10.1609/AAAI.V39I11.33317},
  url       = {https://mlanthology.org/aaai/2025/li2025aaai-adaptive-b/}
}