paper-with-me

Papers

Learning with User-Level Privacy

2021-02-23 · NeurIPS 2021 12 · Daniel Levy, Ziteng Sun, Kareem Amin, Satyen Kale, Alex Kulesza, Mehryar Mohri, Ananda Theertha Suresh

We propose and analyze algorithms to solve a range of learning tasks under user-level differential privacy constraints. Rather than guaranteeing only the privacy of individual samples, user-level DP protects a user's entire contribution ($m \ge 1$ samples), providing more stringent but more realistic protection against information leaks. We show that for high-dimensional mean estimation, empirical risk minimization with smooth losses, stochastic convex optimization, and learning hypothesis classes with finite metric entropy, the privacy cost decreases as $O(1/\sqrt{m})$ as users provide more samples. In contrast, when increasing the number of users $n$, the privacy cost decreases at a faster $O(1/n)$ rate. We complement these results with lower bounds showing the minimax optimality of our algorithms for mean estimation and stochastic convex optimization. Our algorithms rely on novel techniques for private mean estimation in arbitrary dimension with error scaling as the concentration radius $\tau$ of the distribution rather than the entire range.

📄 PDF Abstract BibTeX arXiv:2102.11845

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mind the Privacy Unit! User-Level Differential Privacy for Language Model Fine-Tuning

2024-06-20 · Lynn Chua, Badih Ghazi, Yangsibo Huang, Pritish Kamath 외

Large language models (LLMs) have emerged as powerful tools for tackling complex tasks across diverse domains, but they also raise privacy concerns when fine-tuned on sensitive data due to potential memorization. While d…

Language ModelingLanguage ModellingMemorizationText Generation

Towards User-level Private Reinforcement Learning with Human Feedback

2025-02-22 · Jiaming Zhang, Mingxi Lei, Meng Ding, Mengdi Li 외

Reinforcement Learning with Human Feedback (RLHF) has emerged as an influential technique, enabling the alignment of large language models (LLMs) with human preferences. Despite the promising potential of RLHF, how to pr…

reinforcement-learningReinforcement Learning

Improved Bounds for Pure Private Agnostic Learning: Item-Level and User-Level Privacy

2024-07-30 · Bo Li, Wei Wang, Peng Ye

Machine Learning has made remarkable progress in a wide range of fields. In many scenarios, learning is performed on datasets involving sensitive information, in which privacy protection is essential for learning algorit…

Mean Estimation Under Heterogeneous Privacy: Some Privacy Can Be Free

2023-04-27 · Syomantak Chaudhuri, Thomas A. Courtade

Differential Privacy (DP) is a well-established framework to quantify privacy loss incurred by any algorithm. Traditional DP formulations impose a uniform privacy requirement for all users, which is often inconsistent wi…

Probabilistic Matrix Factorization with Personalized Differential Privacy

2018-10-19 · Shun Zhang, Laixiang Liu, Zhili Chen, Hong Zhong

Probabilistic matrix factorization (PMF) plays a crucial role in recommendation systems. It requires a large amount of user data (such as user shopping records and movie ratings) to predict personal preferences, and ther…

Recommendation Systems