paper-with-me

Papers

Model-Agnostic Private Learning

2018-12-01 · NeurIPS 2018 12 · Raef Bassily, Abhradeep Guha Thakurta, Om Dipakbhai Thakkar

We design differentially private learning algorithms that are agnostic to the learning model assuming access to limited amount of unlabeled public data. First, we give a new differentially private algorithm for answering a sequence of $m$ online classification queries (given by a sequence of $m$ unlabeled public feature vectors) based on a private training set. Our private algorithm follows the paradigm of subsample-and-aggregate, in which any generic non-private learner is trained on disjoint subsets of the private training set, then for each classification query, the votes of the resulting classifiers ensemble are aggregated in a differentially private fashion. Our private aggregation is based on a novel combination of distance-to-instability framework [Smith & Thakurta 2013] and the sparse-vector technique [Dwork et al. 2009, Hardt & Talwar 2010]. We show that our algorithm makes a conservative use of the privacy budget. In particular, if the underlying non-private learner yields classification error at most $\alpha\in (0, 1)$, then our construction answers more queries, by at least a factor of $1/\alpha$ in some cases, than what is implied by a straightforward application of the advanced composition theorem for differential privacy. Next, we apply the knowledge transfer technique to construct a private learner that outputs a classifier, which can be used to answer unlimited number of queries. In the PAC model, we analyze our construction and prove upper bounds on the sample complexity for both the realizable and the non-realizable cases. As in non-private sample complexity, our bounds are completely characterized by the VC dimension of the concept class.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationmodelTransfer Learning

Similar Papers 제목 키워드 기반

Agnostic Private Density Estimation for GMMs via List Global Stability

2024-07-05 · Mohammad Afzali, Hassan Ashtiani, Christopher Liaw

We consider the problem of private density estimation for mixtures of unrestricted high dimensional Gaussians in the agnostic setting. We prove the first upper bound on the sample complexity of this problem. Previously, …

Density Estimation

Private Realizable-to-Agnostic Transformation with Near-Optimal Sample Complexity

2025-10-01 · Bo Li, Wei Wang, Peng Ye arxiv

The realizable-to-agnostic transformation (Beimel et al., 2015; Alon et al., 2020) provides a general mechanism to convert a private learner in the realizable setting (where the examples are labeled by some function in t…

Privately Answering Classification Queries in the Agnostic PAC Model

2019-07-31 · Anupama Nandi, Raef Bassily

We revisit the problem of differentially private release of classification queries. In this problem, the goal is to design an algorithm that can accurately answer a sequence of classification queries based on a private t…

ClassificationGeneral Classification

Current State in Privacy-Preserving Text Preprocessing for Domain-Agnostic NLP

2025-08-05 · Abhirup Sinha, Pritilata Saha, Tithi Saha arxiv

Privacy is a fundamental human right. Data privacy is protected by different regulations, such as GDPR. However, modern large language models require a huge amount of data to learn linguistic variations, and the data oft…

Few-Shot Model Agnostic Federated Learning

2022-10-10 · Proceedings of the 30th ACM International Conference on Multimedia 2022 10 · Wenke Huang, Mang Ye, Bo Du, Xiang Gao

Federated learning has received increasing attention for its ability to collaborative learning without leaking privacy. Promising advances have been achieved under the assumption that participants share the same model st…

Federated Learningmodel