🤖 AI Summary
Multimodal large language models (MLLMs) exhibit weak visual grounding capabilities for textual elements in text-dense images—such as documents, tables, and infographics—hindering precise spatial understanding. Method: This work introduces Text-Rich Image Grounding (TRIG), a novel task for fine-grained visual-text localization in such images, and establishes the first dedicated benchmark—TRIG—along with a corresponding dataset. Leveraging an OCR-LLM-human collaborative annotation paradigm, we generate 800 high-quality expert-annotated question-answer pairs and 90K synthetic samples. We further propose a lightweight instruction-tuning strategy and a plug-and-play spatial-aware embedding module to jointly align textual content with layout coordinates. Contribution/Results: Experiments demonstrate substantial improvements in MLLMs’ spatial reasoning and fine-grained text localization accuracy on document images. The TRIG benchmark provides a reproducible evaluation framework and a principled technical pathway for advancing rich-text visual understanding.
📝 Abstract
Despite the existing evolution of Multimodal Large Language Models (MLLMs), a non-neglectable limitation remains in their struggle with visual text grounding, especially in text-rich images of documents. Document images, such as scanned forms and infographics, highlight critical challenges due to their complex layouts and textual content. However, current benchmarks do not fully address these challenges, as they mostly focus on visual grounding on natural images, rather than text-rich document images. Thus, to bridge this gap, we introduce TRIG, a novel task with a newly designed instruction dataset for benchmarking and improving the Text-Rich Image Grounding capabilities of MLLMs in document question-answering. Specifically, we propose an OCR-LLM-human interaction pipeline to create 800 manually annotated question-answer pairs as a benchmark and a large-scale training set of 90$ synthetic data based on four diverse datasets. A comprehensive evaluation of various MLLMs on our proposed benchmark exposes substantial limitations in their grounding capability on text-rich images. In addition, we propose two simple and effective TRIG methods based on general instruction tuning and plug-and-play efficient embedding, respectively. By finetuning MLLMs on our synthetic dataset, they promisingly improve spatial reasoning and grounding capabilities.