ディープニューラルネットワークを使用したオフライン手書き認識は、計算コストが大きいため、通常は単語または行に限定されます。このペーパーでは、計算コストの少ない全ページオフライン手書きテキスト認識フレームワークを紹介します。このフレームワークには、オブジェクト検出ニューラルネットワークで手書きのテキストを検索し、双方向の長期短期記憶(LSTM)ネットワークに供給されるマルチスケール畳み込みニューラルネットワーク(CNN)で抽出された機能を使用して、検出された領域内のテキストを認識するパイプラインが含まれています。このフレームワークは、より少ないメモリと時間を使用しながら、最新のフレームワークに匹敵するエラー率を実現します。このホワイトペーパーの結果は、このフレームワークの可能性を示しており、今後の作業で、プロダクション対応の展開可能な手書きのテキスト認識機能を調査できます。
Offline handwriting recognition with deep neural networks is usually limited to words or lines due to large computational costs. In this paper, a less computationally expensive full page offline handwritten text recognition framework is introduced. This framework includes a pipeline that locates handwritten text with an object detection neural network and recognises the text within the detected regions using features extracted with a multi-scale convolutional neural network (CNN) fed into a bidirectional long short term memory (LSTM) network. This framework achieves comparable error rates to state of the art frameworks while using less memory and time. The results in this paper demonstrate the potential of this framework and future work can investigate production ready and deployable handwritten text recognisers.