paper-with-me

Papers

How many perturbations break this model? Evaluating robustness beyond adversarial accuracy

2022-07-08 · Raphael Olivier, Bhiksha Raj

Robustness to adversarial attacks is typically evaluated with adversarial accuracy. While essential, this metric does not capture all aspects of robustness and in particular leaves out the question of how many perturbations can be found for each point. In this work, we introduce an alternative approach, adversarial sparsity, which quantifies how difficult it is to find a successful perturbation given both an input point and a constraint on the direction of the perturbation. We show that sparsity provides valuable insight into neural networks in multiple ways: for instance, it illustrates important differences between current state-of-the-art robust models them that accuracy analysis does not, and suggests approaches for improving their robustness. When applying broken defenses effective against weak attacks but not strong ones, sparsity can discriminate between the totally ineffective and the partially effective defenses. Finally, with sparsity we can measure increases in robustness that do not affect accuracy: we show for example that data augmentation can by itself increase adversarial robustness, without using adversarial training.

📄 PDF Abstract BibTeX arXiv:2207.04129

Code (1)

raphaelolivier/sparsity 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessData Augmentation

Similar Papers 제목 키워드 기반

ProMoral-Bench: Evaluating Prompting Strategies for Moral Reasoning and Safety in LLMs

2026-02-05 · Rohan Subramanian Thomas, Shikhar Shiromani, Abdullah Chaudhry, Ruizhe Li 외 arxiv

Prompt design significantly impacts the moral competence and safety alignment of large language models (LLMs), yet empirical comparisons remain fragmented across datasets and models.We introduce ProMoral-Bench, a unified…

Prompt Engineering

Minimum Topology Attacks for Graph Neural Networks

2024-03-05 · Mengmei Zhang, Xiao Wang, Chuan Shi, Lingjuan Lyu 외

With the great popularity of Graph Neural Networks (GNNs), their robustness to adversarial topology attacks has received significant attention. Although many attack methods have been proposed, they mainly focus on fixed-…

DuQM: A Chinese Dataset of Linguistically Perturbed Natural Questions for Evaluating the Robustness of Question Matching Models

2021-12-16 · Hongyu Zhu, Yan Chen, Jing Yan, Jing Liu 외

In this paper, we focus on studying robustness evaluation of Chinese question matching. Most of the previous work on analyzing robustness issue focus on just one or a few types of artificial adversarial examples. Instead…

Natural Questions

Symbolic Brittleness in Sequence Models: on Systematic Generalization in Symbolic Mathematics

2021-09-28 · Sean Welleck, Peter West, Jize Cao, Yejin Choi

Neural sequence models trained with maximum likelihood estimation have led to breakthroughs in many tasks, where success is defined by the gap between training and test performance. However, their ability to achieve stro…

Out-of-Distribution GeneralizationSystematic Generalization

Increasing Confidence in Adversarial Robustness Evaluations

2022-06-28 · Roland S. Zimmermann, Wieland Brendel, Florian Tramer, Nicholas Carlini

Hundreds of defenses have been proposed to make deep neural networks robust against minimal (adversarial) input perturbations. However, only a handful of these defenses held up their claims because correctly evaluating r…

Adversarial Robustness