paper-with-me

홈 › Papers

BehaviorGuard: Online Backdoor Defense for Deep Reinforcement Learning

2026-05-07 · Yinbo Yu, Xueyu Yin, Jiadai Wang, Chunwei Tian, Sai Xu, Qi Zhu, Daoqiang Zhang arxiv

Backdoor attacks pose a serious threat to deep reinforcement learning (DRL). Current defenses typically rely on reward anomalies to reverse-engineer triggers and model finetuning to remove backdoors. However, complex trigger patterns undermine their robustness, and fine-tuning entails high costs, limiting practical utility. Therefore, we shift defense concerns to trigger-agnostic backdoor output behaviors and propose BehaviorGuard, an online behavior-based backdoor detection and mitigation framework for DRL. Specifically, we find that regardless of attacks, backdoored policies induce consistent shifts in action distributions to ensure reliable activation, leaving detectable traces in high-quantile regions and distribution tails, even in the absence of triggers. Based on this, we design a novel metric that captures behavioral drift in action distributions to identify and suppress backdoor actions at runtime. To our knowledge, this is the first online backdoor defense that counters attacks both in single- and multi-agent DRL. Evaluated across diverse benchmarks with different backdoor attacks, BehaviorGuard consistently surpasses prior methods in both efficacy and efficiency.

📄 PDF Abstract BibTeX arXiv:2605.05977

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DRL-CLBA: A Clean Label Backdoor Attack for Speech Classification via DDPG Reinforcement Learning

2026-07-02 · Yueming Huang, Wenhan Yao, Fen Xiao, Xiarun Chen 외 arxiv

Deep learning models for speech classification are vulnerable to backdoor attacks, where malicious triggers cause misclassification at inference time. While sample-specific attacks can bypass many defenses, they often re…

Reinforcement Learning

Provable Defense against Backdoor Policies in Reinforcement Learning

2022-11-18 · Shubham Kumar Bharti, Xuezhou Zhang, Adish Singla, Xiaojin Zhu

We propose a provable defense mechanism against backdoor policies in reinforcement learning under subspace trigger assumption. A backdoor policy is a security threat where an adversary publishes a seemingly well-behaved …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to Backdoor Federated Learning

2023-03-06 · Henger Li, Chen Wu, Sencun Zhu, Zizhan Zheng

In a federated learning (FL) system, malicious participants can easily embed backdoors into the aggregated model while maintaining the model's performance on the main task. To this end, various defenses, including traini…

Backdoor AttackFederated LearningGeneral Reinforcement Learning

SpeechGuard: Online Defense against Backdoor Attacks on Speech Recognition Models

2026-07-17 · Jinwen Xin, Xixiang Lv arxiv

Backdoor attacks pose a critical threat to neural network models, allowing attackers to implant a backdoor during the training phase by manipulating a small portion of the training data. In security-sensitive application…

Speech RecognitionAutonomous Driving

Expose Backdoors on the Way: A Feature-Based Efficient Defense against Textual Backdoor Attacks

2022-10-14 · Sishuo Chen, Wenkai Yang, Zhiyuan Zhang, Xiaohan Bi 외

Natural language processing (NLP) models are known to be vulnerable to backdoor attacks, which poses a newly arisen threat to NLP models. Prior online backdoor defense methods for NLP models only focus on the anomalies a…

backdoor defenseSentiment Analysis