English

Towards a Real-Time Facial Analysis System

Computer Vision and Pattern Recognition 2021-09-23 v1 Machine Learning

Abstract

Facial analysis is an active research area in computer vision, with many practical applications. Most of the existing studies focus on addressing one specific task and maximizing its performance. For a complete facial analysis system, one needs to solve these tasks efficiently to ensure a smooth experience. In this work, we present a system-level design of a real-time facial analysis system. With a collection of deep neural networks for object detection, classification, and regression, the system recognizes age, gender, facial expression, and facial similarity for each person that appears in the camera view. We investigate the parallelization and interplay of individual tasks. Results on common off-the-shelf architecture show that the system's accuracy is comparable to the state-of-the-art methods, and the recognition speed satisfies real-time requirements. Moreover, we propose a multitask network for jointly predicting the first three attributes, i.e., age, gender, and facial expression. Source code and trained models are available at https://github.com/mahehu/TUT-live-age-estimator.

Keywords

Cite

@article{arxiv.2109.10393,
  title  = {Towards a Real-Time Facial Analysis System},
  author = {Bishwo Adhikari and Xingyang Ni and Esa Rahtu and Heikki Huttunen},
  journal= {arXiv preprint arXiv:2109.10393},
  year   = {2021}
}

Comments

Accepted in IEEE MMSP 2021

R2 v1 2026-06-24T06:11:51.442Z