paper-with-me

Papers

Backdoor Mitigation by Correcting the Distribution of Neural Activations

2023-08-18 · Xi Li, Zhen Xiang, David J. Miller, George Kesidis

Backdoor (Trojan) attacks are an important type of adversarial exploit against deep neural networks (DNNs), wherein a test instance is (mis)classified to the attacker's target class whenever the attacker's backdoor trigger is present. In this paper, we reveal and analyze an important property of backdoor attacks: a successful attack causes an alteration in the distribution of internal layer activations for backdoor-trigger instances, compared to that for clean instances. Even more importantly, we find that instances with the backdoor trigger will be correctly classified to their original source classes if this distribution alteration is corrected. Based on our observations, we propose an efficient and effective method that achieves post-training backdoor mitigation by correcting the distribution alteration using reverse-engineered triggers. Notably, our method does not change any trainable parameters of the DNN, but achieves generally better mitigation performance than existing methods that do require intensive DNN parameter tuning. It also efficiently detects test instances with the trigger, which may help to catch adversarial entities in the act of exploiting the backdoor.

📄 PDF Abstract BibTeX arXiv:2308.09850

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Defusing the Trigger: Tail-Risk-Informed Attention Rebalancing for LLM Backdoor Mitigation

2026-04-27 · Kaisheng Fan, Weizhe Zhang, Yishu Gao, Tegawendé F. Bissyandé 외 arxiv

Backdoored large language models (LLMs) exhibit attacker-specified behavior at inference time while retaining normal performance on benign inputs. Existing mitigations often require parameter updates and trusted clean da…

Post-Training Overfitting Mitigation in DNN Classifiers

2023-09-28 · Hang Wang, David J. Miller, George Kesidis

Well-known (non-malicious) sources of overfitting in deep neural net (DNN) classifiers include: i) large class imbalances; ii) insufficient training-set diversity; and iii) over-training. In recent work, it was shown tha…

Data PoisoningDiversity

Improved Activation Clipping for Universal Backdoor Mitigation and Test-Time Detection

2023-08-08 · Hang Wang, Zhen Xiang, David J. Miller, George Kesidis

Deep neural networks are vulnerable to backdoor attacks (Trojans), where an attacker poisons the training set with backdoor triggers so that the neural network learns to classify test-time triggers to the attacker's desi…

image-classificationImage Classification

Shared Latent Structures Enable Unified Backdoor Detection and Mitigation in LLMs

2026-06-06 · Omar Mahmoud, Aly M. Kassem, Thommen George Karimpanal, Buddhika Laknath Semage 외 arxiv

Backdoor attacks in large language models (LLMs) are often treated as isolated trigger-response failures, motivating defenses tailored to specific triggers or behaviors. We show this view is incomplete. Across diverse ba…

DeTrigger: A Gradient-Centric Approach to Backdoor Attack Mitigation in Federated Learning

2024-11-19 · Kichang Lee, Yujin Shin, Jonghyuk Yun, Songkuk Kim 외

Federated Learning (FL) enables collaborative model training across distributed devices while preserving local data privacy, making it ideal for mobile and embedded systems. However, the decentralized nature of FL also o…

Adversarial AttackBackdoor AttackFederated LearningModel Poisoning