PulseAugur
EN
LIVE 07:34:07

New TRACE Method Detects Backdoors in Object Detection Models

Researchers have developed a new method called TRACE (TRAnsformation Consistency Evaluation) to detect poisoned samples in object detection models at test time. This technique addresses the unique challenges posed by object detection, where current defenses are insufficient against attacks that can cause "ghost" objects or make objects vanish. TRACE leverages the observation that poisoned samples exhibit more consistent detection results across varied backgrounds and different focal information compared to clean samples. By assessing transformation consistency through object confidence variance, TRACE offers black-box, universal backdoor detection and has shown a 30% improvement in AUROC over existing methods, while also demonstrating resistance to adaptive attacks. AI

IMPACT Enhances the security of AI systems by providing a novel method for detecting and mitigating backdoor attacks in object detection models.

RANK_REASON Academic paper detailing a new method for detecting security vulnerabilities in AI models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New TRACE Method Detects Backdoors in Object Detection Models

COVERAGE [1]

  1. arXiv cs.CV TIER_1 English(EN) · Hangtao Zhang, Yichen Wang, Shihui Yan, Chenyu Zhu, Ziqi Zhou, Linshan Hou, Shengshan Hu, Minghui Li, Yanjun Zhang, Leo Yu Zhang ·

    Test-Time Backdoor Detection for Object Detection Models

    arXiv:2503.15293v2 Announce Type: replace Abstract: 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…