# Towards Pure End-to-End Learning for Recognizing Multiple Text Sequences   from an Image

**Authors:** Xu Zhenlong, Zhou shuigeng, Cheng zhanzhan, Bai fan, Niu yi, Pu, shiliang

arXiv: 1907.12791 · 2019-07-31

## TL;DR

This paper introduces a novel pure end-to-end learning approach for recognizing multiple text sequences in images without requiring geometric annotations, outperforming existing methods and applicable to real-world scenarios.

## Contribution

It proposes the first pure end-to-end method for recognizing multiple text sequences from images, eliminating the need for geometric annotations during training.

## Key findings

- Effectively recognizes multiple text sequences in images.
- Outperforms CTC-based and attention-based baseline methods.
- Validated on constructed datasets and real application scenarios.

## Abstract

Here we address a challenging problem: recognizing multiple text sequences from an image by pure end-to-end learning. It is twofold: 1) Multiple text sequences recognition. Each image may contain multiple text sequences of different content, location and orientation, and we try to recognize all the text sequences contained in the image. 2) Pure end-to-end (PEE) learning.We solve the problem in a pure end-to-end learning way where each training image is labeled by only text transcripts of all contained sequences, without any geometric annotations. Most existing works recognize multiple text sequences from an image in a non-end-to-end (NEE) or quasi-end-to-end (QEE) way, in which each image is trained with both text transcripts and text locations.Only recently, a PEE method was proposed to recognize text sequences from an image where the text sequence was split to several lines in the image. However, it cannot be directly applied to recognizing multiple text sequences from an image. So in this paper, we propose a pure end-to-end learning method to recognize multiple text sequences from an image. Our method directly learns multiple sequences of probability distribution conditioned on each input image, and outputs multiple text transcripts with a well-designed decoding strategy.To evaluate the proposed method, we constructed several datasets mainly based on an existing public dataset andtwo real application scenarios. Experimental results show that the proposed method can effectively recognize multiple text sequences from images, and outperforms CTC-based and attention-based baseline methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.12791/full.md

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1907.12791/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1907.12791/full.md

---
Source: https://tomesphere.com/paper/1907.12791