CVMay 6, 2021

A Simple and Strong Baseline for Universal Targeted Attacks on Siamese Visual Tracking

arXiv:2105.02480v333 citations
AI Analysis

This work addresses the computational inefficiency of existing adversarial attacks in visual tracking, offering a doubly universal solution that is video-agnostic and architecture-generalizable, though it is incremental in improving attack efficiency.

The paper tackles the vulnerability of Siamese trackers to adversarial attacks by introducing a universal perturbation method that enables targeted attacks without per-video optimization, achieving effective fooling across multiple datasets and trackers.

Siamese trackers are shown to be vulnerable to adversarial attacks recently. However, the existing attack methods craft the perturbations for each video independently, which comes at a non-negligible computational cost. In this paper, we show the existence of universal perturbations that can enable the targeted attack, e.g., forcing a tracker to follow the ground-truth trajectory with specified offsets, to be video-agnostic and free from inference in a network. Specifically, we attack a tracker by adding a universal imperceptible perturbation to the template image and adding a fake target, i.e., a small universal adversarial patch, into the search images adhering to the predefined trajectory, so that the tracker outputs the location and size of the fake target instead of the real target. Our approach allows perturbing a novel video to come at no additional cost except the mere addition operations -- and not require gradient optimization or network inference. Experimental results on several datasets demonstrate that our approach can effectively fool the Siamese trackers in a targeted attack manner. We show that the proposed perturbations are not only universal across videos, but also generalize well across different trackers. Such perturbations are therefore doubly universal, both with respect to the data and the network architectures. We will make our code publicly available.

Foundations

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

Your Notes