paper-with-me

홈 › Papers

Simplifying Adversarially Robust PAC Learning with Tolerance

2025-02-11 · Hassan Ashtiani, Vinayak Pathak, Ruth Urner

Adversarially robust PAC learning has proved to be challenging, with the currently best known learners [Montasser et al., 2021a] relying on improper methods based on intricate compression schemes, resulting in sample complexity exponential in the VC-dimension. A series of follow up work considered a slightly relaxed version of the problem called adversarially robust learning with tolerance [Ashtiani et al., 2023, Bhattacharjee et al., 2023, Raman et al., 2024] and achieved better sample complexity in terms of the VC-dimension. However, those algorithms were either improper and complex, or required additional assumptions on the hypothesis class H. We prove, for the first time, the existence of a simpler learner that achieves a sample complexity linear in the VC-dimension without requiring additional assumptions on H. Even though our learner is improper, it is "almost proper" in the sense that it outputs a hypothesis that is "similar" to a hypothesis in H. We also use the ideas from our algorithm to construct a semi-supervised learner in the tolerant setting. This simple algorithm achieves comparable bounds to the previous (non-tolerant) semi-supervised algorithm of Attias et al. [2022a], but avoids the use of intricate subroutines from previous works, and is "almost proper."

📄 PDF Abstract BibTeX arXiv:2502.07232

Code (0)

등록된 구현이 없습니다.

Tasks

PAC learning

Similar Papers 제목 키워드 기반

A Note on Non-Composability of Layerwise Approximate Verification for Neural Inference

2026-02-17 · Or Zamir arxiv

A natural and informal approach to verifiable (or zero-knowledge) ML inference over floating-point data is: ``prove that each layer was computed correctly up to tolerance $δ$; therefore the final output is a reasonable i…

Compressed Sensing with Adversarial Sparse Noise via L1 Regression

2018-09-21 · Sushrut Karmalkar, Eric Price

We present a simple and effective algorithm for the problem of \emph{sparse robust linear regression}. In this problem, one would like to estimate a sparse vector $w^* \in \mathbb{R}^n$ from linear measurements corrupted…

compressed sensingregression

Empart: Interactive Convex Decomposition for Converting Meshes to Parts

2025-09-26 · Brandon Vu, Shameek Ganguly, Pushkar Joshi arxiv

Simplifying complex 3D meshes is a crucial step in robotics applications to enable efficient motion planning and physics simulation. Common methods, such as approximate convex decomposition, represent a mesh as a collect…

Motion Planning

On the Adversarial Convex Body Chasing Problem

2022-09-27 · Yue Guan, Longxu Pan, Daigo Shishika, Panagiotis Tsiotras

In this work, we extend the convex bodies chasing problem (CBC) to an adversarial setting, where an agent (the Player) is tasked with chasing a sequence of convex bodies generated adversarially by another agent (the Oppo…

Improved Regret for Efficient Online Reinforcement Learning with Linear Function Approximation

2023-01-30 · Uri Sherman, Tomer Koren, Yishay Mansour

We study reinforcement learning with linear function approximation and adversarially changing cost functions, a setup that has mostly been considered under simplifying assumptions such as full information feedback or exp…

reinforcement-learningReinforcement Learning (RL)