Skip to main content

Label-Free Handwritten Text Recognition Learner implemented in Pytorch

Project description

Label-Free Handwritten Text Recognition Learner

It is a toolkit providing a set of tools for training a neural net to recognize handwritten words. No labeled data is needed. The toolkit achieves this in two phases:

  • pre-train the model on synthetic handwriting images
  • fine-tune the model on a dataset of real unlabeled handwriting images via a self-training technique.

This implementation is based on the following paper: Self-Training of Handwritten Word Recognition for Synthetic-to-Real Adaptation.

Possible use cases

Offline Handwritten Word Recognition converts an image that contains a handwritten word into a machine-readable representation (text). So it is Image-to-Text technology. A pre-trained handwritten word/line recognizer usually gets used as a part of a complete pipeline. For example, the full-page recognition system will apply handwritten text segmentation to split the page image into lines and individual words. Then, a handwritten word recognition neural net will transcribe these tightly cropped word images into text.

Why use this toolkit

Training a neural net for handwriting recognition requires large amounts of handwriting data. Collecting the data is a laborious and time-consuming process. On the other hand, generating synthetic handwritten images is cheap due to the abundance of handwritten fonts.

It turns out that training the model on purely synthetic images already gives a decent performance. A follow-up synthetic-to-real adaptation (fine-tuning) can significantly improve the accuracy of the final system. It can also help the model adapt to the style of a particular writer.

The toolkit enables one to build a handwriting recognizer using only unlabeled data. Moreover, pretraining on purely synthetic images requires no data at all.

What can it do

Concretely, the toolkit implements the following tasks:

  • extracting probability distribution from text corpora
  • generating synthetic handwritten word images
  • training on synthetic images
  • fine-tuning on real (handwritten word) images
  • evaluating a pretrained model by computing metrics (loss, CER, WER, etc.)
  • using the pretrained model to recognize handwritten words
  • saving/retrieving model checkpoints

What is needed

To make it work, the toolkit expects a developer to provide:

  • handwritten fonts
  • text corpora
  • real unlabeled images of handwritten words
  • optionally, real labeled images of handwritten words (see the note)

Note: although transcriptions aren't required, a small subset of transcribed/labeled images will help estimate metrics.

Documentation

You can find a documentation at here

Support

If you find this repository useful, consider starring it by clicking at the ★ button. It will be much appreciated.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lafhterlearn-0.7.1.tar.gz (39.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lafhterlearn-0.7.1-py3-none-any.whl (48.6 kB view details)

Uploaded Python 3

File details

Details for the file lafhterlearn-0.7.1.tar.gz.

File metadata

  • Download URL: lafhterlearn-0.7.1.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.9

File hashes

Hashes for lafhterlearn-0.7.1.tar.gz
Algorithm Hash digest
SHA256 b25833b5f705013e67b5a1e0c4c95edbc3b89fb38fcab77d0e31418b40ad2190
MD5 940fa631d74eeded7a2f2109a84f0c86
BLAKE2b-256 fc4119af45d9f6413b503cee6614212baafc806710e6995803544393d909f863

See more details on using hashes here.

File details

Details for the file lafhterlearn-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: lafhterlearn-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 48.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.9

File hashes

Hashes for lafhterlearn-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1571f402409ad95ab8f211a73fd715a431e714999f0e1f0c52f7c9d63382360a
MD5 a186818cdd44d9eaeb61c33272647957
BLAKE2b-256 012dd1ea363f87005f29049e946d310a426c01e2e5936b5986f2d073006ab3a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page