← Latest papers
🤖 AI

One Token per Multimodal Evidence: Latent Memory for Resource-Constrained QA

This paper introduces Latent Memory, a resource-efficient paradigm that compresses multimodal evidence into single latent tokens for retrieval and generation, significantly reducing token consumption and storage costs while maintaining competitive question-answering performance across text-only and multimodal benchmarks.

Original authors: Zhi Zheng, Ziqiao Meng, Hao Luan, Wei Liu, Wee Sun Lee

Published 2026-06-10
📖 5 min read🧠 Deep dive

Original authors: Zhi Zheng, Ziqiao Meng, Hao Luan, Wei Liu, Wee Sun Lee

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

The Big Problem: The "Heavy Suitcase"

Imagine you are a brilliant detective (the AI) trying to solve a mystery. To do your job, you need to read through a massive library of clues (text articles and photos).

In the current way of doing things (Existing RAG systems), every time you get a new question, the librarian hands you the entire raw library.

  • If the clue is a long article, you read every single word.
  • If the clue is a photo, the librarian doesn't just give you the photo; they describe every single pixel in thousands of words so you can "see" it.

The Result: You get overwhelmed. You run out of energy (storage) and time (processing speed) because you are carrying around heavy, uncompressed suitcases full of raw data, even if you only needed one small fact from them. This makes it impossible to use on small devices like phones or edge computers.

The Solution: The "Magic Summary Card" (Latent Memory)

The authors propose a new system called Latent Memory. Instead of handing you the heavy raw suitcases, they compress every single piece of evidence (whether it's a paragraph of text or a photo) into a single, tiny, magical summary card.

Think of it like this:

  • Old Way: You carry a 500-page book to find one sentence.
  • New Way: You carry a single index card that contains the essence of that book.

How It Works: The Three-Step Process

1. The Compression Station (The "Translator")
Before the AI ever sees the clues, a small, specialized assistant (a Compressor Model) looks at every piece of evidence.

  • It reads the text or looks at the photo.
  • It distills the entire meaning down into one single "token" (a high-dimensional number vector).
  • It throws away the original heavy book or photo and keeps only this tiny card.
  • Analogy: Imagine a master chef tasting a complex stew and writing down a single secret code on a napkin that perfectly captures the flavor. You don't need the whole pot of soup anymore; just the code.

2. The Search (The "Magic Compass")
When you ask a question, the system doesn't search through the heavy books. Instead, it turns your question into a similar "code" and uses a compass to find the matching summary cards in the drawer.

  • Because everything is now a single card, the search is incredibly fast and takes up very little space.

3. The Answer (The "Direct Feed")
The system takes the top few matching summary cards and hands them directly to the main AI (the Generator).

  • The main AI doesn't need to read the original text or see the original photo. It just reads the "secret code" on the card and instantly understands the context to give you the answer.
  • Crucial Point: The main AI doesn't need to be retrained. It just learns to "read" these new cards instead of the old books.

Why Is This a Big Deal?

1. Massive Efficiency (The "Lightweight Backpack")
The paper claims this method reduces the "token cost" (the amount of data the AI has to process) by 3 to 10 times.

  • Text: Instead of sending 200 words of context, the AI processes 1 token.
  • Images: Instead of expanding a photo into hundreds of "visual words," the AI processes just 1 token.
  • Result: You can run powerful AI on smaller devices (like phones) because the "backpack" of data is now feather-light.

2. It Still Works (The "Perfect Memory")
You might worry: "If we throw away the original book, will the AI forget the details?"

  • The authors trained the compressor using three specific tricks to ensure the "summary card" isn't just a vague idea, but a precise key:
    • Reconstruction: The system tries to "rebuild" the original text or image description from the card to make sure the details are there.
    • Contrast: It learns to make sure the card for "Annie Morton" is very different from the card for "Terry Richardson" so they don't get mixed up.
    • Distillation: It teaches the card to act exactly like the original evidence would have acted if the AI had read the whole thing.

3. The Results

  • Text Questions: On standard reading comprehension tests, this method performed just as well as the heavy, slow methods but used 3 times fewer tokens.
  • Image Questions: On tests involving photos (like identifying objects in a picture), it was 10 times more efficient and actually performed better than other methods because it didn't get confused by the massive amount of data usually required to process images.

The Limitations (What the Paper Says)

The paper notes that this works best when evidence can be broken down into individual "atomic" units (one paragraph, one photo).

  • It might struggle with things that rely on complex structure, like a giant spreadsheet where the relationship between rows and columns matters, or a long video where the order of events is crucial. Compressing those into a single card might lose the "big picture" structure.

Summary

Latent Memory is like turning a library of heavy, raw books and photos into a sleek, digital card catalog where every single item is represented by one tiny, perfect code. This allows AI to answer complex questions using a fraction of the memory and speed, making powerful AI accessible on devices that previously couldn't handle it.

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 →