paper-with-me

홈 › Papers

TokenSwap: Backdoor Attack on the Compositional Understanding of Large Vision-Language Models

2025-09-29 · Zhifang Zhang, Qiqi Tao, Jiaqi Lv, Na Zhao, Lei Feng, Joey Tianyi Zhou arxiv

Large vision-language models (LVLMs) have achieved impressive performance across a wide range of vision-language tasks, while they remain vulnerable to backdoor attacks. Existing backdoor attacks on LVLMs aim to force the victim model to generate a predefined target pattern, which is either inserted into or replaces the original content. We find that these fixed-pattern attacks are relatively easy to detect, because the attacked LVLM tends to memorize such frequent patterns in the training dataset, thereby exhibiting overconfidence on these targets given poisoned inputs. To address these limitations, we introduce TokenSwap, a more evasive and stealthy backdoor attack that focuses on the compositional understanding capabilities of LVLMs. Instead of enforcing a fixed targeted content, TokenSwap subtly disrupts the understanding of object relationships in text. Specifically, it causes the backdoored model to generate outputs that mention the correct objects in the image but misrepresent their relationships (i.e., bags-of-words behavior). During training, TokenSwap injects a visual trigger into selected samples and simultaneously swaps the grammatical roles of key tokens in the corresponding textual answers. However, the poisoned samples exhibit only subtle differences from the original ones, making it challenging for the model to learn the backdoor behavior. To address this, TokenSwap employs an adaptive token-weighted loss that explicitly emphasizes the learning of swapped tokens, such that the visual triggers and bags-of-words behavior are associated. Extensive experiments demonstrate that TokenSwap achieves high attack success rates while maintaining superior evasiveness and stealthiness across multiple benchmarks and various LVLM architectures.

📄 PDF Abstract BibTeX arXiv:2509.24566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Backdoor Vectors: a Task Arithmetic View on Backdoor Attacks and Defenses

2025-10-09 · Stanisław Pawlak, Jan Dubiński, Daniel Marczak, Bartłomiej Twardowski arxiv

Model merging (MM) recently emerged as an effective method for combining large deep learning models. However, it poses significant security risks. Recent research shows that it is highly susceptible to backdoor attacks, …

Understanding Impacts of Task Similarity on Backdoor Attack and Detection

2022-10-12 · Di Tang, Rui Zhu, XiaoFeng Wang, Haixu Tang 외

With extensive studies on backdoor attack and detection, still fundamental questions are left unanswered regarding the limits in the adversary's capability to attack and the defender's capability to detect. We believe th…

Backdoor AttackMulti-Task Learning

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

Multi-target Backdoor Attacks for Code Pre-trained Models

2023-06-14 · Yanzhou Li, Shangqing Liu, Kangjie Chen, Xiaofei Xie 외

Backdoor attacks for neural code models have gained considerable attention due to the advancement of code intelligence. However, most existing works insert triggers into task-specific data for code-related downstream tas…

Code GenerationRepresentation Learning

When Backdoors Speak: Understanding LLM Backdoor Attacks Through Model-Generated Explanations

2024-11-19 · Huaizhi Ge, Yiming Li, Qifan Wang, Yongfeng Zhang 외

Large Language Models (LLMs) are known to be vulnerable to backdoor attacks, where triggers embedded in poisoned samples can maliciously alter LLMs' behaviors. In this paper, we move beyond attacking LLMs and instead exa…

Backdoor AttackExplanation GenerationSentence