paper-with-me

홈 › Papers

Revisiting adversarial training for the worst-performing class

2023-02-17 · Thomas Pethick, Grigorios G. Chrysos, Volkan Cevher

Despite progress in adversarial training (AT), there is a substantial gap between the top-performing and worst-performing classes in many datasets. For example, on CIFAR10, the accuracies for the best and worst classes are 74% and 23%, respectively. We argue that this gap can be reduced by explicitly optimizing for the worst-performing class, resulting in a min-max-max optimization formulation. Our method, called class focused online learning (CFOL), includes high probability convergence guarantees for the worst class loss and can be easily integrated into existing training setups with minimal computational overhead. We demonstrate an improvement to 32% in the worst class accuracy on CIFAR10, and we observe consistent behavior across CIFAR100 and STL10. Our study highlights the importance of moving beyond average accuracy, which is particularly important in safety-critical applications.

📄 PDF Abstract BibTeX arXiv:2302.08872

Code (1)

lions-epfl/class-focused-online-learning-code 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Revisiting Image Classifier Training for Improved Certified Robust Defense against Adversarial Patches

2023-06-22 · Aniruddha Saha, Shuhua Yu, Arash Norouzzadeh, Wan-Yi Lin 외

Certifiably robust defenses against adversarial patches for image classifiers ensure correct prediction against any changes to a constrained neighborhood of pixels. PatchCleanser arXiv:2108.09135 [cs.CV], the state-of-th…

Robust classification

The Group Robustness is in the Details: Revisiting Finetuning under Spurious Correlations

2024-07-19 · Tyler LaBonte, John C. Hill, Xinchen Zhang, Vidya Muthukumar 외

Modern machine learning models are prone to over-reliance on spurious correlations, which can often lead to poor performance on minority groups. In this paper, we identify surprising and nuanced behavior of finetuned mod…

Protect the weak: Class focused online learning for adversarial training

2021-09-29 · Thomas Pethick, Grigorios Chrysos, Volkan Cevher

Adversarial training promises a defense against adversarial perturbations in terms of average accuracy. In this work, we identify that the focus on the average accuracy metric can create vulnerabilities to the "weakest" …

WAT: Improve the Worst-class Robustness in Adversarial Training

2023-02-08 · Boqi Li, Weiwei Liu

Deep Neural Networks (DNN) have been shown to be vulnerable to adversarial examples. Adversarial training (AT) is a popular and effective strategy to defend against adversarial attacks. Recent works (Benz et al., 2020; X…

DAFA: Distance-Aware Fair Adversarial Training

2024-01-23 · Hyungyu Lee, Saehyung Lee, Hyemi Jang, Junsung Park 외

The disparity in accuracy between classes in standard training is amplified during adversarial training, a phenomenon termed the robust fairness problem. Existing methodologies aimed to enhance robust fairness by sacrifi…

Fairness