paper-with-me

Papers

Adversarial Frontiers: Minimum-Norm Attack Ensembles for Robustness Evaluation

2026-07-22 · Luca Scionis, Luca Melis, Maura Pintor, Fabio Brau, Ambra Demontis, Giorgio Fumera, Fabio Roli, Battista Biggio arxiv

Adversarial robustness is commonly evaluated with predefined attack ensembles, such as AutoAttack, at a single perturbation budget $\varepsilon$ and on a selective choice of perturbation norms. We argue this formulation is fundamentally limited. First, robustness--perturbation curves may intersect or decay at different rates across models, making single-$\varepsilon$ rankings unstable. Second, current ensembles provide no evidence of optimality, leaving an unknown gap to worst-case performance. Third, fixed attack configurations provide no systematic control over the trade-off between attack strength and evaluation cost. To address these limitations, we introduce a unified evaluation framework based on a comprehensive pool of minimum-norm attacks and robustness--perturbation curves across $\ell_0$, $\ell_1$, $\ell_2$ and $\ell_\infty$ norms. We define the attack frontier as the worst-case robustness estimate the attack pool produces against a model. We then formalize evaluation as a frontier-approximation problem, constructing minimum-norm attack ensembles, optimized subsets of the comprehensive pool, that approach the frontier under a controllable query budget, with larger budgets monotonically tightening the estimate. Furthermore, we define the defense frontier as the maximum robustness across the model set at each perturbation size. We finally propose the Defense Optimality Index to rank defenses by their gap to the defense frontier, providing a ranking without selecting a reference $\varepsilon$. On CIFAR-10 and ImageNet, our ensembles match or exceed AutoAttack on most defenses at every budget tier, at fixed and controllable query cost, offering practitioners a query-controlled, curve-based alternative to fixed-$\varepsilon$ evaluation.

📄 PDF Abstract BibTeX arXiv:2607.19855

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Fast Minimum-norm Adversarial Attacks through Adaptive Norm Constraints

2021-02-25 · NeurIPS 2021 12 · Maura Pintor, Fabio Roli, Wieland Brendel, Battista Biggio

Evaluating adversarial robustness amounts to finding the minimum perturbation needed to have an input sample misclassified. The inherent complexity of the underlying optimization requires current gradient-based attacks t…

Adversarial AttackAdversarial Robustness

Improving Fast Minimum-Norm Attacks with Hyperparameter Optimization

2023-10-12 · Giuseppe Floris, Raffaele Mura, Luca Scionis, Giorgio Piras 외

Evaluating the adversarial robustness of machine learning models using gradient-based attacks is challenging. In this work, we show that hyperparameter optimization can improve fast minimum-norm attacks by automating the…

Adversarial RobustnessHyperparameter Optimization

An Efficient Adversarial Attack for Tree Ensembles

2020-10-22 · NeurIPS 2020 12 · Chong Zhang, huan zhang, Cho-Jui Hsieh

We study the problem of efficient adversarial attacks on tree based ensembles such as gradient boosting decision trees (GBDTs) and random forests (RFs). Since these models are non-continuous step functions and gradient d…

Adversarial Attackvalid

HO-FMN: Hyperparameter Optimization for Fast Minimum-Norm Attacks

2024-07-11 · Raffaele Mura, Giuseppe Floris, Luca Scionis, Giorgio Piras 외

Gradient-based attacks are a primary tool to evaluate robustness of machine-learning models. However, many attacks tend to provide overly-optimistic evaluations as they use fixed loss functions, optimizers, step-size sch…

Adversarial RobustnessHyperparameter Optimization

Defending against black-box adversarial attacks with gradient-free trained sign activation neural networks

2021-01-01 · Yunzhe Xue, Meiyan Xie, Zhibo Yang, Usman Roshan

Binary neural networks have been shown to be more adversarially robust than full-precision networks but their improvements are marginal. We propose an ensemble of sign activation neural networks trained with a novel grad…

Adversarial Defense