paper-with-me

홈 › Papers

Privacy Blur: Quantifying Privacy and Utility for Image Data Release

2025-12-18 · Saeed Mahloujifar, Narine Kokhlikyan, Chuan Guo, Kamalika Chaudhuri arxiv

Image data collected in the wild often contains private information such as faces and license plates, and responsible data release must ensure that this information stays hidden. At the same time, released data should retain its usefulness for model-training. The standard method for private information obfuscation in images is Gaussian blurring. In this work, we show that practical implementations of Gaussian blurring are reversible enough to break privacy. We then take a closer look at the privacy-utility tradeoffs offered by three other obfuscation algorithms -- pixelization, pixelization and noise addition (DP-Pix), and cropping. Privacy is evaluated by reversal and discrimination attacks, while utility by the quality of the learnt representations when the model is trained on data with obfuscated faces. We show that the most popular industry-standard method, Gaussian blur is the least private of the four -- being susceptible to reversal attacks in its practical low-precision implementations. In contrast, pixelization and pixelization plus noise addition, when used at the right level of granularity, offer both privacy and utility for a number of computer vision tasks. We make our proposed methods together with suggested parameters available in a software package called Privacy Blur.

📄 PDF Abstract BibTeX arXiv:2512.16086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying and Mitigating Privacy Risks for Tabular Generative Models

2024-03-12 · Chaoyi Zhu, Jiayi Tang, Hans Brouwer, Juan F. Pérez 외

Synthetic data from generative models emerges as the privacy-preserving data-sharing solution. Such a synthetic data set shall resemble the original data without revealing identifiable private information. The backbone t…

Privacy Preserving

VideoDP: A Universal Platform for Video Analytics with Differential Privacy

2019-09-18 · Han Wang, Shangyu Xie, Yuan Hong

Massive amounts of video data are ubiquitously generated in personal devices and dedicated video recording facilities. Analyzing such data would be extremely beneficial in real world (e.g., urban traffic analysis, pedest…

Trade-offs in Privacy-Preserving Eye Tracking through Iris Obfuscation: A Benchmarking Study

2025-04-14 · Mengdi Wang, Efe Bozkir, Enkelejda Kasneci

Recent developments in hardware, computer graphics, and AI may soon enable AR/VR head-mounted displays (HMDs) to become everyday devices like smartphones and tablets. Eye trackers within HMDs provide a special opportunit…

BenchmarkingGaze EstimationIris RecognitionPrivacy Preserving+1

Automatic Discovery of Privacy-Utility Pareto Fronts

2019-05-26 · Brendan Avent, Javier Gonzalez, Tom Diethe, Andrei Paleyes 외

Differential privacy is a mathematical framework for privacy-preserving data analysis. Changing the hyperparameters of a differentially private algorithm allows one to trade off privacy and utility in a principled way. Q…

Bayesian OptimizationPrivacy Preserving

Epsilon*: Privacy Metric for Machine Learning Models

2023-07-21 · Diana M. Negoescu, Humberto Gonzalez, Saad Eddin Al Orjany, Jilei Yang 외

We introduce Epsilon*, a new privacy metric for measuring the privacy risk of a single model instance prior to, during, or after deployment of privacy mitigation strategies. The metric requires only black-box access to m…

Inference AttackMembership Inference Attack