Relative Ranking of Facial Attractiveness
Abstract
Automatic evaluation of human facial attractiveness is a challenging problem that has received relatively little attention from the computer vision community. Previous work in this area have posed attractiveness as a classification problem. However, for applications that require fine-grained relationships between objects, learning to rank has been shown to be superior over the direct interpretation of classifier scores as ranks [27]. In this paper, we propose and implement a personalized relative beauty ranking system. Given training data of faces sorted based on a subject's personal taste, we learn how to rank novel faces according to that person's taste. Using a blend of Facial Geometric Relations, HOG, GIST, L*a*b* Color Histograms, and Dense-SIFT + PCA feature types, our system achieves an average accuracy of 63% on pairwise comparisons of novel test faces. We examine the effectiveness of our method through lesion testing and find that the most effective feature types for predicting beauty preferences are HOG, GIST, and Dense-SIFT + PCA features.
Cite
Text
Altwaijry and Belongie. "Relative Ranking of Facial Attractiveness." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013. doi:10.1109/WACV.2013.6475008Markdown
[Altwaijry and Belongie. "Relative Ranking of Facial Attractiveness." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013.](https://mlanthology.org/wacv/2013/altwaijry2013wacv-relative/) doi:10.1109/WACV.2013.6475008BibTeX
@inproceedings{altwaijry2013wacv-relative,
title = {{Relative Ranking of Facial Attractiveness}},
author = {Altwaijry, Hani and Belongie, Serge J.},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2013},
pages = {117-124},
doi = {10.1109/WACV.2013.6475008},
url = {https://mlanthology.org/wacv/2013/altwaijry2013wacv-relative/}
}