paper-with-me

홈 › Papers

Towards Improving Document Understanding: An Exploration on Text-Grounding via MLLMs

2023-11-22 · Yonghui Wang, Wengang Zhou, Hao Feng, Keyi Zhou, Houqiang Li

In the field of document understanding, significant advances have been made in the fine-tuning of Multimodal Large Language Models (MLLMs) with instruction-following data. Nevertheless, the potential of text-grounding capability within text-rich scenarios remains underexplored. In this paper, we present a text-grounding document understanding model, termed TGDoc, which addresses this deficiency by enhancing MLLMs with the ability to discern the spatial positioning of text within images. Empirical evidence suggests that text-grounding improves the model's interpretation of textual content, thereby elevating its proficiency in comprehending text-rich images. Specifically, we compile a dataset containing 99K PowerPoint presentations sourced from the internet. We formulate instruction tuning tasks including text detection, recognition, and spotting to facilitate the cohesive alignment between the visual encoder and large language model. Moreover, we curate a collection of text-rich images and prompt the text-only GPT-4 to generate 12K high-quality conversations, featuring textual locations within text-rich scenarios. By integrating text location data into the instructions, TGDoc is adept at discerning text locations during the visual question process. Extensive experiments demonstrate that our method achieves state-of-the-art performance across multiple text-rich benchmarks, validating the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2311.13194

Code (1)

harrytea/tgdoc 공식 구현 pytorch

Tasks

document understandingInstruction FollowingLanguage ModellingLarge Language ModelText Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

DOGE: Towards Versatile Visual Document Grounding and Referring

2024-11-26 · Yinan Zhou, Yuxin Chen, Haokun Lin, Shuyu Yang 외

In recent years, Multimodal Large Language Models (MLLMs) have increasingly emphasized grounding and referring capabilities to achieve detailed understanding and flexible user interaction. However, in the realm of visual…

document understanding

Towards Visual Text Grounding of Multimodal Large Language Model

2025-04-07 · Ming Li, Ruiyi Zhang, Jian Chen, Jiuxiang Gu 외

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,…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+5

MC-Bench: A Benchmark for Multi-Context Visual Grounding in the Era of MLLMs

2024-10-16 · Yunqiu Xu, Linchao Zhu, Yi Yang

While multimodal large language models (MLLMs) have demonstrated extraordinary vision-language understanding capabilities and shown potential to serve as general-purpose assistants, their abilities to solve instance-leve…

Visual Grounding

3DAxisPrompt: Promoting the 3D Grounding and Reasoning in GPT-4o

2025-03-17 · Dingning Liu, Cheng Wang, Peng Gao, Renrui Zhang 외

Multimodal Large Language Models (MLLMs) exhibit impressive capabilities across a variety of tasks, especially when equipped with carefully designed visual prompts. However, existing studies primarily focus on logical re…

Logical ReasoningPrompt EngineeringVisual Prompting

InfiGUI-G1: Advancing GUI Grounding with Adaptive Exploration Policy Optimization

2025-08-07 · Yuhang Liu, Zeyu Liu, Shuanghe Zhu, Pengxiang Li 외 arxiv

The emergence of Multimodal Large Language Models (MLLMs) has propelled the development of autonomous agents that operate on Graphical User Interfaces (GUIs) using pure visual input. A fundamental challenge is robustly g…

Reinforcement LearningAnswer Generation