paper-with-me

Papers

MGDD: A Meta Generator for Fast Dataset Distillation

2023-09-21 · NeurIPS 2023 11

Existing dataset distillation (DD) techniques typically rely on iterative strategies to synthesize condensed datasets, where datasets before and after distillation are forward and backward through neural networks a massive number of times. Despite the promising results achieved, the time efficiency of prior approaches is still far from satisfactory. Moreover, when different sizes of synthetic datasets are required, they have to repeat the iterative training procedures, which is highly cumbersome and lacks flexibility. In this paper, different from the time-consuming forward-backward passes, we introduce a generative fashion for dataset distillation with significantly improved efficiency. Specifically, synthetic samples are produced by a generator network conditioned on the initialization of DD, while synthetic labels are obtained by solving a least-squares problem in a feature space. Our theoretical analysis reveals that the errors of synthetic datasets solved in the original space and then processed by any conditional generators are upper-bounded. To find a satisfactory generator efficiently, we propose a meta-learning algorithm, where a meta generator is trained on a large dataset so that only a few steps are required to adapt to a target dataset. The meta generator is termed as MGDD in our approach. Once adapted, it can handle arbitrary sizes of synthetic datasets, even for those unseen during adaptation. Experiments demonstrate that the generator adapted with only a limited number of steps performs on par with those state-of-the-art DD methods and yields $22\times$ acceleration.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MetaDistiller: Network Self-Boosting via Meta-Learned Top-Down Distillation

2020-08-27 · ECCV 2020 8 · Benlin Liu, Yongming Rao, Jiwen Lu, Jie zhou 외

Knowledge Distillation (KD) has been one of the most popu-lar methods to learn a compact model. However, it still suffers from highdemand in time and computational resources caused by sequential train-ing pipeline. Furth…

Knowledge DistillationMeta-Learning

Distribution Backtracking Builds A Faster Convergence Trajectory for Diffusion Distillation

2024-08-28 · Shengyuan Zhang, Ling Yang, Zejian Li, An Zhao 외

Accelerating the sampling speed of diffusion models remains a significant challenge. Recent score distillation methods distill a heavy teacher model into a student generator to achieve one-step generation, which is optim…

Multi-student Diffusion Distillation for Better One-step Generators

2024-10-30 · Yanke Song, Jonathan Lorraine, Weili Nie, Karsten Kreis 외

Diffusion models achieve high-quality sample generation at the cost of a lengthy multistep inference procedure. To overcome this, diffusion distillation techniques produce student generators capable of matching or surpas…

Image Generation

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

FREE: Faster and Better Data-Free Meta-Learning

2024-05-02 · CVPR 2024 1 · Yongxian Wei, Zixuan Hu, Zhenyi Wang, Li Shen 외

Data-Free Meta-Learning (DFML) aims to extract knowledge from a collection of pre-trained models without requiring the original data, presenting practical benefits in contexts constrained by data privacy concerns. Curren…

Meta-Learning