paper-with-me

홈 › Papers

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" class. For instance, on CIFAR10, where the average accuracy is 47%, the worst class accuracy can be as low as 14%. The performance sacrifice of the weakest class can be detrimental for real-world systems, if indeed the threat model can adversarially choose the class to attack. To this end, we propose to explicitly minimize the worst class error, which results in a min-max-max optimization formulation. We provide high probability convergence guarantees of the worst class loss for our method, dubbed as class focused online learning (CFOL), which can be plugged into existing training setups with virtually no overhead in computation. We observe significant improvements on the worst class accuracy of 30% for CIFAR10. We also observe consistent behavior across CIFAR100 and STL10. Intriugingly, we find that minimizing the worst case can even sometimes improve the average.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Invertible Image Dataset Protection

2021-12-29 · Kejiang Chen, Xianhan Zeng, Qichao Ying, Sheng Li 외

Deep learning has achieved enormous success in various industrial applications. Companies do not want their valuable data to be stolen by malicious employees to train pirated models. Nor do they wish the data analyzed by…

Adversarial Defense

Adversarial Label Learning

2018-05-22 · Chidubem Arachie, Bert Huang

We consider the task of training classifiers without labels. We propose a weakly supervised method---adversarial label learning---that trains classifiers to perform well against an adversary that chooses labels for train…

Weakly-supervised Learning

Adversarial Robustness Guarantees for Quantum Classifiers

2024-05-16 · Neil Dowling, Maxwell T. West, Angus Southwell, Azar C. Nakhl 외

Despite their ever more widespread deployment throughout society, machine learning algorithms remain critically vulnerable to being spoofed by subtle adversarial tampering with their input data. The prospect of near-term…

Adversarial RobustnessQuantum Machine Learning

TRIX- Trading Adversarial Fairness via Mixed Adversarial Training

2025-07-10 · Tejaswini Medi, Steffen Jung, Margret Keuper arxiv

Adversarial Training (AT) is a widely adopted defense against adversarial examples. However, existing approaches typically apply a uniform training objective across all classes, overlooking disparities in class-wise vuln…

Image ClassificationAdversarial Defense

Gotta Catch 'Em All: Using Honeypots to Catch Adversarial Attacks on Neural Networks

2019-04-18 · Shawn Shan, Emily Wenger, Bolun Wang, Bo Li 외

Deep neural networks (DNN) are known to be vulnerable to adversarial attacks. Numerous efforts either try to patch weaknesses in trained models, or try to make it difficult or costly to compute adversarial examples that …

Adversarial AttackAdversarial Attack DetectionAdversarial DefenseAll+3