paper-with-me

홈 › Papers

DocVLM: Make Your VLM an Efficient Reader

2024-12-11 · CVPR 2025 1 · Mor Shpigel Nacson, Aviad Aberdam, Roy Ganz, Elad Ben Avraham, Alona Golts, Yair Kittenplon, Shai Mazor, Ron Litman

Vision-Language Models (VLMs) excel in diverse visual tasks but face challenges in document understanding, which requires fine-grained text processing. While typical visual tasks perform well with low-resolution inputs, reading-intensive applications demand high-resolution, resulting in significant computational overhead. Using OCR-extracted text in VLM prompts partially addresses this issue but underperforms compared to full-resolution counterpart, as it lacks the complete visual context needed for optimal performance. We introduce DocVLM, a method that integrates an OCR-based modality into VLMs to enhance document processing while preserving original weights. Our approach employs an OCR encoder to capture textual content and layout, compressing these into a compact set of learned queries incorporated into the VLM. Comprehensive evaluations across leading VLMs show that DocVLM significantly reduces reliance on high-resolution images for document understanding. In limited-token regimes (448$\times$448), DocVLM with 64 learned queries improves DocVQA results from 56.0% to 86.6% when integrated with InternVL2 and from 84.4% to 91.2% with Qwen2-VL. In LLaVA-OneVision, DocVLM achieves improved results while using 80% less image tokens. The reduced token usage allows processing multiple pages effectively, showing impressive zero-shot results on DUDE and state-of-the-art performance on MP-DocVQA, highlighting DocVLM's potential for applications requiring high-performance and efficiency.

📄 PDF Abstract BibTeX arXiv:2412.08746

Code (0)

등록된 구현이 없습니다.

Tasks

document understandingOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PatientVLM Meets DocVLM: Pre-Consultation Dialogue Between Vision-Language Models for Efficient Diagnosis

2026-01-16 · K Lokesh, Abhirama Subramanyam Penamakuri, Uday Agarwal, Apoorva Challa 외 arxiv

Traditionally, AI research in medical diagnosis has largely centered on image analysis. While this has led to notable advancements, the absence of patient-reported symptoms continues to hinder diagnostic accuracy. To add…

Medical Diagnosis

Retraining as Approximate Bayesian Inference

2026-03-26 · Harrison Katz arxiv

Model retraining is usually treated as an ongoing maintenance task. But as Harrison Katz now argues, retraining can be better understood as approximate Bayesian inference under computational constraints. The gap between …

Bayesian Inference

Choose Your QA Model Wisely: A Systematic Study of Generative and Extractive Readers for Question Answering

2022-03-14 · SpaNLP (ACL) 2022 5 · Man Luo, Kazuma Hashimoto, Semih Yavuz, Zhiwei Liu 외

While both extractive and generative readers have been successfully applied to the Question Answering (QA) task, little attention has been paid toward the systematic comparison of them. Characterizing the strengths and w…

DecoderDomain GeneralizationMulti-Task LearningQuestion Answering

My Words Imply Your Opinion: Reader Agent-Based Propagation Enhancement for Personalized Implicit Emotion Analysis

2024-12-10 · Jian Liao, Yu Feng, Xiaoyu Wang, Suge Wang 외

In implicit emotion analysis (IEA), the subtlety of emotional expressions makes it particularly sensitive to user-specific characteristics. Existing studies often inject personalization into the analysis by focusing on t…

Emotion RecognitionGraph LearningLarge Language Model

How to Engage Your Readers? Generating Guiding Questions to Promote Active Reading

2024-07-19 · Peng Cui, Vilém Zouhar, XiaoYu Zhang, Mrinmaya Sachan

Using questions in written text is an effective strategy to enhance readability. However, what makes an active reading question good, what the linguistic role of these questions is, and what is their impact on human read…

ArticlesMemorizationReading Comprehension