Handwriting Trajectory Recovery using End-to-End Deep Encoder-Decoder Network
Ayan Kumar Bhunia, Abir Bhowmick, Ankan Kumar Bhunia, Aishik Konwer,, Prithaj Banerjee, Partha Pratim Roy, Umapada Pal

TL;DR
This paper presents an end-to-end deep encoder-decoder network that recovers handwritten pen trajectories from offline character images, bridging the gap between online and offline handwriting recognition methods.
Contribution
It introduces a novel sequence-to-sequence model with convolutional LSTM for offline handwriting trajectory recovery, a new approach in document image analysis.
Findings
Achieved superior performance over conventional methods
Successfully recovered pen trajectories for Tamil, Telugu, and Devanagari characters
Demonstrated the effectiveness of end-to-end deep learning in offline handwriting analysis
Abstract
In this paper, we introduce a novel technique to recover the pen trajectory of offline characters which is a crucial step for handwritten character recognition. Generally, online acquisition approach has more advantage than its offline counterpart as the online technique keeps track of the pen movement. Hence, pen tip trajectory retrieval from offline text can bridge the gap between online and offline methods. Our proposed framework employs sequence to sequence model which consists of an encoder-decoder LSTM module. Our encoder module consists of Convolutional LSTM network, which takes an offline character image as the input and encodes the feature sequence to a hidden representation. The output of the encoder is fed to a decoder LSTM and we get the successive coordinate points from every time step of the decoder LSTM. Although the sequence to sequence model is a popular paradigm in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
