paper-with-me

홈 › Papers

Vision Grid Transformer for Document Layout Analysis

2023-08-29 · ICCV 2023 1 · Cheng Da, Chuwei Luo, Qi Zheng, Cong Yao

Document pre-trained models and grid-based models have proven to be very effective on various tasks in Document AI. However, for the document layout analysis (DLA) task, existing document pre-trained models, even those pre-trained in a multi-modal fashion, usually rely on either textual features or visual features. Grid-based models for DLA are multi-modality but largely neglect the effect of pre-training. To fully leverage multi-modal information and exploit pre-training techniques to learn better representation for DLA, in this paper, we present VGT, a two-stream Vision Grid Transformer, in which Grid Transformer (GiT) is proposed and pre-trained for 2D token-level and segment-level semantic understanding. Furthermore, a new dataset named D$^4$LA, which is so far the most diverse and detailed manually-annotated benchmark for document layout analysis, is curated and released. Experiment results have illustrated that the proposed VGT model achieves new state-of-the-art results on DLA tasks, e.g. PubLayNet ($95.7\%$$\rightarrow$$96.2\%$), DocBank ($79.6\%$$\rightarrow$$84.1\%$), and D$^4$LA ($67.7\%$$\rightarrow$$68.8\%$). The code and models as well as the D$^4$LA dataset will be made publicly available ~\url{https://github.com/AlibabaResearch/AdvancedLiterateMachinery}.

📄 PDF Abstract BibTeX arXiv:2308.14978

Code (1)

alibabaresearch/advancedliteratemachinery 공식 구현 pytorch

Tasks

Document AIDocument Layout Analysisdocument understandingOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Document AI: A Comparative Study of Transformer-Based, Graph-Based Models, and Convolutional Neural Networks For Document Layout Analysis

2023-08-29 · Sotirios Kastanas, Shaomu Tan, Yi He

Document AI aims to automatically analyze documents by leveraging natural language processing and computer vision techniques. One of the major tasks of Document AI is document layout analysis, which structures document p…

Document AIDocument Layout AnalysisMachine TranslationTransfer Learning

PubLayNet: largest dataset ever for document layout analysis

2019-08-16 · Xu Zhong, Jianbin Tang, Antonio Jimeno Yepes

Recognizing the layout of unstructured digital documents is an important step when parsing the documents into structured machine-readable format for downstream applications. Deep neural networks that are developed for co…

ArticlesDocument Layout AnalysisTransfer Learning

VSR: A Unified Framework for Document Layout Analysis combining Vision, Semantics and Relations

2021-05-13 · Peng Zhang, Can Li, Liang Qiao, Zhanzhan Cheng 외

Document layout analysis is crucial for understanding document structures. On this task, vision and semantics of documents, and relations between layout components contribute to the understanding process. Though many wor…

Document Layout AnalysisGraph Neural NetworkRelation

DiT: Self-supervised Pre-training for Document Image Transformer

2022-03-04 · Junlong Li, Yiheng Xu, Tengchao Lv, Lei Cui 외

Image Transformer has recently achieved significant progress for natural image understanding, either using supervised (ViT, DeiT, etc.) or self-supervised (BEiT, MAE, etc.) pre-training techniques. In this paper, we prop…

Document AIdocument-image-classificationDocument Image ClassificationDocument Layout Analysis+5

DocBank: A Benchmark Dataset for Document Layout Analysis

2020-06-01 · COLING 2020 8 · Minghao Li, Yiheng Xu, Lei Cui, Shaohan Huang 외

Document layout analysis usually relies on computer vision models to understand documents while ignoring textual information that is vital to capture. Meanwhile, high quality labeled datasets with both visual and textual…

Document Layout Analysis