mengkunzhao / Awesome-Dataset-Distillation

Awesome Dataset Distillation Papers

Home Page:https://github.com/Guang000/Awesome-Dataset-Distillation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Dataset-Distillation

Awesome Contrib PaperNum Stars Forks Visitors

A curated list of awesome papers on dataset distillation and related applications, inspired by awesome-computer-vision.

Dataset distillation is the task of synthesizing a small dataset such that models trained on it achieve high performance on the original large dataset. A dataset distillation algorithm takes as input a large real dataset to be distilled (training set), and outputs a small synthetic distilled dataset, which is evaluated via testing models trained on this distilled dataset on a separate real dataset (validation/test set). A good small distilled dataset is not only useful in dataset understanding, but has various applications (e.g., continual learning, privacy, neural architecture search, etc.). This task was first introduced in the 2018 paper Dataset Distillation [Tongzhou Wang et al., '18], along with a proposed algorithm using backpropagation through optimization steps.

In recent years (2019-now), dataset distillation has gained increasing attention in the research community, across many institutes and labs. More papers are now being published each year. These wonderful researches have been constantly improving dataset distillation and exploring its various variants and applications.

This project is curated and maintained by Guang Li, Bo Zhao, and Tongzhou Wang.

  • ๐ŸŒ Project Page
  • :octocat: Code
  • ๐Ÿ“– bibtex

Contents

Media Coverage
Acknowledgments

We would like to thank Nikolaos Tsilivis, Wei Jin, Yongchao Zhou, Noveen Sachdeva, Can Chen and Guangxiang Zhao for their valuable suggestions and contributions.

About

Awesome Dataset Distillation Papers

https://github.com/Guang000/Awesome-Dataset-Distillation

License:MIT License