paper-with-me

홈 › Papers

Learnability-Guided Diffusion for Dataset Distillation

2026-04-01 · Jeffrey A. Chan-Santiago, Mubarak Shah arxiv

Training machine learning models on massive datasets is expensive and time-consuming. Dataset distillation addresses this by creating a small synthetic dataset that achieves the same performance as the full dataset. Recent methods use diffusion models to generate distilled data, either by promoting diversity or matching training gradients. However, existing approaches produce redundant training signals, where samples convey overlapping information. Empirically, disjoint subsets of distilled datasets capture 80-90% overlapping signals. This redundancy stems from optimizing visual diversity or average training dynamics without accounting for similarity across samples, leading to datasets where multiple samples share similar information rather than complementary knowledge. We propose learnability-driven dataset distillation, which constructs synthetic datasets incrementally through successive stages. Starting from a small set, we train a model and generate new samples guided by learnability scores that identify what the current model can learn from, creating an adaptive curriculum. We introduce Learnability-Guided Diffusion (LGD), which balances training utility for the current model with validity under a reference model to generate curriculum-aligned samples. Our approach reduces redundancy by 39.1%, promotes specialization across training stages, and achieves state-of-the-art results on ImageNet-1K (60.1%), ImageNette (87.2%), and ImageWoof (72.9%). Our code is available on our project page https://jachansantiago.github.io/learnability-guided-distillation/.

📄 PDF Abstract BibTeX arXiv:2604.00519

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MGD$^3$: Mode-Guided Dataset Distillation using Diffusion Models

2025-05-25 · Jeffrey A. Chan-Santiago, Praveen Tirupattur, Gaurav Kumar Nayak, Gaowen Liu 외

Dataset distillation has emerged as an effective strategy, significantly reducing training costs and facilitating more efficient model deployment. Recent advances have leveraged generative models to distill datasets by c…

Dataset DistillationDiversity

Federated Reasoning Distillation Framework with Model Learnability-Aware Data Allocation

2026-02-21 · Wei Guo, Siyuan Lu, Xiangdong Ran, Yiqi Tong 외 arxiv

Data allocation plays a critical role in federated large language model (LLM) and small language models (SLMs) reasoning collaboration. Nevertheless, existing data allocation methods fail to address an under-explored cha…

Inference-Time Diffusion Model Distillation

2024-12-12 · Geon Yeong Park, Sang Wan Lee, Jong Chul Ye

Diffusion distillation models effectively accelerate reverse sampling by compressing the process into fewer steps. However, these models still exhibit a performance gap compared to their pre-trained diffusion model count…

Denoisingmodel

D3S2: Diffusion-Guided Dataset Distillation for Semantic Segmentation

2026-05-24 · Wenjie Zheng, Haoji Hu, Jiali Lu, Xingze Zou 외 arxiv

Dataset distillation (DD) aims to compress large-scale datasets into compact synthetic sets while preserving training efficacy. However, existing studies mainly focus on image classification, leaving dense prediction tas…

Semantic SegmentationImage Classification

DSFedMed: Dual-Scale Federated Medical Image Segmentation via Mutual Distillation Between Foundation and Lightweight Models

2026-01-22 · Hanwen Zhang, Qiaojin Shen, Yuxi Liu, Yuesheng Zhu 외 arxiv

Foundation Models (FMs) have demonstrated strong generalization across diverse vision tasks. However, their deployment in federated settings is hindered by high computational demands, substantial communication overhead, …

Medical Image SegmentationKnowledge DistillationGeneral Knowledge