制約のない手書きのドキュメント認識は、コンピュータビジョンの課題です。これは伝統的に、行のセグメンテーションとそれに続くテキスト行の認識を組み合わせた2段階のアプローチによって処理されます。初めて、手書きのドキュメント認識タスクのためのエンドツーエンドのセグメンテーションフリーアーキテクチャであるドキュメントアテンションネットワークを提案します。テキスト認識に加えて、モデルは、XMLのような方法で開始タグと終了タグを使用してテキスト部分にラベルを付けるようにトレーニングされています。このモデルは、特徴抽出用のFCNエンコーダーと、トークンごとの反復予測プロセス用のトランスフォーマーデコーダーレイヤーのスタックで構成されています。テキストドキュメント全体を入力として受け取り、文字と論理レイアウトトークンを順番に出力します。既存のセグメンテーションベースのアプローチとは異なり、モデルはセグメンテーションラベルを使用せずにトレーニングされます。 READデータセットでは、ページレベル、およびCERがそれぞれ3.53%と3.69%のダブルページレベルで競争力のある結果を達成しています。また、ページレベルでRIMESデータセットの結果を提供し、CERの4.54%に達します。 https://github.com/FactoDeepLearning/DANで、すべてのソースコードと事前トレーニング済みのモデルの重みを提供しています。
Unconstrained handwritten document recognition is a challenging computer vision task. It is traditionally handled by a two-step approach combining line segmentation followed by text line recognition. For the first time, we propose an end-to-end segmentation-free architecture for the task of handwritten document recognition: the Document Attention Network. In addition to the text recognition, the model is trained to label text parts using begin and end tags in an XML-like fashion. This model is made up of an FCN encoder for feature extraction and a stack of transformer decoder layers for a recurrent token-by-token prediction process. It takes whole text documents as input and sequentially outputs characters, as well as logical layout tokens. Contrary to the existing segmentation-based approaches, the model is trained without using any segmentation label. We achieve competitive results on the READ dataset at page level, as well as double-page level with a CER of 3.53% and 3.69%, respectively. We also provide results for the RIMES dataset at page level, reaching 4.54% of CER. We provide all source code and pre-trained model weights at https://github.com/FactoDeepLearning/DAN.