CRAILGMar 27, 2023

Detecting Backdoors During the Inference Stage Based on Corruption Robustness Consistency

arXiv:2303.18191v170 citationsh-index: 43
Originality Highly original
AI Analysis

This addresses the vulnerability of neural networks to backdoor attacks for security-critical applications, offering a more practical detection approach without requiring prior knowledge or clean data.

The paper tackles the problem of detecting backdoor triggers in deep neural networks during inference by proposing TeCo, a method that uses only hard-label outputs without extra data, achieving a 10% higher AUROC and 5 times more stability compared to state-of-the-art defenses.

Deep neural networks are proven to be vulnerable to backdoor attacks. Detecting the trigger samples during the inference stage, i.e., the test-time trigger sample detection, can prevent the backdoor from being triggered. However, existing detection methods often require the defenders to have high accessibility to victim models, extra clean data, or knowledge about the appearance of backdoor triggers, limiting their practicality. In this paper, we propose the test-time corruption robustness consistency evaluation (TeCo), a novel test-time trigger sample detection method that only needs the hard-label outputs of the victim models without any extra information. Our journey begins with the intriguing observation that the backdoor-infected models have similar performance across different image corruptions for the clean images, but perform discrepantly for the trigger samples. Based on this phenomenon, we design TeCo to evaluate test-time robustness consistency by calculating the deviation of severity that leads to predictions' transition across different corruptions. Extensive experiments demonstrate that compared with state-of-the-art defenses, which even require either certain information about the trigger types or accessibility of clean data, TeCo outperforms them on different backdoor attacks, datasets, and model architectures, enjoying a higher AUROC by 10% and 5 times of stability.

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