Convolutional Neural Networks for Face Recognition

Abstract

Faces represent complex, multidimensional, meaningful visual stimuli and developing a computational model for face recognition is difficult. We present a hybrid neural network solution which compares favorably with other methods. The system combines local image sampling, a self-organizing map neural network, and a convolutional neural network. The self-organizing map provides a quantization of the image samples into a topological space where inputs that are nearby in the original space are also nearby in the output space, thereby providing dimensionality reduction and invariance to minor changes in the image sample, and the convolutional neural network provides for partial invariance to translation, rotation, scale, and deformation. The method is capable of rapid classification, requires only fast, approximate normalization and preprocessing, and consistently exhibits better classification performance than the eigenfaces approach on the database considered as the number of images per person in the training database is varied from 1 to 5. With 5 images per person the proposed method and eigenfaces result in 3.8% and 10.5% error respectively. The recognizer provides a measure of confidence in its output and classification error approaches zero when rejecting as few as 10% of the examples. We use a database of 400 images of 40 individuals which contains quite a high degree of variability in expression, pose, and facial details.

Cite

Text

Lawrence et al. "Convolutional Neural Networks for Face Recognition." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1996. doi:10.1109/CVPR.1996.517077

Markdown

[Lawrence et al. "Convolutional Neural Networks for Face Recognition." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1996.](https://mlanthology.org/cvpr/1996/lawrence1996cvpr-convolutional/) doi:10.1109/CVPR.1996.517077

BibTeX

@inproceedings{lawrence1996cvpr-convolutional,
  title     = {{Convolutional Neural Networks for Face Recognition}},
  author    = {Lawrence, Steve and Giles, C. Lee and Tsoi, Ah Chung},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1996},
  pages     = {217-222},
  doi       = {10.1109/CVPR.1996.517077},
  url       = {https://mlanthology.org/cvpr/1996/lawrence1996cvpr-convolutional/}
}