paper-with-me

Papers

Soft-Label Dataset Distillation and Text Dataset Distillation

2019-10-06 · Ilia Sucholutsky, Matthias Schonlau

Dataset distillation is a method for reducing dataset sizes by learning a small number of synthetic samples containing all the information of a large dataset. This has several benefits like speeding up model training, reducing energy consumption, and reducing required storage space. Currently, each synthetic sample is assigned a single hard' label, and also, dataset distillation can currently only be used with image data. We propose to simultaneously distill both images and their labels, thus assigning each synthetic sample a soft' label (a distribution of labels). Our algorithm increases accuracy by 2-4% over the original algorithm for several image classification tasks. Using `soft' labels also enables distilled datasets to consist of fewer samples than there are classes as each sample can encode information for multiple classes. For example, training a LeNet model with 10 distilled images (one per class) results in over 96% accuracy on MNIST, and almost 92% accuracy when trained on just 5 distilled images. We also extend the dataset distillation algorithm to distill sequential datasets including texts. We demonstrate that text distillation outperforms other methods across multiple datasets. For example, models attain almost their original accuracy on the IMDB sentiment analysis task using just 20 distilled sentences. Our code can be found at $\href{https://github.com/ilia10000/dataset-distillation}{\text{https://github.com/ilia10000/dataset-distillation}}$.

📄 PDF Abstract BibTeX arXiv:1910.02551

Code (3)

ilia10000/dataset-distillation 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation
harshp1802/text-dataset-distillation pytorch

Tasks

Dataset DistillationData Summarizationimage-classificationImage ClassificationSentiment Analysis

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
LeNet LeNet is a classic convolutional neural network employing the use of convolutions, pooling and fully connected layers. It was used for the handwritten digit recognition task…

Similar Papers 제목 키워드 기반

A Label is Worth a Thousand Images in Dataset Distillation

2024-06-15 · Tian Qin, Zhiwei Deng, David Alvarez-Melis

Data $\textit{quality}$ is a crucial factor in the performance of machine learning models, a principle that dataset distillation methods exploit by compressing training datasets into much smaller counterparts that mainta…

Dataset Distillation

Isotonic Data Augmentation for Knowledge Distillation

2021-07-03 · Wanyun Cui, Sen Yan

Knowledge distillation uses both real hard labels and soft labels predicted by teacher models as supervision. Intuitively, we expect the soft labels and hard labels to be concordant w.r.t. their orders of probabilities. …

AttributeData AugmentationGPUKnowledge Distillation+1

Vector-Quantized Soft Label Compression for Dataset Distillation

2026-03-04 · Ali Abbasi, Ashkan Shahbazi, Hamed Pirsiavash, Soheil Kolouri arxiv

Dataset distillation is an emerging technique for reducing the computational and storage costs of training machine learning models by synthesizing a small, informative subset of data that captures the essential character…

Rectifying Soft-Label Entangled Bias in Long-Tailed Dataset Distillation

2025-11-22 · Chenyang Jiang, Hang Zhao, Xinyu Zhang, Zhengcen Li 외 arxiv

Dataset distillation compresses large-scale datasets into compact, highly informative synthetic data, significantly reducing storage and training costs. However, existing research primarily focuses on balanced datasets a…

Are Large-scale Soft Labels Necessary for Large-scale Dataset Distillation?

2024-10-21 · Lingao Xiao, Yang He

In ImageNet-condensation, the storage for auxiliary soft labels exceeds that of the condensed dataset by over 30 times. However, are large-scale soft labels necessary for large-scale dataset distillation? In this paper, …

Dataset DistillationDiversity