Structured Output SVM Prediction of Apparent Age, Gender and Smile from Deep Features
Abstract
© 2016 IEEE. We propose structured output SVM for predicting the apparent age as well as gender and smile from a single face image represented by deep features. We pose the problem of apparent age estimation as an instance of the multi-class structured output SVM classifier followed by a softmax expected value refinement. The gender and smile predictions are treated as binary classification problems. The proposed solution first detects the face in the image and then extracts deep features from the cropped image around the detected face. We use a convolutional neural network with VGG-16 architecture [25] for learning deep features. The network is pretrained on the ImageNet [24] database and then fine-tuned on IMDB-WIKI [21] and ChaLearn 2015 LAP datasets [8]. We validate our methods on the ChaLearn 2016 LAP dataset [9]. Our structured output SVMs are trained solely on ChaLearn 2016 LAP data. We achieve excellent results for both apparent age prediction and gender and smile classification.
Cite
Text
Uricár et al. "Structured Output SVM Prediction of Apparent Age, Gender and Smile from Deep Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016. doi:10.1109/CVPRW.2016.96Markdown
[Uricár et al. "Structured Output SVM Prediction of Apparent Age, Gender and Smile from Deep Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016.](https://mlanthology.org/cvprw/2016/uricar2016cvprw-structured/) doi:10.1109/CVPRW.2016.96BibTeX
@inproceedings{uricar2016cvprw-structured,
title = {{Structured Output SVM Prediction of Apparent Age, Gender and Smile from Deep Features}},
author = {Uricár, Michal and Timofte, Radu and Rothe, Rasmus and Matas, Jiri and Van Gool, Luc},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2016},
pages = {730-738},
doi = {10.1109/CVPRW.2016.96},
url = {https://mlanthology.org/cvprw/2016/uricar2016cvprw-structured/}
}