Cooling-Shrinking Attack: Blinding the Tracker with Imperceptible Noises
Bin Yan, Dong Wang, Huchuan Lu, Xiaoyun Yang

TL;DR
This paper introduces a novel adversarial attack method called Cooling-Shrinking Attack that effectively blinds state-of-the-art SiameseRPN-based trackers by adding imperceptible noises, making the target invisible to trackers.
Contribution
The paper proposes a new model-free adversarial attack technique for single object trackers, utilizing a perturbation generator trained with a specialized loss to deceive multiple trackers.
Findings
Successfully fools SiameseRPN++ tracker with small perturbations.
Demonstrates transferability to other top trackers like DaSiamRPN and DiMP.
Effective on multiple benchmark datasets such as OTB100, VOT2018, and LaSOT.
Abstract
Adversarial attack of CNN aims at deceiving models to misbehave by adding imperceptible perturbations to images. This feature facilitates to understand neural networks deeply and to improve the robustness of deep learning models. Although several works have focused on attacking image classifiers and object detectors, an effective and efficient method for attacking single object trackers of any target in a model-free way remains lacking. In this paper, a cooling-shrinking attack method is proposed to deceive state-of-the-art SiameseRPN-based trackers. An effective and efficient perturbation generator is trained with a carefully designed adversarial loss, which can simultaneously cool hot regions where the target exists on the heatmaps and force the predicted bounding box to shrink, making the tracked target invisible to trackers. Numerous experiments on OTB100, VOT2018, and LaSOT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Cooling-Shrinking Attack: Blinding the Tracker With Imperceptible Noises· youtube
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Video Surveillance and Tracking Methods
