Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Image-based table recognition: data, model, and evaluation

About

Important information that relates to a specific topic in a document is often organized in tabular format to assist readers with information retrieval and comparison, which may be difficult to provide in natural language. However, tabular data in unstructured digital documents, e.g., Portable Document Format (PDF) and images, are difficult to parse into structured machine-readable format, due to complexity and diversity in their structure and style. To facilitate image-based table recognition with deep learning, we develop the largest publicly available table recognition dataset PubTabNet (https://github.com/ibm-aur-nlp/PubTabNet), containing 568k table images with corresponding structured HTML representation. PubTabNet is automatically generated by matching the XML and PDF representations of the scientific articles in PubMed Central Open Access Subset (PMCOA). We also propose a novel attention-based encoder-dual-decoder (EDD) architecture that converts images of tables into HTML code. The model has a structure decoder which reconstructs the table structure and helps the cell decoder to recognize cell content. In addition, we propose a new Tree-Edit-Distance-based Similarity (TEDS) metric for table recognition, which more appropriately captures multi-hop cell misalignment and OCR errors than the pre-established metric. The experiments demonstrate that the EDD model can accurately recognize complex tables solely relying on the image representation, outperforming the state-of-the-art by 9.7% absolute TEDS score.

Xu Zhong, Elaheh ShafieiBavani, Antonio Jimeno Yepes• 2019

Related benchmarks

TaskDatasetResultRank
Table RecognitionPubTabNet (test)
TEDS (All)88.3
49
Table Structure RecognitionPubTabNet (val)
TEDS88.3
21
Table Structure RecognitionFinTabNet (evaluation)
TEDS90.6
9
Logical table structure recognitionPubTabNet
TEDS88.3
7
Table Structure RecognitionPubTabNet All 1.0 (test)
TEDS89.9
7
Table Structure RecognitionPubTabNet Complex 1.0 (test)
TEDS88.7
6
Table Structure RecognitionPubTabNet Simple 1.0 (test)
TEDS91.1
6
Logical structure recognitionFinTabNet (test)
S-TEDS90.6
5
Table Structure RecognitionPubTabNet
S-TEDS89.9
4
Table Structure RecognitionFinTabNet
S-TEDS90.6
4
Showing 10 of 14 rows

Other info

Code

Follow for update