paper-with-me

Papers

Private Learning with Public Features

2023-10-24 · Walid Krichene, Nicolas Mayoraz, Steffen Rendle, Shuang Song, Abhradeep Thakurta, Li Zhang

We study a class of private learning problems in which the data is a join of private and public features. This is often the case in private personalization tasks such as recommendation or ad prediction, in which features related to individuals are sensitive, while features related to items (the movies or songs to be recommended, or the ads to be shown to users) are publicly available and do not require protection. A natural question is whether private algorithms can achieve higher utility in the presence of public features. We give a positive answer for multi-encoder models where one of the encoders operates on public features. We develop new algorithms that take advantage of this separation by only protecting certain sufficient statistics (instead of adding noise to the gradient). This method has a guaranteed utility improvement for linear regression, and importantly, achieves the state of the art on two standard private recommendation benchmarks, demonstrating the importance of methods that adapt to the private-public feature separation.

📄 PDF Abstract BibTeX arXiv:2310.15454

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Supervised Pretraining for Differentially Private Learning

2022-06-14 · Arash Asadian, Evan Weidner, Lei Jiang

We demonstrate self-supervised pretraining (SSP) is a scalable solution to deep learning with differential privacy (DP) regardless of the size of available public datasets in image classification. When facing the lack of…

image-classificationImage Classification

Private Matrix Factorization with Public Item Features

2023-09-17 · Mihaela Curmei, Walid Krichene, Li Zhang, Mukund Sundararajan

We consider the problem of training private recommendation models with access to public item features. Training with Differential Privacy (DP) offers strong privacy guarantees, at the expense of loss in recommendation qu…

Collaborative Filtering

On the Benefits of Public Representations for Private Transfer Learning under Distribution Shift

2023-12-24 · Pratiksha Thaker, Amrith Setlur, Zhiwei Steven Wu, Virginia Smith

Public pretraining is a promising approach to improve differentially private model training. However, recent work has noted that many positive research results studying this paradigm only consider in-distribution tasks, …

regressionTransfer Learning

Locally Private Estimation with Public Features

2024-05-22 · Yuheng Ma, Ke Jia, Hanfang Yang

We initiate the study of locally differentially private (LDP) learning with public features. We define semi-feature LDP, where some features are publicly available while the remaining ones, along with the label, require …

Differentially Private Learning Needs Better Features (or Much More Data)

2020-11-23 · ICLR 2021 1 · Florian Tramèr, Dan Boneh

We demonstrate that differentially private machine learning has not yet reached its "AlexNet moment" on many canonical vision tasks: linear models trained on handcrafted features significantly outperform end-to-end deep …

BIG-bench Machine Learning