CVAILGNov 30, 2023

Dataset Distillation via the Wasserstein Metric

arXiv:2311.18531v331 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the problem of high computational costs in machine learning for researchers and practitioners, though it appears incremental as it builds on existing distribution matching approaches.

The paper tackles dataset distillation by generating compact synthetic datasets to reduce computational costs, achieving state-of-the-art results across high-resolution datasets.

Dataset Distillation (DD) aims to generate a compact synthetic dataset that enables models to achieve performance comparable to training on the full large dataset, significantly reducing computational costs. Drawing from optimal transport theory, we introduce WMDD (Wasserstein Metric-based Dataset Distillation), a straightforward yet powerful method that employs the Wasserstein metric to enhance distribution matching. We compute the Wasserstein barycenter of features from a pretrained classifier to capture essential characteristics of the original data distribution. By optimizing synthetic data to align with this barycenter in feature space and leveraging per-class BatchNorm statistics to preserve intra-class variations, WMDD maintains the efficiency of distribution matching approaches while achieving state-of-the-art results across various high-resolution datasets. Our extensive experiments demonstrate WMDD's effectiveness and adaptability, highlighting its potential for advancing machine learning applications at scale.

Foundations

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

Your Notes