paper-with-me

홈 › Papers

LightSTAR: Efficient Visual Document Retrieval via Lightweight Selection with Vision-Adaptive Refinement

2026-06-22 · Tongkun Guan, Haocheng Wang, Wei Shen, Xiaokang Yang arxiv

Visual document retrieval requires rapidly locating relevant pages from large multi-modal corpora in response to user queries. While recent methods powered by Multi-modal Large Language Models (MLLMs) show competitive accuracy, they suffer from prohibitive computational costs by applying intensive MLLM encoding to every single page. Meanwhile, we observe that user queries are typically keyword-anchored, containing semantically rich words that are expected to appear directly in the visible text of relevant pages, offering an efficient cue for quickly narrowing down candidate pages. Building on this insight, we propose LightSTAR, an efficient framework that decomposes visual document retrieval into: 1) LLM-free Visual Selection, which utilizes content-grounded query encoding to focus on informative words and employs LLM-free visual embeddings to produce a high-recall candidate set; and 2) Vision-adaptive Semantic Refinement, which further performs fine-grained semantic matching exclusively on these top candidates via adaptive region-wise feature fusion to effectively combine textual and layout cues, optimized through a hardness-aware contrastive objective. Experimental results demonstrate that LightSTAR achieves state-of-the-art retrieval accuracy while reducing end-to-end latency by several-fold, offering a highly practical solution to the accuracy-efficiency trade-off in visual document retrieval. Code is available at https://github.com/bokufa/LightSTAR.

📄 PDF Abstract BibTeX arXiv:2606.23539

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SRAS: A Lightweight Reinforcement Learning-based Document Selector for Edge-Native RAG Pipelines

2026-01-05 · Rajiv Chaitanya Muttur arxiv

Retrieval-Augmented Generation (RAG) systems often rely on fixed top-k document selection mechanisms that ignore downstream generation quality and impose computational overheads. We propose SRAS (Sparse Reward-Aware Sele…

Reinforcement Learning

Benchmarking Retrieval-Augmented Multimomal Generation for Document Question Answering

2025-05-22 · Kuicai Dong, Yujing Chang, Shijie Huang, Yasheng Wang 외

Document Visual Question Answering (DocVQA) faces dual challenges in processing lengthy multimodal documents (text, images, tables) and performing cross-modal reasoning. Current document retrieval-augmented generation (D…

BenchmarkingEvidence SelectionQuestion AnsweringRetrieval+2

RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval

2026-08-26 · Emre Kuru, Mehmet Onur Keskin, Reza Farahbakhsh, Noel Crespi hf

Document retrieval increasingly supports high-stakes information access in finance, healthcare, and law. Modern retrieval pipelines vary both in modality (text or multimodal) and in retrieval architecture (dense or late-…

AVIR: Adaptive Visual In-Document Retrieval for Efficient Multi-Page Document Question Answering

2026-01-17 · Zongmin Li, Yachuan Li, Lei Kang, Dimosthenis Karatzas 외 arxiv

Multi-page Document Visual Question Answering (MP-DocVQA) remains challenging because long documents not only strain computational resources but also reduce the effectiveness of the attention mechanism in large vision-la…

Visual Question AnsweringAnswer Generation

Enhancing Document VQA Models via Retrieval-Augmented Generation

2025-08-26 · Eric López, Artemis Llabrés, Ernest Valveny arxiv

Document Visual Question Answering (Document VQA) must cope with documents that span dozens of pages, yet leading systems still concatenate every page or rely on very large vision-language models, both of which are memor…

Visual Question Answering