English

Convolutional Neural Networks Applied to House Numbers Digit Classification

Computer Vision and Pattern Recognition 2012-04-19 v1 Machine Learning Neural and Evolutionary Computing

Abstract

We classify digits of real-world house numbers using convolutional neural networks (ConvNets). ConvNets are hierarchical feature learning neural networks whose structure is biologically inspired. Unlike many popular vision approaches that are hand-designed, ConvNets can automatically learn a unique set of features optimized for a given task. We augmented the traditional ConvNet architecture by learning multi-stage features and by using Lp pooling and establish a new state-of-the-art of 94.85% accuracy on the SVHN dataset (45.2% error improvement). Furthermore, we analyze the benefits of different pooling methods and multi-stage features in ConvNets. The source code and a tutorial are available at eblearn.sf.net.

Keywords

Cite

@article{arxiv.1204.3968,
  title  = {Convolutional Neural Networks Applied to House Numbers Digit Classification},
  author = {Pierre Sermanet and Soumith Chintala and Yann LeCun},
  journal= {arXiv preprint arXiv:1204.3968},
  year   = {2012}
}

Comments

4 pages, 6 figures, 2 tables

R2 v1 2026-06-21T20:51:10.695Z