Pith. sign in

REVIEW 11 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

Signed reviews

No signed human review yet.

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). Continue with ORCID to comment.

Forward citations

Cited by 11 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. MADE: Graph Backdoor Defense with Masked Unlearning

    cs.CR 2024-11 conditional novelty 6.0 of 10

    MADE is a training-set-only graph backdoor defense combining homophily-based poisoned-sample isolation with masked unlearning to drive attack success rate to near zero while keeping accuracy high.

  4. BackdoorMBTI: A Backdoor Learning Multimodal Benchmark Tool Kit for Backdoor Defense Evaluation

    cs.CR 2024-11 conditional novelty 6.0 of 10

    BackdoorMBTI is the first backdoor security benchmark and toolkit that covers image, text, and audio modalities with a unified evaluation pipeline.

  5. 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.

  6. ConSeg: Contextual Backdoor Attack Against Semantic Segmentation

    cs.CR 2025-07 conditional novelty 5.0 of 10

    A contextual backdoor attack that improves semantic segmentation attack success by relabeling victim pixels with the target class's co-occurring classes.

  7. 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.

  8. Gradient Norm-based Fine-Tuning for Backdoor Defense in Automatic Speech Recognition

    cs.SD 2025-02 conditional novelty 5.0 of 10

    A gradient-norm-regularized fine-tuning method, GN-FT, removes backdoor behaviors from audio speech recognition models while keeping clean accuracy high.

  9. TrojanTime: Backdoor Attacks on Time Series Classification

    cs.CR 2025-02 reject novelty 5.0 of 10

    TrojanTime fine-tunes a pre-trained time series classifier on adversarial samples from an arbitrary external dataset to inject a backdoor without touching the original training data, reporting high attack success with...

  10. 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.

  11. A Survey on Backdoor Threats in Large Language Models (LLMs): Attacks, Defenses, and Evaluations

    cs.CR 2025-02 conditional novelty 2.0 of 10

    A literature review that taxonomizes LLM backdoor attacks and defenses by model construction phase, with no new experimental results.

Pith tools