Learning Halfspaces with Malicious Noise.
A. Klivans and P. Long and R. Servedio.
Journal of Machine Learning Research 10(Dec), 2009, pp. 2715--2740.
Preliminary version in 36th International Conference on Automata, Languages and Programming (ICALP), 2009, pp. 609-621.


Abstract:

We give new algorithms for learning halfspaces in the challenging {\it malicious noise} model, where an adversary may corrupt both the labels and the underlying distribution of examples. Our algorithms can tolerate malicious noise rates exponentially larger than previous work in terms of the dependence on the dimension $n$, and succeed for the fairly broad class of all isotropic log-concave distributions.

We give poly$(n, 1/\eps)$-time algorithms for solving the following problems to accuracy $\epsilon$:

  • Learning origin-centered halfspaces in $\R^n$ with respect to the uniform distribution on the unit ball with malicious noise rate $\eta = \Omega(\eps^2/\log(n/\eps)).$ (The best previous result was $\Omega(\eps/(n \log (n/\eps))^{1/4})$.)
  • Learning origin-centered halfspaces with respect to any isotropic log-concave distribution on $\R^n$ with malicious noise rate $\eta = \Omega(\eps^{3}/\log(n/\epsilon)).$ This is the first efficient algorithm for learning under isotropic log-concave distributions in the presence of malicious noise.
  • We also give a poly$(n,1/\eps)$-time algorithm for learning origin-centered halfspaces under any isotropic log-concave distribution on $\R^n$ in the presence of \emph{adversarial label noise} at rate $\eta = \Omega(\eps^{2}/\log(1/\eps))$. In the adversarial label noise setting (or agnostic model), labels can be noisy, but not example points themselves. Previous results could handle $\eta = \Omega(\eps)$ but had running time exponential in an unspecified function of $1/\eps$.

    Our analysis crucially exploits both concentration and anti-concentration properties of isotropic log-concave distributions. Our algorithms combine an iterative outlier removal procedure using Principal Component Analysis together with ``smooth'' boosting.

    pdf of conference version

    Open-access journal version.


    Back to main papers page