CVMar 19, 2025

Test-Time Backdoor Detection for Object Detection Models

arXiv:2503.15293v118 citationsh-index: 17CVPR
Originality Highly original
AI Analysis

This addresses a critical security vulnerability for users of object detection systems, offering a novel defense against backdoor attacks in a domain where existing methods are inadequate.

The paper tackles the problem of detecting backdoor attacks in object detection models at test time by proposing TRACE, a method that uses transformation consistency to identify poisoned samples, achieving a 30% improvement in AUROC over state-of-the-art defenses.

Object detection models are vulnerable to backdoor attacks, where attackers poison a small subset of training samples by embedding a predefined trigger to manipulate prediction. Detecting poisoned samples (i.e., those containing triggers) at test time can prevent backdoor activation. However, unlike image classification tasks, the unique characteristics of object detection -- particularly its output of numerous objects -- pose fresh challenges for backdoor detection. The complex attack effects (e.g., "ghost" object emergence or "vanishing" object) further render current defenses fundamentally inadequate. To this end, we design TRAnsformation Consistency Evaluation (TRACE), a brand-new method for detecting poisoned samples at test time in object detection. Our journey begins with two intriguing observations: (1) poisoned samples exhibit significantly more consistent detection results than clean ones across varied backgrounds. (2) clean samples show higher detection consistency when introduced to different focal information. Based on these phenomena, TRACE applies foreground and background transformations to each test sample, then assesses transformation consistency by calculating the variance in objects confidences. TRACE achieves black-box, universal backdoor detection, with extensive experiments showing a 30% improvement in AUROC over state-of-the-art defenses and resistance to adaptive attacks.

Foundations

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

Your Notes