Handwriting Text
Last updated
Last updated
, 2016. -> using convolutional recurrent neural network (CRNN) architecture for scene text recognition
-> using an RCNN to estimate an n-gram profile of an image and match it to the profile of an existing word from a dictionary
IEEE, 2016. -> improves the architecture from Poznanski et al 2016
. -> use attention decoder instead of RCNN outputs
. -> they mix several strategies developed in previous years into one architecture
-> advances in text scene recognition
2013. -> LSTM for generating text sequences
2019 -> extends Graves 2013 with a Discriminator and converts it into a GAN paradigm
2018. -> aka DeepWriting; introduces control of the styling for Graves 2013.
2019 -> generate text images conditioned on input text; for this, they extend a BigGAN architecture (Brock et al. 2018); the generator can produce images of fied size but containing text of variable length
2020 -> build upon Alonso et al 2019 to produce a network that generates images with both variable text length and variable image size.