Pith. sign in

REVIEW 5 cited by

Backdoor Defense via Decoupling the Training Process

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2202.03423 v1 pith:B4QG7OHH submitted 2022-02-05 cs.CR cs.CVcs.LG

classification cs.CRcs.CVcs.LG
keywords samplestrainingmodelbackdoorbackbonedefenselearnedattacked
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Recent studies have revealed that deep neural networks (DNNs) are vulnerable to backdoor attacks, where attackers embed hidden backdoors in the DNN model by poisoning a few training samples. The attacked model behaves normally on benign samples, whereas its prediction will be maliciously changed when the backdoor is activated. We reveal that poisoned samples tend to cluster together in the feature space of the attacked DNN model, which is mostly due to the end-to-end supervised training paradigm. Inspired by this observation, we propose a novel backdoor defense via decoupling the original end-to-end training process into three stages. Specifically, we first learn the backbone of a DNN model via \emph{self-supervised learning} based on training samples without their labels. The learned backbone will map samples with the same ground-truth label to similar locations in the feature space. Then, we freeze the parameters of the learned backbone and train the remaining fully connected layers via standard training with all (labeled) training samples. Lastly, to further alleviate side-effects of poisoned samples in the second stage, we remove labels of some `low-credible' samples determined based on the learned model and conduct a \emph{semi-supervised fine-tuning} of the whole model. Extensive experiments on multiple benchmark datasets and DNN models verify that the proposed defense is effective in reducing backdoor threats while preserving high accuracy in predicting benign samples. Our code is available at \url{https://github.com/SCLBD/DBD}.

Discussion (0). Sign in to comment.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. DISTIL: Data-Free Inversion of Suspicious Trojan Inputs via Latent Diffusion

    cs.CV 2025-07 conditional novelty 6.0 of 10

    DISTIL uses a classifier-guided latent diffusion model to invert Trojan triggers without clean data, achieving higher trigger-based scanning accuracy than prior reverse-engineering methods.

  2. BURN: Backdoor Unlearning via Adversarial Boundary Analysis

    cs.CR 2025-07 conditional novelty 6.0 of 10

    BURN removes backdoors from trained models by detecting poison samples through adversarial boundary distance and re-labeling them with labels recovered by adversarial perturbations.

  3. NT-ML: Backdoor Defense via Non-target Label Training and Mutual Learning

    cs.LG 2025-08 unverdicted novelty 5.0 of 10

    NT-ML combines non-target label training and mutual learning to purify a backdoored model using a small set of clean samples.

  4. Bridging Distribution Shift and AI Safety: Conceptual and Methodological Synergies

    cs.LG 2025-05 conditional novelty 5.0 of 10

    The paper proposes a one-to-one mapping between six causes of distribution shift and several AI safety issues, arguing for mutual method transfer through aligned definitions.

  5. Backdoor Attacks and Defenses in Computer Vision Domain: A Survey

    cs.CR 2025-09 conditional novelty 3.0 of 10

    A literature review that classifies backdoor attacks and defenses in computer vision into a five-axis taxonomy and identifies supply-chain, hardware, and cross-task evaluation as open gaps.

Pith tools