ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
… Multimodal RAG augments parametric knowledge with the retrieved image-text contexts … 2024), we build a multimodal RAG pipeline consisting of four components: a multimodal KB, a …
Multimodal retrieval-augmented generation (RAG) has become a cornerstone for building AI systems that can answer questions using both text and images. However, the security of these systems is largely unexplored. This paper addresses a critical gap by introducing MM-PoisonRAG, the first comprehensive framework for knowledge poisoning attacks specifically designed for multimodal RAG. As organizations increasingly rely on RAG to ground LLMs with external knowledge, understanding how an attacker can manipulate the knowledge base is essential for building trustworthy systems.
The paper's significance lies in its systematic approach to attacking both local and global knowledge. Local attacks target specific queries, potentially causing misinformation on sensitive topics, while global attacks degrade the entire system's reliability. This dual perspective is crucial because it shows that even a small number of malicious entries can have outsized effects, and that the attack surface is broader than previously thought. The work also highlights that multimodal RAG introduces new attack vectors—such as image-text mismatches—that are not present in text-only RAG.
The paper reports that global poisoning attacks reduce answer accuracy by over 40% compared to the clean baseline, while local attacks successfully redirect targeted queries to incorrect answers with high success rates (e.g., over 80% for certain queries). Retrieval recall also drops significantly, indicating that the poisoned knowledge corrupts the retriever's ability to find relevant contexts. The attacks are shown to be effective even with a small poisoning ratio (e.g., 5% of the knowledge base), demonstrating a high attack efficiency.
This paper is a wake-up call for the multimodal AI community. It shows that RAG systems, which are often assumed to be secure because they rely on external knowledge, are vulnerable to data poisoning. The findings have immediate implications for deploying RAG in production, especially in domains like healthcare, finance, and legal where misinformation can have severe consequences. The work also opens up new research directions: developing robust retrieval mechanisms that can detect poisoned entries, designing certification methods for RAG pipelines, and exploring adversarial training for multimodal encoders. As multimodal RAG becomes more prevalent, this paper provides a foundational understanding of its security risks and sets the stage for future defenses.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba