Multimodal Generative Engine Optimization: Rank Manipulation for Vision-Language Model Rankers
Yixuan Du, Chenxiao Yu, Haoyan Xu, Ziyi Wang, Yue Zhao, Xiyang Hu
TL;DR
This paper reveals a previously overlooked vulnerability in vision-language model–based product ranking: coordinated adversarial perturbations across both image and text can substantially boost a target item’s ranking. It introduces Multimodal Generative Engine Optimization (MGEO), a white-box framework that jointly optimizes an imperceptible image perturbation $\delta_I$ and a fluent textual suffix $\delta_T$ via alternating gradient-based updates, under stealth constraints. MGEO combines soft-embedding text optimization with constrained PGD image perturbations to exploit cross-modal coupling in the ranking objective, outperforming text-only, image-only, and heuristic baselines in real-world-like experiments. The results demonstrate a synergistic effect from multimodal manipulation and call for robustness, auditing, and defense mechanisms to secure multimodal ranking systems in practice, while noting limitations such as evaluation on a single VLM and static listings.
Abstract
Vision-Language Models (VLMs) are rapidly replacing unimodal encoders in modern retrieval and recommendation systems. While their capabilities are well-documented, their robustness against adversarial manipulation in competitive ranking scenarios remains largely unexplored. In this paper, we uncover a critical vulnerability in VLM-based product search: multimodal ranking attacks. We present Multimodal Generative Engine Optimization (MGEO), a novel adversarial framework that enables a malicious actor to unfairly promote a target product by jointly optimizing imperceptible image perturbations and fluent textual suffixes. Unlike existing attacks that treat modalities in isolation, MGEO employs an alternating gradient-based optimization strategy to exploit the deep cross-modal coupling within the VLM. Extensive experiments on real-world datasets using state-of-the-art models demonstrate that our coordinated attack significantly outperforms text-only and image-only baselines. These findings reveal that multimodal synergy, typically a strength of VLMs, can be weaponized to compromise the integrity of search rankings without triggering conventional content filters.
