CVMar 21, 2020

Cooling-Shrinking Attack: Blinding the Tracker with Imperceptible Noises

arXiv:2003.09595v192 citationsHas Code
AI Analysis

This addresses a gap in adversarial attacks for computer vision, specifically targeting single object trackers, which is an incremental advancement over existing attacks on classifiers and detectors.

The paper tackles the problem of adversarial attacks on single object trackers by proposing a cooling-shrinking attack method that effectively fools state-of-the-art SiameseRPN-based trackers, achieving success on datasets like OTB100, VOT2018, and LaSOT with small perturbations.

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 datasets show that our method can effectively fool the state-of-the-art SiameseRPN++ tracker by adding small perturbations to the template or the search regions. Besides, our method has good transferability and is able to deceive other top-performance trackers such as DaSiamRPN, DaSiamRPN-UpdateNet, and DiMP. The source codes are available at https://github.com/MasterBin-IIAU/CSA.

Code Implementations1 repo
Foundations

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

Your Notes