paper-with-me

홈 › Papers

Visual RAG Toolkit: Scaling Multi-Vector Visual Retrieval with Training-Free Pooling and Multi-Stage Search

2026-02-13 · Ara Yeroyan arxiv

Multi-vector visual retrievers (e.g., ColPali-style late interaction models) deliver strong accuracy, but scale poorly because each page yields thousands of vectors, making indexing and search increasingly expensive. We present Visual RAG Toolkit, a practical system for scaling visual multi-vector retrieval with training-free, model-aware pooling and multi-stage retrieval. Motivated by Matryoshka Embeddings, our method performs static spatial pooling - including a lightweight sliding-window averaging variant - over patch embeddings to produce compact tile-level and global representations for fast candidate generation, followed by exact MaxSim reranking using full multi-vector embeddings. Our design yields a quadratic reduction in vector-to-vector comparisons by reducing stored vectors per page from thousands to dozens, notably without requiring post-training, adapters, or distillation. Across experiments with interaction-style models such as ColPali and ColSmol-500M, we observe that over the limited ViDoRe v2 benchmark corpus 2-stage retrieval typically preserves NDCG and Recall @ 5/10 with minimal degradation, while substantially improving throughput (approximately 4x QPS); with sensitivity mainly at very large k. The toolkit additionally provides robust preprocessing - high resolution PDF to image conversion, optional margin/empty-region cropping and token hygiene (indexing only visual tokens) - and a reproducible evaluation pipeline, enabling rapid exploration of two-, three-, and cascaded retrieval variants. By emphasizing efficiency at common cutoffs (e.g., k <= 10), the toolkit lowers hardware barriers and makes state-of-the-art visual retrieval more accessible in practice.

📄 PDF Abstract BibTeX arXiv:2602.12510

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Building Web-Interfaces for Vector Semantic Models with the WebVectors Toolkit

2017-04-01 · EACL 2017 4 · Andrey Kutuzov, Elizaveta Kuzmenko

In this demo we present WebVectors, a free and open-source toolkit helping to deploy web services which demonstrate and visualize distributional semantic models (widely known as word embeddings). WebVectors can be useful…

Machine TranslationNamed Entity Recognition (NER)Sentiment AnalysisWord Embeddings

openXBOW - Introducing the Passau Open-Source Crossmodal Bag-of-Words Toolkit

2016-05-22 · Maximilian Schmitt, Björn W. Schuller

We introduce openXBOW, an open-source toolkit for the generation of bag-of-words (BoW) representations from multimodal input. In the BoW principle, word histograms were first used as features in document classification, …

Document ClassificationEmotion RecognitionGeneral ClassificationSentiment Analysis

Fewer Tokens, Greater Scaling: Self-Adaptive Visual Bases for Efficient and Expansive Representation Learning

2025-11-24 · Shawn Young, Xingyu Zeng, Lijian Xu arxiv

This paper investigates the fundamental relationship between model capacity and the minimal number of visual tokens required to preserve image semantics. Inspired by the Minimum Description Length principle, we reinterpr…

Representation Learning

PlayMolecule Viewer: a toolkit for the visualization of molecules and other data

2023-12-22 · Mariona Torrens-Fontanals, Panagiotis Tourlas, Stefan Doerr, Gianni de Fabritiis

PlayMolecule Viewer is a web-based data visualization toolkit designed to streamline the exploration of data resulting from structural bioinformatics or computer-aided drug design efforts. By harnessing state-of-the-art …

Data VisualizationDrug Design

Visualizing NLP annotations for Crowdsourcing

2015-08-25 · Hanchuan Li, Haichen Shen, Shengliang Xu, Congle Zhang

Visualizing NLP annotation is useful for the collection of training data for the statistical NLP approaches. Existing toolkits either provide limited visual aid, or introduce comprehensive operators to realize sophistica…

Clustering