CVMay 10, 2025

Dataset Distillation with Probabilistic Latent Features

arXiv:2505.06647v21 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient model training for AI practitioners, though it appears incremental by building on existing dataset distillation approaches.

The paper tackles the problem of reducing storage and computational costs in deep learning by proposing a stochastic dataset distillation method that models the joint distribution of latent features, achieving state-of-the-art cross-architecture performance on benchmarks like ImageNet subsets, CIFAR-10, and MedMNIST.

As deep learning models grow in complexity and the volume of training data increases, reducing storage and computational costs becomes increasingly important. Dataset distillation addresses this challenge by synthesizing a compact set of synthetic data that can effectively replace the original dataset in downstream classification tasks. While existing methods typically rely on mapping data from pixel space to the latent space of a generative model, we propose a novel stochastic approach that models the joint distribution of latent features. This allows our method to better capture spatial structures and produce diverse synthetic samples, which benefits model training. Specifically, we introduce a low-rank multivariate normal distribution parameterized by a lightweight network. This design maintains low computational complexity and is compatible with various matching networks used in dataset distillation. After distillation, synthetic images are generated by feeding the learned latent features into a pretrained generator. These synthetic images are then used to train classification models, and performance is evaluated on real test set. We validate our method on several benchmarks, including ImageNet subsets, CIFAR-10, and the MedMNIST histopathological dataset. Our approach achieves state-of-the-art cross architecture performance across a range of backbone architectures, demonstrating its generality and effectiveness.

Foundations

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

Your Notes