CVLGApr 26, 2023

Noise-Tolerance GPU-based Age Estimation Using ResNet-50

arXiv:2305.00848v13 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work provides incremental improvements to age estimation systems, which are important for applications like security and demographic analysis.

The paper tackles age estimation from facial images by implementing a ResNet-50 model on the UTKFace dataset, achieving a 28.3% improvement in MAE over recent state-of-the-art methods and showing less than 1.5% performance degradation with 15 dB noise injection.

The human face contains important and understandable information such as personal identity, gender, age, and ethnicity. In recent years, a person's age has been studied as one of the important features of the face. The age estimation system consists of a combination of two modules, the presentation of the face image and the extraction of age characteristics, and then the detection of the exact age or age group based on these characteristics. So far, various algorithms have been presented for age estimation, each of which has advantages and disadvantages. In this work, we implemented a deep residual neural network on the UTKFace data set. We validated our implementation by comparing it with the state-of-the-art implementations of different age estimation algorithms and the results show 28.3% improvement in MAE as one of the critical error validation metrics compared to the recent works and also 71.39% MAE improvements compared to the implemented AlexNet. In the end, we show that the performance degradation of our implemented network is lower than 1.5% when injecting 15 dB noise to the input data (5 times more than the normal environmental noise) which justifies the noise tolerance of our proposed method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes