CVLGJan 29, 2021

Post-OCR Paragraph Recognition by Graph Convolutional Networks

arXiv:2101.12741v624 citations
Originality Incremental advance
AI Analysis

This addresses document layout analysis for improved OCR processing, but it is incremental as it builds on existing graph-based methods.

The paper tackles paragraph recognition in document images by using spatial graph convolutional networks on OCR text boxes, achieving comparable or better accuracy with a model size 3-4 orders of magnitude smaller than R-CNN-based models.

We propose a new approach for paragraph recognition in document images by spatial graph convolutional networks (GCN) applied on OCR text boxes. Two steps, namely line splitting and line clustering, are performed to extract paragraphs from the lines in OCR results. Each step uses a beta-skeleton graph constructed from bounding boxes, where the graph edges provide efficient support for graph convolution operations. With only pure layout input features, the GCN model size is 3~4 orders of magnitude smaller compared to R-CNN based models, while achieving comparable or better accuracies on PubLayNet and other datasets. Furthermore, the GCN models show good generalization from synthetic training data to real-world images, and good adaptivity for variable document styles.

Foundations

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

Your Notes