Adversarial Attacks on Parts of Speech: An Empirical Study in Text-to-Image Generation
G M Shahariar, Jia Chen, Jiachen Li, Yue Dong
TL;DR
The paper addresses the robustness of text-to-image diffusion models to adversarial prompts across six POS categories, expanding beyond nouns to include verbs, adjectives, adverbs, numerals, and proper nouns. It presents a gradient-based attack that perturbs prompts via adversarial suffixes, supported by a custom MS-COCO-based dataset and thorough evaluation (ASR, SemSR, human judgments). Key findings show nouns, proper nouns, and adjectives are more susceptible, while verbs, adverbs, and numerals demonstrate resilience; the mechanism hinges on the number of critical tokens and content fusion, with suffix transferability contributing to cross-prompt generalization. The work contributes a public implementation, insights into attack dynamics, and considerations for bolstering robustness in T2I systems, with practical implications for model defense and prompt engineering.
Abstract
Recent studies show that text-to-image (T2I) models are vulnerable to adversarial attacks, especially with noun perturbations in text prompts. In this study, we investigate the impact of adversarial attacks on different POS tags within text prompts on the images generated by T2I models. We create a high-quality dataset for realistic POS tag token swapping and perform gradient-based attacks to find adversarial suffixes that mislead T2I models into generating images with altered tokens. Our empirical results show that the attack success rate (ASR) varies significantly among different POS tag categories, with nouns, proper nouns, and adjectives being the easiest to attack. We explore the mechanism behind the steering effect of adversarial suffixes, finding that the number of critical tokens and content fusion vary among POS tags, while features like suffix transferability are consistent across categories. We have made our implementation publicly available at - https://github.com/shahariar-shibli/Adversarial-Attack-on-POS-Tags.
