paper-with-me

홈 › Papers

UNIDOOR: A Universal Framework for Action-Level Backdoor Attacks in Deep Reinforcement Learning

2025-01-26 · Oubo Ma, Linkang Du, Yang Dai, Chunyi Zhou, Qingming Li, Yuwen Pu, Shouling Ji

Deep reinforcement learning (DRL) is widely applied to safety-critical decision-making scenarios. However, DRL is vulnerable to backdoor attacks, especially action-level backdoors, which pose significant threats through precise manipulation and flexible activation, risking outcomes like vehicle collisions or drone crashes. The key distinction of action-level backdoors lies in the utilization of the backdoor reward function to associate triggers with target actions. Nevertheless, existing studies typically rely on backdoor reward functions with fixed values or conditional flipping, which lack universality across diverse DRL tasks and backdoor designs, resulting in fluctuations or even failure in practice. This paper proposes the first universal action-level backdoor attack framework, called UNIDOOR, which enables adaptive exploration of backdoor reward functions through performance monitoring, eliminating the reliance on expert knowledge and grid search. We highlight that action tampering serves as a crucial component of action-level backdoor attacks in continuous action scenarios, as it addresses attack failures caused by low-frequency target actions. Extensive evaluations demonstrate that UNIDOOR significantly enhances the attack performance of action-level backdoors, showcasing its universality across diverse attack scenarios, including single/multiple agents, single/multiple backdoors, discrete/continuous action spaces, and sparse/dense reward signals. Furthermore, visualization results encompassing state distribution, neuron activation, and animations demonstrate the stealthiness of UNIDOOR. The source code of UNIDOOR can be found at https://github.com/maoubo/UNIDOOR.

📄 PDF Abstract BibTeX arXiv:2501.15529

Code (1)

maoubo/unidoor 공식 구현 pytorch

Tasks

Backdoor AttackDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

From Shortcuts to Triggers: Backdoor Defense with Denoised PoE

2023-05-24 · Qin Liu, Fei Wang, Chaowei Xiao, Muhao Chen

Language models are often at risk of diverse backdoor attacks, especially data poisoning. Thus, it is important to investigate defense solutions for addressing them. Existing backdoor defense methods mainly focus on back…

backdoor defenseData PoisoningDenoisingSentence+1

IU: Imperceptible Universal Backdoor Attack

2026-02-28 · Hsin Lin, Yan-Lun Chen, Ren-Hung Hwang, Chia-Mu Yu arxiv

Backdoor attacks pose a critical threat to the security of deep neural networks, yet existing efforts on universal backdoors often rely on visually salient patterns, making them easier to detect and less practical at sca…

Red Alarm for Pre-trained Models: Universal Vulnerability to Neuron-Level Backdoor Attacks

2021-01-18 · ICML Workshop AML 2021 7 · Zhengyan Zhang, Guangxuan Xiao, Yongwei Li, Tian Lv 외

Pre-trained models (PTMs) have been widely used in various downstream tasks. The parameters of PTMs are distributed on the Internet and may suffer backdoor attacks. In this work, we demonstrate the universal vulnerabilit…

Backdoor Attack

BadActs: A Universal Backdoor Defense in the Activation Space

2024-05-18 · Biao Yi, Sishuo Chen, Yiming Li, Tong Li 외

Backdoor attacks pose an increasingly severe security threat to Deep Neural Networks (DNNs) during their development stage. In response, backdoor sample purification has emerged as a promising defense mechanism, aiming t…

backdoor defense

Universal Soldier: Using Universal Adversarial Perturbations for Detecting Backdoor Attacks

2023-02-01 · Xiaoyun Xu, Oguzhan Ersoy, Stjepan Picek

Deep learning models achieve excellent performance in numerous machine learning tasks. Yet, they suffer from security-related issues such as adversarial examples and poisoning (backdoor) attacks. A deep learning model ma…

Adversarial Attack