arXiv 2607.05927v1Jul 7, 2026

CMDR: Contextual Multimodal Document Retrieval

Ryota Tanaka, Taku Hasegawa, Kyosuke Nishida

Brief context

Publication timing, weekly edition context, and source links for this brief.

Published

Jul 7, 2026, 7:31 AM

Current score

72

Original paper

The executive brief below is grounded in the source paper and linked back to the arXiv abstract.

Multimodal document retrieval aims to retrieve relevant pages while preserving both textual and visual content from the original document. However, existing benchmarks primarily evaluate simple lexical or semantic matching, and most methods encode pages independently. Consequently, they overlook the contextual information in the document required to resolve queries that aggregate information across multiple pages. In this paper, we introduce CMDR and CMDR-Bench, a new multimodal document retrieval task and benchmark that require modeling document context. To address this challenge, we propose CMDR-Embed, a contextual multimodal embedding framework that explicitly incorporates document context by jointly encoding multiple pages and deriving page-level embeddings from a shared contextual representation. Furthermore, we introduce CMCL, a contextual multimodal contrastive learning objective that effectively trains CMDR-Embed by balancing contextual modeling with page-level discriminability. Experiments demonstrate that CMDR-Embed significantly outperforms non-contextual embeddings, highlighting the importance of context-aware multimodal embeddings for advancing document retrieval.

Score 72Full-paper briefmodelstraininginferencedata

Executive brief

A short business-reader brief that explains why the paper matters now and what to watch or do next.

Why this is worth your attention

Enterprise document search and RAG usually assume each page or chunk can be indexed on its own; this paper attacks the harder cases where the answer page only makes sense because of surrounding pages—manual references, report figures, tables, and multi-page arguments. On a benchmark of long PDFs, the proposed contextual multimodal embeddings beat comparable page-level baselines by large margins, implying a practical route to fewer brittle keyword/OCR workarounds and less dependence on expensive reranking. The evidence is promising but still benchmark-bound: the method uses heavier multi-vector retrieval, has context-length limits, and still struggles with fine visual details.

  • If your RAG or document-search stack indexes long PDFs as standalone pages or OCR text chunks, this paper is a warning: the right page may not contain enough explicit clues to be found without neighboring pages. The authors show the gap is not just training data; models trained on the same synthetic data still lag when they do not encode document context.
  • Ask document-AI vendors whether context is built into embeddings at indexing time or bolted on later through reranking. In this paper, a strong multimodal reranker helps non-contextual systems but does not close the gap with contextual retrieval, while adding a second-stage cost.
  • The strongest setup is not a cheap single-vector search: it uses multi-vector late interaction, and removing that component caused very large nDCG@5 drops. That makes index size, CPU/GPU search latency, and refresh cost part of the buying decision, not implementation trivia.
  • A meaningful adoption signal is vendors testing on long, visual, cross-page corpora rather than short QA sets: CMDR-Bench has 255 documents, 46,781 page images, and 800 contextual queries. If your corpus is manuals, policies, reports, engineering packs, or diligence binders, build a small internal version of this test before trusting headline retrieval scores.
  • The authors are clear about remaining limits: the backbone cannot directly attend to later pages during encoding, memory and compute cap the amount of page context processed together, and small labels, tables, and chart legends remain difficult. This is a stronger retrieval layer, not proof that downstream answers will be reliable.

Evidence ledger

The strongest claims in the brief, along with the confidence and citation depth behind them.

capabilityhighp.4

CMDR formalizes retrieval cases where page relevance depends on context across a multi-page document, not just content on the target page itself.

strategichighp.20p.20

CMDR-Bench is a long-document, multimodal benchmark with 255 documents, 46,781 page images, and 800 human-annotated contextual queries across four reasoning types.

capabilityhighp.10p.10

The best reported contextual model, CMDR-Embed Qwen, improves overall nDCG@5 by 16.2 points over the best comparable non-contextual finetuned baseline on CMDR-Bench.

traininghighp.8p.11

The proposed CMCL training objective matters empirically: removing it reduces overall nDCG@5 by 4.6 points for Pali and 7.2 points for Qwen.

caveathighp.15p.15

The authors identify practical limitations around context length, compute, and fine-grained visual grounding, which constrain readiness for complex production document sets.

Related briefs

More plain-English summaries from the archive with nearby topics or operator relevance.

cs.LG

MOON3.0: Reasoning-aware Multimodal Representation Learning for E-commerce Product Understanding

Junxian Wu et al.

cs.LG

Lightweight Adaptation for LLM-based Technical Service Agent: Latent Logic Augmentation and Robust Noise Reduction

Yi Yu et al.

cs.LG

CirrusBench: Evaluating LLM-based Agents Beyond Correctness in Real-World Cloud Service Environments

Yi Yu et al.

cs.AI

The Hitchhiker's Guide to Agentic AI: From Foundations to Systems

Haggai Roitman

Thank you to arXiv for use of its open access interoperability. This product was not reviewed or approved by, nor does it necessarily express or reflect the policies or opinions of, arXiv.
LightDark