paper-with-me

Papers

Understanding the Impact of Adversarial Robustness on Accuracy Disparity

2022-11-28 · Yuzheng Hu, Fan Wu, Hongyang Zhang, Han Zhao

While it has long been empirically observed that adversarial robustness may be at odds with standard accuracy and may have further disparate impacts on different classes, it remains an open question to what extent such observations hold and how the class imbalance plays a role within. In this paper, we attempt to understand this question of accuracy disparity by taking a closer look at linear classifiers under a Gaussian mixture model. We decompose the impact of adversarial robustness into two parts: an inherent effect that will degrade the standard accuracy on all classes due to the robustness constraint, and the other caused by the class imbalance ratio, which will increase the accuracy disparity compared to standard training. Furthermore, we also show that such effects extend beyond the Gaussian mixture model, by generalizing our data model to the general family of stable distributions. More specifically, we demonstrate that while the constraint of adversarial robustness consistently degrades the standard accuracy in the balanced class setting, the class imbalance ratio plays a fundamentally different role in accuracy disparity compared to the Gaussian case, due to the heavy tail of the stable distribution. We additionally perform experiments on both synthetic and real-world datasets to corroborate our theoretical findings. Our empirical results also suggest that the implications may extend to nonlinear models over real-world datasets. Our code is publicly available on GitHub at https://github.com/Accuracy-Disparity/AT-on-AD.

📄 PDF Abstract BibTeX arXiv:2211.15762

Code (1)

accuracy-disparity/at-on-ad 공식 구현 pytorch

Tasks

Adversarial RobustnessOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Improving Fast Adversarial Training via Self-Knowledge Guidance

2024-09-26 · Chengze Jiang, Junkai Wang, Minjing Dong, Jie Gui 외

Adversarial training has achieved remarkable advancements in defending against adversarial attacks. Among them, fast adversarial training (FAT) is gaining attention for its ability to achieve competitive robustness with …

Adversarial RobustnessAttribute

DispBench: Benchmarking Disparity Estimation to Synthetic Corruptions

2025-05-08 · Shashank Agnihotri, Amaan Ansari, Annika Dackermann, Fabian Rösch 외

Deep learning (DL) has surpassed human performance on standard benchmarks, driving its widespread adoption in computer vision tasks. One such task is disparity estimation, estimating the disparity between matching pixels…

Autonomous NavigationBenchmarkingDisparity Estimation

Strength-Adaptive Adversarial Training

2022-10-04 · Chaojian Yu, Dawei Zhou, Li Shen, Jun Yu 외

Adversarial training (AT) is proved to reliably improve network's robustness against adversarial data. However, current AT with a pre-specified perturbation budget has limitations in learning a robust network. Firstly, a…

Adversarial RobustnessScheduling

GF-Score: Certified Class-Conditional Robustness Evaluation with Fairness Guarantees

2026-04-14 · Arya Shah, Kaveri Visavadiya, Manisha Padala arxiv

Adversarial robustness is essential for deploying neural networks in safety-critical applications, yet standard evaluation methods either require expensive adversarial attacks or report only a single aggregate score that…

Adversarial Robustness

Rethinking and Improving Robustness of Convolutional Neural Networks: a Shapley Value-based Approach in Frequency Domain

2022-11-01 · NIPS 2022 11 · Yiting Chen, Qibing Ren, Junchi Yan

The existence of adversarial examples poses concerns for the robustness of convolutional neural networks (CNN), for which a popular hypothesis is about the frequency bias phenomenon: CNNs rely more on high-frequency comp…

Adversarial AttackAdversarial RobustnessData AugmentationFairness+2