TGRNet: A Table Graph Reconstruction Network for Table Structure Recognition
Wenyuan Xue, Baosheng Yu, Wen Wang, Dacheng Tao, Qingyong, Li

TL;DR
TGRNet is an end-to-end neural network that reconstructs table graphs by jointly predicting cell spatial and logical locations, improving table structure recognition across diverse layouts.
Contribution
The paper introduces TGRNet, a novel approach that models table structure recognition as graph reconstruction with joint spatial and logical cell prediction.
Findings
Effective on multiple datasets including a new large-scale dataset.
Outperforms existing methods in table structure recognition accuracy.
Provides publicly available code and annotations.
Abstract
A table arranging data in rows and columns is a very effective data structure, which has been widely used in business and scientific research. Considering large-scale tabular data in online and offline documents, automatic table recognition has attracted increasing attention from the document analysis community. Though human can easily understand the structure of tables, it remains a challenge for machines to understand that, especially due to a variety of different table layouts and styles. Existing methods usually model a table as either the markup sequence or the adjacency matrix between different table cells, failing to address the importance of the logical location of table cells, e.g., a cell is located in the first row and the second column of the table. In this paper, we reformulate the problem of table structure recognition as the table graph reconstruction, and propose an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Text and Document Classification Technologies · Image Retrieval and Classification Techniques
