LGAICRJun 9, 2024

PSBD: Prediction Shift Uncertainty Unlocks Backdoor Detection

arXiv:2406.05826v26 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a critical security problem for AI systems vulnerable to backdoor attacks, offering an incremental improvement over existing detection methods.

The paper tackles the challenge of detecting backdoor attacks in deep neural networks by proposing PSBD, a method that uses prediction shift uncertainty to identify malicious training samples with minimal clean validation data, achieving state-of-the-art results in experiments.

Deep neural networks are susceptible to backdoor attacks, where adversaries manipulate model predictions by inserting malicious samples into the training data. Currently, there is still a significant challenge in identifying suspicious training data to unveil potential backdoor samples. In this paper, we propose a novel method, Prediction Shift Backdoor Detection (PSBD), leveraging an uncertainty-based approach requiring minimal unlabeled clean validation data. PSBD is motivated by an intriguing Prediction Shift (PS) phenomenon, where poisoned models' predictions on clean data often shift away from true labels towards certain other labels with dropout applied during inference, while backdoor samples exhibit less PS. We hypothesize PS results from the neuron bias effect, making neurons favor features of certain classes. PSBD identifies backdoor training samples by computing the Prediction Shift Uncertainty (PSU), the variance in probability values when dropout layers are toggled on and off during model inference. Extensive experiments have been conducted to verify the effectiveness and efficiency of PSBD, which achieves state-of-the-art results among mainstream detection methods. The code is available at https://github.com/WL-619/PSBD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes