Face Alignment via Boosted Ranking Model
Abstract
Face alignment seeks to deform a face model to match it with the features of the image of a face by optimizing an appropriate cost function. We propose a new face model that is aligned by maximizing a score function, which we learn from training data, and that we impose to be concave. We show that this problem can be reduced to learning a classifier that is able to say whether or not by switching from one alignment to a new one, the model is approaching the correct fitting. This relates to the ranking problem where a number of instances need to be ordered. For training the model, we propose to extend GentleBoost [23] to rank-learning. Extensive experimentation shows the superiority of this approach to other learning paradigms, and demonstrates that this model exceeds the alignment performance of the state-of-the-art.
Cite
Text
Wu et al. "Face Alignment via Boosted Ranking Model." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587753Markdown
[Wu et al. "Face Alignment via Boosted Ranking Model." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/wu2008cvpr-face/) doi:10.1109/CVPR.2008.4587753BibTeX
@inproceedings{wu2008cvpr-face,
title = {{Face Alignment via Boosted Ranking Model}},
author = {Wu, Hao and Liu, Xiaoming and Doretto, Gianfranco},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2008},
doi = {10.1109/CVPR.2008.4587753},
url = {https://mlanthology.org/cvpr/2008/wu2008cvpr-face/}
}