Dataset Condensation Atlas

Application · Coreset selection

D2C

Accelerating Diffusion Model Training under Minimal Budgets: A Condensation-Based Perspective

Rui Huang, Shitong Shao, Zikai Zhou, Pukun Zhao, Hangyu Guo, Tian Ye, Lichen Bai, Shuo Yang, Zeke Xie

CVPR 2026 · first public 2025-07-08 · arXiv 2507.05914

paper ↗notable✓ abstract read

In one paragraph

Applies a condensation-based perspective to training diffusion models efficiently rather than to classification: a Select phase scores real images with a diffusion difficulty score combined with interval sampling to pick a compact, informative subset, and an Attach phase enriches each selected image with additional semantic and visual conditioning signals. Reports an FID of 4.3 after 40k steps on ImageNet 256x256 with SiT-XL/2 using only 0.8% of the training images, about 233x and 100x faster than training vanilla SiT-XL/2 and SiT-XL/2 + REPA respectively.

Where it sits

Abstract (verbatim from arXiv)

Diffusion models have achieved remarkable performance on a wide range of generative tasks, yet training them from scratch is notoriously resource-intensive, typically requiring millions of training images and many GPU days. Motivated by a data-centric view of this bottleneck, we adopt a condensation-based perspective: given a large training set, the goal is to construct a much smaller condensed dataset that still supports training strong diffusion models under minimal data and compute budgets. To operationalize this perspective, we introduce Diffusion Dataset Condensation (D2C), a two-phase framework comprising Select and Attach. In the Select phase, a diffusion difficulty score combined with interval sampling is used to identify a compact, informative training subset from the original data. Building on this subset, the Attach phase further strengthens the conditional signals by augmenting each selected image with rich semantic and visual representations. To our knowledge, D2C is the first framework that systematically investigates dataset condensation for diffusion models, whereas prior condensation methods have mainly targeted discriminative architectures. Extensive experiments across data budgets (0.8%-8% of ImageNet), model architectures, and image resolutions demonstrate that D2C dramatically accelerates diffusion model training while preserving high generative quality. On ImageNet 256x256 with SiT-XL/2, D2C attains an FID of 4.3 in just 40k steps using only 0.8% of the training images, corresponding to about 233x and 100x faster training than vanilla SiT-XL/2 and SiT-XL/2 + REPA, respectively.

BibTeX (generated; prefer the venue's official entry)
@article{huang2025accelerating,
  title   = {Accelerating Diffusion Model Training under Minimal Budgets: A Condensation-Based Perspective},
  author  = {Rui Huang and Shitong Shao and Zikai Zhou and Pukun Zhao and Hangyu Guo and Tian Ye and Lichen Bai and Shuo Yang and Zeke Xie},
  journal = {CVPR 2026},
  year    = {2025}
}

Nearby in Coreset selection

2025-06

OD3 — OD3: Optimization-free Dataset Distillation for Object Detection

Salwa K. Al Khatib, Ahmed ElHagry, Shitong Shao et al. · ICLR 2026notableDense predictionpaper ↗code ↗

2024-05

SelMatch — SelMatch: Effectively Scaling Up Dataset Distillation via Selection-Based Initialization and Partial Updates by Trajectory Matching

Yongmin Lee, Hye Won Chung · ICML 2024notablepaper ↗code ↗

2018-12

Forgetting — An Empirical Study of Example Forgetting during Deep Neural Network Learning

Mariya Toneva, Alessandro Sordoni, Remi Tachet des Combes et al. · ICLR 2019notablepaper ↗

2017-08

k-Center coreset — Active Learning for Convolutional Neural Networks: A Core-Set Approach

Ozan Sener, Silvio Savarese · ICLR 2018notablepaper ↗

2009-01

Herding — Herding Dynamical Weights to Learn

Max Welling · ICML 2009notablepaper ↗