paper-with-me

Papers

DocPruner: A Storage-Efficient Framework for Multi-Vector Visual Document Retrieval via Adaptive Patch-Level Embedding Pruning

2025-09-28 · Yibo Yan, Guangwei Xu, Xin Zou, Shuliang Liu, James Kwok, Xuming Hu arxiv

Visual Document Retrieval (VDR), the task of retrieving visually-rich document pages using queries that combine visual and textual cues, is crucial for numerous real-world applications. Recent state-of-the-art methods leverage Large Vision-Language Models (LVLMs) in a multi-vector paradigm, representing each document as patch-level embeddings to capture fine-grained details. While highly effective, this approach introduces a critical challenge: prohibitive storage overhead, as storing hundreds of vectors per page makes large-scale deployment costly and impractical. To address this, we introduce DocPruner, the first framework to employ adaptive patch-level embedding pruning for VDR to effectively reduce the storage overhead. DocPruner leverages the intra-document patch attention distribution to dynamically identify and discard redundant embeddings for each document. This adaptive mechanism enables a significant 50-60% reduction in storage for leading multi-vector VDR models with negligible degradation in document retrieval performance. Extensive experiments across more than ten representative datasets validate that DocPruner offers a robust, flexible, and effective solution for building storage-efficient, large-scale VDR systems.

📄 PDF Abstract BibTeX arXiv:2509.23883

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MM-Matryoshka: Towards Budget-Elastic Visual Document Retrieval via a 2D Multimodal Matryoshka Training Framework

2026-06-03 · Haowen Xiang, Yibo Yan, Jiahao Huo, Yu Huang 외 arxiv

Multi-vector visual document retrievers achieve strong fine-grained matching by representing each page with multiple vectors from deep Vision-Language Models (VLMs), but this design makes deployment expensive in both sto…

Visual Late Chunking: An Empirical Study of Contextual Chunking for Efficient Visual Document Retrieval

2026-04-11 · Yibo Yan, Mingdong Ou, Yi Cao, Jiahao Huo 외 arxiv

Multi-vector models dominate Visual Document Retrieval (VDR) due to their fine-grained matching capabilities, but their high storage and computational costs present a major barrier to practical deployment. In this paper,…

Beyond the Grid: Layout-Informed Multi-Vector Retrieval with Parsed Visual Document Representations

2026-03-02 · Yibo Yan, Mingdong Ou, Yi Cao, Xin Zou 외 arxiv

Harnessing the full potential of visually-rich documents requires retrieval systems that understand not just text, but intricate layouts, a core challenge in Visual Document Retrieval (VDR). The prevailing multi-vector a…

Compressed Video Contrastive Learning

2021-12-01 · NeurIPS 2021 12 · Yuqi Huo, Mingyu Ding, Haoyu Lu, Nanyi Fei 외

This work concerns self-supervised video representation learning (SSVRL), one topic that has received much attention recently. Since videos are storage-intensive and contain a rich source of visual content, models design…

Contrastive LearningRepresentation Learning

Do All Visual Tokens Matter Equally? Object-Evidence Preserving Token Merging for Vision-Language Retrieval

2026-07-06 · Suhyeong Park, Junha Jung, Jungwoo Park, Jaewoo Kang hf

Multi-vector vision-language retrieval preserves fine-grained visual evidence through maximum-similarity late interaction, but dense image-side tokens make storage and scoring expensive. Existing token compression method…