LGCVJan 26, 2023

Distilling Cognitive Backdoor Patterns within an Image

arXiv:2301.10908v438 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in AI systems by providing a detection method for backdoor attacks, which is incremental as it builds on existing backdoor research.

The paper tackles the problem of detecting backdoor attacks in machine learning models by proposing Cognitive Distillation to extract minimal patterns from images that influence predictions, and it shows this method can robustly detect a wide range of advanced attacks with experimental validation.

This paper proposes a simple method to distill and detect backdoor patterns within an image: \emph{Cognitive Distillation} (CD). The idea is to extract the "minimal essence" from an input image responsible for the model's prediction. CD optimizes an input mask to extract a small pattern from the input image that can lead to the same model output (i.e., logits or deep features). The extracted pattern can help understand the cognitive mechanism of a model on clean vs. backdoor images and is thus called a \emph{Cognitive Pattern} (CP). Using CD and the distilled CPs, we uncover an interesting phenomenon of backdoor attacks: despite the various forms and sizes of trigger patterns used by different attacks, the CPs of backdoor samples are all surprisingly and suspiciously small. One thus can leverage the learned mask to detect and remove backdoor examples from poisoned training datasets. We conduct extensive experiments to show that CD can robustly detect a wide range of advanced backdoor attacks. We also show that CD can potentially be applied to help detect potential biases from face datasets. Code is available at \url{https://github.com/HanxunH/CognitiveDistillation}.

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