TR2003-96

Fast Multi-view Face Detection


    •  Jones, M., Viola, P., "Fast Multi-view Face Detection", Tech. Rep. TR2003-96, Mitsubishi Electric Research Laboratories, Cambridge, MA, August 2003.
      BibTeX TR2003-96 PDF
      • @techreport{MERL_TR2003-96,
      • author = {Jones, M.; Viola, P.},
      • title = {Fast Multi-view Face Detection},
      • institution = {MERL - Mitsubishi Electric Research Laboratories},
      • address = {Cambridge, MA 02139},
      • number = {TR2003-96},
      • month = aug,
      • year = 2003,
      • url = {https://www.merl.com/publications/TR2003-96/}
      • }
  • MERL Contact:
  • Research Areas:

    Artificial Intelligence, Computer Vision, Machine Learning

Abstract:

This paper extends the face detection framework proposed by Viola and Jones 2001 to handle profile views and rotated faces. As in the work of Rowley et al. 1998, and Schneiderman et al. 2000, we build different detectors for different views of the face. A decision tree is then trained to determine the viewpoint class (such as right profile or rotated 60 degrees) for a given window of the image being examined. This is similar to the approach of Rowley et al. 1998. The appropriate detector for that viewpoint can then be run instead of running all detectors on all windows. This technique yields good results and maintains the speed advantage of the Viola-Jones detector.