CVDec 19, 2025

DAVE: A VLM Vision Encoder for Document Understanding and Web Agents

arXiv:2512.17221v32 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses a fundamental weakness in VLMs for document and web agent applications, though it appears incremental as it builds on existing encoder architectures with tailored improvements.

The paper tackles the problem of vision-language models lacking robust structural and spatial information for document understanding and web agents by introducing DAVE, a purpose-built vision encoder that achieves strong performance on tasks like document parsing, VQA, and web localization through a training pipeline leveraging unlabeled data and novel alignment strategies.

While Vision-language models (VLMs) have demonstrated remarkable performance across multi-modal tasks, their choice of vision encoders presents a fundamental weakness: their low-level features lack the robust structural and spatial information essential for document understanding and web agents. To bridge this gap, we introduce DAVE, a vision encoder purpose-built for VLMs and tailored for these tasks. Our training pipeline is designed to leverage abundant unlabeled data to bypass the need for costly large-scale annotations for document and web images. We begin with a self-supervised pretraining stage on unlabeled images, followed by a supervised autoregressive pretraining stage, where the model learns tasks like parsing and localization from limited, high-quality data. Within the supervised stage, we adopt two strategies to improve our encoder's alignment with both general visual knowledge and diverse document and web agentic tasks: (i) We introduce a novel model-merging scheme, combining encoders trained with different text decoders to ensure broad compatibility with different web agentic architectures. (ii) We use ensemble training to fuse features from pretrained generalist encoders (e.g., SigLIP2) with our own document and web-specific representations. Extensive experiments on classic document tasks, VQAs, web localization, and agent-based benchmarks validate the effectiveness of our approach, establishing DAVE as a strong vision encoder for document and web applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes