Multi-Task Warped Gaussian Process for Personalized Age Estimation

Abstract

Automatic age estimation from facial images has aroused research interests in recent years due to its promising potential for some computer vision applications. Among the methods proposed to date, personalized age estimation methods generally outperform global age estimation methods by learning a separate age estimator for each person in the training data set. However, since typical age databases only contain very limited training data for each person, training a separate age estimator using only training data for that person runs a high risk of overfitting the data and hence the prediction performance is limited. In this paper, we propose a novel approach to age estimation by formulating the problem as a multi-task learning problem. Based on a variant of the Gaussian process (GP) called warped Gaussian process (WGP), we propose a multi-task extension called multi-task warped Gaussian process (MTWGP). Age estimation is formulated as a multi-task regression problem in which each learning task refers to estimation of the age function for each person. While MTWGP models common features shared by different tasks (persons), it also allows task-specific (person-specific) features to be learned automatically. Moreover, unlike previous age estimation methods which need to specify the form of the regression functions or determine many parameters in the functions using inefficient methods such as cross validation, the form of the regression functions in MTWGP is implicitly defined by the kernel function and all its model parameters can be learned from data automatically. We have conducted experiments on two publicly available age databases, FG-NET and MORPH. The experimental results are very promising in showing that MTWGP compares favorably with state-of-the-art age estimation methods.

Cite

Text

Zhang and Yeung. "Multi-Task Warped Gaussian Process for Personalized Age Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539975

Markdown

[Zhang and Yeung. "Multi-Task Warped Gaussian Process for Personalized Age Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/zhang2010cvpr-multi/) doi:10.1109/CVPR.2010.5539975

BibTeX

@inproceedings{zhang2010cvpr-multi,
  title     = {{Multi-Task Warped Gaussian Process for Personalized Age Estimation}},
  author    = {Zhang, Yu and Yeung, Dit-Yan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2622-2629},
  doi       = {10.1109/CVPR.2010.5539975},
  url       = {https://mlanthology.org/cvpr/2010/zhang2010cvpr-multi/}
}