Face Recognition: Unterschied zwischen den Versionen

Aus Physik
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
  +
== Introduction ==
 
It isn’t difficult to find a lot of literature about face recognition – the improvement of computer calculations opened new possibilities and approaches – therefore a lot of research was done in the last years.
 
It isn’t difficult to find a lot of literature about face recognition – the improvement of computer calculations opened new possibilities and approaches – therefore a lot of research was done in the last years.
   
Zeile 15: Zeile 16:
 
* Probalistic neural network Analysis (PNNA) [5].
 
* Probalistic neural network Analysis (PNNA) [5].
   
  +
== Implemented Algorithms ==
'''References:'''
 
  +
  +
== GUI ==
  +
  +
== References ==
 
* [1] I. T. Jolliffe, Principal Component Analysis, 2nd edition. New York, Springer-Verlag, 2002.
 
* [1] I. T. Jolliffe, Principal Component Analysis, 2nd edition. New York, Springer-Verlag, 2002.
 
* [2] M. Turk and A. Pentland. Face Recognition using Eigenfaces, Proceedings of IEEE Conference on Computer Vision and Pattern Recognition , Maui, Hawaii: 586-591, 1991.
 
* [2] M. Turk and A. Pentland. Face Recognition using Eigenfaces, Proceedings of IEEE Conference on Computer Vision and Pattern Recognition , Maui, Hawaii: 586-591, 1991.

Version vom 24. Februar 2010, 20:02 Uhr

Introduction

It isn’t difficult to find a lot of literature about face recognition – the improvement of computer calculations opened new possibilities and approaches – therefore a lot of research was done in the last years.

In general, two groups of face recognition algorithms based on the face representation, exist:

  • Holistic matching methods: These methods use the whole face region as the raw input to a recognition system. One of the most widely used representations of the face region is the eigenpicture or eigenface, which is based on principal-component analysis.
  • Feature based methods: Typically, in these methods, local features such as eyes, nose, and mouth are first extracted and their locations and local statistics (geometric and/or appearance) are fed into a structural classifier.

The so-called “Hybrid-method” is a combination of the two groups above and uses both local features and the whole face region to recognize a face. A machine recognition system should use both, just as the human perception system. One can argue that these methods could potentially offer the best of the two types of methods.[6]

The appearance-based method uses the whole face region as an input to the recognition system. Subspace analysis is done by projecting an image into a lower dimensional subspace formed with the help of training face images. Recognition is performed by measuring the distance between known images and the image to be recognized. The most difficult part of such a system is finding a good subspace. Some well known face recognition algorithms for face recognition are

  • Principal Component Analysis (PCA) [1][2]
  • Independent Component Analysis (ICA) [3]
  • Linear Discriminant Analysis (LDA) [4] and
  • Probalistic neural network Analysis (PNNA) [5].

Implemented Algorithms

GUI

References

  • [1] I. T. Jolliffe, Principal Component Analysis, 2nd edition. New York, Springer-Verlag, 2002.
  • [2] M. Turk and A. Pentland. Face Recognition using Eigenfaces, Proceedings of IEEE Conference on Computer Vision and Pattern Recognition , Maui, Hawaii: 586-591, 1991.
  • [3] P. C. Yuen and J. H. Lai. Independent Component Analysis of Face Images. IEEE workshop on Biologically Motivated Computer Vision, Seoul, 2000.
  • [4] K. Etemad and R. Chellappa. Discriminant Analysis for recognition of human face images. Journal of the Optical Society of America A, 4(8): 1724–1733, 1997
  • [5] S. Haykin. Neural Networks, A Comprehensive Foundation, Macmillan, New York, NY, 1994.
  • [6] Wenyi Zhao, Rama Chellappa. Face Processing, Elsevier, Amsterdam, 2006.