T2VAttack: Adversarial Attack on Text-to-Video Diffusion Models
Changzhen Li, Yuecong Min, Jie Zhang, Zheng Yuan, Shiguang Shan, Xilin Chen
TL;DR
This work exposes substantial vulnerabilities in state-of-the-art Text-to-Video diffusion models by introducing T2VAttack, a framework with semantic and temporal objectives and two practical word-level attacks, T2VAttack-S and T2VAttack-I. By perturbing prompts with minimal substitutions or insertions, the method degrades both video-text alignment and motion dynamics across four leading models, illustrating a pressing need for robust defenses in T2V generation. The authors construct a high-quality prompt dataset (T2VAttackBench) and perform extensive ablations to reveal how vocabulary choice, insertion position, and POS influence attack efficacy and stealth. Overall, the study highlights fundamental security risks in T2V pipelines and lays the groundwork for developing robust countermeasures to ensure safer video generation in real-world deployments.
Abstract
The rapid evolution of Text-to-Video (T2V) diffusion models has driven remarkable advancements in generating high-quality, temporally coherent videos from natural language descriptions. Despite these achievements, their vulnerability to adversarial attacks remains largely unexplored. In this paper, we introduce T2VAttack, a comprehensive study of adversarial attacks on T2V diffusion models from both semantic and temporal perspectives. Considering the inherently dynamic nature of video data, we propose two distinct attack objectives: a semantic objective to evaluate video-text alignment and a temporal objective to assess the temporal dynamics. To achieve an effective and efficient attack process, we propose two adversarial attack methods: (i) T2VAttack-S, which identifies semantically or temporally critical words in prompts and replaces them with synonyms via greedy search, and (ii) T2VAttack-I, which iteratively inserts optimized words with minimal perturbation to the prompt. By combining these objectives and strategies, we conduct a comprehensive evaluation on the adversarial robustness of several state-of-the-art T2V models, including ModelScope, CogVideoX, Open-Sora, and HunyuanVideo. Our experiments reveal that even minor prompt modifications, such as the substitution or insertion of a single word, can cause substantial degradation in semantic fidelity and temporal dynamics, highlighting critical vulnerabilities in current T2V diffusion models.
