CVAIAug 3, 2025

Improving Noise Efficiency in Privacy-preserving Dataset Distillation

arXiv:2508.01749v14 citationsh-index: 7
Originality Highly original
AI Analysis

This work addresses privacy concerns in machine learning by enhancing the efficiency of differentially private dataset distillation, offering a more practical solution for generating synthetic datasets without compromising privacy, though it is incremental as it builds on existing private DD methods.

The paper tackles the problem of inefficient noise utilization in privacy-preserving dataset distillation, which limits performance due to excessive noise from differential privacy mechanisms. It introduces a framework that decouples sampling from optimization and improves signal quality, achieving a 10.0% improvement on CIFAR-10 with 50 images per class and an 8.3% increase with one-fifth the distilled set size compared to previous methods.

Modern machine learning models heavily rely on large datasets that often include sensitive and private information, raising serious privacy concerns. Differentially private (DP) data generation offers a solution by creating synthetic datasets that limit the leakage of private information within a predefined privacy budget; however, it requires a substantial amount of data to achieve performance comparable to models trained on the original data. To mitigate the significant expense incurred with synthetic data generation, Dataset Distillation (DD) stands out for its remarkable training and storage efficiency. This efficiency is particularly advantageous when integrated with DP mechanisms, curating compact yet informative synthetic datasets without compromising privacy. However, current state-of-the-art private DD methods suffer from a synchronized sampling-optimization process and the dependency on noisy training signals from randomly initialized networks. This results in the inefficient utilization of private information due to the addition of excessive noise. To address these issues, we introduce a novel framework that decouples sampling from optimization for better convergence and improves signal quality by mitigating the impact of DP noise through matching in an informative subspace. On CIFAR-10, our method achieves a \textbf{10.0\%} improvement with 50 images per class and \textbf{8.3\%} increase with just \textbf{one-fifth} the distilled set size of previous state-of-the-art methods, demonstrating significant potential to advance privacy-preserving DD.

Foundations

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

Your Notes