MemLeak: Diagnosing Information Leaks in Multimodal Agent Memory
This paper introduces MemLeak, a benchmark and the Information Provenance Graph taxonomy, to demonstrate that multimodal AI agents often fail to truly "forget" information because facts remain recoverable from retained images even after text deletion, necessitating content-aware semantic deletion to mitigate these leaks.
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 your digital memory as a giant, messy attic where an AI agent stores everything you've ever told it. You have boxes of text notes, photo albums, and even hidden drawers where the AI keeps "vibes" or impressions it picked up from your pictures.
The paper "MEMLEAK" investigates what happens when you tell this AI, "Please forget that I love scuba diving."
The Illusion of Deletion
In the old days, if you asked a computer to delete a file, it would just rip the file out of the folder and throw it in the trash. The paper finds that modern AI agents do the same thing with text: they delete the note that says "I love scuba diving" and say, "Done!"
But here's the leak: The AI didn't actually clean the whole attic.
Even though the specific note is gone, the AI still has your photo albums. And here's the trick: AI doesn't just read photos; it "sees" them. It notices that you have a photo of a tropical beach, another of a dive watch, and a third of a coral reef. Even though none of these photos are labeled "scuba diving," the AI connects the dots. It looks at the collection of unrelated photos and says, "Ah, this person definitely loves scuba diving."
The paper calls this a Memory Leak. Just like a plumbing leak where water drips out even after you turn off the tap, information drips out of the AI's memory even after you ask it to forget.
The "Information Provenance Graph" (The Attic Map)
To understand why this happens, the authors created a map called the Information Provenance Graph (IPG). Think of this as a blueprint of the attic showing every single place a piece of information could hide:
- The Addressable Note: The text file you can easily find and delete.
- The Linked Note: A photo tagged specifically to that text. If you delete the text, a smart system should delete this photo too.
- The Persistent Ghost: This is the scary part. These are the "vibes" or hidden clues inside photos that aren't tagged to anything specific. They are like dust motes floating in the light. You can't easily point to them and say "delete this," but they are still there, waiting to be used by the AI to guess your secrets.
The Experiment: How Bad is the Leak?
The researchers built a test called MEMLEAK to measure exactly how much information leaks out. They created 300 fake user profiles with facts and photos, then asked the AI to forget specific things.
Here is what they found:
- The "Blind" Test: If you ask the AI to guess a fact without showing it any of your old photos or notes, it gets it wrong 100% of the time. (It doesn't know your secrets by magic).
- The Text Leak: If you delete the text note but leave the other text notes (like "I live near a beach"), the AI can guess the deleted fact 18.3% of the time just by reading the remaining notes.
- The Photo Leak: If you delete the text note and the photos tagged to it, but leave the rest of your photo album, the AI can still guess the deleted fact 12.0% of the time.
- The Shocking Part: In nearly half of these cases, the AI figured it out only because of the photos. If you had only looked at the text, you would have thought the deletion was successful. The photos were the "invisible" leak.
Can We Fix It?
The paper tests a few ways to plug the leak:
- Delete Everything Tagged: If the AI deletes the text and every photo explicitly tagged to that fact, the leak drops from 48% (if you leave the specific photos) down to 12%. This fixes the "Linked" notes but not the "Ghosts."
- The "Smart Sweeper" (Semantic Deletion): The researchers tried a new method where, after deleting the obvious stuff, a second AI scans the remaining photos to see if they still hint at the deleted fact. If a photo of a "tropical beach" is left over but the user just said "forget diving," the Smart Sweeper deletes that beach photo too.
- Result: This reduced the leak down to 2.0%. It's much better, but not perfect. Some "ghosts" are too subtle for even the smart sweeper to catch.
The Bottom Line
The paper concludes that deleting a text entry is not enough.
If you tell a multimodal AI (one that sees and reads) to forget something, it might delete the text, but it can still reconstruct that secret from the "clues" left behind in your other photos and notes. The authors argue that current systems are like janitors who sweep the floor but leave the dust under the rug. To truly "forget," the system needs to audit the entire attic, not just the specific box you pointed to.
What the paper does NOT claim:
- It does not say this happens in every single AI system today (it tested specific ones like Mem0 and Letta).
- It does not offer a magic fix that eliminates the leak 100%.
- It does not discuss using this for medical diagnosis or legal court cases; it is strictly a measurement of how current memory systems fail to delete information.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.