Breaking the Illusion: Consensus-Based Generative Mitigation of Adversarial Illusions in Multi-Modal Embeddings
Fatemeh Akbarian, Anahita Baninajjar, Yingyi Zhang, Ananth Balashankar, Amir Aminifar
TL;DR
This work addresses adversarial illusions that disrupt cross-modal alignment in multi-modal embeddings by proposing a post-hoc, task-agnostic defense that reconstructs perturbed inputs via generative priors and aggregates multiple reconstructions through consensus. By projecting inputs back onto the natural data manifold and leveraging stochastic sampling, the method substantially lowers illusion success rates and improves cross-modal alignment for both perturbed and unperturbed inputs, with minimal computational overhead. The approach is model- and task-agnostic and demonstrated to be robust against attackers even when they attempt to optimize through the defense, marking a practical path toward reliable cross-modal understanding in vision-language systems.
Abstract
Multi-modal foundation models align images, text, and other modalities in a shared embedding space but remain vulnerable to adversarial illusions (Zhang et al., 2025), where imperceptible perturbations disrupt cross-modal alignment and mislead downstream tasks. To counteract the effects of adversarial illusions, we propose a task-agnostic mitigation mechanism that reconstructs the input from the attacker's perturbed input through generative models, e.g., Variational Autoencoders (VAEs), to maintain natural alignment. To further enhance our proposed defense mechanism, we adopt a generative sampling strategy combined with a consensus-based aggregation scheme over the outcomes of the generated samples. Our experiments on the state-of-the-art multi-modal encoders show that our approach substantially reduces the illusion attack success rates to near-zero and improves cross-modal alignment by 4% (42 to 46) and 11% (32 to 43) in unperturbed and perturbed input settings respectively, providing an effective and model-agnostic defense against adversarial illusions.
