Adversarial Attacks on Event-Based Pedestrian Detectors: A Physical Approach
Guixu Lin, Muyao Niu, Qingtian Zhu, Zhengwei Yin, Zhuoxiao Li, Shengfeng He, Yinqiang Zheng
TL;DR
The paper tackles the problem of vulnerability in event-based pedestrian detectors to physical adversarial attacks. It introduces an end-to-end digital framework that optimizes 2D adversarial texture maps mapped onto a 3D human model via differentiable rendering and V2E to minimize the detector's combined confidence, specifically $\min (f_{\text{obj}}(\tilde{E}) + f_{\text{cls}}(\tilde{E}))$. Key contributions include (i) first demonstration of physical adversarial attacks on event-based vision, (ii) an end-to-end pipeline that converts 3D clothing textures into adversarial events, and (iii) validation of digital and physical attacks showing degraded detection performance, with analyses of body-part coverage and environmental conditions. The findings reveal that event-based pedestrian detectors are vulnerable to physical adversarial perturbations, motivating defenses and sensor-fusion strategies to ensure safety in real-world deployments, and highlighting the need for robustification against white-box physical attacks formalized by $L_{\text{adv}}=\lambda_1 L_{\text{obj}}+\lambda_2 L_{\text{cls}}$ with $\lambda_1=\lambda_2=10{,}000$ during optimization.
Abstract
Event cameras, known for their low latency and high dynamic range, show great potential in pedestrian detection applications. However, while recent research has primarily focused on improving detection accuracy, the robustness of event-based visual models against physical adversarial attacks has received limited attention. For example, adversarial physical objects, such as specific clothing patterns or accessories, can exploit inherent vulnerabilities in these systems, leading to misdetections or misclassifications. This study is the first to explore physical adversarial attacks on event-driven pedestrian detectors, specifically investigating whether certain clothing patterns worn by pedestrians can cause these detectors to fail, effectively rendering them unable to detect the person. To address this, we developed an end-to-end adversarial framework in the digital domain, framing the design of adversarial clothing textures as a 2D texture optimization problem. By crafting an effective adversarial loss function, the framework iteratively generates optimal textures through backpropagation. Our results demonstrate that the textures identified in the digital domain possess strong adversarial properties. Furthermore, we translated these digitally optimized textures into physical clothing and tested them in real-world scenarios, successfully demonstrating that the designed textures significantly degrade the performance of event-based pedestrian detection models. This work highlights the vulnerability of such models to physical adversarial attacks.
