← Latest papers
🤖 machine learning

MINER: Mining Multimodal Internal Representation for Efficient Retrieval

MINER is a lightweight plug-in module that enhances efficient single-vector multimodal retrieval by probing and adaptively fusing retrieval-relevant internal signals across transformer layers, achieving superior accuracy comparable to heavy late-interaction models while maintaining low storage and latency costs.

Original authors: Weien Li, Rui Song, Zeyu Li, Haochen Liu, Gonghao Zhang, Difan Jiao, Zhenwei Tang, Bowei He, Haolun Wu, Xue Liu, Ye Yuan

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

Original authors: Weien Li, Rui Song, Zeyu Li, Haochen Liu, Gonghao Zhang, Difan Jiao, Zhenwei Tang, Bowei He, Haolun Wu, Xue Liu, Ye Yuan

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 are trying to find a specific fact inside a massive library of colorful, complex documents—like a mix of charts, photos, and text on a single page. This is the challenge of Visual Document Retrieval.

Currently, there are two main ways computers try to solve this, and both have a major flaw:

  1. The "Detailed but Heavy" Method (Late-Interaction): Imagine a librarian who reads every single word and looks at every tiny detail of a photo, writing down thousands of notes for every page. This is incredibly accurate because nothing is missed, but it's slow and requires a massive amount of storage space (like needing a warehouse just to store the notes).
  2. The "Fast but Shallow" Method (Dense Single-Vector): Imagine a different librarian who quickly glances at the whole page and writes down just one summary sentence to represent the entire document. This is super fast and takes up very little space, but because they had to compress everything into one sentence, they often miss the important details needed to find the right answer.

The Problem: The "Fast" method is losing the "good stuff" because it throws away the detailed notes it made while reading, keeping only the final summary.

The Solution: MINER

The paper introduces MINER (Mining Multimodal Internal Representation for Efficient Retrieval). Think of MINER as a smart "highlighter" and "summarizer" plugin that you can attach to the "Fast" librarian without changing how they work.

Here is how MINER works, using simple analogies:

1. The "Layer-by-Layer" Detective Work

Deep learning models (the "brains" behind these librarians) process information in layers, like an assembly line.

  • Early layers are like the raw ingredients: they see shapes and colors but haven't made sense of them yet.
  • Middle layers start mixing things up.
  • The final layer is the finished dish (the single summary sentence).

The authors discovered that the "Fast" librarian was throwing away the delicious, useful ingredients from the middle layers just to get to the final dish. MINER digs into the middle of the assembly line to rescue those lost ingredients.

2. Stage One: The "Smart Probe" (Finding the Good Bits)

MINER attaches a small, lightweight sensor (a probe) to different layers of the assembly line.

  • It asks: "Is this layer actually helpful for finding the right document?"
  • It uses a special test (called Alignment Ratio) to see if the information in that layer is already pointing in the right direction or if it's twisted and needs straightening out.
  • The Analogy: Imagine checking a team of workers. Some are already facing the right way (they just need a nudge). Others are facing the wrong way and need to be rotated before they can help. MINER treats these two groups differently.

3. Stage Two: The "Selective Fusion" (Mixing the Best)

Once MINER knows which layers are useful, it doesn't just dump everything into the final summary. That would be too messy.

  • Neuron Masking: It acts like a strict editor. It looks at the useful information and says, "Keep the top 20% of the most important neurons (the key facts) and ignore the rest." This keeps the file size small.
  • Fusion: It takes these selected, high-quality bits from the middle layers and blends them into the final summary sentence.

The Result: The Best of Both Worlds

By using MINER, the "Fast" librarian gets the speed and low storage cost of the single-sentence summary, but with the accuracy of the detailed notes.

  • Speed & Storage: It remains just as fast and compact as the original "Fast" method. It doesn't need a warehouse of notes.
  • Accuracy: It significantly improves the quality of the search results. In the paper's tests, it closed the gap between the "Fast" method and the "Detailed but Heavy" method, getting almost as accurate as the heavy method but without the heavy cost.

In a Nutshell

MINER is a lightweight tool that teaches a fast, efficient AI to remember the useful details it almost forgot while processing a document. It finds the "sweet spot" between being too slow (storing everything) and too fast (forgetting everything), giving you a search engine that is both quick and smart.

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 →