Spatially-Grounded Document Retrieval via Patch-to-Region Relevance Propagation
Athos Georgiou

TL;DR
This paper introduces a hybrid method combining patch-level visual similarity with OCR-extracted regions for precise, spatially-grounded document retrieval, improving localization accuracy and reducing context size without extra training.
Contribution
It formalizes coordinate mapping and relevance propagation between vision transformer patches and OCR regions, enabling spatial relevance filtering in document retrieval.
Findings
Achieves 59.7% hit rate at [email protected] on BBox-DocVQA
Reduces context tokens by up to 52.3%
Operates without additional training
Abstract
Late-interaction multimodal retrieval models like ColPali achieve state-of-the-art document retrieval by embedding pages as images and computing fine-grained similarity between query tokens and visual patches. However, they operate at page-level granularity, limiting utility for retrieval-augmented generation (RAG) where precise context is paramount. Conversely, OCR-based systems extract structured text with bounding box coordinates but lack semantic grounding for relevance assessment. We propose a hybrid architecture that unifies these paradigms: using ColPali's patch-level similarity scores as spatial relevance filters over OCR-extracted regions. We formalize the coordinate mapping between vision transformer patch grids and OCR bounding boxes, introduce intersection metrics for relevance propagation, and establish theoretical bounds on area efficiency. We evaluate on BBox-DocVQA with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications · Handwritten Text Recognition Techniques
