TL;DR
Vision-Language Models (LVMs)—AI systems combining image and text understanding—are vulnerable to adversarial attacks (malicious inputs designed to fool AI), but multi-modal attacks exploiting both image and text simultaneously remain understudied. Researchers developed a texture-constrained perturbation method with cross-modal optimization to craft practical adversarial examples without requiring full model access.
✦ Why It Matters
Engineers deploying vision-language models in safety-critical systems must implement adversarial robustness testing before production deployment.
Key Takeaways
How It Works
MMAS generates adversarial attacks by creating two types of perturbations: one for images, constrained by texture to avoid detection, and another for text, optimized to retain meaning while altering outputs. The image perturbation uses wavelet transforms to ensure subtlety, while the text perturbation is adjusted in the embedding space to guide the model's responses.
A cross-modal regularization term is introduced to synchronize the perturbations' effects, enhancing their overall impact.
Related