Universal, Transferable Adversarial Perturbations for Visual Object Trackers

Abstract

In recent years, Siamese networks have led to great progress in visual object tracking. While these methods were shown to be vulnerable to adversarial attacks, the existing attack strategies do not truly pose great practical threats. They either are too expensive to be performed online, require computing image-dependent perturbations, lead to unrealistic trajectories, or suffer from weak transferability to other black-box trackers. In this paper, we address the above limitations by showing the existence of a universal perturbation that is image agnostic and fools black-box trackers at virtually no cost of perturbation. Furthermore, we show that our framework can be extended to the challenging targeted attack setting that forces the tracker to follow any given trajectory by using diverse directional universal perturbations. At the core of our framework, we propose to learn to generate a single perturbation from the object template only, that can be added to every search image and still successfully fool the tracker for the entire video. As a consequence, the resulting generator outputs perturbations that are quasi-independent of the template, thereby making them universal perturbations. Our extensive experiments on four benchmarks datasets, i.e., OTB100, VOT2019, UAV123, and LaSOT, demonstrate that our universal transferable perturbations (computed on SiamRPN++) are highly effective when transferred to other state-of-the-art trackers, such as SiamBAN, SiamCAR, DiMP, and Ocean online.

Cite

Text

Nakka and Salzmann. "Universal, Transferable Adversarial Perturbations for Visual Object Trackers." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25056-9_27

Markdown

[Nakka and Salzmann. "Universal, Transferable Adversarial Perturbations for Visual Object Trackers." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/nakka2022eccvw-universal/) doi:10.1007/978-3-031-25056-9_27

BibTeX

@inproceedings{nakka2022eccvw-universal,
  title     = {{Universal, Transferable Adversarial Perturbations for Visual Object Trackers}},
  author    = {Nakka, Krishna Kanth and Salzmann, Mathieu},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {413-429},
  doi       = {10.1007/978-3-031-25056-9_27},
  url       = {https://mlanthology.org/eccvw/2022/nakka2022eccvw-universal/}
}