Dataset Condensation Atlas

Trustworthy DD

Privacy for Free

Privacy for Free: How does Dataset Condensation Help Privacy?

Tian Dong, Bo Zhao, Lingjuan Lyu

ICML 2022 · first public 2022-06-01 · arXiv 2206.00240

paper ↗notable✓ abstract read

In one paragraph

Argues dataset condensation, though designed for training efficiency, also serves as a private-data generator "for free," and proves for linear (then extended to non-linear) feature extractors that any one of the n raw samples has only O(m/n) influence on the parameter distribution of networks trained on m condensed samples. Empirically supports this with loss-based and likelihood-based membership-inference attacks against DC-synthesized data. This claim's empirical and theoretical basis is disputed by no-free-lunch-privacy-2022.

Where it sits

Built on by

Abstract (verbatim from arXiv)

To prevent unintentional data leakage, research community has resorted to data generators that can produce differentially private data for model training. However, for the sake of the data privacy, existing solutions suffer from either expensive training cost or poor generalization performance. Therefore, we raise the question whether training efficiency and privacy can be achieved simultaneously. In this work, we for the first time identify that dataset condensation (DC) which is originally designed for improving training efficiency is also a better solution to replace the traditional data generators for private data generation, thus providing privacy for free. To demonstrate the privacy benefit of DC, we build a connection between DC and differential privacy, and theoretically prove on linear feature extractors (and then extended to non-linear feature extractors) that the existence of one sample has limited impact ($O(m/n)$) on the parameter distribution of networks trained on $m$ samples synthesized from $n (n \gg m)$ raw samples by DC. We also empirically validate the visual privacy and membership privacy of DC-synthesized data by launching both the loss-based and the state-of-the-art likelihood-based membership inference attacks. We envision this work as a milestone for data-efficient and privacy-preserving machine learning.

BibTeX (generated; prefer the venue's official entry)
@article{dong2022privacy,
  title   = {Privacy for Free: How does Dataset Condensation Help Privacy?},
  author  = {Tian Dong and Bo Zhao and Lingjuan Lyu},
  journal = {ICML 2022},
  year    = {2022}
}