Private Learning of Halfspaces: Simplifying the Construction and Reducing the Sample Complexity
Haim Kaplan, Yishay Mansour, Uri Stemmer, Eliad Tsfadia

TL;DR
This paper introduces a differentially private learning algorithm for halfspaces over finite grids, improving sample complexity and simplifying the construction compared to previous methods.
Contribution
It presents a new private learner for halfspaces with reduced sample complexity and a novel iterative algorithm for solving linear feasibility problems.
Findings
Achieves sample complexity of approximately d^{2.5} * 2^{log^*|G|}
Improves previous results by a factor of d^2
Provides an iterative private algorithm for linear feasibility
Abstract
We present a differentially private learner for halfspaces over a finite grid in with sample complexity , which improves the state-of-the-art result of [Beimel et al., COLT 2019] by a factor. The building block for our learner is a new differentially private algorithm for approximately solving the linear feasibility problem: Given a feasible collection of linear constraints of the form , the task is to privately identify a solution that satisfies most of the constraints. Our algorithm is iterative, where each iteration determines the next coordinate of the constructed solution .
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
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Complexity and Algorithms in Graphs
