paper-with-me

홈 › Papers

Backdoor Attacks on Prompt-Driven Video Segmentation Foundation Models

2025-12-26 · Zongmin Zhang, Zhen Sun, Yifan Liao, Wenhan Dong, Xinlei He, Xingshuo Han, Shengmin Xu, Xinyi Huang arxiv

Prompt-driven Video Segmentation Foundation Models (VSFMs), such as SAM2, are increasingly used in applications including autonomous driving and digital pathology, yet their security risks remain underexplored. We study backdoor attacks against VSFMs and show that directly applying classic attacks such as BadNet is largely ineffective, yielding attack success rates (ASR) below 5%. Through gradient-similarity and attention-map analyses, we find that traditional backdoor training fails because clean and triggered samples induce aligned image-encoder gradients, while model attention remains focused on the prompt-specified object rather than the trigger. To address this limitation, we propose BadVSFM, the first backdoor attack framework tailored to prompt-driven VSFMs. BadVSFM uses a two-stage strategy that first learns trigger-specific encoder features and then trains the decoder to map triggered frame prompt representations to an attacker-specified target mask while preserving clean segmentation behavior. Experiments on five VSFMs and two datasets show that BadVSFM achieves strong, controllable backdoor effects across triggers and prompt types with limited clean-performance degradation. Ablations and interpretability analyses validate the necessity of the two-stage design, and five representative defenses remain largely ineffective. Our results reveal a practical and underexplored vulnerability of current VSFMs to backdoor threats.

📄 PDF Abstract BibTeX arXiv:2512.22046

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingVideo Segmentation

Similar Papers 제목 키워드 기반

Look, Listen, and Attack: Backdoor Attacks Against Video Action Recognition

2023-01-03 · Hasan Abed Al Kader Hammoud, Shuming Liu, Mohammed Alkhrashi, Fahad Albalawi 외

Deep neural networks (DNNs) are vulnerable to a class of attacks called "backdoor attacks", which create an association between a backdoor trigger and a target label the attacker is interested in exploiting. A backdoored…

Action RecognitionTemporal Action Localization

Clean-Label Backdoor Attacks on Video Recognition Models

2020-03-06 · CVPR 2020 6 · Shihao Zhao, Xingjun Ma, Xiang Zheng, James Bailey 외

Deep neural networks (DNNs) are vulnerable to backdoor attacks which can hide backdoor triggers in DNNs by poisoning training data. A backdoored model behaves normally on clean test images, yet consistently predicts a pa…

Backdoor Attackbackdoor defenseimage-classificationImage Classification+1

NOTABLE: Transferable Backdoor Attacks Against Prompt-based NLP Models

2023-05-28 · Kai Mei, Zheng Li, Zhenting Wang, Yang Zhang 외

Prompt-based learning is vulnerable to backdoor attacks. Existing backdoor attacks against prompt-based models consider injecting backdoors into the entire embedding layers or word embedding vectors. Such attacks can be …

UniGuardian: A Unified Defense for Detecting Prompt Injection, Backdoor Attacks and Adversarial Attacks in Large Language Models

2025-02-18 · Huawei Lin, Yingjie Lao, Tong Geng, Tan Yu 외

Large Language Models (LLMs) are vulnerable to attacks like prompt injection, backdoor attacks, and adversarial attacks, which manipulate prompts or models to generate harmful outputs. In this paper, departing from tradi…

Text Generation

Prompt as Triggers for Backdoor Attack: Examining the Vulnerability in Language Models

2023-05-02 · Shuai Zhao, Jinming Wen, Luu Anh Tuan, Junbo Zhao 외

The prompt-based learning paradigm, which bridges the gap between pre-training and fine-tuning, achieves state-of-the-art performance on several NLP tasks, particularly in few-shot settings. Despite being widely applied,…

Backdoor AttackFew-Shot Text Classificationtext-classificationText Classification