paper-with-me

홈 › Papers

Complicated Table Structure Recognition

2019-08-13 · Zewen Chi, He-Yan Huang, Heng-Da Xu, Houjin Yu, Wanxuan Yin, Xian-Ling Mao

The task of table structure recognition aims to recognize the internal structure of a table, which is a key step to make machines understand tables. Currently, there are lots of studies on this task for different file formats such as ASCII text and HTML. It also attracts lots of attention to recognize the table structures in PDF files. However, it is hard for the existing methods to accurately recognize the structure of complicated tables in PDF files. The complicated tables contain spanning cells which occupy at least two columns or rows. To address the issue, we propose a novel graph neural network for recognizing the table structure in PDF files, named GraphTSR. Specifically, it takes table cells as input, and then recognizes the table structures by predicting relations among cells. Moreover, to evaluate the task better, we construct a large-scale table structure recognition dataset from scientific papers, named SciTSR, which contains 15,000 tables from PDF files and their corresponding structure labels. Extensive experiments demonstrate that our proposed model is highly effective for complicated tables and outperforms state-of-the-art baselines over a benchmark dataset and our new constructed dataset.

📄 PDF Abstract BibTeX arXiv:1908.04729

Code (1)

Academic-Hammer/SciTSR 공식 구현

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Grab What You Need: Rethinking Complex Table Structure Recognition with Flexible Components Deliberation

2023-03-16 · Hao liu, Xin Li, Mingming Gong, Bing Liu 외

Recently, Table Structure Recognition (TSR) task, aiming at identifying table structure into machine readable formats, has received increasing interest in the community. While impressive success, most single table compon…

LGPMA: Complicated Table Structure Recognition with Local and Global Pyramid Mask Alignment

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

Table structure recognition is a challenging task due to the various structures and complicated cell spanning relations. Previous methods handled the problem starting from elements in different granularities (rows/column…

Table Recognition

Table Structure Recognition with Conditional Attention

2022-03-08 · Bin Xiao, Murat Simsek, Burak Kantarci, Ala Abu Alkheir

Tabular data in digital documents is widely used to express compact and important information for readers. However, it is challenging to parse tables from unstructured digital documents, such as PDFs and images, into mac…

Information RetrievalRetrieval

DocXChain: A Powerful Open-Source Toolchain for Document Parsing and Beyond

2023-10-19 · Cong Yao

In this report, we introduce DocXChain, a powerful open-source toolchain for document parsing, which is designed and developed to automatically convert the rich information embodied in unstructured documents, such as tex…

Document AIDocument Layout Analysisdocument understandingOptical Character Recognition (OCR)+3

DG-STGCN: Dynamic Spatial-Temporal Modeling for Skeleton-based Action Recognition

2022-10-12 · Haodong Duan, Jiaqi Wang, Kai Chen, Dahua Lin

Graph convolution networks (GCN) have been widely used in skeleton-based action recognition. We note that existing GCN-based approaches primarily rely on prescribed graphical structures (ie., a manually defined topology …

Action RecognitionSkeleton Based Action Recognition