Efficient Adversarial Attacks for Visual Object Tracking

Abstract

Visual object tracking is an important task that requires the tracker to find the objects quickly and accurately. The existing state-of-the-art object trackers, i.e., Siamese based trackers, use DNNs to attain high accuracy. However, the robustness of visual tracking models is seldom explored. In this paper, we analyze the weakness of object trackers based on the Siamese network and then extend adversarial examples to visual object tracking. We present an end-to-end network FAN (Fast Attack Network) that uses a novel drift loss combined with the embedded feature loss to attack the Siamese network based trackers. Under a single GPU, FAN is efficient in the training speed and has a strong attack performance. The FAN can generate an adversarial example at 10ms, achieve effective targeted attack (at least 40% drop rate on OTB) and untargeted attack (at least 70% drop rate on OTB).

Cite

Text

Liang et al. "Efficient Adversarial Attacks for Visual Object Tracking." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58574-7_3

Markdown

[Liang et al. "Efficient Adversarial Attacks for Visual Object Tracking." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/liang2020eccv-efficient/) doi:10.1007/978-3-030-58574-7_3

BibTeX

@inproceedings{liang2020eccv-efficient,
  title     = {{Efficient Adversarial Attacks for Visual Object Tracking}},
  author    = {Liang, Siyuan and Wei, Xingxing and Yao, Siyuan and Cao, Xiaochun},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58574-7_3},
  url       = {https://mlanthology.org/eccv/2020/liang2020eccv-efficient/}
}