paper-with-me

Papers

Gated Recurrent Convolution Neural Network for OCR

2017-12-01 · NeurIPS 2017 12 · Jianfeng Wang, Xiaolin Hu

Optical Character Recognition (OCR) aims to recognize text in natural images. Inspired by a recently proposed model for general image classification, Recurrent Convolution Neural Network (RCNN), we propose a new architecture named Gated RCNN (GRCNN) for solving this problem. Its critical component, Gated Recurrent Convolution Layer (GRCL), is constructed by adding a gate to the Recurrent Convolution Layer (RCL), the critical component of RCNN. The gate controls the context modulation in RCL and balances the feed-forward information and the recurrent information. In addition, an efficient Bidirectional Long Short-Term Memory (BLSTM) is built for sequence modeling. The GRCNN is combined with BLSTM to recognize text in natural images. The entire GRCNN-BLSTM model can be trained end-to-end. Experiments show that the proposed model outperforms existing methods on several benchmark datasets including the IIIT-5K, Street View Text (SVT) and ICDAR.

📄 PDF Abstract BibTeX

Code (1)

Jianfeng1991/GRCNN-for-OCR 공식 구현

Tasks

General Classificationimage-classificationImage ClassificationOptical Character RecognitionOptical 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…

Similar Papers 제목 키워드 기반

Convolutional Neural Networks with Gated Recurrent Connections

2021-06-05 · JianFeng Wang, Xiaolin Hu

The convolutional neural network (CNN) has become a basic model for solving many computer vision problems. In recent years, a new class of CNNs, recurrent convolution neural network (RCNN), inspired by abundant recurrent…

object-detectionObject DetectionObject RecognitionScene Text Recognition

Gated Graph Convolutional Recurrent Neural Networks

2019-03-05 · Luana Ruiz, Fernando Gama, Alejandro Ribeiro

Graph processes model a number of important problems such as identifying the epicenter of an earthquake or predicting weather. In this paper, we propose a Graph Convolutional Recurrent Neural Network (GCRNN) architecture…

Node Classification

Gated Recurrent Networks for Seizure Detection

2018-01-03 · Meysam Golmohammadi, Saeedeh Ziyabari, Vinit Shah, Eva Von Weltin 외

Recurrent Neural Networks (RNNs) with sophisticated units that implement a gating mechanism have emerged as powerful technique for modeling sequential signals such as speech or electroencephalography (EEG). The latter is…

EEGElectroencephalogram (EEG)Seizure Detection

Arabic Offensive Language Detection with Attention-based Deep Neural Networks

2020-05-01 · LREC 2020 5 · Bushr Haddad, Zoher Orabe, Anas Al-Abood, Nada Ghneim

In this paper, we tackle the problem of offensive language and hate speech detection. We proposed our methods for data preprocessing and balancing, and then we presented our Convolutional Neural Network (CNN) and bidirec…

Abusive LanguageBIG-bench Machine LearningHate Speech Detection

A Lexicon and Depth-wise Separable Convolution Based Handwritten Text Recognition System

2022-07-11 · Lalita Kumari, Sukhdeep Singh, VVS Rathore, Anuj Sharma

Cursive handwritten text recognition is a challenging research problem in the domain of pattern recognition. The current state-of-the-art approaches include models based on convolutional recurrent neural networks and mul…

DecoderHandwritten Text Recognition