Analysis & theory
Spectral filtering view
Understanding Dataset Distillation via Spectral Filtering
Deyu Bo, Songhua Liu, Xinchao Wang
ICLR 2026 · first public 2025-03-03 · arXiv 2503.01212
In one paragraph
Interprets every dataset-distillation objective as a filter function acting on the eigenvalues of the feature-feature correlation matrix and the frequencies of the feature-label correlation matrix, showing existing methods split into low-frequency (global texture) and high-frequency (local detail) matchers under one spectral-filtering framework, and proposes Curriculum Frequency Matching, which adjusts the filter during distillation to cover both regimes, outperforming baselines on CIFAR-10/100 and ImageNet-1K.
Where it sits
- Setting: Image classification
Abstract (verbatim from arXiv)
Dataset distillation (DD) has emerged as a promising approach to compress datasets and speed up model training. However, the underlying connections among various DD methods remain largely unexplored. In this paper, we introduce UniDD, a spectral filtering framework that unifies diverse DD objectives. UniDD interprets each DD objective as a specific filter function that affects the eigenvalues of the feature-feature correlation (FFC) matrix and modulates the frequency components of the feature-label correlation (FLC) matrix. In this way, UniDD reveals that the essence of DD fundamentally lies in matching frequency-specific features. Moreover, according to the filter behaviors, we classify existing methods into low-frequency matching and high-frequency matching, encoding global texture and local details, respectively. However, existing methods rely on fixed filter functions throughout distillation, which cannot capture the low- and high-frequency information simultaneously. To address this limitation, we further propose Curriculum Frequency Matching (CFM), which gradually adjusts the filter parameter to cover both low- and high-frequency information of the FFC and FLC matrices. Extensive experiments on small-scale datasets, such as CIFAR-10/100, and large-scale datasets, including ImageNet-1K, demonstrate the superior performance of CFM over existing baselines and validate the practicality of UniDD.
BibTeX (generated; prefer the venue's official entry)
@article{bo2025understanding,
title = {Understanding Dataset Distillation via Spectral Filtering},
author = {Deyu Bo and Songhua Liu and Xinchao Wang},
journal = {ICLR 2026},
year = {2025}
}