paper-with-me

Papers

Dataset Condensation with Distribution Matching

2021-10-08 · Bo Zhao, Hakan Bilen

Computational cost of training state-of-the-art deep models in many learning problems is rapidly increasing due to more sophisticated models and larger datasets. A recent promising direction for reducing training cost is dataset condensation that aims to replace the original large training set with a significantly smaller learned synthetic set while preserving the original information. While training deep models on the small set of condensed images can be extremely fast, their synthesis remains computationally expensive due to the complex bi-level optimization and second-order derivative computation. In this work, we propose a simple yet effective method that synthesizes condensed images by matching feature distributions of the synthetic and original training images in many sampled embedding spaces. Our method significantly reduces the synthesis cost while achieving comparable or better performance. Thanks to its efficiency, we apply our method to more realistic and larger datasets with sophisticated neural architectures and obtain a significant performance boost. We also show promising practical benefits of our method in continual learning and neural architecture search.

📄 PDF Abstract BibTeX arXiv:2110.04181

Code (4)

VICO-UoE/DatasetCondensation 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation
SaharR1372/DM_Style_matching pytorch
miv-xjtu/speed pytorch

Tasks

Continual LearningDataset CondensationDataset Distillation - 1IPCNeural Architecture Search

Similar Papers 제목 키워드 기반

Improved Distribution Matching for Dataset Condensation

2023-07-19 · CVPR 2023 1 · Ganlong Zhao, Guanbin Li, Yipeng Qin, Yizhou Yu

Dataset Condensation aims to condense a large dataset into a smaller one while maintaining its ability to train a well-performing model, thus reducing the storage cost and training effort in deep learning applications. H…

Dataset CondensationModel Optimization

M3D: Dataset Condensation by Minimizing Maximum Mean Discrepancy

2023-12-26 · Hansong Zhang, Shikun Li, Pengju Wang, Dan Zeng 외

Training state-of-the-art (SOTA) deep models often requires extensive data, resulting in substantial training and storage costs. To address these challenges, dataset condensation has been developed to learn a small synth…

Dataset Condensation

Dataset Condensation with Latent Quantile Matching

2024-06-14 · Wei Wei, Tom De Schepper, Kevin Mets

Dataset condensation (DC) methods aim to learn a smaller synthesized dataset with informative data records to accelerate the training of machine learning models. Current distribution matching (DM) based DC methods learn …

Dataset CondensationGraph Learning

ImagebindDC: Compressing Multi-modal Data with Imagebind-based Condensation

2025-11-11 · Yue Min, Shaobo Wang, Jiaze Li, Tianle Niu 외 arxiv

Data condensation techniques aim to synthesize a compact dataset from a larger one to enable efficient model training, yet while successful in unimodal settings, they often fail in multimodal scenarios where preserving i…

Two Trades is not Baffled: Condensing Graph via Crafting Rational Gradient Matching

2024-02-07 · Tianle Zhang, Yuchen Zhang, Kun Wang, Kai Wang 외

Training on large-scale graphs has achieved remarkable results in graph representation learning, but its cost and storage have raised growing concerns. As one of the most promising directions, graph condensation methods …

Graph Representation LearningRepresentation Learning