CVITJan 8, 2020

Table Structure Extraction with Bi-directional Gated Recurrent Unit Networks

arXiv:2001.02501v164 citations
AI Analysis

This addresses the challenge of robustly extracting rows and columns from tables in document understanding applications, which is incremental as it builds on existing deep learning methods for a specific domain.

The paper tackles the problem of table structure extraction from document images by proposing a deep learning approach using bi-directional GRU networks, achieving significant performance improvements over state-of-the-art systems on UNLV and ICDAR 2013 datasets.

Tables present summarized and structured information to the reader, which makes table structure extraction an important part of document understanding applications. However, table structure identification is a hard problem not only because of the large variation in the table layouts and styles, but also owing to the variations in the page layouts and the noise contamination levels. A lot of research has been done to identify table structure, most of which is based on applying heuristics with the aid of optical character recognition (OCR) to hand pick layout features of the tables. These methods fail to generalize well because of the variations in the table layouts and the errors generated by OCR. In this paper, we have proposed a robust deep learning based approach to extract rows and columns from a detected table in document images with a high precision. In the proposed solution, the table images are first pre-processed and then fed to a bi-directional Recurrent Neural Network with Gated Recurrent Units (GRU) followed by a fully-connected layer with soft max activation. The network scans the images from top-to-bottom as well as left-to-right and classifies each input as either a row-separator or a column-separator. We have benchmarked our system on publicly available UNLV as well as ICDAR 2013 datasets on which it outperformed the state-of-the-art table structure extraction systems by a significant margin.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes