paper-with-me

Papers

PiDAn: A Coherence Optimization Approach for Backdoor Attack Detection and Mitigation in Deep Neural Networks

2022-03-17 · Yue Wang, Wenqing Li, Esha Sarkar, Muhammad Shafique, Michail Maniatakos, Saif Eddin Jabari

Backdoor attacks impose a new threat in Deep Neural Networks (DNNs), where a backdoor is inserted into the neural network by poisoning the training dataset, misclassifying inputs that contain the adversary trigger. The major challenge for defending against these attacks is that only the attacker knows the secret trigger and the target class. The problem is further exacerbated by the recent introduction of "Hidden Triggers", where the triggers are carefully fused into the input, bypassing detection by human inspection and causing backdoor identification through anomaly detection to fail. To defend against such imperceptible attacks, in this work we systematically analyze how representations, i.e., the set of neuron activations for a given DNN when using the training data as inputs, are affected by backdoor attacks. We propose PiDAn, an algorithm based on coherence optimization purifying the poisoned data. Our analysis shows that representations of poisoned data and authentic data in the target class are still embedded in different linear subspaces, which implies that they show different coherence with some latent spaces. Based on this observation, the proposed PiDAn algorithm learns a sample-wise weight vector to maximize the projected coherence of weighted samples, where we demonstrate that the learned weight vector has a natural "grouping effect" and is distinguishable between authentic data and poisoned data. This enables the systematic detection and mitigation of backdoor attacks. Based on our theoretical analysis and experimental results, we demonstrate the effectiveness of PiDAn in defending against backdoor attacks that use different settings of poisoned samples on GTSRB and ILSVRC2012 datasets. Our PiDAn algorithm can detect more than 90% infected classes and identify 95% poisoned samples.

📄 PDF Abstract BibTeX arXiv:2203.09289

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionBackdoor Attack

Similar Papers 제목 키워드 기반

Black-box Detection of Backdoor Attacks with Limited Information and Data

2021-03-24 · ICCV 2021 10 · Yinpeng Dong, Xiao Yang, Zhijie Deng, Tianyu Pang 외

Although deep neural networks (DNNs) have made rapid progress in recent years, they are vulnerable in adversarial environments. A malicious backdoor could be embedded in a model by poisoning the training dataset, whose i…

Rethinking Backdoor Attacks on Dataset Distillation: A Kernel Method Perspective

2023-11-28 · Ming-Yu Chung, Sheng-Yen Chou, Chia-Mu Yu, Pin-Yu Chen 외

Dataset distillation offers a potential means to enhance data efficiency in deep learning. Recent studies have shown its ability to counteract backdoor risks present in original training samples. In this study, we delve …

Backdoor AttackDataset Distillation

AEVA: Black-box Backdoor Detection Using Adversarial Extreme Value Analysis

2021-10-28 · ICLR 2022 4 · Junfeng Guo, Ang Li, Cong Liu

Deep neural networks (DNNs) are proved to be vulnerable against backdoor attacks. A backdoor is often embedded in the target DNNs through injecting a backdoor trigger into training examples, which can cause the target DN…

Taught Well Learned Ill: Towards Distillation-conditional Backdoor Attack

2025-09-28 · Yukun Chen, Boheng Li, Yu Yuan, Leyi Qi 외 arxiv

Knowledge distillation (KD) is a vital technique for deploying deep neural networks (DNNs) on resource-constrained devices by transferring knowledge from large teacher models to lightweight student models. While teacher …

Knowledge DistillationBilevel Optimization

BIRD: Generalizable Backdoor Detection and Removal for Deep Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Backdoor attacks pose a severe threat to the supply chain management of deep reinforcement learning (DRL) policies. Despite initial defenses proposed in recent studies, these methods have very limited generalizability an…