CVMay 1, 2023

TRACE: Table Reconstruction Aligned to Corner and Edges

arXiv:2305.00630v112 citations
Originality Highly original
AI Analysis

This addresses the challenge of error propagation and inefficiency in two-stage table recognition methods, offering a more efficient solution for document analysis tasks.

The authors tackled the problem of table recognition in document images by proposing a bottom-up method that reconstructs tables from corners and edges, achieving state-of-the-art performance on the ICDAR2013 and WTW benchmarks.

A table is an object that captures structured and informative content within a document, and recognizing a table in an image is challenging due to the complexity and variety of table layouts. Many previous works typically adopt a two-stage approach; (1) Table detection(TD) localizes the table region in an image and (2) Table Structure Recognition(TSR) identifies row- and column-wise adjacency relations between the cells. The use of a two-stage approach often entails the consequences of error propagation between the modules and raises training and inference inefficiency. In this work, we analyze the natural characteristics of a table, where a table is composed of cells and each cell is made up of borders consisting of edges. We propose a novel method to reconstruct the table in a bottom-up manner. Through a simple process, the proposed method separates cell boundaries from low-level features, such as corners and edges, and localizes table positions by combining the cells. A simple design makes the model easier to train and requires less computation than previous two-stage methods. We achieve state-of-the-art performance on the ICDAR2013 table competition benchmark and Wired Table in the Wild(WTW) dataset.

Foundations

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

Your Notes