paper-with-me

Papers

ColPali: Efficient Document Retrieval with Vision Language Models

2024-06-27 · Manuel Faysse, Hugues Sibille, Tony Wu, Bilel Omrani, Gautier Viaud, Céline Hudelot, Pierre Colombo

Documents are visually rich structures that convey information through text, but also figures, page layouts, tables, or even fonts. Since modern retrieval systems mainly rely on the textual information they extract from document pages to index documents -often through lengthy and brittle processes-, they struggle to exploit key visual cues efficiently. This limits their capabilities in many practical document retrieval applications such as Retrieval Augmented Generation (RAG). To benchmark current systems on visually rich document retrieval, we introduce the Visual Document Retrieval Benchmark ViDoRe, composed of various page-level retrieval tasks spanning multiple domains, languages, and practical settings. The inherent complexity and performance shortcomings of modern systems motivate a new concept; doing document retrieval by directly embedding the images of the document pages. We release ColPali, a Vision Language Model trained to produce high-quality multi-vector embeddings from images of document pages. Combined with a late interaction matching mechanism, ColPali largely outperforms modern document retrieval pipelines while being drastically simpler, faster and end-to-end trainable. We release models, data, code and benchmarks under open licenses at https://hf.co/vidore.

📄 PDF Abstract BibTeX arXiv:2407.01449

Code (5)

JingfenQiao/ColPali-Reproducibility pytorch
abhijeet3922/vision-RAG
illuin-tech/colpali pytorch
illuin-tech/grouse
illuin-tech/vidore-benchmark pytorch

Tasks

document understandingRAGRetrievalRetrieval-augmented GenerationText Matching

Similar Papers 제목 키워드 기반

Lost in OCR Translation? Vision-Based Approaches to Robust Document Retrieval

2025-05-08 · Alexander Most, Joseph Winjum, Ayan Biswas, Shawn Jones 외

Retrieval-Augmented Generation (RAG) has become a popular technique for enhancing the reliability and utility of Large Language Models (LLMs) by grounding responses in external documents. Traditional RAG systems rely on …

Computational EfficiencyOptical Character RecognitionOptical Character Recognition (OCR)Question Answering+3

Document Screenshot Retrievers are Vulnerable to Pixel Poisoning Attacks

2025-01-28 · Shengyao Zhuang, Ekaterina Khramtsova, Xueguang Ma, Bevan Koopman 외

Recent advancements in dense retrieval have introduced vision-language model (VLM)-based retrievers, such as DSE and ColPali, which leverage document screenshots embedded as vectors to enable effective search and offer a…

Language ModelingLanguage ModellingRetrieval

Reproducibility, Replicability, and Insights into Visual Document Retrieval with Late Interaction

2025-05-12 · Jingfen Qiao, Jia-Huei Ju, Xinyu Ma, Evangelos Kanoulas 외

Visual Document Retrieval (VDR) is an emerging research area that focuses on encoding and retrieving document images directly, bypassing the dependence on Optical Character Recognition (OCR) for document search. A recent…

Optical Character RecognitionOptical Character Recognition (OCR)Patch MatchingRetrieval+1

MCERF: Advancing Multimodal LLM Evaluation of Engineering Documentation with Enhanced Retrieval

2026-01-31 · Kiarash Naghavi Khanghah, Hoang Anh Nguyen, Anna C. Doris, Amir Mohammad Vahedi 외 arxiv

Engineering rulebooks and technical standards contain multimodal information like dense text, tables, and illustrations that are challenging for retrieval augmented generation (RAG) systems. Building upon the DesignQA fr…

Question Answering

Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings

2025-06-05 · Yubo Ma, Jinsong Li, Yuhang Zang, Xiaobao Wu 외

Despite the strong performance of ColPali/ColQwen2 in Visualized Document Retrieval (VDR), it encodes each page into multiple patch-level embeddings and leads to excessive memory usage. This empirical study investigates …

RetrievalToken Reduction