paper-with-me

Papers

DPImageBench: A Unified Benchmark for Differentially Private Image Synthesis

2025-03-18 · Chen Gong, Kecen Li, Zinan Lin, Tianhao Wang

Differentially private (DP) image synthesis aims to generate artificial images that retain the properties of sensitive images while protecting the privacy of individual images within the dataset. Despite recent advancements, we find that inconsistent--and sometimes flawed--evaluation protocols have been applied across studies. This not only impedes the understanding of current methods but also hinders future advancements. To address the issue, this paper introduces DPImageBench for DP image synthesis, with thoughtful design across several dimensions: (1) Methods. We study eleven prominent methods and systematically characterize each based on model architecture, pretraining strategy, and privacy mechanism. (2) Evaluation. We include nine datasets and seven fidelity and utility metrics to thoroughly assess them. Notably, we find that a common practice of selecting downstream classifiers based on the highest accuracy on the sensitive test set not only violates DP but also overestimates the utility scores. DPImageBench corrects for these mistakes. (3) Platform. Despite the methods and evaluation protocols, DPImageBench provides a standardized interface that accommodates current and future implementations within a unified framework. With DPImageBench, we have several noteworthy findings. For example, contrary to the common wisdom that pretraining on public image datasets is usually beneficial, we find that the distributional similarity between pretraining and sensitive images significantly impacts the performance of the synthetic images and does not always yield improvements. In addition, adding noise to low-dimensional features, such as the high-level characteristics of sensitive images, is less affected by the privacy budget compared to adding noise to high-dimensional features, like weight gradients. The former methods perform better than the latter under a low privacy budget.

📄 PDF Abstract BibTeX arXiv:2503.14681

Code (1)

2019chengong/dpimagebench 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Rethinking Benchmarks for Differentially Private Image Classification

2026-01-23 · Sabrina Mokhtari, Sara Kodeiri, Shubhankar Mohapatra, Florian Tramèr 외 arxiv

We revisit benchmarks for differentially private image classification. We suggest a comprehensive set of benchmarks, allowing researchers to evaluate techniques for differentially private machine learning in a variety of…

Image Classification

Differentially Private Generative Models Through Optimal Transport

2021-01-01 · Tianshi Cao, Alex Bie, Karsten Kreis, Sanja Fidler

Although machine learning models trained on massive data have led to breakthroughs in several areas, their deployment in privacy-sensitive domains remains limited due to restricted access to data. Generative models train…

Don’t Generate Me: Training Differentially Private Generative Models with Sinkhorn Divergence

2021-12-01 · NeurIPS 2021 12 · Tianshi Cao, Alex Bie, Arash Vahdat, Sanja Fidler 외

Although machine learning models trained on massive data have led to breakthroughs in several areas, their deployment in privacy-sensitive domains remains limited due to restricted access to data. Generative models train…

Don't Generate Me: Training Differentially Private Generative Models with Sinkhorn Divergence

2021-11-01 · Tianshi Cao, Alex Bie, Arash Vahdat, Sanja Fidler 외

Although machine learning models trained on massive data have led to break-throughs in several areas, their deployment in privacy-sensitive domains remains limited due to restricted access to data. Generative models trai…

Large-Scale Public Data Improves Differentially Private Image Generation Quality

2023-08-04 · Ruihan Wu, Chuan Guo, Kamalika Chaudhuri

Public data has been frequently used to improve the privacy-accuracy trade-off of differentially private machine learning, but prior work largely assumes that this data come from the same distribution as the private. In …

Image Generation