paper-with-me

Papers

Fisher Information guided Purification against Backdoor Attacks

2024-09-01 · Nazmul Karim, Abdullah Al Arafat, Adnan Siraj Rakin, Zhishan Guo, Nazanin Rahnavard

Studies on backdoor attacks in recent years suggest that an adversary can compromise the integrity of a deep neural network (DNN) by manipulating a small set of training samples. Our analysis shows that such manipulation can make the backdoor model converge to a bad local minima, i.e., sharper minima as compared to a benign model. Intuitively, the backdoor can be purified by re-optimizing the model to smoother minima. However, a na\"ive adoption of any optimization targeting smoother minima can lead to sub-optimal purification techniques hampering the clean test accuracy. Hence, to effectively obtain such re-optimization, inspired by our novel perspective establishing the connection between backdoor removal and loss smoothness, we propose Fisher Information guided Purification (FIP), a novel backdoor purification framework. Proposed FIP consists of a couple of novel regularizers that aid the model in suppressing the backdoor effects and retaining the acquired knowledge of clean data distribution throughout the backdoor removal procedure through exploiting the knowledge of Fisher Information Matrix (FIM). In addition, we introduce an efficient variant of FIP, dubbed as Fast FIP, which reduces the number of tunable parameters significantly and obtains an impressive runtime gain of almost $5\times$. Extensive experiments show that the proposed method achieves state-of-the-art (SOTA) performance on a wide range of backdoor defense benchmarks: 5 different tasks -- Image Recognition, Object Detection, Video Action Recognition, 3D point Cloud, Language Generation; 11 different datasets including ImageNet, PASCAL VOC, UCF101; diverse model architectures spanning both CNN and vision transformer; 14 different backdoor attacks, e.g., Dynamic, WaNet, LIRA, ISSBA, etc.

📄 PDF Abstract BibTeX arXiv:2409.00863

Code (1)

nazmul-karim170/FIP-Fisher-Backdoor-Removal 공식 구현 pytorch

Tasks

Action Recognitionbackdoor defenseobject-detectionObject DetectionTemporal Action LocalizationText Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CodePurify: Defend Backdoor Attacks on Neural Code Models via Entropy-based Purification

2024-10-26 · Fangwen Mu, Junjie Wang, Zhuohao Yu, Lin Shi 외

Neural code models have found widespread success in tasks pertaining to code intelligence, yet they are vulnerable to backdoor attacks, where an adversary can manipulate the victim model's behavior by inserting triggers …

DUP: Detection-guided Unlearning for Backdoor Purification in Language Models

2025-08-03 · Man Hu, Yahui Ding, Yatao Yang, Liangyu Chen 외 arxiv

As backdoor attacks become more stealthy and robust, they reveal critical weaknesses in current defense strategies: detection methods often rely on coarse-grained feature statistics, and purification methods typically re…

Knowledge Distillation

FLARE: Toward Universal Dataset Purification against Backdoor Attacks

2024-11-29 · Linshan Hou, Wei Luo, Zhongyun Hua, Songhua Chen 외

Deep neural networks (DNNs) are susceptible to backdoor attacks, where adversaries poison datasets with adversary-specified triggers to implant hidden backdoors, enabling malicious manipulation of model predictions. Data…

All

Black-box Backdoor Defense via Zero-shot Image Purification

2023-03-21 · NeurIPS 2023 11 · Yucheng Shi, Mengnan Du, Xuansheng Wu, Zihan Guan 외

Backdoor attacks inject poisoned samples into the training data, resulting in the misclassification of the poisoned input during a model's deployment. Defending against such attacks is challenging, especially for real-wo…

backdoor defense

VFLIP: A Backdoor Defense for Vertical Federated Learning via Identification and Purification

2024-08-28 · Yungi Cho, Woorim Han, Miseon Yu, Younghan Lee 외

Vertical Federated Learning (VFL) focuses on handling vertically partitioned data over FL participants. Recent studies have discovered a significant vulnerability in VFL to backdoor attacks which specifically target the …

Anomaly Detectionbackdoor defenseFederated LearningVertical Federated Learning