Method · Optimization and training recipes
CMI
Going Beyond Feature Similarity: Effective Dataset Distillation based on Class-Aware Conditional Mutual Information
Xinhao Zhong, Bin Chen, Hao Fang, Xulin Gu, Shu-Tao Xia, En-Hui Yang
ICLR 2025 · first public 2024-12-13 · arXiv 2412.09945
In one paragraph
Introduces conditional mutual information, estimated in the feature space of pretrained networks, as a class-aware complexity regularizer added to an existing dataset-distillation loss to counter synthetic sets that are needlessly hard to learn from, reporting improved accuracy and training efficiency as a general add-on to distribution-matching-based methods.
Where it sits
- Optimization and training recipes (Orthogonal design choices)
- Setting: Image classification
Builds on
Abstract (verbatim from arXiv)
Dataset distillation (DD) aims to minimize the time and memory consumption needed for training deep neural networks on large datasets, by creating a smaller synthetic dataset that has similar performance to that of the full real dataset. However, current dataset distillation methods often result in synthetic datasets that are excessively difficult for networks to learn from, due to the compression of a substantial amount of information from the original data through metrics measuring feature similarity, e,g., distribution matching (DM). In this work, we introduce conditional mutual information (CMI) to assess the class-aware complexity of a dataset and propose a novel method by minimizing CMI. Specifically, we minimize the distillation loss while constraining the class-aware complexity of the synthetic dataset by minimizing its empirical CMI from the feature space of pre-trained networks, simultaneously. Conducting on a thorough set of experiments, we show that our method can serve as a general regularization method to existing DD methods and improve the performance and training efficiency.
BibTeX (generated; prefer the venue's official entry)
@article{zhong2024going,
title = {Going Beyond Feature Similarity: Effective Dataset Distillation based on Class-Aware Conditional Mutual Information},
author = {Xinhao Zhong and Bin Chen and Hao Fang and Xulin Gu and Shu-Tao Xia and En-Hui Yang},
journal = {ICLR 2025},
year = {2024}
}Nearby in Optimization and training recipes
PTM-ST — Multimodal Dataset Distillation via Phased Teacher Models
Shengbin Guo, Hang Zhao, Senqiao Yang et al. · ICLR 2026notableVision–languagepaper ↗code ↗