5
Most read
6
Most read
Age and Gender Detection
ABSTRACT
In this paper we propose a deep learning solution to age estimation and gender
recognition. By using deep learning concepts, we can easily classify age and gender with
more accuracy even if we have less refined values. We are using Kaggle dataset which is the
greatest available dataset of human faces for training. It contains all the meta information.
For age and gender classification we are using Keras high level API of TensorFlow. Keras is
used for building and training our model. Whether we have less data we can easily interpret
gender and age by using TensorFlow the core open source library to help develop our
model. We are using VGG Face Model for age estimation in which we are using VGG-16
architecture that run on cropped image of face. To the end we demonstrate that our
proposed method will show better results on age and gender estimation as compared to
other methods
1.INTRODUCTION
Age and gender, two of the key attributes of the face, play a fundamental part in society
interactions, making estimation of age and gender from a single face image a significant role
in smart systems, such as access control, human computer interaction, legislation security
compliance, communications and visual monitoring, etc. During the last decades,many
strategies have been suggested to address the age and gender task. Earlier we used to make
pixel intensity as a data feed to the classifier for its training eg- Support Vector Machine
(SVM). When resolution increased the previous work gave a significant increase in the scales
of image characteristics as well. That is why some characters Reduction techniques like
Principal Component Analysis came into existence. Some image definers have also been put
into role for age and gender estimation. They are quite powerful techniques. Some of them
are LBP (Local Binary Patterns), Gabor Filters, Histogram of oriented gram (HOG) etc. Results
are still not satisfactory even after the latest work has improved so much as compared to
the previous works. Deep learning has become an integral part in latest technologies for
computer vision applications. Areas like image classification, detection, Convolutional
Neural Networks is a latest tool which is producing significant results. However, there are
still areas where improvement is needed, still we can say that it has produced better results
than the previous algorithms.
1.1.Objective
To revisit the previous algorithms along with the new one given by the Convolutional Neural
Networks. To make a working architecture of age and gender with the help of VGG model.
To predict the precision and accuracy of each algorithms by various experiments.
1.2 Problem Identification & Definition
Age and gender classification has gained importance in recent times due to increasing
influence and rise of social media platforms. However, accuracy of previous algorithms on
the images is still not sufficient enough which can match the performance made in the field
of face recognition. Still this problem is a tricky problem which needs to be resolved . The
main difficulty is that the Nature as well as the abundancy of data which is required to train
the type of systems. While general classification projects have access to millions of images
which is very helpful in training but for age and gender classification specifically we have
lesser number of images maybe in the range of thousands. The main reason behind this is
that in order to have labels we should have personal data of the subjects in the images.
Hence we require new algorithms and tools to cope up with this problem. These above
reasons are responsible for choosing this new approach.
2. RELATED WORK
This area has been under research for various decades. Many new algorithms have been
made to tackle this problem. Early works use facial features and various features of face as
ratios to determine signs of varying age factor. It included the distances between the eyes,
nose and mouth. These were pretty good when it comes to simpler images but with real
world images, it was not satisfactory as it should have due to picture quality/clarity. In early
works generally in 1990s, neural networks were used in determining gender which
revolutionized the world. Later in 2000s, SVM was used and it was later found out that very
low error on the gender estimation could be achieved which had a low resolution. Yet again
it was not producing satisfactory results on real world images which consisted of many
other factors like lighting, darkness in the background etc. All other works either tackle age
estimation or gender estimation. There was not a solution that dealt with both. As
suggested above in the mid 90’s there were several other attempts made on the precision
for making it much better than the previous models but they did not succeed in it. Other
works were also being done on this but they were only able to find the gender Estimation as
more precise and accurate. Age Estimation accuracy was not improved even after so many
years. Due to unavailability of real- world images so that we train our model based on the
images and then we will be able to find more accurate results. Until later, due to
introduction of the new concept of neural networks we are able to perform more accurate
calculations due to which we are able to get better results. Now the images are distributed
in a set of images which are further de classified into smaller images in which we use
algorithms to find the values which are further explained in the later part. In this way, we
are able to perform more accurate results using it.
3.PROPOSED METHODOLOGY
The modern CNN architectures usually require larger training datasets for effective results.
Since the face image data sets are often very small in numbers. There is lesser number of
images which can be used to train the data, only thousands of images are there with age
tags. To this end, we generally took the 12,500 people which are on the Kaggle website
which included their images and information from their profiles. We do not consider the
images which has time label on it, and we also did not accept the images which are easily
recognizable and authorized. We were able to assign the biological (real) age to every such
image with the help of the algorithm and in the end we get a rectangular shape on the face
of a person which shows its age as well as gender. We can of course not say with certainty
for the accuracy of information designated to the age. Apart from incorrect information
about time, we have images which are in turn snapped during filmography as well as in
theatres. In sum we got 600 face photos from Kaggle for personalities. In sum there have
been 400 face pictures with age information included. Since some images have other data
persons as well but we do not consider it because the face features should qualify at least a
minimum threshold, if they qualify it, they are included. In order to make the network
equally discriminatory for all generations we normalize the distribution of age , i.e. we
arbitrarily dismiss a few of the pictures of the ages most frequent. For our CNNs, that
presents us with 11,500 training photos.
4.IMPLEMENTATION AND RESULTS
We implement approach of Deep Expectation – to estimating age is inspired by huge
developments in areas including image classification or detection of objects driven by deep
learning. We learn four main ideas from deep learning knowledge which we add to our
problem (I) If we have a large network, then it acts as an advantage for us because we will
then be able to maintain a decent level of performance. (ii) Complexity of the training data
sets help the network to learn more and more such that it can produce more accurate
results. (iii) object alignment in the input image affects overall performance (iv) There is a
way to enhance a pre modelled network which is to take advantage of the transition when
the training data is small. The age estimation is achieved by adding a Convolutional neural
network from preceding processing stage to the observed image. Our approach uses the
design of the VGG16 which has generated excellent results on the ImageNet competition. In
this model we will be applying average 2-D pooling. We are introducing two strata of the
Convolutional Neural Network. On top of these FC layer features, we must learn a new
Softmax classification layer and train it to identify the sex of the input face picture into one
of the two "male" and "female" groups. Similarly we have found out about the age of the
person in the cropped image.
5.RESULTS AND DISCUSSION
Output of our implemented model for age calculation and gender detection: The main
factors are: Identification stage failure We fail to clearly capture the individual due to
Environmental conditions near the person. Bad quality constraints either by the camera i.e
bad resolution power, or improper Lighting conditions.
6. CONCLUSIONS
Although many earlier methods addressed the topic of the problem as grouping of images,
in this paper we set a benchmark for the task based on our own observations and
conclusions and show that chaining age predictions with gender predictions can improve
overall precision. We deliver results with an architecture of open neural networks in such
way that we avoid all kind of mismatch of data. Compared with any of the latest network
designs, our network is "shallow," thereby that the amount of its parameters and the
possibility to overfit. By unnaturally attaching cropped variants of the photos into our
training set, we have broadened our data model. From our results we can draw two
important conclusions. First, CNN can be used to deliver better results in age and gender
classification, even analyzing the much smaller size of contemporaneous unconstrained
sample images that are marked. Secondly, with the help of our model, other people who are
doing the same project or may do in the future which needs more training data sets can
further improve the system.
7. REFERENCES
A. Lanitis and C. J. Taylor, “Towards automatic face identification robust to ageing
variation,” in Proceedings of the 4th IEEE International Conference on Automatic Face and
Gesture Recognition, FG 2000, pp. 391–396, fra, March 2000. Z. Li and A. K. Jain, “A
discriminative model for age invariant face recognition,” IEEE Transactions on Information
Forensics and Security, vol. 6, no. 3, pp. 1028–1037, 2011. N. Dayan, Skin aging handbook:
An Integrated Approach to Biochemistry and Product Development, Andrew WilliamPress,
2008.
A. Amadasi, N. Merusi, and C. Cattaneo, “How reliable is apparent age at death on
cadavers?” International Journal of Legal Medicine, vol. 129, no. 4, pp. 1437–1596, 2015.
S. B. M. Patzelt, L. K. Schaible, S. Stampf, and R. J. Kohal, “Software-based evaluation of
human age: A pilot study,” Journal of Esthetic and Restorative Dentistry, vol. 27, no. 2, pp.
100–106, 2015.
W. Chen, W. Qian, G. Wu et al., “Three-dimensional human facial morphologies as robust
aging markers,” Cell Research, vol. 25, no. 5, pp. 574–587, 2015.
Y. Fu, G. Guo, and T. S. Huang, “Age synthesis and estimation via faces: a survey,” IEEE
Transactions on Pattern Analysis and Machine Intelligence, vol. 32, no. 11, pp. 1955–1976,
2010.
C.-C. Wang, Y.-C. Su, C.-T. Hsu, C.-W. Lin, and H. Y. M. Liao, “Bayesian age estimation on face
images,” in Proceedings of the Proceddings of the IEEE International Conference on
Multimedia and Expo (ICME '09), pp. 282–285, July 2009.
X. Geng, Z. Zhou, and K. Smith-Miles, “Automatic age estimation based on facial aging
patterns,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 12,
pp. 2234–2240, 2007.
G. Guo, Y. Fu, C. R. Dyer, and T. S. Huang, “Image-based human age estimation by manifold
learning and locally adjusted robust regression,” IEEE Transactions on Image Processing, vol.
17, no. 7, pp. 1178–1188, 2008.

More Related Content

PPTX
Age Estimation And Gender Prediction Using Convolutional Neural Network.pptx
PPTX
AGE AND GENDER DETECTION.pptx
PPTX
Gender and Age Detection using OpenCV.pptx
PPTX
Human age and gender Detection
PDF
Image recognition
DOCX
Digit recognition using mnist database
PPTX
Final year ppt
PPTX
Handwritten Digit Recognition and performance of various modelsation[autosaved]
Age Estimation And Gender Prediction Using Convolutional Neural Network.pptx
AGE AND GENDER DETECTION.pptx
Gender and Age Detection using OpenCV.pptx
Human age and gender Detection
Image recognition
Digit recognition using mnist database
Final year ppt
Handwritten Digit Recognition and performance of various modelsation[autosaved]

What's hot (20)

PPTX
Facial Image Analysis for age and gender and
PPTX
Stress detection using Image processing
PPTX
Object detection presentation
PPTX
Sign language recognizer
PPT
Face detection ppt
PPTX
Image classification with Deep Neural Networks
PPTX
Currency recognition system using image processing
PPTX
Facial Emotion Recognition: A Deep Learning approach
PPTX
Handwriting Recognition Using Deep Learning and Computer Version
PDF
Age and Gender Prediction and Human count
PDF
Human Emotion Recognition
PPTX
Face Detection
PPTX
Diabetic Retinopathy.pptx
PPTX
Computer Vision - Real Time Face Recognition using Open CV and Python
PPTX
Facial Expression Recognition System using Deep Convolutional Neural Networks.
PPTX
Signature recognition
PPTX
Facial Recognition Technology
PPTX
Text extraction From Digital image
PPTX
Face spoofing detection using texture analysis
PPTX
Hand Gesture Recognition system for deaf and dump people
Facial Image Analysis for age and gender and
Stress detection using Image processing
Object detection presentation
Sign language recognizer
Face detection ppt
Image classification with Deep Neural Networks
Currency recognition system using image processing
Facial Emotion Recognition: A Deep Learning approach
Handwriting Recognition Using Deep Learning and Computer Version
Age and Gender Prediction and Human count
Human Emotion Recognition
Face Detection
Diabetic Retinopathy.pptx
Computer Vision - Real Time Face Recognition using Open CV and Python
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Signature recognition
Facial Recognition Technology
Text extraction From Digital image
Face spoofing detection using texture analysis
Hand Gesture Recognition system for deaf and dump people
Ad

Similar to Age and Gender Detection.docx (20)

PDF
Age and Gender Detection-converted.pdf
PDF
Vehicle Driver Age Estimation using Neural Networks
PDF
Report
PDF
Age and Gender Classification using Convolutional Neural Network
PDF
Gender and age classification using deep learning
PDF
A Survey on different techniques used for age and gender classification
PPTX
AGE AND GENDER DETECTION USING DEEP LEARNING.pptx
PDF
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
PDF
Semi-supervised auto-encoder for facial attributes recognition
PDF
Real-Time Face-Age-Gender Detection System
PDF
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
PDF
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
PDF
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
PDF
Real-time age-range recognition and gender identification system through faci...
PDF
IRJET- Automated Detection of Gender from Face Images
PDF
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
PPT
age and gender detection (1).ppt computer vision has seen tremendous advancem...
PDF
IRJET - Gender and Age Prediction using Wideresnet Architecture
PDF
IRJET- Age Analysis using Face Recognition with Hybrid Algorithm
PDF
Literature Review on Gender Prediction Model using CNN Algorithm
Age and Gender Detection-converted.pdf
Vehicle Driver Age Estimation using Neural Networks
Report
Age and Gender Classification using Convolutional Neural Network
Gender and age classification using deep learning
A Survey on different techniques used for age and gender classification
AGE AND GENDER DETECTION USING DEEP LEARNING.pptx
FACIAL AGE ESTIMATION USING TRANSFER LEARNING AND BAYESIAN OPTIMIZATION BASED...
Semi-supervised auto-encoder for facial attributes recognition
Real-Time Face-Age-Gender Detection System
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
Facial Age Estimation using Transfer Learning and Bayesian Optimization based...
Real-time age-range recognition and gender identification system through faci...
IRJET- Automated Detection of Gender from Face Images
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
age and gender detection (1).ppt computer vision has seen tremendous advancem...
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET- Age Analysis using Face Recognition with Hybrid Algorithm
Literature Review on Gender Prediction Model using CNN Algorithm
Ad

Recently uploaded (20)

PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PPTX
Microsoft User Copilot Training Slide Deck
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PDF
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
PDF
Statistics on Ai - sourced from AIPRM.pdf
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PDF
Early detection and classification of bone marrow changes in lumbar vertebrae...
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PPTX
Internet of Everything -Basic concepts details
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PDF
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
PPTX
Module 1 Introduction to Web Programming .pptx
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Microsoft User Copilot Training Slide Deck
MuleSoft-Compete-Deck for midddleware integrations
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
Statistics on Ai - sourced from AIPRM.pdf
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
LMS bot: enhanced learning management systems for improved student learning e...
Early detection and classification of bone marrow changes in lumbar vertebrae...
giants, standing on the shoulders of - by Daniel Stenberg
Internet of Everything -Basic concepts details
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
Data Virtualization in Action: Scaling APIs and Apps with FME
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
Module 1 Introduction to Web Programming .pptx
Basics of Cloud Computing - Cloud Ecosystem
Rapid Prototyping: A lecture on prototyping techniques for interface design
Custom Battery Pack Design Considerations for Performance and Safety
Improvisation in detection of pomegranate leaf disease using transfer learni...
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION

Age and Gender Detection.docx

  • 1. Age and Gender Detection ABSTRACT In this paper we propose a deep learning solution to age estimation and gender recognition. By using deep learning concepts, we can easily classify age and gender with more accuracy even if we have less refined values. We are using Kaggle dataset which is the greatest available dataset of human faces for training. It contains all the meta information. For age and gender classification we are using Keras high level API of TensorFlow. Keras is used for building and training our model. Whether we have less data we can easily interpret gender and age by using TensorFlow the core open source library to help develop our model. We are using VGG Face Model for age estimation in which we are using VGG-16 architecture that run on cropped image of face. To the end we demonstrate that our proposed method will show better results on age and gender estimation as compared to other methods 1.INTRODUCTION Age and gender, two of the key attributes of the face, play a fundamental part in society interactions, making estimation of age and gender from a single face image a significant role in smart systems, such as access control, human computer interaction, legislation security compliance, communications and visual monitoring, etc. During the last decades,many strategies have been suggested to address the age and gender task. Earlier we used to make pixel intensity as a data feed to the classifier for its training eg- Support Vector Machine (SVM). When resolution increased the previous work gave a significant increase in the scales of image characteristics as well. That is why some characters Reduction techniques like Principal Component Analysis came into existence. Some image definers have also been put into role for age and gender estimation. They are quite powerful techniques. Some of them are LBP (Local Binary Patterns), Gabor Filters, Histogram of oriented gram (HOG) etc. Results are still not satisfactory even after the latest work has improved so much as compared to the previous works. Deep learning has become an integral part in latest technologies for computer vision applications. Areas like image classification, detection, Convolutional Neural Networks is a latest tool which is producing significant results. However, there are still areas where improvement is needed, still we can say that it has produced better results than the previous algorithms. 1.1.Objective To revisit the previous algorithms along with the new one given by the Convolutional Neural Networks. To make a working architecture of age and gender with the help of VGG model. To predict the precision and accuracy of each algorithms by various experiments.
  • 2. 1.2 Problem Identification & Definition Age and gender classification has gained importance in recent times due to increasing influence and rise of social media platforms. However, accuracy of previous algorithms on the images is still not sufficient enough which can match the performance made in the field of face recognition. Still this problem is a tricky problem which needs to be resolved . The main difficulty is that the Nature as well as the abundancy of data which is required to train the type of systems. While general classification projects have access to millions of images which is very helpful in training but for age and gender classification specifically we have lesser number of images maybe in the range of thousands. The main reason behind this is that in order to have labels we should have personal data of the subjects in the images. Hence we require new algorithms and tools to cope up with this problem. These above reasons are responsible for choosing this new approach. 2. RELATED WORK This area has been under research for various decades. Many new algorithms have been made to tackle this problem. Early works use facial features and various features of face as ratios to determine signs of varying age factor. It included the distances between the eyes, nose and mouth. These were pretty good when it comes to simpler images but with real world images, it was not satisfactory as it should have due to picture quality/clarity. In early works generally in 1990s, neural networks were used in determining gender which revolutionized the world. Later in 2000s, SVM was used and it was later found out that very low error on the gender estimation could be achieved which had a low resolution. Yet again it was not producing satisfactory results on real world images which consisted of many other factors like lighting, darkness in the background etc. All other works either tackle age estimation or gender estimation. There was not a solution that dealt with both. As suggested above in the mid 90’s there were several other attempts made on the precision for making it much better than the previous models but they did not succeed in it. Other works were also being done on this but they were only able to find the gender Estimation as more precise and accurate. Age Estimation accuracy was not improved even after so many years. Due to unavailability of real- world images so that we train our model based on the images and then we will be able to find more accurate results. Until later, due to introduction of the new concept of neural networks we are able to perform more accurate calculations due to which we are able to get better results. Now the images are distributed in a set of images which are further de classified into smaller images in which we use algorithms to find the values which are further explained in the later part. In this way, we are able to perform more accurate results using it.
  • 3. 3.PROPOSED METHODOLOGY The modern CNN architectures usually require larger training datasets for effective results. Since the face image data sets are often very small in numbers. There is lesser number of images which can be used to train the data, only thousands of images are there with age tags. To this end, we generally took the 12,500 people which are on the Kaggle website which included their images and information from their profiles. We do not consider the images which has time label on it, and we also did not accept the images which are easily recognizable and authorized. We were able to assign the biological (real) age to every such image with the help of the algorithm and in the end we get a rectangular shape on the face of a person which shows its age as well as gender. We can of course not say with certainty for the accuracy of information designated to the age. Apart from incorrect information about time, we have images which are in turn snapped during filmography as well as in theatres. In sum we got 600 face photos from Kaggle for personalities. In sum there have been 400 face pictures with age information included. Since some images have other data persons as well but we do not consider it because the face features should qualify at least a minimum threshold, if they qualify it, they are included. In order to make the network equally discriminatory for all generations we normalize the distribution of age , i.e. we arbitrarily dismiss a few of the pictures of the ages most frequent. For our CNNs, that presents us with 11,500 training photos. 4.IMPLEMENTATION AND RESULTS We implement approach of Deep Expectation – to estimating age is inspired by huge developments in areas including image classification or detection of objects driven by deep learning. We learn four main ideas from deep learning knowledge which we add to our problem (I) If we have a large network, then it acts as an advantage for us because we will then be able to maintain a decent level of performance. (ii) Complexity of the training data sets help the network to learn more and more such that it can produce more accurate results. (iii) object alignment in the input image affects overall performance (iv) There is a way to enhance a pre modelled network which is to take advantage of the transition when the training data is small. The age estimation is achieved by adding a Convolutional neural network from preceding processing stage to the observed image. Our approach uses the design of the VGG16 which has generated excellent results on the ImageNet competition. In this model we will be applying average 2-D pooling. We are introducing two strata of the Convolutional Neural Network. On top of these FC layer features, we must learn a new Softmax classification layer and train it to identify the sex of the input face picture into one of the two "male" and "female" groups. Similarly we have found out about the age of the person in the cropped image.
  • 5. Output of our implemented model for age calculation and gender detection: The main factors are: Identification stage failure We fail to clearly capture the individual due to Environmental conditions near the person. Bad quality constraints either by the camera i.e bad resolution power, or improper Lighting conditions. 6. CONCLUSIONS Although many earlier methods addressed the topic of the problem as grouping of images, in this paper we set a benchmark for the task based on our own observations and conclusions and show that chaining age predictions with gender predictions can improve overall precision. We deliver results with an architecture of open neural networks in such way that we avoid all kind of mismatch of data. Compared with any of the latest network designs, our network is "shallow," thereby that the amount of its parameters and the possibility to overfit. By unnaturally attaching cropped variants of the photos into our training set, we have broadened our data model. From our results we can draw two important conclusions. First, CNN can be used to deliver better results in age and gender classification, even analyzing the much smaller size of contemporaneous unconstrained sample images that are marked. Secondly, with the help of our model, other people who are doing the same project or may do in the future which needs more training data sets can further improve the system. 7. REFERENCES A. Lanitis and C. J. Taylor, “Towards automatic face identification robust to ageing variation,” in Proceedings of the 4th IEEE International Conference on Automatic Face and Gesture Recognition, FG 2000, pp. 391–396, fra, March 2000. Z. Li and A. K. Jain, “A
  • 6. discriminative model for age invariant face recognition,” IEEE Transactions on Information Forensics and Security, vol. 6, no. 3, pp. 1028–1037, 2011. N. Dayan, Skin aging handbook: An Integrated Approach to Biochemistry and Product Development, Andrew WilliamPress, 2008. A. Amadasi, N. Merusi, and C. Cattaneo, “How reliable is apparent age at death on cadavers?” International Journal of Legal Medicine, vol. 129, no. 4, pp. 1437–1596, 2015. S. B. M. Patzelt, L. K. Schaible, S. Stampf, and R. J. Kohal, “Software-based evaluation of human age: A pilot study,” Journal of Esthetic and Restorative Dentistry, vol. 27, no. 2, pp. 100–106, 2015. W. Chen, W. Qian, G. Wu et al., “Three-dimensional human facial morphologies as robust aging markers,” Cell Research, vol. 25, no. 5, pp. 574–587, 2015. Y. Fu, G. Guo, and T. S. Huang, “Age synthesis and estimation via faces: a survey,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 32, no. 11, pp. 1955–1976, 2010. C.-C. Wang, Y.-C. Su, C.-T. Hsu, C.-W. Lin, and H. Y. M. Liao, “Bayesian age estimation on face images,” in Proceedings of the Proceddings of the IEEE International Conference on Multimedia and Expo (ICME '09), pp. 282–285, July 2009. X. Geng, Z. Zhou, and K. Smith-Miles, “Automatic age estimation based on facial aging patterns,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 12, pp. 2234–2240, 2007. G. Guo, Y. Fu, C. R. Dyer, and T. S. Huang, “Image-based human age estimation by manifold learning and locally adjusted robust regression,” IEEE Transactions on Image Processing, vol. 17, no. 7, pp. 1178–1188, 2008.