paper-with-me

Papers

Rethinking Pruning for Backdoor Mitigation: An Optimization Perspective

2024-05-28 · Nan Li, Haiyang Yu, Ping Yi

Deep Neural Networks (DNNs) are known to be vulnerable to backdoor attacks, posing concerning threats to their reliable deployment. Recent research reveals that backdoors can be erased from infected DNNs by pruning a specific group of neurons, while how to effectively identify and remove these backdoor-associated neurons remains an open challenge. Most of the existing defense methods rely on defined rules and focus on neuron's local properties, ignoring the exploration and optimization of pruning policies. To address this gap, we propose an Optimized Neuron Pruning (ONP) method combined with Graph Neural Network (GNN) and Reinforcement Learning (RL) to repair backdoor models. Specifically, ONP first models the target DNN as graphs based on neuron connectivity, and then uses GNN-based RL agents to learn graph embeddings and find a suitable pruning policy. To the best of our knowledge, this is the first attempt to employ GNN and RL for optimizing pruning policies in the field of backdoor defense. Experiments show, with a small amount of clean data, ONP can effectively prune the backdoor neurons implanted by a set of backdoor attacks at the cost of negligible performance degradation, achieving a new state-of-the-art performance for backdoor mitigation.

📄 PDF Abstract BibTeX arXiv:2405.17746

Code (0)

등록된 구현이 없습니다.

Tasks

backdoor defenseGraph Neural NetworkReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
Pruning 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Backdoor Mitigation via Invertible Pruning Masks

2025-09-19 · Kealan Dunnett, Reza Arablouei, Dimity Miller, Volkan Dedeoglu 외 arxiv

Model pruning has gained traction as a promising defense strategy against backdoor attacks in deep learning. However, existing pruning-based approaches often fall short in accurately identifying and removing the specific…

From Parameters to Feature Space: Task Arithmetic for Backdoor Mitigation in Model Merging

2026-06-10 · Zhenqian Zhu, Yamin Hu, Yiya Diao, Weixiang Li 외 arxiv

Model merging (MM) has gained significant attention as a cost-effective approach to integrate multiple task-specific models into a unified model. However, recent work reveals that MM is highly susceptible to backdoor att…

parameter-efficient fine-tuning

Unlearning Backdoor Attacks through Gradient-Based Model Pruning

2024-05-07 · Kealan Dunnett, Reza Arablouei, Dimity Miller, Volkan Dedeoglu 외

In the era of increasing concerns over cybersecurity threats, defending against backdoor attacks is paramount in ensuring the integrity and reliability of machine learning models. However, many existing approaches requir…

model

Neural Cleanse: Identifying and Mitigating Backdoor Attacks in Neural Networks

2019-05-19 · IEEE Symposium on Security and Privacy (SP) 2019 5 · Bolun Wang, Yuanshun Yao, Shawn Shan, Huiying Li 외

Lack of transparency in deep neural networks (DNNs) make them susceptible to backdoor attacks, where hidden associations or triggers override normal classification to produce unexpected results. For example, a model with…

Backdoor AttackSelf-Driving Cars