paper-with-me

Papers

Dataset Condensation with Differentiable Siamese Augmentation

2021-02-16 · Bo Zhao, Hakan Bilen

In many machine learning problems, large-scale datasets have become the de-facto standard to train state-of-the-art deep networks at the price of heavy computation load. In this paper, we focus on condensing large training sets into significantly smaller synthetic sets which can be used to train deep neural networks from scratch with minimum drop in performance. Inspired from the recent training set synthesis methods, we propose Differentiable Siamese Augmentation that enables effective use of data augmentation to synthesize more informative synthetic images and thus achieves better performance when training networks with augmentations. Experiments on multiple image classification benchmarks demonstrate that the proposed method obtains substantial gains over the state-of-the-art, 7% improvements on CIFAR10 and CIFAR100 datasets. We show with only less than 1% data that our method achieves 99.6%, 94.9%, 88.5%, 71.5% relative performance on MNIST, FashionMNIST, SVHN, CIFAR10 respectively. We also explore the use of our method in continual learning and neural architecture search, and show promising results.

📄 PDF Abstract BibTeX arXiv:2102.08259

Code (2)

VICO-UoE/DatasetCondensation 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation

Tasks

Continual LearningData AugmentationDataset CondensationDataset Distillation - 1IPCimage-classificationImage ClassificationNeural Architecture Search

Similar Papers 제목 키워드 기반

DC-BENCH: Dataset Condensation Benchmark

2022-07-20 · Justin Cui, Ruochen Wang, Si Si, Cho-Jui Hsieh

Dataset Condensation is a newly emerging technique aiming at learning a tiny dataset that captures the rich information encoded in the original dataset. As the size of datasets contemporary machine learning models rely o…

AutoMLData AugmentationData CompressionDataset Condensation+1

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

Democratising Clinical AI through Dataset Condensation for Classical Clinical Models

2026-03-10 · Anshul Thakur, Soheila Molaei, Pafue Christy Nganjimi, Joshua Fieggen 외 arxiv

Dataset condensation (DC) learns a compact synthetic dataset that enables models to match the performance of full-data training, prioritising utility over distributional fidelity. While typically explored for computation…

Computational Efficiency

Dataset Condensation for Recommendation

2023-10-02 · Jiahao Wu, Wenqi Fan, Jingfan Chen, Shengcai Liu 외

Training recommendation models on large datasets requires significant time and resources. It is desired to construct concise yet informative datasets for efficient training. Recent advances in dataset condensation show p…

Dataset Condensation

Is Less More? Exploring Token Condensation as Training-free Adaptation for CLIP

2024-10-16 · Zixin Wang, Dong Gong, Sen Wang, Zi Huang 외

Contrastive language-image pre-training (CLIP) has shown remarkable generalization ability in image classification. However, CLIP sometimes encounters performance drops on downstream datasets during zero-shot inference. …

image-classificationImage ClassificationTest-time Adaptation