TL;DR
Vision-Language Models (VLMs) struggle with reliably ranking multimodal items due to vulnerabilities in their cross-modal knowledge application. The authors developed Multimodal Generative Engine Optimization (MGEO), a technique that manipulates VLM rankings by crafting subtle image changes and coherent text.
✦ Why It Matters
Engineers should consider the vulnerabilities of VLMs when designing retrieval systems and explore defense strategies.
Key Takeaways
How It Works
MGEO manipulates VLM rankings by creating subtle changes in images and text that align with the model's internal knowledge. This is achieved through an alternating optimization strategy that targets the interactions between visual and linguistic representations, allowing for effective rank manipulation.
Related