paper-with-me

홈 › Papers

Few-Shot Backdoor Attacks on Visual Object Tracking

2022-01-31 · ICLR 2022 4 · Yiming Li, Haoxiang Zhong, Xingjun Ma, Yong Jiang, Shu-Tao Xia

Visual object tracking (VOT) has been widely adopted in mission-critical applications, such as autonomous driving and intelligent surveillance systems. In current practice, third-party resources such as datasets, backbone networks, and training platforms are frequently used to train high-performance VOT models. Whilst these resources bring certain convenience, they also introduce new security threats into VOT models. In this paper, we reveal such a threat where an adversary can easily implant hidden backdoors into VOT models by tempering with the training process. Specifically, we propose a simple yet effective few-shot backdoor attack (FSBA) that optimizes two losses alternately: 1) a \emph{feature loss} defined in the hidden feature space, and 2) the standard \emph{tracking loss}. We show that, once the backdoor is embedded into the target model by our FSBA, it can trick the model to lose track of specific objects even when the \emph{trigger} only appears in one or a few frames. We examine our attack in both digital and physical-world settings and show that it can significantly degrade the performance of state-of-the-art VOT trackers. We also show that our attack is resistant to potential defenses, highlighting the vulnerability of VOT models to potential backdoor attacks.

📄 PDF Abstract BibTeX arXiv:2201.13178

Code (1)

hxzhong1997/fsba 공식 구현 pytorch

Tasks

Autonomous DrivingBackdoor AttackObjectObject TrackingVisual Object Tracking

Similar Papers 제목 키워드 기반

Backdoor Attacks on Open Vocabulary Object Detectors via Multi-Modal Prompt Tuning

2025-11-16 · Ankita Raj, Chetan Arora arxiv

Open-vocabulary object detectors (OVODs) unify vision and language to detect arbitrary object categories based on text prompts, enabling strong zero-shot generalization to novel concepts. As these models gain traction in…

Zero-shot GeneralizationAutonomous Driving

One-Shot Adversarial Attacks on Visual Tracking With Dual Attention

2020-06-01 · CVPR 2020 6 · Xuesong Chen, Xiyu Yan, Feng Zheng, Yong Jiang 외

Almost all adversarial attacks in computer vision are aimed at pre-known object categories, which could be offline trained for generating perturbations. But as for visual object tracking, the tracked target categories ar…

Adversarial AttackObjectObject TrackingVisual Object Tracking+1

Dangerous Cloaking: Natural Trigger based Backdoor Attacks on Object Detectors in the Physical World

2022-01-21 · Hua Ma, Yinshan Li, Yansong Gao, Alsharif Abuadbba 외

Deep learning models have been shown to be vulnerable to recent backdoor attacks. A backdoored model behaves normally for inputs containing no attacker-secretly-chosen trigger and maliciously for inputs with the trigger.…

Backdoor Attackimage-classificationImage ClassificationObject+3

Does Few-shot Learning Suffer from Backdoor Attacks?

2023-12-31 · Xinwei Liu, Xiaojun Jia, Jindong Gu, Yuan Xun 외

The field of few-shot learning (FSL) has shown promising results in scenarios where training data is limited, but its vulnerability to backdoor attacks remains largely unexplored. We first explore this topic by first eva…

Backdoor AttackFew-Shot Learning

VL-Trojan: Multimodal Instruction Backdoor Attacks against Autoregressive Visual Language Models

2024-02-21 · Jiawei Liang, Siyuan Liang, Man Luo, Aishan Liu 외

Autoregressive Visual Language Models (VLMs) showcase impressive few-shot learning capabilities in a multimodal context. Recently, multimodal instruction tuning has been proposed to further enhance instruction-following …

Backdoor AttackFew-Shot LearningInstruction Following