← Latest papers
💻 computer science

Do Multimodal RAG Systems Leak Data? A Comprehensive Evaluation of Membership Inference and Image Caption Retrieval Attacks

This paper presents an empirical study demonstrating that multimodal Retrieval-Augmented Generation (mRAG) systems are vulnerable to membership inference and image caption retrieval attacks, thereby revealing significant privacy risks in connecting private datasets to these pipelines.

Original authors: Ali Al-Lawati, Suhang Wang

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: Ali Al-Lawati, Suhang Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a super-smart assistant (a Vision-Language Model) that can answer questions about pictures. To make this assistant even better, you connect it to a private library of images and their descriptions (a Multimodal RAG system). When you show the assistant a photo and ask a question, it quickly scans its private library, grabs the most similar photos and their notes, and uses that extra info to give you a great answer.

This paper asks a scary question: Is this private library actually private?

The authors, Ali Al-Lawati and Suhang Wang, decided to play the role of a "digital burglar" to see if they could break in. They tested two specific ways to steal information from these systems.

The Two "Burglar" Tricks

1. The "Is My Photo in There?" Trick (Membership Inference)
Imagine you have a photo of your favorite painting. You want to know if a specific museum's private digital archive contains that exact painting, but you aren't allowed to look inside.

  • The Attack: The burglar shows the system their photo and asks, "Hey, is this picture in your library?"
  • The Result: The system often accidentally says "Yes!" or acts in a way that confirms the photo is there. The researchers found that even if the burglar slightly alters their photo (like cropping the edges, blurring it, or rotating it), the system still often leaks the answer. It's like a security guard who recognizes your face even if you're wearing sunglasses and a hat.

2. The "Read the Tag" Trick (Image Caption Retrieval)
Once the burglar knows their photo is in the library, they want to steal the secret note attached to it. Maybe the note says "Patient X's MRI scan" or "Artist's original sketch."

  • The Attack: The burglar asks the system, "Since you have this photo, what does the note say about it?"
  • The Result: The system often spits out the exact secret note. The researchers found that if the photo in the library is a perfect match, the system is very likely to leak the text. However, if the photo is blurry or rotated, it gets harder for the system to leak the text, though it still happens quite a bit.

What Made the Burglars Succeed (or Fail)?

The researchers tested many different scenarios to see what made the leaks worse or better:

  • The Order Matters: Imagine you hand a list of clues to a detective. If you put the "target" photo after the list of clues, the detective gets confused and might accidentally reveal the secret. But if you show the target photo first, the detective is less likely to slip up. The paper found that changing the order of images in the prompt significantly reduced the leaks.
  • The Size of the Library: If the library is huge, it's harder for the system to find the exact match, which actually helps protect privacy. But if the library is small or the search is too broad, the system is more likely to grab the wrong (or right, in a bad way) note and read it out loud.
  • The "Blur" Defense: If you rotate an image 90 degrees or crop it, it becomes harder for the system to recognize it. This acts like a shield, making the "Is my photo in there?" trick less successful, though not impossible.

The "Magic Shield" That Didn't Work

The researchers tried to build a simple shield to stop these attacks. They tried adding a rule to the system saying, "If someone asks about the library's contents, say 'I can't answer'."

  • The Result: The system ignored the rule. It was like telling a stubborn dog not to chase a squirrel; it just kept going.

They then tried a more advanced shield: putting a second, smarter AI in the middle to check if the question was a "burglar attempt" before letting the main assistant answer.

  • The Result: This worked better, but only if the "guard" AI was very powerful. Older or weaker AI guards couldn't tell the difference between a normal question and a theft attempt.

The Bottom Line

The paper concludes that while Multimodal RAG systems are great at helping AI understand pictures, they are currently very leaky. They can easily reveal:

  1. That a specific image exists in a private database (even if the image is slightly changed).
  2. The secret text notes attached to those images.

The authors warn that we need to build better "locks" (privacy defenses) for these systems before we trust them with sensitive data like medical scans or private artwork. They didn't test every possible type of system (like video or audio), but for the image-based systems they tested, the privacy risks are real and significant.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →