Additive Logistic Mechanism for Privacy-Preserving Self-Supervised Learning
Yunhao Yang, Parham Gohari, Ufuk Topcu

TL;DR
This paper introduces a novel differential privacy mechanism using a logistic distribution to protect neural network weights during fine-tuning, effectively reducing privacy risks with minimal impact on model performance.
Contribution
It proposes a new privacy-preserving algorithm based on logistic noise sampling that offers pure differential privacy and improved protection over traditional methods.
Findings
The logistic mechanism reduces membership inference attack accuracy to about 50%.
The privacy protection incurs less than 5% performance loss.
It outperforms Laplace and Gaussian mechanisms in privacy-utility trade-offs.
Abstract
We study the privacy risks that are associated with training a neural network's weights with self-supervised learning algorithms. Through empirical evidence, we show that the fine-tuning stage, in which the network weights are updated with an informative and often private dataset, is vulnerable to privacy attacks. To address the vulnerabilities, we design a post-training privacy-protection algorithm that adds noise to the fine-tuned weights and propose a novel differential privacy mechanism that samples noise from the logistic distribution. Compared to the two conventional additive noise mechanisms, namely the Laplace and the Gaussian mechanisms, the proposed mechanism uses a bell-shaped distribution that resembles the distribution of the Gaussian mechanism, and it satisfies pure -differential privacy similar to the Laplace mechanism. We apply membership inference attacks on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
