paper-with-me

홈 › Papers

Reinforcement Learning Disrupts Gradient-Based Adversarial Optimization

2026-06-10 · Xinhai Zou, Chang Zhao, Alireza Aghabagherloo, Dave Singelée, Robin Degraeve, Bart Preneel arxiv

Gradient-based adversarial attacks remain a dominant threat to deep neural networks (DNNs), as they exploit gradient information to efficiently optimize adversarial perturbations. To address this, we investigate whether reinforcement learning (RL) training can disrupt the gradient structure used by attackers by training image classifiers with policy-gradient objectives and epsilon-greedy exploration. Through systematic experiments across CIFAR-10, CIFAR-100, and ImageNet-100 with multiple architectures, we find that RL-trained classifiers significantly disrupt gradient-based adversarial optimization. To explain this, we conduct a comprehensive mechanism analysis using loss landscape visualization, static and dynamic gradient indicators, and predictive entropy. Our analysis reveals that RL acts as an implicit regularizer, producing models with highly unstable gradient directions and smaller gradient magnitudes. This combination makes each PGD step both unreliable in direction and limited in magnitude, causing gradient-based attacks to fail within practical iteration budgets. We further show that combining RL with adversarial training (RL-adv) provides a dual-layer defense operating at two complementary levels: RL degrades gradient information available to attackers (gradient-level defense), while adversarial training strengthens decision boundaries (boundary-level defense). RL-adv achieves the highest robustness across all major attack types evaluated, including gradient-based (PGD, AutoAttack), transfer-based, and query-based attacks, outperforming SL-adv by a significant margin. These findings identify RL-induced gradient disruption as a complementary robustness mechanism and motivate future research on hybrid SL-RL training schedules that combine SL's efficiency with RL's gradient-regularization properties.

📄 PDF Abstract BibTeX arXiv:2606.12251

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

GIRL-DETR: Gradient-Isolated Reinforcement Learning for Video Moment Retrieval

2026-05-30 · Shihang Zhang, Mingjin Kuai, Ye Wei, Zhen Zhang 외 arxiv

Video Moment Retrieval (VMR) task requires accurately localizing temporal boundaries aligned with natural language queries, but many models suffer from a misalignment between continuous surrogate losses and non-different…

Natural Language QueriesReinforcement LearningMoment Retrieval

Vulnerability Analysis of Safe Reinforcement Learning via Inverse Constrained Reinforcement Learning

2026-02-18 · Jialiang Fan, Shixiong Jiang, Mengyu Liu, Fanxin Kong arxiv

Safe reinforcement learning (Safe RL) aims to ensure policy performance while satisfying safety constraints. However, most existing Safe RL methods assume benign environments, making them vulnerable to adversarial pertur…

Reinforcement LearningAdversarial Attack

Feature Importance-aware Transferable Adversarial Attacks

2021-07-29 · ICCV 2021 10 · Zhibo Wang, Hengchang Guo, Zhifei Zhang, Wenxin Liu 외

Transferability of adversarial examples is of central importance for attacking an unknown model, which facilitates adversarial attacks in more practical scenarios, e.g., black-box attacks. Existing transferable attacks t…

Feature Importance

Proximal Policy Optimization and its Dynamic Version for Sequence Generation

2018-08-24 · Yi-Lin Tuan, Jinzhi Zhang, Yujia Li, Hung-Yi Lee

In sequence generation task, many works use policy gradient for model optimization to tackle the intractable backpropagation issue when maximizing the non-differentiable evaluation metrics or fooling the discriminator in…

ChatbotModel Optimizationreinforcement-learningReinforcement Learning+1

Adversarial Attacks with Time-Scale Representations

2021-07-26 · Alberto Santamaria-Pang, Jianwei Qiu, Aritra Chowdhury, James Kubricht 외

We propose a novel framework for real-time black-box universal attacks which disrupts activations of early convolutional layers in deep learning models. Our hypothesis is that perturbations produced in the wavelet space …