Two Sides of the Same Coin: Learning the Backdoor to Remove the Backdoor

arXiv cs.LG Papers

Summary

HARVEY learns a backdoored reference model to accurately identify poisonous samples, achieving near-perfect backdoor removal with minimal accuracy loss.

arXiv:2607.05748v1 Announce Type: new Abstract: The community has recently developed various training-time defenses to counter neural backdoors introduced through data poisoning. In light of the observation that a model learns poisonous samples responsible for the backdoor easier than benign samples, these approaches either use a fixed threshold of the training loss for splitting or iteratively learn a reference model as an oracle for identifying benign samples. In particular, the latter has proven effective for anti-backdoor learning. Our method, HARVEY, leverages a similar yet crucially different technique: learning an oracle for poisonous rather than benign samples. Learning a backdoored reference model is significantly easier than learning a reference model on benign data. Consequently, we can identify poisonous samples much more accurately than related work identifies benign samples. This crucial difference enables near-perfect backdoor removal as we demonstrate in our evaluation. HARVEY substantially outperforms related approaches across attack types, datasets, and architectures, lowering the attack success rate to the very minimum at a negligible loss in natural accuracy. The figure below shows an overview of our methods working principle.
Original Article
View Cached Full Text

Cached at: 07/08/26, 04:44 AM

# Two Sides of the Same Coin: Learning the Backdoor to Remove the Backdoor
Source: [https://arxiv.org/abs/2607.05748](https://arxiv.org/abs/2607.05748)
[View PDF](https://arxiv.org/pdf/2607.05748)

> Abstract:The community has recently developed various training\-time defenses to counter neural backdoors introduced through data poisoning\. In light of the observation that a model learns poisonous samples responsible for the backdoor easier than benign samples, these approaches either use a fixed threshold of the training loss for splitting or iteratively learn a reference model as an oracle for identifying benign samples\. In particular, the latter has proven effective for anti\-backdoor learning\. Our method, HARVEY, leverages a similar yet crucially different technique: learning an oracle for poisonous rather than benign samples\. Learning a backdoored reference model is significantly easier than learning a reference model on benign data\. Consequently, we can identify poisonous samples much more accurately than related work identifies benign samples\. This crucial difference enables near\-perfect backdoor removal as we demonstrate in our evaluation\. HARVEY substantially outperforms related approaches across attack types, datasets, and architectures, lowering the attack success rate to the very minimum at a negligible loss in natural accuracy\. The figure below shows an overview of our methods working principle\.

## Submission history

From: Qi Zhao \[[view email](https://arxiv.org/show-email/862da395/2607.05748)\] **\[v1\]**Tue, 7 Jul 2026 02:11:08 UTC \(2,349 KB\)

Similar Articles

Mitigating Backdoors via Decoy Shortcuts and Knowledge Decoupling

arXiv cs.LG

This paper proposes a training-time backdoor defense called Trapping and Removing (TR), which introduces a lightweight shortcut branch as a honeypot to trap backdoor knowledge and then discards it, enhanced by a knowledge decoupling strategy with entropy-based weight assignment.

Fool's Gold (18 minute read)

TLDR AI

The paper introduces 'Fool's Gold,' a defensive deception technique that trains open-weight models to generate decoy responses with falsified critical elements when subjected to safety-removal attacks, effectively poisoning the attack's payoff. Tested on multiple models, it achieves high decoy rates without degrading benign performance.