Method · Diffusion-based synthesis
CONCORD
CONCORD: Concept-Informed Diffusion for Dataset Distillation
Jianyang Gu, Haonan Wang, Ruoxi Jia, Saeed Vahidian, Vyacheslav Kungurtsev, Wei Jiang, Yiran Chen
arXiv 2025 · first public 2025-05-23 · arXiv 2505.18358
In one paragraph
Retrieves fine-grained, distinguishable concepts from a large language model for each class label and feeds them into the diffusion denoising process to correct missing or incorrect object detail at the instance level, addressing a gap left by prior generative distillation methods that match only dataset-level statistics. Reports state-of-the-art results on ImageNet-1K and its subsets without relying on a pretrained classifier.
Where it sits
- Diffusion-based synthesis (Generative priors)
- Setting: Image classification
Design choices
| Prior / networks used | diffusion, llm |
Abstract (verbatim from arXiv)
Dataset distillation (DD) has witnessed significant progress in creating small datasets that encapsulate rich information from large original ones. Particularly, methods based on generative priors show promising performance, while maintaining computational efficiency and cross-architecture generalization. However, the generation process lacks explicit controllability for each sample. Previous distillation methods primarily match the real distribution from the perspective of the entire dataset, whereas overlooking concept completeness at the instance level. The missing or incorrectly represented object details cannot be efficiently compensated due to the constrained sample amount typical in DD settings. To this end, we propose incorporating the concept understanding of large language models (LLMs) to perform Concept-Informed Diffusion (CONCORD) for dataset distillation. Specifically, distinguishable and fine-grained concepts are retrieved based on category labels to inform the denoising process and refine essential object details. By integrating these concepts, the proposed method significantly enhances both the controllability and interpretability of the distilled image generation, without relying on pre-trained classifiers. We demonstrate the efficacy of CONCORD by achieving state-of-the-art performance on ImageNet-1K and its subsets. The code implementation is released in https://github.com/vimar-gu/CONCORD.
BibTeX (generated; prefer the venue's official entry)
@article{gu2025concord,
title = {CONCORD: Concept-Informed Diffusion for Dataset Distillation},
author = {Jianyang Gu and Haonan Wang and Ruoxi Jia and Saeed Vahidian and Vyacheslav Kungurtsev and Wei Jiang and Yiran Chen},
journal = {arXiv preprint arXiv:2505.18358},
year = {2025}
}Nearby in Diffusion-based synthesis
Learnability-guided diffusion — Learnability-Guided Diffusion for Dataset Distillation
Jeffrey A. Chan-Santiago, Mubarak Shah · CVPR 2026notablepaper ↗
ManifoldGD — ManifoldGD: Training-Free Hierarchical Manifold Guidance for Diffusion-Based Dataset Distillation
Ayush Roy, Wei-Yang Alex Lee, Rudrasis Chakraborty et al. · CVPR 2026notablepaper ↗code ↗