CVDec 22, 2024

Adaptive Dataset Quantization

arXiv:2412.16895v113 citationsh-index: 4AAAI
Originality Incremental advance
AI Analysis

This work addresses the problem of dataset compression for efficient deep learning training, offering a more practical and generalizable solution compared to existing methods like dataset distillation and coreset selection, though it is incremental in nature.

The paper tackles the computational burden of training deep learning models on large datasets by introducing Adaptive Dataset Quantization (ADQ), a framework that compresses datasets through an adaptive sampling strategy based on representativeness, diversity, and importance scores, achieving state-of-the-art results with an average 3% improvement over baseline methods.

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, surpassing DQ by average 3\% on various datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes