paper-with-me

Papers

Attribute-Efficient Learning of Halfspaces with Malicious Noise: Near-Optimal Label Complexity and Noise Tolerance

2020-06-06 · Jie Shen, Chicheng Zhang

This paper is concerned with computationally efficient learning of homogeneous sparse halfspaces in $\mathbb{R}^d$ under noise. Though recent works have established attribute-efficient learning algorithms under various types of label noise (e.g. bounded noise), it remains an open question when and how $s$-sparse halfspaces can be efficiently learned under the challenging malicious noise model, where an adversary may corrupt both the unlabeled examples and the labels. We answer this question in the affirmative by designing a computationally efficient active learning algorithm with near-optimal label complexity of $\tilde{O}\big({s \log^4 \frac d \epsilon} \big)$ and noise tolerance $\eta = \Omega(\epsilon)$, where $\epsilon \in (0, 1)$ is the target error rate, under the assumption that the distribution over (uncorrupted) unlabeled examples is isotropic log-concave. Our algorithm can be straightforwardly tailored to the passive learning setting, and we show that the sample complexity is $\tilde{O}\big({\frac 1 \epsilon s^2 \log^5 d} \big)$ which also enjoys the attribute efficiency. Our main techniques include attribute-efficient paradigms for instance reweighting and for empirical risk minimization, and a new analysis of uniform concentration for unbounded data -- all of them crucially take the structure of the underlying halfspace into account.

📄 PDF Abstract BibTeX arXiv:2006.03781

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningAttributeOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Sample-Optimal PAC Learning of Halfspaces with Malicious Noise

2021-02-11 · Jie Shen

We study efficient PAC learning of homogeneous halfspaces in $\mathbb{R}^d$ in the presence of malicious noise of Valiant (1985). This is a challenging noise model and only until recently has near-optimal noise tolerance…

PAC learning

Attribute-Efficient PAC Learning of Sparse Halfspaces with Constant Malicious Noise Rate

2025-05-27 · Shiwei Zeng, Jie Shen

Attribute-efficient learning of sparse halfspaces has been a fundamental problem in machine learning theory. In recent years, machine learning algorithms are faced with prevalent data corruptions or even adversarial atta…

AttributeLearning TheoryPAC learning

Learning large-margin halfspaces with more malicious noise

2011-12-01 · NeurIPS 2011 12 · Phil Long, Rocco Servedio

We describe a simple algorithm that runs in time poly(n,1/gamma,1/eps) and learns an unknown n-dimensional gamma-margin halfspace to accuracy 1-eps in the presence of malicious noise, when the noise rate is allowed to…

Efficient PAC Learning of Halfspaces with Constant Malicious Noise Rate

2024-10-02 · Jie Shen

Understanding noise tolerance of machine learning algorithms is a central quest in learning theory. In this work, we study the problem of computationally efficient PAC learning of halfspaces in the presence of malicious …

Learning TheoryPAC learning

On the Power of Localized Perceptron for Label-Optimal Learning of Halfspaces with Adversarial Noise

2020-12-19 · Jie Shen

We study {\em online} active learning of homogeneous halfspaces in $\mathbb{R}^d$ with adversarial noise where the overall probability of a noisy label is constrained to be at most $\nu$. Our main contribution is a Perce…

Active LearningAttribute