CVNov 26, 2021

Neural Collaborative Graph Machines for Table Structure Recognition

arXiv:2111.13359v245 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of recognizing diverse table structures in document analysis, which is important for data extraction and accessibility, but it is incremental as it builds on existing deep graph models.

The paper tackles the problem of heterogeneous table structure recognition by proposing Neural Collaborative Graph Machines (NCGM), which uses stacked collaborative blocks to model intra- and inter-modality interactions, achieving state-of-the-art performance and beating other methods by a large margin in benchmarks.

Recently, table structure recognition has achieved impressive progress with the help of deep graph models. Most of them exploit single visual cues of tabular elements or simply combine visual cues with other modalities via early fusion to reason their graph relationships. However, neither early fusion nor individually reasoning in terms of multiple modalities can be appropriate for all varieties of table structures with great diversity. Instead, different modalities are expected to collaborate with each other in different patterns for different table cases. In the community, the importance of intra-inter modality interactions for table structure reasoning is still unexplored. In this paper, we define it as heterogeneous table structure recognition (Hetero-TSR) problem. With the aim of filling this gap, we present a novel Neural Collaborative Graph Machines (NCGM) equipped with stacked collaborative blocks, which alternatively extracts intra-modality context and models inter-modality interactions in a hierarchical way. It can represent the intra-inter modality relationships of tabular elements more robustly, which significantly improves the recognition performance. We also show that the proposed NCGM can modulate collaborative pattern of different modalities conditioned on the context of intra-modality cues, which is vital for diversified table cases. Experimental results on benchmarks demonstrate our proposed NCGM achieves state-of-the-art performance and beats other contemporary methods by a large margin especially under challenging scenarios.

Foundations

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

Your Notes