mPLUG-DocOwl 1.5: Unified Structure Learning for OCR-free Document Understanding

Anwen Hu, Haiyang Xu, Jiabo Ye, Mingshi Yan, Liang Zhang, Bo Zhang, Chen Li, Ji Zhang, Qin Jin, Fei Huang, Jingren Zhou

arXiv:2403.12895 · 2026-07-27 공개 · arXiv · PDF

multimodal-llm document-understanding layout-aware structure-learning docreason25k vision-to-text text-localization ocr-free

Abstract

Structure information is critical for understanding the semantics of text-rich images, such as documents, tables, and charts. Existing Multimodal Large Language Models (MLLMs) for Visual Document Understanding are equipped with text recognition ability but lack general structure understanding abilities for text-rich document images. In this work, we emphasize the importance of structure information in Visual Document Understanding and propose the Unified Structure Learning to boost the performance of MLLMs. Our Unified Structure Learning comprises structure-aware parsing tasks and multi-grained text localization tasks across 5 domains: document, webpage, table, chart, and natural image. To better encode structure information, we design a simple and effective vision-to-text module H-Reducer, which can not only maintain the layout information but also reduce the length of visual features by merging horizontal adjacent patches through convolution, enabling the LLM to understand high-resolution images more efficiently. Furthermore, by constructing structure-aware text sequences and multi-grained pairs of texts and bounding boxes for publicly available text-rich images, we build a comprehensive training set DocStruct4M to support structure learning. Finally, we construct a small but high-quality reasoning tuning dataset DocReason25K to trigger the detailed explanation ability in the document domain. Our model DocOwl 1.5 achieves state-of-the-art performance on 10 visual document understanding benchmarks, improving the SOTA performance of MLLMs with a 7B LLM by more than 10 points in 5/10 benchmarks. Our codes, models, and datasets are publicly available at https://github.com/X-PLUG/mPLUG-DocOwl/tree/main/DocOwl1.5.

한국어 요약

한 줄 요약

DocOwl 1.5는 OCR-free 환경에서 10개의 문서 이해 벤치마크에서 기존 MLLM 대비 최대 10점 이상 성능 향상.

핵심 기여도

핵심 아이디어

기존 MLLM은 텍스트 인식 능력은 갖추었으나, 텍스트가 풍부한 이미지의 구조를 이해하는 데 한계가 있었다. 이를 해결하기 위해, 구조 정보를 학습하는 **Unified Structure Learning**을 제안한다. 이는 문서, 웹페이지, 표, 차트, 자연 이미지 5개 도메인에서 **structure-aware parsing task**와 **multi-grained text localization task**를 수행함으로써, 텍스트의 구성 방식과 위치 정보를 동시에 학습한다.

구조 정보를 효과적으로 인코딩하기 위해, **H-Reducer**라는 vision-to-text 모듈을 설계했다. 이 모듈은 수평 방향 인접 패치를 합쳐 시각 특징 길이를 1/4로 줄이면서, 레이아웃 정보를 유지한다. 기존의 cross-attention 기반 모듈은 시각 정보를 합성하면서 공간 정보를 잃을 수 있지만, H-Reducer는 합성 없이 합성곱을 통해 공간 정보를 보존한다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용