paper-with-me

Papers

Embarassingly Simple Dataset Distillation

2023-11-13 · Feng Yunzhen, Vedantam Ramakrishna, Kempe Julia

Dataset distillation extracts a small set of synthetic training samples from a large dataset with the goal of achieving competitive performance on test data when trained on this sample. In this work, we tackle dataset distillation at its core by treating it directly as a bilevel optimization problem. Re-examining the foundational back-propagation through time method, we study the pronounced variance in the gradients, computational burden, and long-term dependencies. We introduce an improved method: Random Truncated Backpropagation Through Time (RaT-BPTT) to address them. RaT-BPTT incorporates a truncation coupled with a random window, effectively stabilizing the gradients and speeding up the optimization while covering long dependencies. This allows us to establish new state-of-the-art for a variety of standard dataset benchmarks. A deeper dive into the nature of distilled data unveils pronounced intercorrelation. In particular, subsets of distilled datasets tend to exhibit much worse performance than directly distilled smaller datasets of the same size. Leveraging RaT-BPTT, we devise a boosting mechanism that generates distilled datasets that contain subsets with near optimal performance across different data budgets.

📄 PDF Abstract BibTeX arXiv:2311.07025

Code (2)

fengyzpku/simple_dataset_distillation 공식 구현 pytorch
AsafShul/PoDD pytorch

Tasks

Bilevel OptimizationDataset DistillationDataset Distillation - 1IPC

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Accelerated Stochastic Power Iteration

2017-07-10 · Christopher De Sa, Bryan He, Ioannis Mitliagkas, Christopher Ré 외

Principal component analysis (PCA) is one of the most powerful tools in machine learning. The simplest method for PCA, the power iteration, requires $\mathcal O(1/\Delta)$ full-data passes to recover the principal compon…

Dimensionality Reduction

SimReg: Regression as a Simple Yet Effective Tool for Self-supervised Knowledge Distillation

2022-01-13 · K L Navaneet, Soroush Abbasi Koohpayegani, Ajinkya Tejankar, Hamed Pirsiavash

Feature regression is a simple way to distill large neural network models to smaller ones. We show that with simple changes to the network architecture, regression can outperform more complex state-of-the-art approaches …

Knowledge Distillationregression

DiM: Distilling Dataset into Generative Model

2023-03-08 · Kai Wang, Jianyang Gu, Daquan Zhou, Zheng Zhu 외

Dataset distillation reduces the network training cost by synthesizing small and informative datasets from large-scale ones. Despite the success of the recent dataset distillation algorithms, three drawbacks still limit …

Dataset Distillationmodel

Masked Generative Distillation

2022-05-03 · Zhendong Yang, Zhe Li, Mingqi Shao, Dachuan Shi 외

Knowledge distillation has been applied to various tasks successfully. The current distillation algorithm usually improves students' performance by imitating the output of the teacher. This paper shows that teachers can …

image-classificationImage ClassificationInstance SegmentationKnowledge Distillation+4

Latent Video Dataset Distillation

2025-04-23 · Ning li, Antai Andy Liu, Jingran Zhang, Justin Cui

Dataset distillation has demonstrated remarkable effectiveness in high-compression scenarios for image datasets. While video datasets inherently contain greater redundancy, existing video dataset distillation methods pri…

Dataset DistillationDiversity