paper-with-me

홈 › Papers

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

2021-05-13 · Peng Zhang, Can Li, Liang Qiao, Zhanzhan Cheng, ShiLiang Pu, Yi Niu, Fei Wu

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 works have been proposed to exploit the above information, they show unsatisfactory results. NLP-based methods model layout analysis as a sequence labeling task and show insufficient capabilities in layout modeling. CV-based methods model layout analysis as a detection or segmentation task, but bear limitations of inefficient modality fusion and lack of relation modeling between layout components. To address the above limitations, we propose a unified framework VSR for document layout analysis, combining vision, semantics and relations. VSR supports both NLP-based and CV-based methods. Specifically, we first introduce vision through document image and semantics through text embedding maps. Then, modality-specific visual and semantic features are extracted using a two-stream network, which are adaptively fused to make full use of complementary information. Finally, given component candidates, a relation module based on graph neural network is incorported to model relations between components and output final results. On three popular benchmarks, VSR outperforms previous models by large margins. Code will be released soon.

📄 PDF Abstract BibTeX arXiv:2105.06220

Code (1)

hikopensource/davar-lab-ocr 공식 구현 pytorch

Tasks

Document Layout AnalysisGraph Neural NetworkRelation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Cross-Domain Document Layout Analysis Using Document Style Guide

2022-01-24 · Xingjiao Wu, Luwei Xiao, Xiangcheng Du, Yingbin Zheng 외

The document layout analysis (DLA) aims to decompose document images into high-level semantic areas (i.e., figures, tables, texts, and background). Creating a DLA framework with strong generalization capabilities is a ch…

Contrastive LearningDocument Layout Analysis

UniHDSA: A Unified Relation Prediction Approach for Hierarchical Document Structure Analysis

2025-03-20 · Jiawei Wang, Kai Hu, Qiang Huo

Document structure analysis, aka document layout analysis, is crucial for understanding both the physical layout and logical structure of documents, serving information retrieval, document summarization, knowledge extrac…

Document Layout AnalysisDocument SummarizationInformation RetrievalPrediction+3

RT-DocLayout: Real-Time End-to-End Document Layout Analysis with Reading Order in the Wild

2026-06-22 · Cheng Cui, Tingquan Gao, Xueqing Wang, Changda Zhou 외 arxiv

Accurate document layout analysis remains a critical bottleneck for document parsing systems, due to the intricate coupling among heterogeneous document layout elements, geometric distortions (\eg, paper warping and bend…

Document Layout Analysis

LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking

2022-04-18 · Yupan Huang, Tengchao Lv, Lei Cui, Yutong Lu 외

Self-supervised pre-training techniques have achieved remarkable progress in Document AI. Most multimodal pre-trained models use a masked language modeling objective to learn bidirectional representations on the text mod…

cross-modal alignmentDocument AIdocument-image-classificationDocument Image Classification+16

DLAFormer: An End-to-End Transformer For Document Layout Analysis

2024-05-20 · Jiawei Wang, Kai Hu, Qiang Huo

Document layout analysis (DLA) is crucial for understanding the physical layout and logical structure of documents, serving information retrieval, document summarization, knowledge extraction, etc. However, previous stud…

Document Layout AnalysisDocument SummarizationInformation RetrievalPrediction+2