paper-with-me

Papers

Data-Efficient Generation for Dataset Distillation

2024-09-05 · Zhe Li, Weitong Zhang, Sarah Cechnicka, Bernhard Kainz

While deep learning techniques have proven successful in image-related tasks, the exponentially increased data storage and computation costs become a significant challenge. Dataset distillation addresses these challenges by synthesizing only a few images for each class that encapsulate all essential information. Most current methods focus on matching. The problems lie in the synthetic images not being human-readable and the dataset performance being insufficient for downstream learning tasks. Moreover, the distillation time can quickly get out of bounds when the number of synthetic images per class increases even slightly. To address this, we train a class conditional latent diffusion model capable of generating realistic synthetic images with labels. The sampling time can be reduced to several tens of images per seconds. We demonstrate that models can be effectively trained using only a small set of synthetic images and evaluated on a large real test set. Our approach achieved rank \(1\) in The First Dataset Distillation Challenge at ECCV 2024 on the CIFAR100 and TinyImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2409.03929

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset Distillation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
Focus 설명 없음

Similar Papers 제목 키워드 기반

Score identity Distillation: Exponentially Fast Distillation of Pretrained Diffusion Models for One-Step Generation

2024-04-05 · Mingyuan Zhou, Huangjie Zheng, Zhendong Wang, Mingzhang Yin 외

We introduce Score identity Distillation (SiD), an innovative data-free method that distills the generative capabilities of pretrained diffusion models into a single-step generator. SiD not only facilitates an exponentia…

Image Generation

Exploiting Knowledge Distillation for Few-Shot Image Generation

2021-09-29 · Xingzhong Hou, Boxiao Liu, Fang Wan, Haihang You

Few-shot image generation, which trains generative models on limited examples, is of practical importance. The existing pipeline is first pretraining a source model (which contains a generator and a discriminator) on a l…

DiversityImage GenerationKnowledge DistillationRelation

Gumbel Distillation for Parallel Text Generation

2026-03-23 · Chi Zhang, Xixi Hu, Bo Liu, Qiang Liu arxiv

The slow, sequential nature of autoregressive (AR) language models has driven the adoption of parallel decoding methods. However, these non-AR models often sacrifice generation quality as they struggle to model the compl…

Text Generation

Image-Free Timestep Distillation via Continuous-Time Consistency with Trajectory-Sampled Pairs

2025-11-25 · Bao Tang, Shuai Zhang, Yueting Zhu, Jijun Xiang 외 arxiv

Timestep distillation is an effective approach for improving the generation efficiency of diffusion models. The Consistency Model (CM), as a trajectory-based framework, demonstrates significant potential due to its stron…

Robust Dataset Distillation by Matching Adversarial Trajectories

2025-03-15 · Wei Lai, Tianyu Ding, ren dongdong, Lei Wang 외

Dataset distillation synthesizes compact datasets that enable models to achieve performance comparable to training on the original large-scale datasets. However, existing distillation methods overlook the robustness of t…

Adversarial RobustnessDataset Distillation