paper-with-me

홈 › Papers

Dataset Condensation via Efficient Synthetic-Data Parameterization

2022-05-30 · Jang-Hyun Kim, Jinuk Kim, Seong Joon Oh, Sangdoo Yun, Hwanjun Song, JoonHyun Jeong, Jung-Woo Ha, Hyun Oh Song

The great success of machine learning with massive amounts of data comes at a price of huge computation costs and storage for training and tuning. Recent studies on dataset condensation attempt to reduce the dependence on such massive data by synthesizing a compact training dataset. However, the existing approaches have fundamental limitations in optimization due to the limited representability of synthetic datasets without considering any data regularity characteristics. To this end, we propose a novel condensation framework that generates multiple synthetic data with a limited storage budget via efficient parameterization considering data regularity. We further analyze the shortcomings of the existing gradient matching-based condensation methods and develop an effective optimization technique for improving the condensation of training data information. We propose a unified algorithm that drastically improves the quality of condensed data against the current state-of-the-art on CIFAR-10, ImageNet, and Speech Commands.

📄 PDF Abstract BibTeX arXiv:2205.14959

Code (2)

snu-mllab/efficient-dataset-condensation 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation

Tasks

Dataset Condensation

Similar Papers 제목 키워드 기반

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

Leveraging Hierarchical Feature Sharing for Efficient Dataset Condensation

2023-10-11 · Haizhong Zheng, Jiachen Sun, Shutong Wu, Bhavya Kailkhura 외

Given a real-world dataset, data condensation (DC) aims to synthesize a small synthetic dataset that captures the knowledge of a natural dataset while being usable for training models with comparable accuracy. Recent wor…

Dataset Condensation

CondTSF: One-line Plugin of Dataset Condensation for Time Series Forecasting

2024-06-04 · Jianrong Ding, Zhanyu Liu, Guanjie Zheng, Haiming Jin 외

Dataset condensation is a newborn technique that generates a small dataset that can be used in training deep neural networks to lower training costs. The objective of dataset condensation is to ensure that the model trai…

Dataset CondensationTime SeriesTime Series Forecasting

Calibrated Dataset Condensation for Faster Hyperparameter Search

2024-05-27 · Mucong Ding, Yuancheng Xu, Tahseen Rabbani, Xiaoyu Liu 외

Dataset condensation can be used to reduce the computational cost of training multiple models on a large dataset by condensing the training dataset into a small synthetic set. State-of-the-art approaches rely on matching…

Dataset Condensation

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