paper-with-me

Papers

Multi-target Backdoor Attacks for Code Pre-trained Models

2023-06-14 · Yanzhou Li, Shangqing Liu, Kangjie Chen, Xiaofei Xie, Tianwei Zhang, Yang Liu

Backdoor attacks for neural code models have gained considerable attention due to the advancement of code intelligence. However, most existing works insert triggers into task-specific data for code-related downstream tasks, thereby limiting the scope of attacks. Moreover, the majority of attacks for pre-trained models are designed for understanding tasks. In this paper, we propose task-agnostic backdoor attacks for code pre-trained models. Our backdoored model is pre-trained with two learning strategies (i.e., Poisoned Seq2Seq learning and token representation learning) to support the multi-target attack of downstream code understanding and generation tasks. During the deployment phase, the implanted backdoors in the victim models can be activated by the designed triggers to achieve the targeted attack. We evaluate our approach on two code understanding tasks and three code generation tasks over seven datasets. Extensive experiments demonstrate that our approach can effectively and stealthily attack code-related downstream tasks.

📄 PDF Abstract BibTeX arXiv:2306.08350

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationRepresentation Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Tuning Just Enough: Lightweight Backdoor Attacks on Multi-Encoder Diffusion Models

2026-03-04 · Ziyuan Chen, Yujin Jeong, Tobias Braun, Anna Rohrbach arxiv

As text-to-image diffusion models become increasingly deployed in real-world applications, concerns about backdoor attacks have gained significant attention. Prior work on text-based backdoor attacks has largely focused …

FFCBA: Feature-based Full-target Clean-label Backdoor Attacks

2025-04-29 · Yangxu Yin, Honglong Chen, Yudong Gao, Peng Sun 외

Backdoor attacks pose a significant threat to deep neural networks, as backdoored models would misclassify poisoned samples with specific triggers into target classes while maintaining normal performance on clean samples…

Feature CorrelationSpecificity

CUBA: Controlled Untargeted Backdoor Attack against Deep Neural Networks

2025-06-20 · Yinghao Wu, Liyan Zhang

Backdoor attacks have emerged as a critical security threat against deep neural networks in recent years. The majority of existing backdoor attacks focus on targeted backdoor attacks, where trigger is strongly associated…

Backdoor Attackbackdoor defense

GhostEncoder: Stealthy Backdoor Attacks with Dynamic Triggers to Pre-trained Encoders in Self-supervised Learning

2023-10-01 · Qiannan Wang, Changchun Yin, Zhe Liu, Liming Fang 외

Within the realm of computer vision, self-supervised learning (SSL) pertains to training pre-trained image encoders utilizing a substantial quantity of unlabeled images. Pre-trained image encoders can serve as feature ex…

Backdoor AttackImage SteganographySelf-Supervised Learning

BAAAN: Backdoor Attacks Against Autoencoder and GAN-Based Machine Learning Models

2020-10-06 · Ahmed Salem, Yannick Sautter, Michael Backes, Mathias Humbert 외

The tremendous progress of autoencoders and generative adversarial networks (GANs) has led to their application to multiple critical tasks, such as fraud detection and sanitized data generation. This increasing adoption …

Backdoor AttackBIG-bench Machine LearningFraud Detection