LGDSMLJul 11, 2013

Statistical Active Learning Algorithms for Noise Tolerance and Differential Privacy

arXiv:1307.3102v425 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient and private learning in noisy environments, offering significant improvements over passive approaches, though it builds on existing frameworks and is incremental in its methodological contributions.

The paper tackles the problem of designing active learning algorithms that are both tolerant to random classification noise and differentially private, resulting in algorithms with information-theoretically optimal quadratic dependence on noise rate and exponential improvement in error dependence over passive methods for concept classes like thresholds and linear separators.

We describe a framework for designing efficient active learning algorithms that are tolerant to random classification noise and are differentially-private. The framework is based on active learning algorithms that are statistical in the sense that they rely on estimates of expectations of functions of filtered random examples. It builds on the powerful statistical query framework of Kearns (1993). We show that any efficient active statistical learning algorithm can be automatically converted to an efficient active learning algorithm which is tolerant to random classification noise as well as other forms of "uncorrelated" noise. The complexity of the resulting algorithms has information-theoretically optimal quadratic dependence on $1/(1-2η)$, where $η$ is the noise rate. We show that commonly studied concept classes including thresholds, rectangles, and linear separators can be efficiently actively learned in our framework. These results combined with our generic conversion lead to the first computationally-efficient algorithms for actively learning some of these concept classes in the presence of random classification noise that provide exponential improvement in the dependence on the error $ε$ over their passive counterparts. In addition, we show that our algorithms can be automatically converted to efficient active differentially-private algorithms. This leads to the first differentially-private active learning algorithms with exponential label savings over the passive case.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes