paper-with-me

홈 › Papers

Attacks Which Do Not Kill Training Make Adversarial Learning Stronger

2020-02-26 · ICML 2020 1 · Jingfeng Zhang, Xilie Xu, Bo Han, Gang Niu, Lizhen Cui, Masashi Sugiyama, Mohan Kankanhalli

Adversarial training based on the minimax formulation is necessary for obtaining adversarial robustness of trained models. However, it is conservative or even pessimistic so that it sometimes hurts the natural generalization. In this paper, we raise a fundamental question---do we have to trade off natural generalization for adversarial robustness? We argue that adversarial training is to employ confident adversarial data for updating the current model. We propose a novel approach of friendly adversarial training (FAT): rather than employing most adversarial data maximizing the loss, we search for least adversarial (i.e., friendly adversarial) data minimizing the loss, among the adversarial data that are confidently misclassified. Our novel formulation is easy to implement by just stopping the most adversarial data searching algorithms such as PGD (projected gradient descent) early, which we call early-stopped PGD. Theoretically, FAT is justified by an upper bound of the adversarial risk. Empirically, early-stopped PGD allows us to answer the earlier question negatively---adversarial robustness can indeed be achieved without compromising the natural generalization.

📄 PDF Abstract BibTeX arXiv:2002.11242

Code (1)

zjfheart/Friendly-Adversarial-Training pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Adversarial Déjà Vu: Jailbreak Dictionary Learning for Stronger Generalization to Unseen Attacks

2025-10-24 · Mahavir Dabas, Tran Huynh, Nikhil Reddy Billa, Jiachen T. Wang 외 arxiv

Large language models remain vulnerable to jailbreak attacks that bypass safety guardrails to elicit harmful outputs. Defending against novel jailbreaks represents a critical challenge in AI safety. Adversarial training …

Adversarial Robustness

Whatever Does Not Kill Deep Reinforcement Learning, Makes It Stronger

2017-12-23 · Vahid Behzadan, Arslan Munir

Recent developments have established the vulnerability of deep Reinforcement Learning (RL) to policy manipulation attacks via adversarial perturbations. In this paper, we investigate the robustness and resilience of deep…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

What Doesn't Kill You Makes You Robust(er): How to Adversarially Train against Data Poisoning

2021-02-26 · Jonas Geiping, Liam Fowl, Gowthami Somepalli, Micah Goldblum 외

Data poisoning is a threat model in which a malicious actor tampers with training data to manipulate outcomes at inference time. A variety of defenses against this threat model have been proposed, but each suffers from a…

Data Poisoning

Keep on Going: Learning Robust Humanoid Motion Skills via Selective Adversarial Training

2025-07-11 · Yang Zhang, Zhanxiang Cao, Buqing Nie, Haoyang Li 외 arxiv

Humanoid robots are expected to operate reliably over long horizons while executing versatile whole-body skills. Yet Reinforcement Learning (RL) motion policies typically lose stability under prolonged operation, sensor/…

Reinforcement LearningAdversarial Attack

Under the Hood of SKILL.md: Semantic Supply-chain Attacks on AI Agent Skill Registry

2026-05-12 · Shoumik Saha, Kazem Faghih, Soheil Feizi arxiv

Autonomous AI agents increasingly extend their capabilities through Agent Skills: modular filesystem packages whose SKILL.md files describe when and how agents should use them. While this design enables scalable, on-dema…