paper-with-me

Papers

Multiclass versus Binary Differentially Private PAC Learning

2021-07-22 · NeurIPS 2021 12 · Mark Bun, Marco Gaboardi, Satchit Sivakumar

We show a generic reduction from multiclass differentially private PAC learning to binary private PAC learning. We apply this transformation to a recently proposed binary private PAC learner to obtain a private multiclass learner with sample complexity that has a polynomial dependence on the multiclass Littlestone dimension and a poly-logarithmic dependence on the number of classes. This yields an exponential improvement in the dependence on both parameters over learners from previous work. Our proof extends the notion of $\Psi$-dimension defined in work of Ben-David et al. [JCSS '95] to the online setting and explores its general properties.

📄 PDF Abstract BibTeX arXiv:2107.10870

Code (0)

등록된 구현이 없습니다.

Tasks

PAC learning

Similar Papers 제목 키워드 기반

Ramsey Theorems for Trees and a General 'Private Learning Implies Online Learning' Theorem

2024-07-10 · Simone Fioravanti, Steve Hanneke, Shay Moran, Hilla Schefler 외

This work continues to investigate the link between differentially private (DP) and online learning. Alon, Livni, Malliaris, and Moran (2019) showed that for binary concept classes, DP learnability of a given class impli…

General ClassificationPAC learning

Differentially Private Regression with Unbounded Covariates

2022-02-19 · Jason Milionis, Alkis Kalavasis, Dimitris Fotakis, Stratis Ioannidis

We provide computationally efficient, differentially private algorithms for the classical regression settings of Least Squares Fitting, Binary Regression and Linear Regression with unbounded covariates. Prior to our work…

regression

Multi-Class Support Vector Machine with Differential Privacy

2025-10-05 · Jinseong Park, Yujin Choi, Jaewook Lee arxiv

With the increasing need to safeguard data privacy in machine learning models, differential privacy (DP) is one of the major frameworks to build privacy-preserving models. Support Vector Machines (SVMs) are widely used t…

Binary Classification

Convex Optimization for Binary Classifier Aggregation in Multiclass Problems

2014-01-16 · Sunho Park, TaeHyun Hwang, Seungjin Choi

Multiclass problems are often decomposed into multiple binary problems that are solved by individual binary classifiers whose results are integrated into a final answer. Various methods, including all-pairs (APs), one-ve…

NanoBatch Privacy: Enabling fast Differentially Private learning on the IPU

2021-09-24 · Edward H. Lee, Mario Michael Krell, Alexander Tsyplikhin, Victoria Rege 외

Differentially private SGD (DPSGD) has recently shown promise in deep learning. However, compared to non-private SGD, the DPSGD algorithm places computational overheads that can undo the benefit of batching in GPUs. Micr…