Gradient-based learning applied to document recognition

Yann LeCun, Léon Bottou, Yoshua Bengio, Patrick Haffner

Proceedings of the IEEE · 1998 · 인용 59.4k

Multilayer neural networks trained with the back-propagation algorithm constitute the best example of a successful gradient based learning technique. Given an appropriate network architecture, gradient-based learning algorithms can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters, with minimal preprocessing. This paper reviews various methods applied to handwritten character recognition and compares them on a standard handwritten digit recognition task.

Convolutional neural networks, which are specifically designed to deal with the variability of 2D shapes, are shown to outperform all other techniques. Real-life document recognition systems are composed of multiple modules including field extraction, segmentation recognition, and language modeling. A new learning paradigm, called graph transformer networks (GTN), allows such multimodule systems to be trained globally using gradient-based methods so as to minimize an overall performance measure.

Two systems for online handwriting recognition are described. Experiments demonstrate the advantage of global training, and the flexibility of graph transformer networks. A graph transformer network for reading a bank cheque is also described.

It uses convolutional neural network character recognizers combined with global training techniques to provide record accuracy on business and personal cheques. It is deployed commercially and reads several million cheques per day.

🏛️ 거인의 어깨이 분야를 만든 논문들

합성곱 신경망(CNN)을 이용한 필기체 인식 성공을 통해 현대 컴퓨터 비전 기술의 초석을 다졌습니다.

이야기를 쓰는 중…

📄 이 논문을 근거로 쓴 글

이 논문을 근거로 삼은 Paperis 해설입니다. 원전을 봤다면, 그 위에 무엇이 세워졌는지도 보세요.