English

Unified Line and Paragraph Detection by Graph Convolutional Networks

Computer Vision and Pattern Recognition 2022-03-21 v1 Machine Learning

Abstract

We formulate the task of detecting lines and paragraphs in a document into a unified two-level clustering problem. Given a set of text detection boxes that roughly correspond to words, a text line is a cluster of boxes and a paragraph is a cluster of lines. These clusters form a two-level tree that represents a major part of the layout of a document. We use a graph convolutional network to predict the relations between text detection boxes and then build both levels of clusters from these predictions. Experimentally, we demonstrate that the unified approach can be highly efficient while still achieving state-of-the-art quality for detecting paragraphs in public benchmarks and real-world images.

Keywords

Cite

@article{arxiv.2203.09638,
  title  = {Unified Line and Paragraph Detection by Graph Convolutional Networks},
  author = {Shuang Liu and Renshen Wang and Michalis Raptis and Yasuhisa Fujii},
  journal= {arXiv preprint arXiv:2203.09638},
  year   = {2022}
}

Comments

Accepted to DAS 2022 as an oral paper

R2 v1 2026-06-24T10:17:45.120Z