A novel real-time backdoor defense framework, the Chessboard Masked AutoEncoder (CBMAE), which can reconstruct images and neutralize hidden triggers at runtime, regardless of access to the model’s architecture, parameters, or soft output.
Abstract
Attackers can embed malicious behaviors into Deep Learning (DL) models and make these contaminated models publicly available. The malfunction of backdoored models does not raise suspicion unless the attacker activates the malicious behavior by triggering it with an embedded trigger in the input data during inference. Unaware users may integrate these contaminated models into their applications, thereby exposing their systems to adversarial attacks with potentially severe outcomes. In many real-world deep learning applications that rely on publicly available or third-party models, existing backdoor detection methods are often impractical because they typically require access to the original training data, the target model’s internal weights, or the confidence scores of its predictions. This paper introduces a novel real-time backdoor defense framework, the Chessboard Masked AutoEncoder (CBMAE), which can reconstruct images and neutralize hidden triggers at runtime, regardless of access to the model’s architecture, parameters, or soft output. We evaluated our framework on benchmark datasets such as CIFAR-10, GTSRB, and ImageNet-16, showing strong resistance to backdoor attacks. While existing defense methods can significantly reduce attack success rates (ASR), they often do so at the cost of substantial accuracy drops on clean or purified data. In contrast, although our method may not reduce ASR as aggressively as some specialized defenses, it strikes a strong balance by effectively lowering ASR while preserving high accuracy on clean and recovered poisoned data. Our source code is available at https://github.com/hvorya/Backdoor
This work reveals that backdoor behaviors tend to be absorbed by a simpler parallel branch when jointly trained with the main network, and proposes Trapping and Removing (TR), a simple yet effective training-time defense that introduces a lightweight shortcut branch as a "honeypot" to trap backdoor knowledge.
Zixuan Zhu, Rui Wang, Lihua Jing et al.· 0 citations
FedRGD is a federated risk-guided dynamic defense framework that enables efficient fine-grained protection against backdoor attacks in non-IID environments, and combines feature inconsistency detection with lightweight masking and robust aggregation to achieve both accuracy and efficiency.
Rui-Ying Wang· Poster Volume 0008 The 2026...· 0 citations
This work introduces BadCLIP, a novel backdoor attack that leverages prompt learning to effectively inject malicious behaviors into CLIP models even in data-scarce scenarios and achieves high attack success rates while maintaining comparable accuracy on clean images.
Kuofeng Gao, Jiawang Bai, Shaobo Min et al.· IEEE Transactions on Pattern...· 0 citations
This work proposes CAEBA (Conditional AutoEncoder Backdoor Attack), a dynamic hidden backdoor framework that uses a conditional autoencoder to generate target-aware and visually stealthy triggers while progressively implanting the backdoor through federated optimization.
Backdoor attacks are among the most effective and stealthy attacks in deep learning. Existing attacks and defenses are largely designed and evaluated under the assumption that successful backdoors exhibit high Attack Success Rates (ASRs). In this paper, we show that this assumption creates a fundamental weakness in existing defense paradigms. ASR is not an intrinsic property of a backdoor; rather, it is an attacker-controlled variable that can be deliberately reduced without eliminating the underlying backdoor behavior. We introduce a reverse-training framework that weakens the trigger-target association, producing low-ASR backdoor models while preserving clean-input performance. Through extensive evaluation across multiple datasets, diverse attack families, and multiple architectures, we show that state-of-the-art defenses fail consistently under low-ASR conditions, exposing a fundamental attacker-defender asymmetry.