Real-time AdaBoost cascade face tracker based on likelihood map and optical flow
The authors present a novel face tracking approach where optical flow information is incorporated into a modified version of the Viola Jones detection algorithm. In the original algorithm, detection is static, as information from previous frames is not considered. In addition, candidate windows have to pass all stages of the classification cascade, otherwise they are discarded as containing no face. In contrast, the proposed tracker preserves information about the number of classification stages passed by each window. Such information is used to build a likelihood map, which represents the probability of having a face located at that position. Tracking capabilities are provided by extrapolating the position of the likelihood map to the next frame by optical flow computation. The proposed algorithm works in real time on a standard laptop. The system is verified on the Boston Head Tracking Database, showing that the proposed algorithm outperforms the standard Viola Jones detector in terms of detection rate and stability of the output bounding box, as well as including the capability to deal with occlusions. The authors also evaluate two recently published face detectors based on convolutional networks and deformable part models with their algorithm showing a comparable accuracy at a fraction of the computation time.
Code (0)
등록된 구현이 없습니다.
Tasks
Optical Flow EstimationPositionSimilar Papers 제목 키워드 기반
Real time face recognition using adaboost improved fast PCA algorithm
This paper presents an automated system for human face recognition in a real time background world for a large homemade dataset of persons face. The task is very difficult as the real time background subtraction in an im…
Face RecognitionGAdaBoost: Accelerating Adaboost Feature Selection with Genetic Algorithms
Boosted cascade of simple features, by Viola and Jones, is one of the most famous object detection frameworks. However, it suffers from a lengthy training process. This is due to the vast features space and the exhaustiv…
Face Detectionfeature selectionobject-detectionObject DetectionCascaded Continuous Regression for Real-time Incremental Face Tracking
This paper introduces a novel real-time algorithm for facial landmark tracking. Compared to detection, tracking has both additional challenges and opportunities. Arguably the most important aspect in this domain is updat…
Face AlignmentIncremental LearningLandmark TrackingregressionA fast online cascaded regression algorithm for face alignment
Traditional face alignment based on machine learning usually tracks the localizations of facial landmarks employing a static model trained offline where all of the training data is available in advance. When new training…
Face AlignmentIncremental LearningregressionA Functional Regression approach to Facial Landmark Tracking
Linear regression is a fundamental building block in many face detection and tracking algorithms, typically used to predict shape displacements from image features through a linear mapping. This paper presents a Function…
Face DetectionIncremental LearningLandmark Trackingregression