paper-with-me

Papers

Towards Million-Scale Adversarial Robustness Evaluation With Stronger Individual Attacks

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

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 past decade, a large number of white-box adversarial robustness evaluation methods (i.e., attacks) have been proposed, ranging from single-step to multi-step methods and from individual to ensemble methods. Despite these advances, challenges remain in conducting meaningful and comprehensive robustness evaluations, particularly when it comes to large-scale testing and ensuring evaluations reflect real-world adversarial risks. In this work, we focus on image classification models and propose a novel individual attack method, Probability Margin Attack (PMA), which defines the adversarial margin in the probability space rather than the logits space. We analyze the relationship between PMA and existing cross-entropy or logits-margin-based attacks, and show that PMA can outperform the current state-of-the-art individual methods. Building on PMA, we propose two types of ensemble attacks that balance effectiveness and efficiency. Furthermore, we create a million-scale dataset, CC1M, derived from the existing CC3M dataset, and use it to conduct the first million-scale white-box adversarial robustness evaluation of adversarially-trained ImageNet models. Our findings provide valuable insights into the robustness gaps between individual versus ensemble attacks and small-scale versus million-scale evaluations.

📄 PDF Abstract BibTeX arXiv:2411.15210

Code (1)

xieyong0/PMA pytorch

Tasks

Adversarial Robustnessimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ATLAS: A Large-Scale Evaluation Benchmark for Adversarial LiDAR Perception

2026-06-01 · Mellon M. Zhang, Siddhant Panse, Zimo Fan, Akshal Dhal 외 arxiv

Autonomous driving perception is typically evaluated on clean benchmark data, yet real-world deployment requires robustness to rare, structured, and potentially adversarial sensor anomalies. This gap is especially critic…

Autonomous Driving

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

Intriguing properties of adversarial training at scale

2019-06-10 · ICLR 2020 1 · Cihang Xie, Alan Yuille

Adversarial training is one of the main defenses against adversarial attacks. In this paper, we provide the first rigorous study on diagnosing elements of adversarial training, which reveals two intriguing properties. Fi…

Adversarial Robustness

RDI: An adversarial robustness evaluation metric for deep neural networks based on model statistical features

2025-04-16 · Jialei Song, Xingquan Zuo, Feiyang Wang, Hai Huang 외

Deep neural networks (DNNs) are highly susceptible to adversarial samples, raising concerns about their reliability in safety-critical tasks. Currently, methods of evaluating adversarial robustness are primarily categori…

Adversarial RobustnessComputational Efficiency

Adversarial Attacks on ML Defense Models Competition

2021-10-15 · Yinpeng Dong, Qi-An Fu, Xiao Yang, Wenzhao Xiang 외

Due to the vulnerability of deep neural networks (DNNs) to adversarial examples, a large number of defense techniques have been proposed to alleviate this problem in recent years. However, the progress of building more r…

Adversarial AttackAdversarial Robustnessimage-classificationImage Classification