Time-efficient architecture for face detection from images using support vector machine

  • Authors:
  • Teng-Sheng Moh;Parin Mukeshkumar Shah

  • Affiliations:
  • San Jose State University, San Jose, CA;San Jose State University, San Jose, CA

  • Venue:
  • Proceedings of the 51st ACM Southeast Conference
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

One of the most prolific topics of research in the field of computer vision is pattern detection in images. A large number of practical applications for face detection exist. Contemporary work even suggests that any of the results from specialized detectors can be approximated by using fast detection classifiers. In this project, we developed an algorithm which detected faces from the input image with a lower false detection rate and lower computation cost using the ensemble effects of computer vision concepts. This algorithm utilized the concepts of recognizing skin color, filtering the binary image, detecting blobs and extracting different features from the face. The result is supported by the statistics obtained from calculating the parameters defining the parts of the face. The project also implements the highly powerful concept of Support Vector Machine that is used for the classification of images into face and non-face class. This classification is based on the training data set and indicators of luminance value, chrominance value, saturation value, elliptical value and eye and mouth map values.