菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - Comparative Study of Domain-adapted VLMs for General Document Visual Question Answering

Document Visual Question Answering (DocVQA) presents a complex multimodal challenge, requiring models to exploit visual, textual, and layout information from documents. Although Vision-Language Models (VLMs) have shown remarkable performance in text-vision tasks, their robustness and transferability to different document domains remains underexplored. In this study, we present a comprehensive evaluation of 8 open-source pretrained VLMs on DocVQA in three different document domains: industrial documents of varying type, infographics, and presentation slides. We systematically assess model performance under zero-shot evaluations, fully supervised finetuning with inter- and intra-dataset evaluations, and few-shot learning evaluations of knowledge transfer between domains. Our findings demonstrate that while large pretrained VLMs possess strong zero-shot baselines for structured layouts, their performance strongly decreases on visually complex layouts of infographics and slides. Although parameter scaling is a dominant factor on performance, supervised finetuning yields higher relative gains in smaller architectures. Furthermore, our cross-domain and few-shot experiments show that visual understanding is the main bottleneck for DocVQA, not a lack of knowledge from the VLMs. Using 50 target domain samples, the models finetuned in DocVQA with datasets of different domains rapidly adapt to the target domain documents, even surpassing their fully supervised counterparts in some cases.

顶级标签: multi-modal document understanding model evaluation
详细标签: docvqa vision-language models zero-shot few-shot learning domain transfer 或 搜索:

面向通用文档视觉问答的领域自适应视觉语言模型比较研究 / Comparative Study of Domain-adapted VLMs for General Document Visual Question Answering


1️⃣ 一句话总结

这篇论文系统比较了8种开源视觉语言模型在不同类型文档(工业文档、信息图、幻灯片)上的视觉问答能力,发现模型在复杂视觉布局下表现显著下降,而小模型通过微调可以大幅提升性能,且仅用50个目标样本就能快速适应新文档领域,甚至超越全监督训练的效果。

源自 arXiv: 2607.07179