paper-with-me

Papers

Adaptive Dataset Quantization

2024-12-22 · Muquan Li, Dongyang Zhang, Qiang Dong, Xiurui Xie, Ke Qin

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.

📄 PDF Abstract BibTeX arXiv:2412.16895

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDataset DistillationQuantization

Similar Papers 제목 키워드 기반

Adaptive Dataset Quantization: A New Direction for Dataset Pruning

2025-11-28 · Chenyue Yu, Jianyu Yu arxiv

This paper addresses the challenges of storage and communication costs for large-scale datasets in resource-constrained edge devices by proposing a novel dataset quantization approach to reduce intra-sample redundancy. U…

Optimal and Near-Optimal Adaptive Vector Quantization

2024-02-05 · Ran Ben-Basat, Yaniv Ben-Itzhak, Michael Mitzenmacher, Shay Vargaftik

Quantization is a fundamental optimization for many machine-learning use cases, including compressing gradients, model weights and activations, and datasets. The most accurate form of quantization is \emph{adaptive}, whe…

Quantization

Data-Free Quantization with Accurate Activation Clipping and Adaptive Batch Normalization

2022-04-08 · Yefei He, Luoming Zhang, Weijia Wu, Hong Zhou

Data-free quantization is a task that compresses the neural network to low bit-width without access to original training data. Most existing data-free quantization methods cause severe performance degradation due to inac…

Data Free QuantizationQuantization

Temporal-adaptive Weight Quantization for Spiking Neural Networks

2025-11-14 · Han Zhang, Qingyan Meng, Jiaqi Wang, Baiyu Chen 외 arxiv

Weight quantization in spiking neural networks (SNNs) could further reduce energy consumption. However, quantizing weights without sacrificing accuracy remains challenging. In this study, inspired by astrocyte-mediated s…

CURSOR-BASED ADAPTIVE QUANTIZATION FOR DEEP NEURAL NETWORK

2019-09-25 · Bapu Li(*), Yanwen Fan(*), Zhiyu Cheng, Yingze Bao (* means equal contribution)

Deep neural network (DNN) has rapidly found many applications in different scenarios. However, its large computational cost and memory consumption are barriers to computing restrained applications. DNN model quantization…

Quantization