Iterative Adversarial Attack on Image-guided Story Ending Generation
Youze Wang, Wenbo Hu, Richang Hong
TL;DR
IgSEG models fuse image and text to generate endings, but are vulnerable to adversarial perturbations in multimodal settings. The authors introduce Iterative-attack, an iterative method that jointly perturbs text and the ending-related image by identifying important words via a cross-modal loss and applying a PGD-based image perturbation, maximizing the adversarial effect under a BLEU-based criterion. Across four IgSEG models and two datasets, Iterative-attack yields higher attack success rates and lower end-text quality than single-modal or non-iterative baselines, while preserving semantic similarity (Sim $\approx$ 0.95) and maintaining reasonable perplexity. The study extends to multimodal machine translation on Multi30K, showing strong cross-modal perturbation capability and highlighting the need for robust defenses and standardized benchmarks for multimodal text generation.
Abstract
Multimodal learning involves developing models that can integrate information from various sources like images and texts. In this field, multimodal text generation is a crucial aspect that involves processing data from multiple modalities and outputting text. The image-guided story ending generation (IgSEG) is a particularly significant task, targeting on an understanding of complex relationships between text and image data with a complete story text ending. Unfortunately, deep neural networks, which are the backbone of recent IgSEG models, are vulnerable to adversarial samples. Current adversarial attack methods mainly focus on single-modality data and do not analyze adversarial attacks for multimodal text generation tasks that use cross-modal information. To this end, we propose an iterative adversarial attack method (Iterative-attack) that fuses image and text modality attacks, allowing for an attack search for adversarial text and image in an more effective iterative way. Experimental results demonstrate that the proposed method outperforms existing single-modal and non-iterative multimodal attack methods, indicating the potential for improving the adversarial robustness of multimodal text generation models, such as multimodal machine translation, multimodal question answering, etc.
