Mean-Variance Loss for Deep Age Estimation from a Face
Abstract
Age estimation has broad application prospects of many fields, such as video surveillance, social networking, and human-computer interaction. However, many of the published age estimation approaches simply treat the age estimation as an exact age regression problem, and thus did not leverage a distribution's robustness in representing labels with ambiguity such as ages. In this paper, we propose a new loss function, called mean-variance loss, for robust age estimation via distribution learning. Specifically, the mean-variance loss consists of a mean loss, which penalizes difference between the mean of the estimated age distribution and the ground-truth age, and a variance loss, which penalizes the variance of the estimated age distribution to ensure a concentrated distribution. The proposed mean-variance loss and softmax loss are embedded jointly into Convolutional Neural Networks (CNNs) for age estimation, and the network weights are optimized via stochastic gradient descent (SGD) in an end-to-end learning way. Experimental results on a number of challenging face aging databases (FG-NET, MORPH Album II, and CLAP2016) show that the proposed approach outperforms the state-of-the-art methods by a large margin using a single model.
Cite
Text
Pan et al. "Mean-Variance Loss for Deep Age Estimation from a Face." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00554Markdown
[Pan et al. "Mean-Variance Loss for Deep Age Estimation from a Face." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/pan2018cvpr-meanvariance/) doi:10.1109/CVPR.2018.00554BibTeX
@inproceedings{pan2018cvpr-meanvariance,
title = {{Mean-Variance Loss for Deep Age Estimation from a Face}},
author = {Pan, Hongyu and Han, Hu and Shan, Shiguang and Chen, Xilin},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2018},
doi = {10.1109/CVPR.2018.00554},
url = {https://mlanthology.org/cvpr/2018/pan2018cvpr-meanvariance/}
}