1 / 16

Robust Real-time Object Detection

Robust Real-time Object Detection. Paul Viola Michael Jones. SECOND INTERNATIONAL WORKSHOP ON STATISTICAL AND COMPUTANIONAL THEORIES OF VISION – MODELING, LEARNING, COMPUTING AN D SAMPLING VANCOUVER, CANADA, JULY 13, 2001. Aluna : Lourdes Ramírez Cerna. 1. Introduction.

finian
Download Presentation

Robust Real-time Object Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Robust Real-time ObjectDetection Paul Viola Michael Jones SECOND INTERNATIONAL WORKSHOP ON STATISTICAL AND COMPUTANIONAL THEORIES OF VISION – MODELING, LEARNING, COMPUTING ANDSAMPLING VANCOUVER, CANADA, JULY 13, 2001. Aluna: Lourdes Ramírez Cerna. 1

  2. Introduction Facerecognition has becomeanarea of active research, thatspans disciplines such as imageprocessing, patternrecognition, computervision, neural networks and so on. Thefirststep in a facerecognitionsystemisthefacedetection. Givenanimageor video, a faceidentifiermustbeabletoidentify and locateall faces regardlesstheir position, scale, age, orientarion and lightingconditions. Lightingconditions Orientation Scale 2

  3. 3

  4. TheProblem There are hundred detection methods in the literature, but many of them don’t work in real-time so the method proposed by Viola-Jones was the first real-time robust detection system. This paper presents new algorithms to construct a framework for robust and extremely rapid object detection, which achieves detection and false positive rates equivalent to the best published results. 4

  5. Framework Scheme Consists in two steps: • Trainer: works with positive (objects with faces) and negative (objects without faces) samples. It’s a lengthy process to be calculated. • Detector: uses the trainer detector to analyze each input image. This second stage is very fast and allows real-time detection. 5

  6. Features The object detection procedure classifies images based on the value of simple features called Haar-like Features. A feature-based system operates much faster than a pixel-based system. 6

  7. Integral Image Rectangle features can be computed very rapidly using an intermediate representation for the image which call the integral image. Integral Image Calculate rectangular feature 7

  8. Training TheAttentionalCascade 8

  9. 9

  10. 10

  11. 11

  12. Detection 12

  13. Experiments • The positive training set consisted of 4916 hand labeled faces scaled and aligned to a base resolution of 24 by 24 pixels. • And 10 000 negative set examples were selected by randomly picking sub windows from 9500 images which didn’t contain faces. 13

  14. The speed of the cascaded detector is directly related to the number of features evaluated per scanned sub window. • The final classifier had 32 layers and 4297 features total. • Evaluated on the MIT-CMU test set an average of 8 features out of a total of 4297 are evaluated per sub-window. • The processing time of a 384 by 288 pixel image on a conventional personal computer about 0.067 seconds. 14

  15. Results Testing of the final face detector was performed using the MIT CMU frontal face test which consists of: • 130 images • 507 frontal faces. 15

More Related