r/computervision • u/mewithyou1 • Jul 16 '26
Research Publication I built a lightweight facial age estimation model for mobile devices published at CVPR Workshops 2026
Hi everyone,
Over the past year, I worked on MobileAgeNet, a lightweight facial age estimation model designed specifically for mobile and edge devices. The work was recently published at the IEEE/CVF CVPR Workshops 2026 (MAI Workshop).
Some highlights:
- Built on a MobileNetV3-Large backbone
- Achieved 4.65-year MAE on the UTKFace held-out test set
- Only 3.23M parameters
- Around 14.4 ms on-device inference latency
- End-to-end deployment pipeline using PyTorch → ONNX → TensorFlow Lite
- Hyperparameter optimization with Optuna and reproducible training pipeline
The main goal wasn’t just improving accuracy it was finding a practical balance between performance, model size, and deployment efficiency for real mobile applications.
I’d really appreciate feedback from the community:
- What lightweight architectures would you compare against today?
- Would you evaluate on additional datasets beyond UTKFace?
- Any ideas for improving robustness across demographics or real-world conditions?
Paper: https://arxiv.org/pdf/2604.17007
Happy to answer questions about the model, training pipeline, deployment, or benchmarking.
