MobileAgeNet: Lightweight Facial Age Estimation for Mobile Deployment

arXiv cs.CV / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper introduces MobileAgeNet, a lightweight facial age estimation model designed for mobile deployment with low latency and a compact footprint.
  • MobileAgeNet reports an MAE of 4.65 years on the UTKFace held-out test set while running at about 14.4 ms average on-device latency in the AI Benchmark application.
  • The model uses a pretrained MobileNetV3-Large backbone with a compact regression head, and achieves competitive accuracy using only 3.23M parameters.
  • Training and evaluation are implemented via the NN LEMUR Dataset framework to enable reproducible experiments, structured hyperparameter optimization, and consistent evaluation.
  • The authors present a deployment workflow from PyTorch training to ONNX export and then to TensorFlow Lite conversion, claiming preserved predictive behavior without measurable degradation on-device.
  • The approach improves stability and generalization via bounded age regression and a two-stage fine-tuning strategy.

Abstract

Mobile deployment of facial age estimation requires models that balance predictive accuracy with low latency and compact size. In this work, we present MobileAgeNet, a lightweight age-regression framework that achieves an MAE of 4.65 years on the UTKFace held-out test set while maintaining efficient on-device inference with an average latency of 14.4 ms measured using the AI Benchmark application. The model is built on a pretrained MobileNetV3-Large backbone combined with a compact regression head, enabling real-time prediction on mobile devices. The training and evaluation pipeline is integrated into the NN LEMUR Dataset framework, supporting reproducible experimentation, structured hyperparameter optimization, and consistent evaluation. We employ bounded age regression together with a two-stage fine-tuning strategy to improve training stability and generalization. Experimental results show that MobileAgeNet achieves competitive accuracy with 3.23M parameters, and that the deployment pipeline from PyTorch training through ONNX export to TensorFlow Lite conversion - preserves predictive behavior without measurable degradation under practical on-device conditions. Overall, this work provides a practical, deployment-ready baseline for mobile-oriented facial age estimation.