CRLGOct 26, 2024

CodePurify: Defend Backdoor Attacks on Neural Code Models via Entropy-based Purification

arXiv:2410.20136v13 citationsh-index: 8
Originality Highly original
AI Analysis

This addresses a critical security problem for software engineering tasks reliant on neural code models, offering a robust defense against advanced backdoor attacks.

The paper tackles the vulnerability of neural code models to backdoor attacks by proposing CodePurify, an entropy-based purification defense that detects and removes triggers from source code, achieving improvements of at least 40%, 40%, and 12% in defense performance across three tasks compared to baselines.

Neural code models have found widespread success in tasks pertaining to code intelligence, yet they are vulnerable to backdoor attacks, where an adversary can manipulate the victim model's behavior by inserting triggers into the source code. Recent studies indicate that advanced backdoor attacks can achieve nearly 100% attack success rates on many software engineering tasks. However, effective defense techniques against such attacks remain insufficiently explored. In this study, we propose CodePurify, a novel defense against backdoor attacks on code models through entropy-based purification. Entropy-based purification involves the process of precisely detecting and eliminating the possible triggers in the source code while preserving its semantic information. Within this process, CodePurify first develops a confidence-driven entropy-based measurement to determine whether a code snippet is poisoned and, if so, locates the triggers. Subsequently, it purifies the code by substituting the triggers with benign tokens using a masked language model. We extensively evaluate CodePurify against four advanced backdoor attacks across three representative tasks and two popular code models. The results show that CodePurify significantly outperforms four commonly used defense baselines, improving average defense performance by at least 40%, 40%, and 12% across the three tasks, respectively. These findings highlight the potential of CodePurify to serve as a robust defense against backdoor attacks on neural code models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes