paper-with-me

Papers

Dataset Condensation with Gradient Matching

2020-06-10 · ICLR 2021 1 · Bo Zhao, Konda Reddy Mopuri, Hakan Bilen

As the state-of-the-art machine learning methods in many fields rely on larger datasets, storing datasets and training models on them become significantly more expensive. This paper proposes a training set synthesis technique for data-efficient learning, called Dataset Condensation, that learns to condense large dataset into a small set of informative synthetic samples for training deep neural networks from scratch. We formulate this goal as a gradient matching problem between the gradients of deep neural network weights that are trained on the original and our synthetic data. We rigorously evaluate its performance in several computer vision benchmarks and demonstrate that it significantly outperforms the state-of-the-art methods. Finally we explore the use of our method in continual learning and neural architecture search and report promising gains when limited memory and computations are available.

📄 PDF Abstract BibTeX arXiv:2006.05929

Code (5)

VICO-UoE/DatasetCondensation 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation
PatrickZH/Improved-Deep-Leakage-from-Gradients pytorch
liuyugeng/baadd pytorch
yuz1wan/video_distillation pytorch

Tasks

Continual LearningDataset CondensationDataset Distillation - 1IPCDomain AdaptationNeural Architecture Search

Similar Papers 제목 키워드 기반

Decoupling and Damping: Structurally-Regularized Gradient Matching for Multimodal Graph Condensation

2025-11-25 · Lian Shen, Zhendan Chen, Meijia Song, Yinhui jiang 외 arxiv

In multimodal graph learning, graph structures that integrate information from multiple sources, such as vision and text, can more comprehensively model complex entity relationships. However, the continuous growth of the…

Graph Learning

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

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

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

Condensing Graphs via One-Step Gradient Matching

2022-06-15 · Wei Jin, Xianfeng Tang, Haoming Jiang, Zheng Li 외

As training deep learning models on large dataset takes a lot of time and resources, it is desired to construct a small synthetic dataset with which we can train deep learning models sufficiently. There are recent works …

Dataset Condensation