Deep Cost-Sensitive and Order-Preserving Feature Learning for Cross-Population Age Estimation

Abstract

Facial age estimation from a face image is an important yet very challenging task in computer vision, since humans with different races and/or genders, exhibit quite different patterns in their facial aging processes. To deal with the influence of race and gender, previous methods perform age estimation within each population separately. In practice, however, it is often very difficult to collect and label sufficient data for each population. Therefore, it would be helpful to exploit an existing large labeled dataset of one (source) population to improve the age estimation performance on another (target) population with only a small labeled dataset available. In this work, we propose a Deep Cross-Population (DCP) age estimation model to achieve this goal. In particular, our DCP model develops a two-stage training strategy. First, a novel cost-sensitive multi-task loss function is designed to learn transferable aging features by training on the source population. Second, a novel order-preserving pair-wise loss function is designed to align the aging features of the two populations. By doing so, our DCP model can transfer the knowledge encoded in the source population to the target population. Extensive experiments on the two of the largest benchmark datasets show that our DCP model outperforms several strong baseline methods and many state-of-the-art methods.

Cite

Text

Li et al. "Deep Cost-Sensitive and Order-Preserving Feature Learning for Cross-Population Age Estimation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00049

Markdown

[Li et al. "Deep Cost-Sensitive and Order-Preserving Feature Learning for Cross-Population Age Estimation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/li2018cvpr-deep/) doi:10.1109/CVPR.2018.00049

BibTeX

@inproceedings{li2018cvpr-deep,
  title     = {{Deep Cost-Sensitive and Order-Preserving Feature Learning for Cross-Population Age Estimation}},
  author    = {Li, Kai and Xing, Junliang and Su, Chi and Hu, Weiming and Zhang, Yundong and Maybank, Stephen},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00049},
  url       = {https://mlanthology.org/cvpr/2018/li2018cvpr-deep/}
}