Dataset Condensation Atlas

Method · Dataset quantization

Dataset Quantization with Active Learning based Adaptive Sampling

Zhenghao Zhao, Yuzhang Shang, Junyi Wu, Yan Yan

ECCV 2024 · first public 2024-07-09 · arXiv 2407.07268

paper ↗code ↗catalogued✓ abstract read

In one paragraph

Shows that uniform per-class sample counts are unnecessary for dataset quantization -- some classes tolerate large reductions with little performance loss -- and proposes an active-learning-based adaptive sampling strategy (DQAS) that reallocates samples from stable to sensitive classes, plus a revised pipeline that uses final-stage quantization features to build more precise bins; outperforms prior dataset compression methods across multiple datasets.

Where it sits

Abstract (verbatim from arXiv)

Deep learning has made remarkable progress recently, largely due to the availability of large, well-labeled datasets. However, the training on such datasets elevates costs and computational demands. To address this, various techniques like coreset selection, dataset distillation, and dataset quantization have been explored in the literature. Unlike traditional techniques that depend on uniform sample distributions across different classes, our research demonstrates that maintaining performance is feasible even with uneven distributions. We find that for certain classes, the variation in sample quantity has a minimal impact on performance. Inspired by this observation, an intuitive idea is to reduce the number of samples for stable classes and increase the number of samples for sensitive classes to achieve a better performance with the same sampling ratio. Then the question arises: how can we adaptively select samples from a dataset to achieve optimal performance? In this paper, we propose a novel active learning based adaptive sampling strategy, Dataset Quantization with Active Learning based Adaptive Sampling (DQAS), to optimize the sample selection. In addition, we introduce a novel pipeline for dataset quantization, utilizing feature space from the final stage of dataset quantization to generate more precise dataset bins. Our comprehensive evaluations on the multiple datasets show that our approach outperforms the state-of-the-art dataset compression methods.

BibTeX (generated; prefer the venue's official entry)
@article{zhao2024dataset,
  title   = {Dataset Quantization with Active Learning based Adaptive Sampling},
  author  = {Zhenghao Zhao and Yuzhang Shang and Junyi Wu and Yan Yan},
  journal = {ECCV 2024},
  year    = {2024}
}

Nearby in Dataset quantization

2024-12

Adaptive Dataset Quantization

Muquan Li, Dongyang Zhang, Qiang Dong et al. · AAAI 2025notablepaper ↗

2023-10

Mirage — Mirage: Model-Agnostic Graph Distillation for Graph Classification

Mridul Gupta, Sahil Manchanda, Hariprasad Kodamana et al. · ICLR 2024notableGraphspaper ↗code ↗

2023-08

DQ — Dataset Quantization

Daquan Zhou, Kai Wang, Jianyang Gu et al. · ICCV 2023corepaper ↗code ↗