Face detection

From Wikipedia, the free encyclopedia
Automatic face detection with OpenCV

Face detection is a computer technology being used in a variety of applications that identifies human faces in digital images.[1] Face detection also refers to the psychological process by which humans locate and attend to faces in a visual scene.[2]

Definition and related algorithms[edit]

Face detection can be regarded as a specific case of object-class detection. In object-class detection, the task is to find the locations and sizes of all objects in an image that belong to a given class. Examples include upper torsos, pedestrians, and cars. Face detection simply answers two question, 1. are there any human faces in the collected images or video? 2. where is the face located?

Face-detection algorithms focus on the detection of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process.[3]

A reliable face-detection approach based on the genetic algorithm and the eigen-face[4] technique:

Firstly, the possible human eye regions are detected by testing all the valley regions in the gray-level image. Then the genetic algorithm is used to generate all the possible face regions which include the eyebrows, the iris, the nostril and the mouth corners.[3]

Each possible face candidate is normalized to reduce both the lighting effect, which is caused by uneven illumination; and the shirring effect, which is due to head movement. The fitness value of each candidate is measured based on its projection on the eigen-faces. After a number of iterations, all the face candidates with a high fitness value are selected for further verification. At this stage, the face symmetry is measured and the existence of the different facial features is verified for each face candidate.[citation needed]

Applications[edit]

Facial motion capture[edit]

Facial recognition[edit]

Face detection is used in biometrics, often as a part of (or together with) a facial recognition system. It is also used in video surveillance, human computer interface and image database management.

Photography[edit]

Some recent digital cameras use face detection for autofocus.[5] Face detection is also useful for selecting regions of interest in photo slideshows that use a pan-and-scale Ken Burns effect.

Modern appliances also use smile detection to take a photograph at an appropriate time.

Marketing[edit]

Face detection is gaining the interest of marketers. A webcam can be integrated into a television and detect any face that walks by. The system then calculates the race, gender, and age range of the face. Once the information is collected, a series of advertisements can be played that is specific toward the detected race/gender/age.

An example of such a system is OptimEyes and is integrated into the Amscreen digital signage system.[6] [7]

Emotional Inference[edit]

Face detection can be used as part of a software implementation of emotional inference. Emotional inference can be used to help people with autism understand the feelings of people around them.

Lip Reading[edit]

Face detection is essential for the process of language inference from visual cues. Automated lip reading has applications to help computers determine who is speaking which is needed when security is important.

See also[edit]

References[edit]

  1. ^ "Face Detection: Facial recognition and finding Homepage".
  2. ^ Lewis, Michael B; Ellis, Hadyn D (2003), "How we detect a face: A survey of psychological evidence", International Journal of Imaging Systems and Technology, 13: 3–7, doi:10.1002/ima.10040, S2CID 14976176
  3. ^ a b Sheu, Jia-Shing; Hsieh, Tsu-Shien; Shou, Ho-Nien (1 December 2014). "Automatic Generation of Facial Expression Using Triangular Geometric Deformation". Journal of Applied Research and Technology. 12 (6): 1115–1130. doi:10.1016/S1665-6423(14)71671-2. ISSN 2448-6736.
  4. ^ Jun Zhang; Yong Yan; Lades, M. (1997). "Face recognition: Eigenface, elastic matching, and neural nets". Proceedings of the IEEE. 85 (9): 1423–1435. doi:10.1109/5.628712.
  5. ^ "DCRP Review: Canon PowerShot S5 IS". Dcresource.com. Archived from the original on 2009-02-21. Retrieved 2011-02-15.
  6. ^ Tesco face detection sparks needless surveillance panic, Facebook fails with teens, doubts over Google+ | Technology | theguardian.com
  7. ^ IBM has to deal with the privacy issue of facial recognition | Technology | amarvelfox.com[permanent dead link]

External links[edit]