paper-with-me

홈 › Papers

Post Training Quantization for Efficient Dataset Condensation

2026-03-07 · Linh-Tam Tran, Sung-Ho Bae arxiv

Dataset Condensation (DC) distills knowledge from large datasets into smaller ones, accelerating training and reducing storage requirements. However, despite notable progress, prior methods have largely overlooked the potential of quantization for further reducing storage costs. In this paper, we take the first step to explore post-training quantization in dataset condensation, demonstrating its effectiveness in reducing storage size while maintaining representation quality without requiring expensive training cost. However, we find that at extremely low bit-widths (e.g., 2-bit), conventional quantization leads to substantial degradation in representation quality, negatively impacting the networks trained on these data. To address this, we propose a novel \emph{patch-based post-training quantization} approach that ensures localized quantization with minimal loss of information. To reduce the overhead of quantization parameters, especially for small patch sizes, we employ quantization-aware clustering to identify similar patches and subsequently aggregate them for efficient quantization. Furthermore, we introduce a refinement module to align the distribution between original images and their dequantized counterparts, compensating for quantization errors. Our method is a plug-and-play framework that can be applied to synthetic images generated by various DC methods. Extensive experiments across diverse benchmarks including CIFAR-10/100, Tiny ImageNet, and ImageNet subsets demonstrate that our method consistently outperforms prior works under the same storage constraints. Notably, our method nearly \textbf{doubles the test accuracy} of existing methods at extreme compression regimes (e.g., 26.0\% $\rightarrow$ 54.1\% for DM at IPC=1), while operating directly on 2-bit images without additional distillation.

📄 PDF Abstract BibTeX arXiv:2603.13346

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dataset Condensation with Color Compensation

2025-08-02 · Huyu Wu, Duo Su, Junjie Hou, Guang Li arxiv

Dataset condensation always faces a constitutive trade-off: balancing performance and fidelity under extreme compression. Existing methods struggle with two bottlenecks: image-level selection methods (Coreset Selection, …

Representation Learning

Multisize Dataset Condensation

2024-03-10 · Yang He, Lingao Xiao, Joey Tianyi Zhou, Ivor Tsang

While dataset condensation effectively enhances training efficiency, its application in on-device scenarios brings unique challenges. 1) Due to the fluctuating computational resources of these devices, there's a demand f…

Dataset Condensation

Slimmable Dataset Condensation

2023-01-01 · CVPR 2023 1 · Songhua Liu, Jingwen Ye, Runpeng Yu, Xinchao Wang

Dataset distillation, also known as dataset condensation, aims to compress a large dataset into a compact synthetic one. Existing methods perform dataset condensation by assuming a fixed storage or transmission budge…

Dataset CondensationDataset Distillation

Bonsai: Gradient-free Graph Condensation for Node Classification

2024-10-23 · Mridul Gupta, Samyak Jain, Vansh Ramani, Hariprasad Kodamana 외

Graph condensation has emerged as a promising avenue to enable scalable training of GNNs by compressing the training dataset while preserving essential graph characteristics. Our study uncovers significant shortcomings i…

ClassificationNode Classification

DiRe: Diversity-promoting Regularization for Dataset Condensation

2025-12-15 · Saumyaranjan Mohanty, Aravind Reddy, Konda Reddy Mopuri arxiv

In Dataset Condensation, the goal is to synthesize a small dataset that replicates the training utility of a large original dataset. Existing condensation methods synthesize datasets with significant redundancy, so there…