Exploring the Capabilities of Large Multimodal Models on Dense Text
Shuo Zhang, Biao Yang, Zhang Li, Zhiyin Ma, Yuliang Liu, Xiang Bai
TL;DR
This work addresses the challenge of evaluating dense-text understanding in visual models by introducing DT-VQA, a dense-text Visual Question Answering dataset with 170k QA pairs across 30k images drawn from four text-rich sources. The authors benchmark a range of large multimodal models, including GPT-4V, Gemini, and open-source LMMs, and demonstrate that dense-text questions remain difficult even for state-of-the-art systems. They propose two pragmatic strategies—prompt engineering and downstream fine-tuning—showing that prompts can modestly improve ANLS while fine-tuning on automatically labeled DT-VQA data yields substantial gains, especially for open models. Additionally, they introduce AccANLS, a metric designed to balance recognition errors and output length, providing a more robust evaluation for dense-text VQA. The work highlights the need for specialized dense-text benchmarks and data-driven training approaches to advance practical information extraction from text-rich images.
Abstract
While large multi-modal models (LMM) have shown notable progress in multi-modal tasks, their capabilities in tasks involving dense textual content remains to be fully explored. Dense text, which carries important information, is often found in documents, tables, and product descriptions. Understanding dense text enables us to obtain more accurate information, assisting in making better decisions. To further explore the capabilities of LMM in complex text tasks, we propose the DT-VQA dataset, with 170k question-answer pairs. In this paper, we conduct a comprehensive evaluation of GPT4V, Gemini, and various open-source LMMs on our dataset, revealing their strengths and weaknesses. Furthermore, we evaluate the effectiveness of two strategies for LMM: prompt engineering and downstream fine-tuning. We find that even with automatically labeled training datasets, significant improvements in model performance can be achieved. We hope that this research will promote the study of LMM in dense text tasks. Code will be released at https://github.com/Yuliang-Liu/MultimodalOCR.
