CVJul 1

Condensing Large-Scale Datasets Directly with Minimal Information Loss

arXiv:2607.0091612.8Has Code
Predicted impact top 25% in CV · last 90 daysOriginality Highly original
AI Analysis

For researchers in dataset distillation, this work addresses scalability and cross-architecture generalization bottlenecks by eliminating the flawed dual-compression paradigm.

The paper identifies information loss in decoupled dataset distillation pipelines and proposes CIM, a metric-driven framework that directly aligns data distributions to minimize this loss. CIM achieves 48.7% Top-1 accuracy on ImageNet-1K at IPC=10, outperforming prior SOTA by 2.6-2.9%, and reduces distillation time to 80 minutes on a single RTX-4090 GPU.

Recent advancements in scaling dataset distillation rely heavily on decoupled information extraction pipelines, comprising SQUEEZE, RECOVER, and RELABEL stages. Despite their scalability to large-scale datasets, these methods suffer from prohibitive computational overhead and poor cross-architecture generalization. In this paper, we reveal the root cause of these bottlenecks: the implicit dual-compression process, from data to model and back to images, inherently induces severe information loss. Crucially, we empirically and theoretically demonstrate that this loss creates a distribution shift that fundamentally compromises the widely adopted RELABEL strategy, transforming the pre-trained model into an unreliable labeler that yields sub-optimal labels. To overcome these critical flaws, we propose CIM, a novel, metric-driven framework that abandons the flawed dual-compression paradigm. Instead, CIM explicitly quantifies and minimizes the information gap between the original and synthetic datasets. By directly aligning the data distributions, our approach ensures high-fidelity information condensation and inherently satisfies the prerequisites for effective relabeling. Extensive experiments demonstrate that CIM establishes a new state-of-the-art. Notably, it distills ImageNet-1K at an IPC=10 in merely 80 minutes on a single RTX-4090 GPU, achieving an unprecedented 48.7% Top-1 accuracy on ResNet-18 and significantly outperforming previous SOTA approaches, such as NRR-DD and DELT, by 2.6% and 2.9%, respectively. Our code is available at https://github.com/LINs-lab/CIM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes