paper-with-me

Papers

Real-time AdaBoost cascade face tracker based on likelihood map and optical flow

2022-10-25 · Andreas Ranftl, Fernando Alonso-Fernandez, Stefan Karlsson, Josef Bigun

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.

📄 PDF Abstract BibTeX arXiv:2210.13885

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow EstimationPosition

Similar Papers 제목 키워드 기반

Real time face recognition using adaboost improved fast PCA algorithm

2011-08-05 · K. Susheel Kumar, Vijay Bhaskar Semwal, R C Tripathi

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 Recognition

GAdaBoost: Accelerating Adaboost Feature Selection with Genetic Algorithms

2016-09-20 · Mai Tolba, Mohamed Moustafa

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 Detection

Cascaded Continuous Regression for Real-time Incremental Face Tracking

2016-08-03 · Enrique Sánchez-Lozano, Brais Martinez, Georgios Tzimiropoulos, Michel Valstar

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 Trackingregression

A fast online cascaded regression algorithm for face alignment

2019-05-10 · Lin Feng, Caifeng Liu, Shenglan Liu, Huibing Wang

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 Learningregression

A Functional Regression approach to Facial Landmark Tracking

2016-12-07 · Enrique Sánchez-Lozano, Georgios Tzimiropoulos, Brais Martinez, Fernando de la Torre 외

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