paper-with-me

홈 › Papers

How Does Bayes Error Limit Probabilistic Robust Accuracy

2024-05-23 · Ruihan Zhang, Jun Sun

Adversarial examples pose a security threat to many critical systems built on neural networks. Given that deterministic robustness often comes with significantly reduced accuracy, probabilistic robustness (i.e., the probability of having the same label with a vicinity is $\ge 1-\kappa$) has been proposed as a promising way of achieving robustness whilst maintaining accuracy. However, existing training methods for probabilistic robustness still experience non-trivial accuracy loss. It is unclear whether there is an upper bound on the accuracy when optimising towards probabilistic robustness, and whether there is a certain relationship between $\kappa$ and this bound. This work studies these problems from a Bayes error perspective. We find that while Bayes uncertainty does affect probabilistic robustness, its impact is smaller than that on deterministic robustness. This reduced Bayes uncertainty allows a higher upper bound on probabilistic robust accuracy than that on deterministic robust accuracy. Further, we prove that with optimal probabilistic robustness, each probabilistically robust input is also deterministically robust in a smaller vicinity. We also show that voting within the vicinity always improves probabilistic robust accuracy and the upper bound of probabilistic robust accuracy monotonically increases as $\kappa$ grows. Our empirical findings also align with our results.

📄 PDF Abstract BibTeX arXiv:2405.14923

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

ProbLP: A framework for low-precision probabilistic inference

2021-02-27 · Nimish Shah, Laura I. Galindez Olascoaga, Wannes Meert, Marian Verhelst

Bayesian reasoning is a powerful mechanism for probabilistic inference in smart edge-devices. During such inferences, a low-precision arithmetic representation can enable improved energy efficiency. However, its impact o…

Out of a hundred trials, how many errors does your speaker verifier make?

2021-04-01 · Niko Brümmer, Luciana Ferrer, Albert Swart

Out of a hundred trials, how many errors does your speaker verifier make? For the user this is an important, practical question, but researchers and vendors typically sidestep it and supply instead the conditional error-…

BaLoRA: Bayesian Low-Rank Adaptation of Large Scale Models

2026-04-27 · Dario Coscia, Sindy Löwe, Max Welling arxiv

Low-Rank Adaptation (LoRA) has become the standard for fine-tuning large pre-trained models at reduced computational cost. However, its low-rank point-estimate updates limit expressiveness, leave a persistent gap relativ…

Streaming Bayesian Inference for Crowdsourced Classification

2019-11-13 · NeurIPS 2019 12 · Edoardo Manino, Long Tran-Thanh, Nicholas R. Jennings

A key challenge in crowdsourcing is inferring the ground truth from noisy and unreliable data. To do so, existing approaches rely on collecting redundant information from the crowd, and aggregating it with some probabili…

Bayesian InferenceBinary ClassificationClassificationGeneral Classification

DropoutDAgger: A Bayesian Approach to Safe Imitation Learning

2017-09-18 · Kunal Menda, Katherine Driggs-Campbell, Mykel J. Kochenderfer

While imitation learning is becoming common practice in robotics, this approach often suffers from data mismatch and compounding errors. DAgger is an iterative algorithm that addresses these issues by continually aggrega…

Imitation LearningMuJoCo