Structured Universal Adversarial Attacks on Object Detection for Video Sequences
Sven Jacob, Weijia Shao, Gjergji Kasneci
TL;DR
The paper investigates vulnerabilities of video-based object detectors to universal adversarial perturbations and introduces a minimally distorted attack that uses nuclear norm regularization to create structured background perturbations. The optimization is solved with an adaptive optimistic exponentiated gradient (AO-Exp) method that promotes low-rank perturbations while maintaining stealth across frames. Empirical results on PETS 2009, EPFL-RLC, and CW4C show that the proposed AO-Exp and its low-rank variant outperform LoRa-PGD and FW-Nucl baselines in both effectiveness (lower IoU_acc) and stealth (lower MAP and ||δ||_*). The work provides public code and suggests future directions for defenses and dynamic-camera scenarios.
Abstract
Video-based object detection plays a vital role in safety-critical applications. While deep learning-based object detectors have achieved impressive performance, they remain vulnerable to adversarial attacks, particularly those involving universal perturbations. In this work, we propose a minimally distorted universal adversarial attack tailored for video object detection, which leverages nuclear norm regularization to promote structured perturbations concentrated in the background. To optimize this formulation efficiently, we employ an adaptive, optimistic exponentiated gradient method that enhances both scalability and convergence. Our results demonstrate that the proposed attack outperforms both low-rank projected gradient descent and Frank-Wolfe based attacks in effectiveness while maintaining high stealthiness. All code and data are publicly available at https://github.com/jsve96/AO-Exp-Attack.
