Yutong-Zhou-cv / 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.

How to submit a pull request?

  • 🌐 Project Page
  • :octocat: Code
  • πŸ“– bibtex

Contents

Main

Early Work

Gradient/Trajectory Matching Surrogate Objective

Distribution/Feature Matching Surrogate Objective

Better Optimization

Distilled Dataset Parametrization

Label Distillation

Benchmark

Applications

Privacy

Federated Learning

Continual Learning

Model Compression

Graph Neural Network

Neural Architecture Search

Knowledge Distillation

Text

Medical

Fashion, Art, and Design

About

Awesome Dataset Distillation Papers

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

License:MIT License