TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Recurrence-free unconstrained handwritten text recognition...

Recurrence-free unconstrained handwritten text recognition using gated fully convolutional network

Denis Coquenet, Clément Chatelain, Thierry Paquet

2020-12-09Handwritten Text Recognition
PaperPDFCode(official)

Abstract

Unconstrained handwritten text recognition is a major step in most document analysis tasks. This is generally processed by deep recurrent neural networks and more specifically with the use of Long Short-Term Memory cells. The main drawbacks of these components are the large number of parameters involved and their sequential execution during training and prediction. One alternative solution to using LSTM cells is to compensate the long time memory loss with an heavy use of convolutional layers whose operations can be executed in parallel and which imply fewer parameters. In this paper we present a Gated Fully Convolutional Network architecture that is a recurrence-free alternative to the well-known CNN+LSTM architectures. Our model is trained with the CTC loss and shows competitive results on both the RIMES and IAM datasets. We release all code to enable reproduction of our experiments: https://github.com/FactoDeepLearning/LinePytorchOCR.

Results

TaskDatasetMetricValueModel
Optical Character Recognition (OCR)IAM(line-level)Test CER8GFCN
Optical Character Recognition (OCR)IAM(line-level)Test WER28.6GFCN
Optical Character Recognition (OCR)LAM(line-level)Test CER5.2GFCN
Optical Character Recognition (OCR)LAM(line-level)Test WER18.5GFCN
Handwritten Text RecognitionIAM(line-level)Test CER8GFCN
Handwritten Text RecognitionIAM(line-level)Test WER28.6GFCN
Handwritten Text RecognitionLAM(line-level)Test CER5.2GFCN
Handwritten Text RecognitionLAM(line-level)Test WER18.5GFCN

Related Papers

Advancing Offline Handwritten Text Recognition: A Systematic Review of Data Augmentation and Generation Techniques2025-07-08Learning to Align: Addressing Character Frequency Distribution Shifts in Handwritten Text Recognition2025-06-11MetaWriter: Personalized Handwritten Text Recognition Using Meta-Learned Prompt Tuning2025-05-26Preserving Privacy Without Compromising Accuracy: Machine Unlearning for Handwritten Text Recognition2025-04-11Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition2025-04-04TRIDIS: A Comprehensive Medieval and Early Modern Corpus for HTR and NER2025-03-25Benchmarking Large Language Models for Handwritten Text Recognition2025-03-19Judge a Book by its Cover: Investigating Multi-Modal LLMs for Multi-Page Handwritten Document Transcription2025-02-27