paper-with-me

Papers

Beyond Dataset Distillation: Lossless Dataset Concentration via Diffusion-Assisted Distribution Alignment

2026-03-30 · Tongfei Liu, Yufan Liu, Bing Li, Weiming Hu arxiv

The high cost and accessibility problem associated with large datasets hinder the development of large-scale visual recognition systems. Dataset Distillation addresses these problems by synthesizing compact surrogate datasets for efficient training, storage, transfer, and privacy preservation. The existing state-of-the-art diffusion-based dataset distillation methods face three issues: lack of theoretical justification, poor efficiency in scaling to high data volumes, and failure in data-free scenarios. To address these issues, we establish a theoretical framework that justifies the use of diffusion models by proving the equivalence between dataset distillation and distribution matching, and reveals an inherent efficiency limit in the dataset distillation paradigm. We then propose a Dataset Concentration (DsCo) framework that uses a diffusion-based Noise-Optimization (NOpt) method to synthesize a small yet representative set of samples, and optionally augments the synthetic data via "Doping", which mixes selected samples from the original dataset with the synthetic samples to overcome the efficiency limit of dataset distillation. DsCo is applicable in both data-accessible and data-free scenarios, achieving SOTA performances for low data volumes, and it extends well to high data volumes, where it nearly reduces the dataset size by half with no performance degradation.

📄 PDF Abstract BibTeX arXiv:2603.27987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Lossless Dataset Distillation via Difficulty-Aligned Trajectory Matching

2023-10-09 · Ziyao Guo, Kai Wang, George Cazenavette, Hui Li 외

The ultimate goal of Dataset Distillation is to synthesize a small synthetic dataset such that a model trained on this synthetic set will perform equally well as a model trained on the full, real dataset. Until now, no m…

Dataset Distillation

To Compress or Not? Pushing the Frontier of Lossless GenAI Model Weights Compression with Exponent Concentration

2025-10-03 · Zeyu Yang, Tianyi Zhang, Jianwen Xie, Chuan Li 외 arxiv

The scaling of Generative AI (GenAI) models into the hundreds of billions of parameters makes low-precision computation indispensable for efficient deployment. We argue that the fundamental solution lies in developing lo…

The Evolution of Dataset Distillation: Toward Scalable and Generalizable Solutions

2025-02-08 · Ping Liu, Jiawei Du

Dataset distillation, which condenses large-scale datasets into compact synthetic representations, has emerged as a critical solution for training modern deep learning models efficiently. While prior surveys focus on dev…

Dataset DistillationSurvey

Boosting Lossless Speculative Decoding via Feature Sampling and Partial Alignment Distillation

2024-08-28 · Lujun Gui, Bin Xiao, Lei Su, WeiPeng Chen

Lossless speculative decoding accelerates target large language model (LLM) inference by employing a lightweight draft model for generating tree-structured candidates, which are subsequently verified in parallel by the t…

Knowledge DistillationLanguage ModellingLarge Language ModelMathematical Reasoning+2

Lossless Anti-Distillation Sampling

2026-05-12 · Zibo Diao, Jingchu Gai, Xinyue Ai, Zhang Zhang 외 arxiv

Frontier commercial generative models face a growing threat from distillation, whereby a distiller harvests generated responses and trains a competing model of its own at drastically lower cost. Existing defenses either …

Mathematical ReasoningImage GenerationCode Generation