paper-with-me

홈 › Papers

MORA: Improving Ensemble Robustness Evaluation with Model-Reweighing Attack

2022-11-15 · Yunrui Yu, Xitong Gao, Cheng-Zhong Xu

Adversarial attacks can deceive neural networks by adding tiny perturbations to their input data. Ensemble defenses, which are trained to minimize attack transferability among sub-models, offer a promising research direction to improve robustness against such attacks while maintaining a high accuracy on natural inputs. We discover, however, that recent state-of-the-art (SOTA) adversarial attack strategies cannot reliably evaluate ensemble defenses, sizeably overestimating their robustness. This paper identifies the two factors that contribute to this behavior. First, these defenses form ensembles that are notably difficult for existing gradient-based method to attack, due to gradient obfuscation. Second, ensemble defenses diversify sub-model gradients, presenting a challenge to defeat all sub-models simultaneously, simply summing their contributions may counteract the overall attack objective; yet, we observe that ensemble may still be fooled despite most sub-models being correct. We therefore introduce MORA, a model-reweighing attack to steer adversarial example synthesis by reweighing the importance of sub-model gradients. MORA finds that recent ensemble defenses all exhibit varying degrees of overestimated robustness. Comparing it against recent SOTA white-box attacks, it can converge orders of magnitude faster while achieving higher attack success rates across all ensemble models examined with three different ensemble modes (i.e., ensembling by either softmax, voting or logits). In particular, most ensemble defenses exhibit near or exactly 0% robustness against MORA with $\ell^\infty$ perturbation within 0.02 on CIFAR-10, and 0.01 on CIFAR-100. We make MORA open source with reproducible results and pre-trained models; and provide a leaderboard of ensemble defenses under various attack strategies.

📄 PDF Abstract BibTeX arXiv:2211.08008

Code (1)

lafeat/mora 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Ensemble Diversity Facilitates Adversarial Transferability

2024-01-01 · CVPR 2024 1 · Bowen Tang, Zheng Wang, Yi Bin, Qi Dou 외

With the advent of ensemble-based attacks the transferability of generated adversarial examples is elevated by a noticeable margin despite many methods only employing superficial integration yet ignoring the diversit…

Diversityreinforcement-learningReinforcement Learning

CARE: Ensemble Adversarial Robustness Evaluation Against Adaptive Attackers for Security Applications

2024-01-20 · Hangsheng Zhang, Jiqiang Liu, Jinsong Dong

Ensemble defenses, are widely employed in various security-related applications to enhance model performance and robustness. The widespread adoption of these techniques also raises many questions: Are general ensembles d…

Adversarial Robustness

Adversarial Frontiers: Minimum-Norm Attack Ensembles for Robustness Evaluation

2026-07-22 · Luca Scionis, Luca Melis, Maura Pintor, Fabio Brau 외 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 …

Adversarial Robustness

Reliable Robustness Evaluation via Automatically Constructed Attack Ensembles

2022-11-23 · Shengcai Liu, Fu Peng, Ke Tang

Attack Ensemble (AE), which combines multiple attacks together, provides a reliable way to evaluate adversarial robustness. In practice, AEs are often constructed and tuned by human experts, which however tends to be sub…

Adversarial Robustness

Towards Million-Scale Adversarial Robustness Evaluation With Stronger Individual Attacks

2024-11-20 · CVPR 2025 1 · Yong Xie, Weijie Zheng, Hanxun Huang, Guangnan Ye 외

As deep learning models are increasingly deployed in safety-critical applications, evaluating their vulnerabilities to adversarial perturbations is essential for ensuring their reliability and trustworthiness. Over the p…

Adversarial Robustnessimage-classificationImage Classification