CRAICVLGMay 28, 2022

Contributor-Aware Defenses Against Adversarial Backdoor Attacks

arXiv:2206.03583v11 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses a security vulnerability in machine learning models for image classification, offering a novel defense against backdoor attacks that is agnostic to pattern design, though it builds on existing ensemble and crowdsourcing methods.

The paper tackles the problem of adversarial backdoor attacks in deep neural networks for image classification by proposing a contributor-aware defensive framework that destroys false label associations without detecting backdoor patterns, achieving robustness against multiple simultaneous adversaries in empirical studies.

Deep neural networks for image classification are well-known to be vulnerable to adversarial attacks. One such attack that has garnered recent attention is the adversarial backdoor attack, which has demonstrated the capability to perform targeted misclassification of specific examples. In particular, backdoor attacks attempt to force a model to learn spurious relations between backdoor trigger patterns and false labels. In response to this threat, numerous defensive measures have been proposed; however, defenses against backdoor attacks focus on backdoor pattern detection, which may be unreliable against novel or unexpected types of backdoor pattern designs. We introduce a novel re-contextualization of the adversarial setting, where the presence of an adversary implicitly admits the existence of multiple database contributors. Then, under the mild assumption of contributor awareness, it becomes possible to exploit this knowledge to defend against backdoor attacks by destroying the false label associations. We propose a contributor-aware universal defensive framework for learning in the presence of multiple, potentially adversarial data sources that utilizes semi-supervised ensembles and learning from crowds to filter the false labels produced by adversarial triggers. Importantly, this defensive strategy is agnostic to backdoor pattern design, as it functions without needing -- or even attempting -- to perform either adversary identification or backdoor pattern detection during either training or inference. Our empirical studies demonstrate the robustness of the proposed framework against adversarial backdoor attacks from multiple simultaneous adversaries.

Foundations

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

Your Notes