paper-with-me

Papers

DataElixir: Purifying Poisoned Dataset to Mitigate Backdoor Attacks via Diffusion Models

2023-12-18 · Jiachen Zhou, Peizhuo Lv, Yibing Lan, Guozhu Meng, Kai Chen, Hualong Ma

Dataset sanitization is a widely adopted proactive defense against poisoning-based backdoor attacks, aimed at filtering out and removing poisoned samples from training datasets. However, existing methods have shown limited efficacy in countering the ever-evolving trigger functions, and often leading to considerable degradation of benign accuracy. In this paper, we propose DataElixir, a novel sanitization approach tailored to purify poisoned datasets. We leverage diffusion models to eliminate trigger features and restore benign features, thereby turning the poisoned samples into benign ones. Specifically, with multiple iterations of the forward and reverse process, we extract intermediary images and their predicted labels for each sample in the original dataset. Then, we identify anomalous samples in terms of the presence of label transition of the intermediary images, detect the target label by quantifying distribution discrepancy, select their purified images considering pixel and feature distance, and determine their ground-truth labels by training a benign model. Experiments conducted on 9 popular attacks demonstrates that DataElixir effectively mitigates various complex attacks while exerting minimal impact on benign accuracy, surpassing the performance of baseline defense methods.

📄 PDF Abstract BibTeX arXiv:2312.11057

Code (1)

manu21jc/dataelixir 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Shared Adversarial Unlearning: Backdoor Mitigation by Unlearning Shared Adversarial Examples

2023-07-20 · NeurIPS 2023 11

Backdoor attacks are serious security threats to machine learning models where an adversary can inject poisoned samples into the training set, causing a backdoored model which predicts poisoned samples with particular tr…

backdoor defense

Neural Polarizer: A Lightweight and Effective Backdoor Defense via Purifying Poisoned Features

2023-06-29 · NeurIPS 2023 11

Recent studies have demonstrated the susceptibility of deep neural networks to backdoor attacks. Given a backdoored model, its prediction of a poisoned sample with trigger will be dominated by the trigger information, th…

backdoor defense

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 외

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 m…

Anomaly DetectionBackdoor Attack

Cut the Deadwood Out: Post-Training Model Purification with Selective Module Substitution

2024-12-29 · Yao Tong, Weijun Li, Xuanli He, Haolan Zhan 외

The success of DNNs often depends on training with large-scale datasets, but building such datasets is both expensive and challenging. Consequently, public datasets from open-source platforms like HuggingFace have become…

Data PoisoningSST-2

CLIP-Guided Backdoor Defense through Entropy-Based Poisoned Dataset Separation

2025-07-07 · Binyan Xu, Fan Yang, Xilin Dai, Di Tang 외

Deep Neural Networks (DNNs) are susceptible to backdoor attacks, where adversaries poison training data to implant backdoor into the victim model. Current backdoor defenses on poisoned data often suffer from high computa…

backdoor defense