CVJul 4, 2024

TrackPGD: Efficient Adversarial Attack using Object Binary Masks against Robust Transformer Trackers

arXiv:2407.03946v22 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the vulnerability of robust transformer trackers to adversarial attacks, which is an incremental improvement in security for computer vision applications.

The paper tackles the lack of adversarial robustness evaluation for transformer-based object trackers by introducing TrackPGD, a white-box attack that uses object binary masks to deceive these trackers, achieving competitive results on multiple datasets and trackers like MixFormerM and OSTrackSTS.

Adversarial perturbations can deceive neural networks by adding small, imperceptible noise to the input. Recent object trackers with transformer backbones have shown strong performance on tracking datasets, but their adversarial robustness has not been thoroughly evaluated. While transformer trackers are resilient to black-box attacks, existing white-box adversarial attacks are not universally applicable against these new transformer trackers due to differences in backbone architecture. In this work, we introduce TrackPGD, a novel white-box attack that utilizes predicted object binary masks to target robust transformer trackers. Built upon the powerful segmentation attack SegPGD, our proposed TrackPGD effectively influences the decisions of transformer-based trackers. Our method addresses two primary challenges in adapting a segmentation attack for trackers: limited class numbers and extreme pixel class imbalance. TrackPGD uses the same number of iterations as other attack methods for tracker networks and produces competitive adversarial examples that mislead transformer and non-transformer trackers such as MixFormerM, OSTrackSTS, TransT-SEG, and RTS on datasets including VOT2022STS, DAVIS2016, UAV123, and GOT-10k.

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