paper-with-me

Papers

Evolutionary Trigger Detection and Lightweight Model Repair Based Backdoor Defense

2024-07-07 · Qi Zhou, Zipeng Ye, Yubo Tang, Wenjian Luo, Yuhui Shi, Yan Jia

Deep Neural Networks (DNNs) have been widely used in many areas such as autonomous driving and face recognition. However, DNN model is fragile to backdoor attack. A backdoor in the DNN model can be activated by a poisoned input with trigger and leads to wrong prediction, which causes serious security issues in applications. It is challenging for current defenses to eliminate the backdoor effectively with limited computing resources, especially when the sizes and numbers of the triggers are variable as in the physical world. We propose an efficient backdoor defense based on evolutionary trigger detection and lightweight model repair. In the first phase of our method, CAM-focus Evolutionary Trigger Filter (CETF) is proposed for trigger detection. CETF is an effective sample-preprocessing based method with the evolutionary algorithm, and our experimental results show that CETF not only distinguishes the images with triggers accurately from the clean images, but also can be widely used in practice for its simplicity and stability in different backdoor attack situations. In the second phase of our method, we leverage several lightweight unlearning methods with the trigger detected by CETF for model repair, which also constructively demonstrate the underlying correlation of the backdoor with Batch Normalization layers. Source code will be published after accepted.

📄 PDF Abstract BibTeX arXiv:2407.05396

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingBackdoor Attackbackdoor defenseFace Recognition

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

LoRA as Oracle

2026-01-16 · Marco Arazzi, Antonino Nocera arxiv

Practitioners increasingly deploy neural networks they did not train, and must audit them after the fact for hidden backdoors, without the training pipeline, the poisoned data, or knowledge of any trigger. We introduce a…

CLIP-Inspector: Model-Level Backdoor Detection for Prompt-Tuned CLIP via OOD Trigger Inversion

2026-04-10 · Akshit Jindal, Saket Anand, Chetan Arora, Vikram Goyal arxiv

Organisations with limited data and computational resources increasingly outsource model training to Machine Learning as a Service (MLaaS) providers, who adapt vision-language models (VLMs) such as CLIP to downstream tas…

Curvature-Guided Module Localization for Low-Rank Detoxification of Backdoored Large Language Models

2026-06-29 · Arash Raftari, Mehrdad Mahdavi, Nathan Blackthorn, Andrew Arash Mahyari arxiv

Backdoor attacks pose a serious threat to large language models (LLMs) by causing otherwise benign systems to produce attacker-specified malicious behavior when a hidden trigger is present. In this work, we study post ho…

FRIB: Low-poisoning Rate Invisible Backdoor Attack based on Feature Repair

2022-07-26 · Hui Xia, Xiugui Yang, Xiangyun Qian, Rui Zhang

During the generation of invisible backdoor attack poisoned data, the feature space transformation operation tends to cause the loss of some poisoned features and weakens the mapping relationship between source images wi…

Backdoor Attack

Lightweight and Fast Backdoor Model Detection

2026-05-17 · Yinbo Yu, Jing Fang, Xuewen Zhang, Chunwei Tian 외 arxiv

Deep neural networks (DNN), despite their remarkable performance, are highly vulnerable to backdoor attacks. Existing defenses mainly rely on activation anomaly analysis or trigger reverse engineering and often require c…