paper-with-me

Papers

Unified Line and Paragraph Detection by Graph Convolutional Networks

2022-03-17 · Shuang Liu, Renshen Wang, Michalis Raptis, Yasuhisa Fujii

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.

📄 PDF Abstract BibTeX arXiv:2203.09638

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringText Detection

Similar Papers 제목 키워드 기반

LayoutFormer: Hierarchical Text Detection Towards Scene Text Understanding

2024-01-01 · CVPR 2024 1 · Min Liang, Jia-Wei Ma, Xiaobin Zhu, Jingyan Qin 외

Existing scene text detectors generally focus on accurately detecting single-level (i.e. word-level line-level or paragraph-level) text entities without exploring the relationships among different levels of text enti…

PredictionText Detection

Convolutional Auto-encoding of Sentence Topics for Image Paragraph Generation

2019-08-01 · Jing Wang, Yingwei Pan, Ting Yao, Jinhui Tang 외

Image paragraph generation is the task of producing a coherent story (usually a paragraph) that describes the visual content of an image. The problem nevertheless is not trivial especially when there are multiple descrip…

DescriptiveImage Paragraph CaptioningSentencevalid

Post-OCR Paragraph Recognition by Graph Convolutional Networks

2021-01-29 · Renshen Wang, Yasuhisa Fujii, Ashok C. Popat

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 extra…

ClusteringOptical Character Recognition (OCR)

End-to-end Handwritten Paragraph Text Recognition Using a Vertical Attention Network

2020-12-07 · Denis Coquenet, Clément Chatelain, Thierry Paquet

Unconstrained handwritten text recognition remains challenging for computer vision systems. Paragraph text recognition is traditionally achieved by two models: the first one for line segmentation and the second one for t…

DecoderHandwritten Text Recognition

Dual-CNN: A Convolutional language decoder for paragraph image captioning

2020-02-14 · Neurocomputing 2020 2 · Ruifan Li, Haoyun Liang, Yihui Shi, Fangxiang Feng 외

Abstract The task of paragraph image captioning aims to generate a coherent paragraph describing a given image. However, due to their limited ability to capture long-term dependency, recurrent neural network or long-shor…

DecoderDiversityImage CaptioningImage Paragraph Captioning