paper-with-me

Papers

Regularizers for Single-step Adversarial Training

2020-02-03 · B. S. Vivek, R. Venkatesh Babu

The progress in the last decade has enabled machine learning models to achieve impressive performance across a wide range of tasks in Computer Vision. However, a plethora of works have demonstrated the susceptibility of these models to adversarial samples. Adversarial training procedure has been proposed to defend against such adversarial attacks. Adversarial training methods augment mini-batches with adversarial samples, and typically single-step (non-iterative) methods are used for generating these adversarial samples. However, models trained using single-step adversarial training converge to degenerative minima where the model merely appears to be robust. The pseudo robustness of these models is due to the gradient masking effect. Although multi-step adversarial training helps to learn robust models, they are hard to scale due to the use of iterative methods for generating adversarial samples. To address these issues, we propose three different types of regularizers that help to learn robust models using single-step adversarial training methods. The proposed regularizers mitigate the effect of gradient masking by harnessing on properties that differentiate a robust model from that of a pseudo robust model. Performance of models trained using the proposed regularizers is on par with models trained using computationally expensive multi-step adversarial training methods.

📄 PDF Abstract BibTeX arXiv:2002.00614

Code (1)

val-iisc/SAT-Rx 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Toward Evaluating Robustness of Reinforcement Learning with Adversarial Policy

2023-05-04 · Xiang Zheng, Xingjun Ma, Shengjie Wang, Xinyu Wang 외

Reinforcement learning agents are susceptible to evasion attacks during deployment. In single-agent environments, these attacks can occur through imperceptible perturbations injected into the inputs of the victim policy …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Adversarial Robustness without Adversarial Training: A Teacher-Guided Curriculum Learning Approach

2021-12-01 · NeurIPS 2021 12 · Anindya Sarkar, Anirban Sarkar, Sowrya Gali, Vineeth N Balasubramanian

Current SOTA adversarially robust models are mostly based on adversarial training (AT) and differ only by some regularizers either at inner maximization or outer minimization steps. Being repetitive in nature during the …

Adversarial Robustness

Get Fooled for the Right Reason: Improving Adversarial Robustness through a Teacher-guided Curriculum Learning Approach

2021-10-30 · Anindya Sarkar, Anirban Sarkar, Sowrya Gali, Vineeth N Balasubramanian

Current SOTA adversarially robust models are mostly based on adversarial training (AT) and differ only by some regularizers either at inner maximization or outer minimization steps. Being repetitive in nature during the …

Adversarial Robustness

Improved Best-of-Both-Worlds Guarantees for Multi-Armed Bandits: FTRL with General Regularizers and Multiple Optimal Arms

2023-02-27 · NeurIPS 2023 11

We study the problem of designing adaptive multi-armed bandit algorithms that perform optimally in both the stochastic setting and the adversarial setting simultaneously (often known as a best-of-both-world guarantee). A…

Multi-Armed Bandits

Single-step Adversarial training with Dropout Scheduling

2020-04-18 · CVPR 2020 6 · Vivek B. S., R. Venkatesh Babu

Deep learning models have shown impressive performance across a spectrum of computer vision applications including medical diagnosis and autonomous driving. One of the major concerns that these models face is their susce…

Autonomous DrivingMedical DiagnosisScheduling