paper-with-me

Papers

Oblivious Defense in ML Models: Backdoor Removal without Detection

2024-11-05 · Shafi Goldwasser, Jonathan Shafer, Neekon Vafa, Vinod Vaikuntanathan

As society grows more reliant on machine learning, ensuring the security of machine learning systems against sophisticated attacks becomes a pressing concern. A recent result of Goldwasser, Kim, Vaikuntanathan, and Zamir (2022) shows that an adversary can plant undetectable backdoors in machine learning models, allowing the adversary to covertly control the model's behavior. Backdoors can be planted in such a way that the backdoored machine learning model is computationally indistinguishable from an honest model without backdoors. In this paper, we present strategies for defending against backdoors in ML models, even if they are undetectable. The key observation is that it is sometimes possible to provably mitigate or even remove backdoors without needing to detect them, using techniques inspired by the notion of random self-reducibility. This depends on properties of the ground-truth labels (chosen by nature), and not of the proposed ML model (which may be chosen by an attacker). We give formal definitions for secure backdoor mitigation, and proceed to show two types of results. First, we show a "global mitigation" technique, which removes all backdoors from a machine learning model under the assumption that the ground-truth labels are close to a Fourier-heavy function. Second, we consider distributions where the ground-truth labels are close to a linear or polynomial function in $\mathbb{R}^n$. Here, we show "local mitigation" techniques, which remove backdoors with high probability for every inputs of interest, and are computationally cheaper than global mitigation. All of our constructions are black-box, so our techniques work without needing access to the model's representation (i.e., its code or parameters). Along the way we prove a simple result for robust mean estimation.

📄 PDF Abstract BibTeX arXiv:2411.03279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expose Before You Defend: Unifying and Enhancing Backdoor Defenses via Exposed Models

2024-10-25 · Yige Li, Hanxun Huang, Jiaming Zhang, Xingjun Ma 외

Backdoor attacks covertly implant triggers into deep neural networks (DNNs) by poisoning a small portion of the training data with pre-designed backdoor triggers. This vulnerability is exacerbated in the era of large mod…

backdoor defenseModel EditingSST-2

Towards Robust Object Detection: Identifying and Removing Backdoors via Module Inconsistency Analysis

2024-09-24 · Xianda Zhang, Siyuan Liang

Object detection models, widely used in security-critical applications, are vulnerable to backdoor attacks that cause targeted misclassifications when triggered by specific patterns. Existing backdoor defense techniques,…

backdoor defenseObjectobject-detectionObject Detection+2

Elijah: Eliminating Backdoors Injected in Diffusion Models via Distribution Shift

2023-11-27 · Shengwei An, Sheng-Yen Chou, Kaiyuan Zhang, QiuLing Xu 외

Diffusion models (DM) have become state-of-the-art generative models because of their capability to generate high-quality images from noises without adversarial training. However, they are vulnerable to backdoor attacks …

Reconstructive Neuron Pruning for Backdoor Defense

2023-05-24 · Yige Li, Xixiang Lyu, Xingjun Ma, Nodens Koren 외

Deep neural networks (DNNs) have been found to be vulnerable to backdoor attacks, raising security concerns about their deployment in mission-critical applications. While existing defense methods have demonstrated promis…

backdoor defense

Unified Neural Backdoor Removal with Only Few Clean Samples through Unlearning and Relearning

2024-05-23 · Nay Myat Min, Long H. Pham, Jun Sun

Deep neural networks have achieved remarkable success across various applications; however, their vulnerability to backdoor attacks poses severe security risks -- especially in situations where only a limited set of clea…