DistilVDR: A Compact End-to-End Visual Document Retriever via Dual-Student Distillation
摘要
DistilVDR is a compact 524M visual document retriever distilled from an 8B teacher via cosine alignment, achieving near-teacher accuracy on ViDoRe with 15.6x smaller indexes and faster indexing.
查看缓存全文
缓存时间: 2026/08/12 08:19
Paper page - DistilVDR: A Compact End-to-End Visual Document Retriever via Dual-Student Distillation
Source: https://huggingface.co/papers/2608.10636
Abstract
DistilVDR is a compact 524M vision-document retriever distilled from an 8B teacher using cosine alignment without relevance labels, achieving near-teacher accuracy with far smaller indexes and faster indexing.
Visual document retrieval (VDR) is dominated by multi-billion-parameter models that are slow to index at full corpus scale and expensive to serve. Prior compression routes either train a smaller multi-vector encoder from scratch or distil only the query side; neither yields a compact single-vector retriever end-to-end. We presentDistilVDR, a 524M end-to-end VDR system distilled bilaterally from a single 8B vision-language teacher under a pointwisecosine alignment loss. All supervision comes from the frozen teacher’s embedding space, which was itself trained with relevance supervision, so the student objective needs no relevance labels, negative sampling, or contrastive term. We match VDR’s text-query and image-document input asymmetry with anasymmetric encoder-only student that concentrates visual capacity on the document side and keeps the query side at 70M parameters. We release two variants that share the same encoders and training and differ only in the document encoder’svisual-tile budget:DistilVDR-HiRes attains 61.74 averageNDCG@5onViDoRev1+v2+v3 (86.9% of the 8B teacher) and leads every reproduced sub-1B baseline on the high-resolution-sensitive v3 benchmark, whileDistilVDR-Fast attains 59.98 at a 3 times smaller visual-token budget. Both variants store one million documents in a 15.6 times smaller index than the strongest sub-1Bmulti-vector baselineand index the corpus an order of magnitude faster. The code is available at https://github.com/Ryenhails/NanoVDR.
View arXiv pageView PDFProject pageGitHub1Add to collection
Community
Paper submitter
Upload images, audio, and videos by dragging in the text input, pasting, orclicking here.
Tap or paste here to upload images
Models citing this paper3
#### nanovdr/NanoVDR-D-Fast-Qwen3VL8B-4096 Feature Extraction• 0.5B• Updatedabout 3 hours ago • 2
#### nanovdr/NanoVDR-D-HiRes-Qwen3VL8B-4096 Feature Extraction• 0.5B• Updatedabout 3 hours ago • 1
#### nanovdr/NanoVDR-Q-DistilBERT-Qwen3VL8B-4096-ML Sentence Similarity• 66.4M• Updatedabout 3 hours ago • 1
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.10636 in a dataset README.md to link it from this page.
Spaces citing this paper1
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
相似文章
@perdactor: 1/ 介绍 Argus-Retriever:首个采用延迟交互的视觉文档检索器,其文档表示会根据查询自适应调整……
Argus-Retriever 是一种新型的延迟交互视觉文档检索器,它根据查询自适应文档表示,在 ViDoRe 基准测试上以更小的索引实现了 SOTA 性能。
Unveil: 多模态文档检索的统一视觉-文本融合与蒸馏
Unveil提出了一个用于多模态文档检索的统一视觉-文本嵌入框架,通过知识蒸馏将语义理解从视觉-文本模型转移到纯视觉模型,实现鲁棒且高效的检索。
VAD:多模态在线策略蒸馏中用于目标重建的视觉证据归因
介绍了视觉归因蒸馏(VAD),这是一种用于多模态在线策略蒸馏的反事实目标重建方法,可估计教师纠正中可归因于视觉的部分。在4B和9B规模下的细粒度视觉基准测试中,该方法优于现有方法。
DF3DV-1K:大规模无干扰新视角合成数据集与基准
介绍了DF3DV-1K,一个包含1048个场景和89924张图像的大规模真实世界数据集,用于无干扰的新视角合成,同时提供了九种方法的基准测试,以及通过微调基于扩散的2D增强器来改进辐射场方法的应用。
视觉对比自蒸馏
VCSD通过使用内容擦除的对照图像产生对比信号,消除了在策略自蒸馏中对外部教师、特权答案或视觉证据的需求,在视觉语言基准测试中持续优于现有方法。