paper-with-me

Papers

PP-StructureV2: A Stronger Document Analysis System

2022-10-11 · Chenxia Li, Ruoyu Guo, Jun Zhou, Mengtao An, Yuning Du, Lingfeng Zhu, Yi Liu, Xiaoguang Hu, dianhai yu

A large amount of document data exists in unstructured form such as raw images without any text information. Designing a practical document image analysis system is a meaningful but challenging task. In previous work, we proposed an intelligent document analysis system PP-Structure. In order to further upgrade the function and performance of PP-Structure, we propose PP-StructureV2 in this work, which contains two subsystems: Layout Information Extraction and Key Information Extraction. Firstly, we integrate Image Direction Correction module and Layout Restoration module to enhance the functionality of the system. Secondly, 8 practical strategies are utilized in PP-StructureV2 for better performance. For Layout Analysis model, we introduce ultra light-weight detector PP-PicoDet and knowledge distillation algorithm FGD for model lightweighting, which increased the inference speed by 11 times with comparable mAP. For Table Recognition model, we utilize PP-LCNet, CSP-PAN and SLAHead to optimize the backbone module, feature fusion module and decoding module, respectively, which improved the table structure accuracy by 6\% with comparable inference speed. For Key Information Extraction model, we introduce VI-LayoutXLM which is a visual-feature independent LayoutXLM architecture, TB-YX sorting algorithm and U-DML knowledge distillation algorithm, which brought 2.8\% and 9.1\% improvement respectively on the Hmean of Semantic Entity Recognition and Relation Extraction tasks. All the above mentioned models and code are open-sourced in the GitHub repository PaddleOCR.

📄 PDF Abstract BibTeX arXiv:2210.05391

Code (1)

PaddlePaddle/PaddleOCR 공식 구현 paddle

Tasks

Key Information ExtractionKnowledge DistillationNetwork PruningRelation ExtractionTable Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

PdfTable: A Unified Toolkit for Deep Learning-Based Table Extraction

2024-09-08 · Lei Sheng, Shuai-Shuai Xu

Currently, a substantial volume of document data exists in an unstructured format, encompassing Portable Document Format (PDF) files and images. Extracting information from these documents presents formidable challenges …

Deep LearningDocument Layout AnalysisOptical Character RecognitionOptical Character Recognition (OCR)+2

How Do Document Parsers Break? Auditing Structural Vulnerability in Document Intelligence

2026-05-19 · Yue Chen, Yihao Wang, Ziyi Tang, Yongsen Zheng 외 arxiv

Document Layout Analysis (DLA) pipelines provide structured page representations for retrieval-augmented generation, long-document question answering, and other document intelligence systems, yet their robustness evaluat…

Document Layout AnalysisQuestion Answering

PaddleOCR 3.0 Technical Report

2025-07-08 · Cheng Cui, Ting Sun, Manhui Lin, Tingquan Gao 외

This technical report introduces PaddleOCR 3.0, an Apache-licensed open-source toolkit for OCR and document parsing. To address the growing demand for document understanding in the era of large language models, PaddleOCR…

document understandingKey Information ExtractionOptical Character Recognition (OCR)

Atomized Search Length: Beyond User Models

2022-01-05 · John Alex, Keith Hall, Donald Metzler

We argue that current IR metrics, modeled on optimizing user experience, measure too narrow a portion of the IR space. If IR systems are weak, these metrics undersample or completely filter out the deeper documents that …

Align Then Adapt: Label-Efficient Adapter Learning for Asymmetric Dense Retrieval

2026-04-03 · Seiji Maekawa, Moin Aminnaseri, Pouya Pezeshkpour, Estevam Hruschka arxiv

Dense retrieval systems increasingly face an asymmetry between complex instruction-like queries and relatively simple, static document collections. While stronger embedders can better understand such queries, re-embeddin…