paper-with-me

홈 › Papers

PAC learning with nasty noise

2002-10-16 · Theoretical Computer Science 2002 10 · Nader H Bshouty, Nadav Eiron, Eyal Kushilevitz

We introduce a new model for learning in the presence of noise, which we call the Nasty Noise model. This model generalizes previously considered models of learning with noise. The learning process in this model, which is a variant of the PAC model, proceeds as follows: Suppose that the learning algorithm during its execution asks for m examples. The examples that the algorithm gets are generated by a nasty adversary that works according to the following steps. First, the adversary chooses m examples (independently) according to a fixed (but unknown to the learning algorithm) distribution D as in the PAC-model. Then the powerful adversary, upon seeing the specific m examples that were chosen (and using his knowledge of the target function, the distribution D and the learning algorithm), is allowed to remove a fraction of the examples at its choice, and replace these examples by the same number of arbitrary examples of its choice; the m modified examples are then given to the learning algorithm. The only restriction on the adversary is that the number of examples that the adversary is allowed to modify should be distributed according to a binomial distribution with parameters η (the noise rate) and m. On the negative side, we prove that no algorithm can achieve accuracy of ε<2η in learning any non-trivial class of functions. We also give some lower bounds on the sample complexity required to achieve accuracy ε=2η+Δ. On the positive side, we show that a polynomial (in the usual parameters, and in 1/(ε−2η)) number of examples suffice for learning any class of finite VC-dimension with accuracy ε>2η. This algorithm may not be efficient; however, we also show that a fairly wide family of concept classes can be efficiently learned in the presence of nasty noise.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PAC learning

Similar Papers 제목 키워드 기반

Is nasty noise actually harder than malicious noise?

2025-11-12 · Guy Blanc, Yizhi Huang, Tal Malkin, Rocco A. Servedio arxiv

We consider the relative abilities and limitations of computationally efficient algorithms for learning in the presence of noise, under two well-studied and challenging adversarial noise models for learning Boolean funct…

Robust Learning with Optimal Error

2026-04-02 · Guy Blanc arxiv

We construct algorithms with optimal error for learning with adversarial noise. The overarching theme of this work is that the use of \textsl{randomized} hypotheses can substantially improve upon the best error rates ach…

Contrastive Learning with Nasty Noise

2025-02-25 · Ziruo Zhao

Contrastive learning has emerged as a powerful paradigm for self-supervised representation learning. This work analyzes the theoretical limits of contrastive learning under nasty noise, where an adversary modifies or rep…

Contrastive LearningPAC learningRepresentation Learning

Learning Geometric Concepts with Nasty Noise

2017-07-05 · Ilias Diakonikolas, Daniel M. Kane, Alistair Stewart

We study the efficient learnability of geometric concept classes - specifically, low-degree polynomial threshold functions (PTFs) and intersections of halfspaces - when a fraction of the data is adversarially corrupted. …

LEMMAOutlier DetectionPAC learning

Distilling the Undistillable: Learning from a Nasty Teacher

2022-10-21 · Surgan Jandial, Yash Khasbage, Arghya Pal, Vineeth N Balasubramanian 외

The inadvertent stealing of private/sensitive information using Knowledge Distillation (KD) has been getting significant attention recently and has guided subsequent defense efforts considering its critical nature. Recen…

Knowledge Distillation