Chrome Extension
WeChat Mini Program
Use on ChatGLM

CREPE: Coordinate-Aware End-to-End Document Parser

Computing Research Repository (CoRR)(2024)

NAVER Cloud AI LINE WORKS | NAVER Cloud AI

Cited 0|Views23
Abstract
In this study, we formulate an OCR-free sequence generation model for visualdocument understanding (VDU). Our model not only parses text from documentimages but also extracts the spatial coordinates of the text based on themulti-head architecture. Named as Coordinate-aware End-to-end Document Parser(CREPE), our method uniquely integrates these capabilities by introducing aspecial token for OCR text, and token-triggered coordinate decoding. We alsoproposed a weakly-supervised framework for cost-efficient training, requiringonly parsing annotations without high-cost coordinate annotations. Ourexperimental evaluations demonstrate CREPE's state-of-the-art performances ondocument parsing tasks. Beyond that, CREPE's adaptability is furtherhighlighted by its successful usage in other document understanding tasks suchas layout analysis, document visual question answering, and so one. CREPE'sabilities including OCR and semantic parsing not only mitigate errorpropagation issues in existing OCR-dependent methods, it also significantlyenhance the functionality of sequence generation models, ushering in a new erafor document understanding studies.
More
Translated text
Key words
Visual Document Understanding,Document Parsing,Document Information Extraction,Optical Character Recognition,End-to-End Transformer,Weakly Supervised Learning
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种名为CREPE的视觉文档理解模型,它通过多头架构提取文本的空间坐标,同时实现了文本解析和坐标提取的端到端处理,创新之处在于将OCR文本解析与空间坐标解码集成,并引入了弱监督训练框架以降低成本。

方法】:CREPE通过引入特殊标记来触发坐标解码,采用了端到端的训练框架,仅需要文本解析注释,无需高成本的坐标注释。

实验】:实验结果表明,CREPE在文档解析任务上取得了最先进的表现,并成功应用于其他文档理解任务,如版面分析、文档视觉问答等。CREPE结合了OCR和语义解析的能力,不仅缓解了现有基于OCR方法中的错误传播问题,也显著增强了序列生成模型的功能,引领了文档理解研究的新时代。