paper-with-me

Papers

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 updating a tracker's models as tracking progresses, also known as incremental (face) tracking. While this should result in more accurate localisation, how to do this online and in real time without causing a tracker to drift is still an important open research question. We address this question in the cascaded regression framework, the state-of-the-art approach for facial landmark localisation. Because incremental learning for cascaded regression is costly, we propose a much more efficient yet equally accurate alternative using continuous regression. More specifically, we first propose cascaded continuous regression (CCR) and show its accuracy is equivalent to the Supervised Descent Method. We then derive the incremental learning updates for CCR (iCCR) and show that it is an order of magnitude faster than standard incremental learning for cascaded regression, bringing the time required for the update from seconds down to a fraction of a second, thus enabling real-time tracking. Finally, we evaluate iCCR and show the importance of incremental learning in achieving state-of-the-art performance. Code for our iCCR is available from http://www.cs.nott.ac.uk/~psxes1

📄 PDF Abstract BibTeX arXiv:1608.01137

Code (0)

등록된 구현이 없습니다.

Tasks

Face AlignmentIncremental LearningLandmark Trackingregression

Similar Papers 제목 키워드 기반

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

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

TRIC-track: Tracking by Regression With Incrementally Learned Cascades

2015-12-01 · ICCV 2015 12 · Xiaomeng Wang, Michel Valstar, Brais Martinez, Muhammad Haris Khan 외

This paper proposes a novel approach to part-based tracking by replacing local matching of an appearance model by direct prediction of the displacement between local image patches and part locations. We propose to use ca…

Incremental Learningregression

Private Incremental Regression

2017-01-04 · Shiva Prasad Kasiviswanathan, Kobbi Nissim, Hongxia Jin

Data is continuously generated by modern data sources, and a recent challenge in machine learning has been to develop techniques that perform well in an incremental (streaming) setting. In this paper, we investigate the …

BIG-bench Machine Learningregression

A Compromise Principle in Deep Monocular Depth Estimation

2017-08-28 · Huan Fu, Mingming Gong, Chaohui Wang, DaCheng Tao

Monocular depth estimation, which plays a key role in understanding 3D scene geometry, is fundamentally an ill-posed problem. Existing methods based on deep convolutional neural networks (DCNNs) have examined this proble…

ClassificationData AugmentationDepth EstimationGeneral Classification+2