paper-with-me

Papers

PP-DocBee2: Improved Baselines with Efficient Data for Multimodal Document Understanding

2025-06-22 · Kui Huang, Xinrong Chen, Wenyu Lv, Jincheng Liao, Guanzhong Wang, Yi Liu

This report introduces PP-DocBee2, an advanced version of the PP-DocBee, designed to enhance multimodal document understanding. Built on a large multimodal model architecture, PP-DocBee2 addresses the limitations of its predecessor through key technological improvements, including enhanced synthetic data quality, improved visual feature fusion strategy, and optimized inference methodologies. These enhancements yield an $11.4\%$ performance boost on internal benchmarks for Chinese business documents, and reduce inference latency by $73.0\%$ to the vanilla version. A key innovation of our work is a data quality optimization strategy for multimodal document tasks. By employing a large-scale multimodal pre-trained model to evaluate data, we apply a novel statistical criterion to filter outliers, ensuring high-quality training data. Inspired by insights into underutilized intermediate features in multimodal models, we enhance the ViT representational capacity by decomposing it into layers and applying a novel feature fusion strategy to improve complex reasoning. The source code and pre-trained model are available at \href{https://github.com/PaddlePaddle/PaddleMIX}{https://github.com/PaddlePaddle/PaddleMIX}.

📄 PDF Abstract BibTeX arXiv:2506.18023

Code (1)

PaddlePaddle/PaddleMIX 공식 구현 paddle

Tasks

document understanding

Similar Papers 제목 키워드 기반

PP-DocBee: Improving Multimodal Document Understanding Through a Bag of Tricks

2025-03-06 · Feng Ni, Kui Huang, Yao Lu, Wenyu Lv 외

With the rapid advancement of digitalization, various document images are being applied more extensively in production and daily life, and there is an increasingly urgent need for fast and accurate parsing of the content…

document understandingLanguage ModelingLanguage ModellingLarge Language Model+2

VisDoM: Multi-Document QA with Visually Rich Elements Using Multimodal Retrieval-Augmented Generation

2024-12-14 · Manan Suri, Puneet Mathur, Franck Dernoncourt, Kanika Goswami 외

Understanding information from a collection of multiple documents, particularly those with visually rich elements, is important for document-grounded question answering. This paper introduces VisDoMBench, the first compr…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

ReBOL: Retrieval via Bayesian Optimization with Batched LLM Relevance Observations and Query Reformulation

2026-03-20 · Anton Korikov, Scott Sanner arxiv

LLM-reranking is limited by the top-k documents retrieved by vector similarity, which neither enables contextual query-document token interactions nor captures multimodal relevance distributions. While LLM query reformul…

Image Position Prediction in Multimodal Documents

2020-05-01 · LREC 2020 5 · Masayasu Muraoka, Ryosuke Kohita, Etsuko Ishii

Conventional multimodal tasks, such as caption generation and visual question answering, have allowed machines to understand an image by describing or being asked about it in natural language, often via a sentence. Datas…

ArticlesCaption GenerationPositionPrediction+4

MultiDocFusion: Hierarchical and Multimodal Chunking Pipeline for Enhanced RAG on Long Industrial Documents

2026-04-14 · Joongmin Shin, Chanjun Park, Jeongbae Park, Jaehyung Seo 외 arxiv

RAG-based QA has emerged as a powerful method for processing long industrial documents. However, conventional text chunking approaches often neglect complex and long industrial document structures, causing information lo…