paper-with-me

Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2101.12741

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

GatedLexiconNet: A Comprehensive End-to-End Handwritten Paragraph Text Recognition System

2024-04-22 · Lalita Kumari, Sukhdeep Singh, Vaibhav Varish Singh Rathore, Anuj Sharma

The Handwritten Text Recognition problem has been a challenge for researchers for the last few decades, especially in the domain of computer vision, a subdomain of pattern recognition. Variability of texts amongst writer…

Handwritten Text RecognitionSegmentation

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

SPAN: a Simple Predict & Align Network for Handwritten Paragraph Recognition

2021-02-17 · Denis Coquenet, Clément Chatelain, Thierry Paquet

Unconstrained handwriting recognition is an essential task in document analysis. It is usually carried out in two steps. First, the document is segmented into text lines. Second, an Optical Character Recognition model is…

Handwriting RecognitionHandwritten Text RecognitionOptical Character RecognitionOptical Character Recognition (OCR)+1

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

Bayesian Paragraph Vectors

2017-11-10 · Geng Ji, Robert Bamler, Erik B. Sudderth, Stephan Mandt

Word2vec (Mikolov et al., 2013) has proven to be successful in natural language processing by capturing the semantic relationships between different words. Built on top of single-word embeddings, paragraph vectors (Le an…

Sentiment AnalysisWord Embeddings