A review of deep learning for facial aging

Xianya Shuai1, Yujiong Chen2, Mingsong Wu2,3 and Zhimin Zhang1*

*Correspondence:
Zhimin Zhang,
zzm_zhangzhimin@126.com

Received: 22 July 2024; Accepted: 30 September 2024; Published: 09 October 2024.

License: CC BY 4.0

Copyright Statement: Copyright © 2024; The Author(s).

This paper reviews the application and prospect of deep learning in the study of facial aging. Population aging has become one of the prominent social problems in China. Facial aging is not only the main aspect of biomedical research but also plays an important role in the field of social life. The development of deep learning technology provides new methods and tools for the study of facial aging. The study of facial aging mainly includes two aspects: age estimation and aging synthesis. Age estimation predicts the real age of a human face by extracting facial features and establishing a model, while aging synthesis generates an image that simulates the change of the human face over time. Deep learning models, particularly Convolutional Neural Networks (CNNs) and Generative Adversarial Networks (GANs), have exhibited robust performance in both computational tasks and strong potential in age-related pattern extraction and temporal facial transformation modeling. Although deep learning has achieved remarkable results in the study of facial aging, it still faces some challenges, such as the difficulty of obtaining data, the irreversibility of the aging process, and individual differences. In the future, we may need to continue to optimize the algorithm to improve the generalization ability and accuracy of the model, while considering personalized features. The continuous progress and innovation of deep learning technology will bring more possibilities to the research of facial aging and help to solve the challenges brought by the aging of the population.

Keywords: deep learning, face recognition, face synthesis, aging, facial aging

Introduction

Population aging has emerged as one of the most pressing social issues confronting China in the 21st century. Aging is an inevitable biological process that all humans experience (1). It is also a significant risk factor for a range of chronic diseases, including neurodegenerative diseases, cardiovascular and cerebrovascular diseases, osteoarthritis, and chronic kidney disease (2). As an important carrier of biological information, the face conveys various attributes such as identity, age, gender, expression, and emotion. Over time, facial appearance inevitably changes with age (3).

Facial aging serves not only as a health indicator in biomedicine (4) but also as a topic of considerable societal interest. Research on facial aging primarily encompasses two areas: age estimation and aging synthesis. Most traditional age estimation algorithms consist of two stages: age feature extraction and age estimation (5). There are two critical requirements for generating aging images: the accuracy of the estimated age and the consistency of the image identity (6). Image-based human age estimation has a wide array of practical applications, including demographic data collection in supermarkets and other public areas, age-specific user interfaces, age-oriented advertising, and the identification of individuals using old ID photos (7). However, predicting the age of a given facial image is challenging due to the slow and complex nature of human facial aging, which is influenced by numerous internal and external factors (8). To address the needs of scientific research and societal demands, the technology that employs computer analysis to examine the age characteristics of facial images over time and synthesize images that aesthetically reflect natural aging or rejuvenation is called face aging synthesis (9).

Deep learning is a subfield of machine learning (10) that focuses on modeling specific real-world issues using multi-layer neural networks designed to simulate the human nervous system (11). Commonly employed models include convolutional neural networks (CNNs) (12), recurrent neural networks (13), generative adversarial networks (GANs) (14), and long short-term memory networks (15), among others. The concept and application of neural networks began to emerge in the 1980s (16). Upon entering the 21st century, with the arrival of the era of big data, copious data offers abundant training resources for deep learning (17). Additionally, the continuous enhancement of optimization algorithms also offers significant support for the advancement of deep learning (18). Currently, deep learning has achieved remarkable success across various fields, including computer vision, speech recognition, and natural language processing (19). In the medical domain, deep learning technology is widely used for medical image analysis, disease diagnosis, and the formulation of treatment plans (20). Therefore, we review the applications of deep learning in facial aging from two aspects: aging face recognition and aging face synthesis, with the aim of further understanding the scientific research progress in this field.

The application of deep learning in the recognition and synthesis of aging faces is based on the training and testing of face datasets

In deep learning, datasets serve as the foundation for training neural networks, making the quality and size of the dataset critically important. Therefore, for tasks such as face age estimation and aging face synthesis, it is essential to collect a substantial number of accurately labeled facial images. A deep network typically demands millions of training samples to ensure both accuracy and generalization during training. Different datasets have unique characteristics and contain a vast array of facial images representing various ages, genders, races, and expressions. Additionally, the age label in these images may not reflect the exact age of the individual but rather their current age group. To meet diverse requirements in face-aging research, researchers frequently need to utilize different datasets to train their deep learning networks. Some datasets concentrate on the facial image details of elderly people, while others cover faces of different age groups. As a result, researchers must carefully select the appropriate dataset based on the specific characteristics of the problem at hand and the goals they aim to achieve. This ensures that the deep learning network model can effectively identify and synthesize aging faces. Notable datasets used in this field include Cross-Age Celebrity Dataset (CACD), Internet Movie DatabaseWikipedia (IMDB-WIKI), MORPH-II, FG-NET, UTKFace dataset, Labeled Faces in the Wild (LFW), etc. A detailed description of each of these datasets can be found in Table 1.

TABLE 1
www.bohrpub.com

Table 1. Commonly utilized facial dataset.

The application of deep learning in facial aging recognition

Most existing algorithms require a large dataset with accompanying age labels, which limits their applicability to unlabeled or weakly labeled data. To tackle this limitation, Hu Z et al. (3) proposed a novel learning framework that leverages weakly labeled data through a deep CNN. This framework employs Kullback-Leibler divergence to integrate age difference information from image pairs of the same individual. By utilizing a combination of entropy loss and cross-entropy loss, it effectively quantifies the disparity between the predicted label distribution and the true distribution, thereby enhancing age estimation performance.

The deep CNN architecture proposed by Alsaleh A et al. (34) produces more accurate results in a shorter time frame. This research employs an optimized CNN with four convolutional layers and two fully connected (FC) layers for age-group classification. Other CNN architectures, such as ranking CNN, VGG-Face network, GoogLeNet, residual networks (RoR), and deep EXpression (DEX), have also been used in related research. The CNN architecture consists of convolutional layers, pooling layers, and FC layers. The convolutional layers apply multiple filters to images to extract features, while reducing the number of parameters and minimizing the risk of overfitting. The pooling layers reduce the spatial size of the convolutional outputs without losing features, providing position stability to the network.

The method proposed by Sajid M et al. (35) for recognizing age-discriminative facial images achieved overall accuracy rates of 93.86% and 92.98% on the MORPH II and FERET datasets, respectively. This significantly enhanced the recognition accuracy of facial images categorized by age.

Vikas S et al. (36) proposed a deep CNN method based on transfer learning, utilizing multiple public datasets (such as IMDB-WIKI and MORPH-II) to train and test the model. The study compared the performance of different pre-trained models (such as VGG and ResNet) and explored the impact of various fine-tuning strategies on the prediction results. This transfer learning-based deep CNN approach achieved excellent results in age and gender prediction, significantly reducing training time and data requirements, while transfer learning greatly enhanced the model’s performance (Table 2).

TABLE 2
www.bohrpub.com

Table 2. Aging facial recognition methods and evaluation.

To address the limitations of gender, race, posture, and lighting variations in face age estimation, Yulan Deng (37) utilized data captured by a Kinect sensor in RGB-D format to capture 3D facial data. A compact age network with four convolutional layers and two FC layers was employed to simplify the deep learning network. The convolutional layers featured smaller kernel sizes and strides, reducing the size of the age feature maps. A deep regression function was used to convert the fused features into precise age values. Overall, this method combines model simplification, multi-feature fusion, three-dimensional age feature learning, a coarse-to-fine strategy, deep regression functions, and fused feature transformation techniques to improve the performance and robustness of age estimation models.

Chen Kaiyan (38) proposed a depth-separable gated CNN model that combines global and local facial features, considering the texture and geometric features of different regions of the face for feature selection and age category prediction. It also plays an important role in reducing noise and improving image quality.

Sheng Mengjiao et al. (39) proposed two methods based on generative adversarial networks (GAN). The first method combines GAN with Ranking-CNN, consisting of four modules: a generator, a discriminator, a pre-trained AlexNet network, and Ranking-CNN. Experimental results on the CACD dataset show that this method improves aging accuracy by 4.1% compared to the identity-preserved conditional generative adversarial networks (IPCGANs) method. The second method introduces a feature disentangling GAN and a multi-task discriminator, using GAN and feature decoupling to improve cross-age face recognition. This approach addresses the issue of requiring large training datasets, achieving high recognition accuracy of 98.23% with fewer training samples.

The framework proposed by Shi C et al. (41) combines attention-based convolution and Swin Transformer, utilizing a hierarchical structure similar to CNN along with a window attention mechanism to handle images at different scales. It integrates shallow convolutions with a multi-head attention mechanism, enriching the features of images and learning regions with age-specific information. Compared to traditional convolution, attention-based convolution allows for the extraction of important features from sparse data, enabling it to handle multiple segments of input information and capture dependencies between features at long-range intervals. Additionally, it can process larger perceptual fields, enhancing the model’s ability to capture both global and local information, thereby improving feature dependencies (41).

Beichen Zhang et al. (42) proposed an improvement in age estimation for faces in videos by using deep regression forests (DRF) for age estimation and multi-loss CNNs for head pose estimation. The system estimates age and head pose frame by frame in the video, performing age estimation for frames within a specified threshold for head pose. Compared to traditional methods, it achieves a smaller standard deviation of estimation error, offering better accuracy and reliability for age estimation of faces in videos.

The algorithm proposed by Huynh HT et al. (43) rivals Microsoft’s application programming interface (API) estimator, achieving an improvement of 1% in gender accuracy. This model utilizes deep learning and computer vision algorithms to achieve high precision in age and gender estimation, with a lower error rate and reasonable accuracy.

The deep CNN trained on 3D facial images by Xia X et al. (52) achieved high accuracy in predicting chronological age and perceiving age, with mean absolute deviation of 2.79 years and 2.90 years, respectively. The performance of the CNN model surpasses that of linear models and demonstrates consistency in age estimation across different cohorts. Furthermore, compared to actual age predictors, the CNN model reveals a stronger association between lifestyle and health parameters and aging.

Application of deep learning in face aging synthesis

Han S et al. (44) synthesized faces of different ages from a dataset using a style-based age transformation model, which is capable of generating faces ranging from 10 to 70 years old.

Wang W et al. (45) proposed a recurrent facial aging (RFA) framework that takes a single image as input and generates a series of aging faces, making the aging process more realistic through smooth transitional states. This framework uses a three-layer gated recurrent unit (GRU) as the basic recurrent module to generate smooth transitions. The bottom layer serves as an encoder, encoding the input face into a high-dimensional variable, while the top layer acts as a decoder, decoding the hidden variable into aging faces. The intermediate layer has high dimensionality, capable of simulating complex dynamic aging patterns, and serves as the autoregressive input for the next iteration to synthesize aged faces. Additionally, the RFA framework generates smooth transitional faces while preserving identity information by projecting normalized images into a feature manifold space and transferring textures from the nearest neighbors in that space.

Yang H et al. (46) addressed the issues of aging accuracy and identity persistence by proposing a novel age progression method based on GAN. This method uses a pyramid-structured discriminator to simulate overall muscle relaxation and local fine wrinkles and employs an adversarial learning scheme to train a single generator along with multiple parallel discriminators, thereby generating smooth continuous aging sequences. Moreover, an identity loss function is introduced to retain personalized information and ensure identity persistence, along with pixel-level L2 loss and total variation regularization loss to bridge the input-output gap and promote spatial smoothness.

Zhang J et al. (47) improved identity preservation and age proximity in 3D facial geometry using a Mesh Wasserstein generative adversarial network (WGAN) architecture, comprises an identity encoder, an age mapping network, and a decoder. The distinction of the Mesh WGAN architecture from others is its inclusion of latent and style age codes. The aging facial geometries produced by this method exhibit more consistent identity and age features, while also enabling continuous age transformations. The use of adversarial loss with multi-task gradient penalties stabilizes the training process, further enhancing the generator’s performance.

Sharma N et al. (25) combined Attention GAN and super-resolution generative adversarial network (SRGAN) for the facial aging generation. The Attention GAN employs two independent subnetworks in the generator to create an attention mask and a content mask, which are then multiplied with the input image to achieve the desired result. The method reduces computational complexity and training time using regular expression filters, resulting in high-quality facial aging images generated with less computation time and storage space, thus yielding realistic super-resolution facial aging images.

Grigory A et al. (48) proposed a face aging recognition method based on conditional generative adversarial networks (cGANs). The cGAN consists of a generator and a discriminator, where the generator is used to produce facial images at different age stages, and the discriminator is used to distinguish between real and synthetic images. On top of the standard GAN, cGAN introduces age labels during the generation and discrimination processes, enabling the generated images to exhibit the characteristics of the target age. To ensure the quality of the generated images, the loss function of cGAN not only includes adversarial loss, which helps create realistic facial images, but also incorporates identity preservation loss and age classification loss. The identity preservation loss ensures that the generated images retain the identity consistency of the input image without altering the core facial features, while the age classification loss uses an age classifier to supervise the age characteristics of the generated images, ensuring that they reflect the target age group. The images generated by this method are visually realistic and match the characteristics of the target age group, outperforming traditional methods in cross-age face recognition tasks (Table 3).

TABLE 3
www.bohrpub.com

Table 3. Methods and evaluation of aging face synthesis.

Bowen Wang (49) improved the self-attention mechanism of the synthesizer and integrated it into the GAN algorithm to better simulate long-range correlations between pixels, enhancing the performance of the GAN. By directly modeling the long-range correlations between pixels using neural networks, the self-attention mechanism of the synthesizer was further refined. This mechanism, while possessing higher computational complexity, demonstrates stronger modeling capability. By projecting and reducing the dimensionality of the correlation matrix, the self-attention mechanism was optimized, significantly reducing computational complexity and improving the generation quality of the generative model. This approach achieved the synthesis of aging images across multiple age groups, showing good results in image authenticity, age accuracy, and identity consistency.

Yang ZengGuo (50) proposed the probabilistic feature analysis-graph convolution (PFA-GC) algorithm, which more realistically simulates the aging process by focusing on changes in facial muscles and skin, resulting in clearer facial details and consistent image colors. The results indicate that the PFA-GC algorithm outperforms other methods in aging accuracy. However, its limitation lies in the feature aging module, which may lack generalization capability as it requires multiple images of the same individual at different ages for training.

Training becomes challenging due to the vanishing gradient phenomenon, where the gradient approaches zero during backpropagation. Qiujian Bai (51) introduced residual modules to overcome this limitation. Each module consists of 1 × 1, 3 × 3, and 1 × 1 convolutions. The first convolution reduces the dimensionality of the data, the second extracts features, and the third restores the data dimensionality. These modules allow gradients to propagate directly from higher layers to lower layers, enabling the network to adjust the modules that need modification and stabilize the training process while maintaining stability throughout. The use of residual modules demonstrates higher performance in image quality and precision. This structure allows for deeper network designs while keeping memory usage constant, enhancing image quality and textural information, making the synthesized images more natural and of higher quality, thereby improving the model’s generative capability.

Conclusion and prospect

To sum up, deep learning is primarily applied in the research of facial aging for age estimation and aging synthesis. In recent years, steady progress has been made in the study of age estimation and aging synthesis. From the literature reviewed, it is clear that there is no consensus on the best algorithm type for estimation and synthesis tasks. We have described each algorithm used by researchers, highlighting their advantages and limitations, which will aid in selecting the appropriate algorithms for future work in age estimation and aging synthesis. The main challenges faced in age estimation include the varying rates of facial appearance changes within the same age group. Additionally, obtaining a adequate amount of training data for age estimation is quite difficult. The challenges encountered in aging synthesis primarily stem from the slow and irreversible nature of the aging process, making it uncontrollable. Furthermore, each individual has a unique aging pattern influenced by various external factors, including weather conditions, health status, lifestyle, and genetic makeup.

During the age estimation process, factors such as facial occlusion, human expressions, and racial skin tones can affect the results. Future work needs to address these issues to develop better and more robust facial attribute recognition algorithms that can handle real-life situations. In facial aging synthesis, beyond considering changes in texture and skin color, personalized features such as lip thickness and the position of moles should also be taken into account to achieve a more realistic aging effect.

Conflicts of interest

The authors declare that the review was conducted in the absence of any commercial or financial relationship that could be constructed as a potential conflicts of interest.

Author contributions

All authors listed have made a substantial, direct, and intellectual contribution to the work and approved it for publication.

References

1. Bairakdar MD, Tewari A, Truttmann MC. A meta-analysis of RNA-Seq studies to identify novel genes that regulate aging. Exp Gerontol. (2023) 173:112107. doi: 10.1016/j.exger.2023.112107

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Cao X, Zhang J, Ma C, Li X, Kuo CL, Levine ME , et al. Life course traumas and cardiovascular disease-the mediating role of accelerated aging. Ann N Y Acad Sci. (2022) 1515(1):208–18. doi: 10.1111/nyas.14843

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Hu Z, Wen Y, Wang J, Wang M, Hong R, Yan S. Facial age estimation with age difference. IEEE Trans Image Process. (2017) 26(7):3087–97. doi: 10.1109/TIP.2016.2633868

CrossRef Full Text | Google Scholar

4. Sabina U, Whangbo TK. Edge-based effective active appearance model for real-time wrinkle detection. Skin Res Technol. (2021) 27(3):444–52. doi: 10.1111/srt.12977

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Lahza H, Alsheikhy AA, Said Y, Shawly T. A deep learning approach to predict chronological age. Healthcare (Basel). (2023) 11(3):448. doi: 10.3390/healthcare11030448

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Ran S. Face Aging Image Generation Based on Conditional Adversarial Autoencoder and Generative Adversarial Network. Shanghai: Shanghai University of Finance and Economics (2023).

Google Scholar

7. Gong C, Liu R, Zhou N, Luo J, Kumar Jain D. Smart memory storage solution and elderly oriented smart equipment design under deep learning. Comput Intell Neurosci. (2022) 2022:6448302. doi: 10.1155/2022/6448302

PubMed Abstract | CrossRef Full Text | Google Scholar

8. da Cunha ALG, Vasconcelos R, Di Sessa D, Sampaio G, Ramalhoto P, Zampieri BF , et al. IncobotulinumtoxinA for the treatment of glabella and forehead dynamic lines: a real-life longitudinal case series. Clin Cosmet Investig Dermatol. (2023) 16:697–704. doi: 10.2147/CCID.S391709

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Azhar I, Sharif M, Raza M, Khan MA, Yong HS. A decision support system for face sketch synthesis using deep learning and artificial intelligence. Sensors (Basel). (2021) 21(24):8178. doi: 10.3390/s21248178

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Goisauf M, Cano Abadía M. Ethics of AI in radiology: a review of ethical and societal implications. Front Big Data. (2022) 5:850383. doi: 10.3389/fdata.2022.850383

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Wang X, Zeng H, Lin L, Huang Y, Lin H, Que Y. Deep learning-empowered crop breeding: intelligent, efficient and promising. Front Plant Sci. (2023) 14:1260089. doi: 10.3389/fpls.2023.1260089

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Li Z, Liu F, Yang W, Peng S, Zhou JA. Survey of convolutional neural networks: analysis, applications, and prospects. IEEE Trans Neural Netw Learn Syst. (2022) 33(12):6999–7019. doi: 10.1109/TNNLS.2021.3084827

CrossRef Full Text | Google Scholar

13. Sarker IH. Machine learning: algorithms, real-world applications and research directions. SN Comput Sci. (2021) 2(3):160. doi: 10.1007/s42979-021-00592-x

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Deng Z, Qi H, Liu Y, Hu E. Design and implementation of opportunity signal perception unit based on time-frequency representation and convolutional neural network. Sensors (Basel). (2021) 21(23):7871. doi: 10.3390/s21237871

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Guo C, Lin S, Huang Z, Yao Y. Analysis of sentiment changes in online messages of depression patients before and during the COVID-19 epidemic based on BERT+BiLSTM. Health Inf Sci Syst. (2022) 10(1):15. doi: 10.1007/s13755-022-00184-w

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Muzio G, O’Bray L, Borgwardt K. Biological network analysis with deep learning. Brief Bioinform. (2021) 22(2):1515–30. doi: 10.1093/bib/bbaa257

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Luo J, Hu D. An image classification method based on adaptive attention mechanism and feature extraction network. Comput Intell Neurosci. (2023) 2023:4305594. doi: 10.1155/2023/4305594

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Chen B, Jin J, Liu H, Yang Z, Zhu H, Wang Y , et al. Trends and hotspots in research on medical images with deep learning: a bibliometric analysis from 2013 to 2023. Front Artif Intell. (2023) 6:1289669. doi: 10.3389/frai.2023.1289669

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Gong X, Ying W, Zhong S, Gong S. Text sentiment analysis based on transformer and augmentation. Front Psychol. (2022) 13:906061. doi: 10.3389/fpsyg.2022.906061

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Zhong X, Xu L, Li C, An L, Wang L. RFE-UNet: remote feature exploration with local learning for medical image segmentation. Sensors (Basel). (2023) 23(13):6228. doi: 10.3390/s23136228

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Chen B-C, Chen C-S, Hsu WH. Face recognition and retrieval using cross-age reference coding with cross-age celebrity dataset. IEEE Trans Multimed. (2015) 17(6):804–15.

Google Scholar

22. Zou H, Hu H. Cross-age face recognition using reference coding with kernel direct discriminant analysis. 2017 IEEE International Conference on Image Processing (ICIP) (2017).

Google Scholar

23. Deng Y, Teng S, Fei L, Zhang W, Rida I. A multifeature learning and fusion network for facial age estimation. Sensors (Basel). (2021) 21(13):4597. doi: 10.3390/s21134597

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Liu K-H, Liu T-J. A structure-based human facial age estimation framework under a constrained condition. IEEE Trans Image Process. (2019) 28(10):5187–200.

Google Scholar

25. Sharma N, Sharma R, Jindal N. Prediction of face age progression with generative adversarial networks. Multimed Tools Appl. (2021) 80(25):33911–35. doi: 10.1007/s11042-021-11252-w

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Shu X, Xie G-S, Li Z, Tang J. Age progression: current technologies and applications. Neurocomputing. (2016) 208:249–61.

Google Scholar

27. Ricanek K, Tesafaye T. MORPH: a longitudinal image database of normal adult age-progression. 7th International Conference on Automatic Face and Gesture Recognition (FGR06) (2006).

Google Scholar

28. Zeng J, Zhao X, Gan J, Mai C, Zhai Y, Wang F. Deep convolutional neural network used in single sample per person face recognition. Comput Intell Neurosci. (2018) 2018:3803627. doi: 10.1155/2018/3803627

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Yi D, Lei Z, Liao S, Li SZ. Learning Face Representation from Scratch (2014-11-28) (2014).

Google Scholar

30. Liu S, Song Y, Zhang M, Zhao J, Yang S, Hou K. An identity authentication method combining liveness detection and face recognition. Sensors (Basel). (2019) 19(21):4733. doi: 10.3390/s19214733

PubMed Abstract | CrossRef Full Text | Google Scholar

31. Schroff F, Kalenichenko D, Philbin J. FaceNet: a unified embedding for face recognition and clustering. 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) (2015).

Google Scholar

32. Liang B, Yang N, He G, Huang P, Yang Y. Identification of the facial features of patients with cancer: a deep learning-based pilot study. J Med Internet Res. (2020) 22(4):e17234. doi: 10.2196/17234

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Zhang Y, Liu L, Li C, Loy CC. Quantifying Facial Age by Posterior of Age Comparisons (2017). arXiv(2017-10-12).

Google Scholar

34. Alsaleh A, Perkgoz C. A space and time efficient convolutional neural network for age group estimation from facial images. PeerJ Comput Sci. (2023) 9:e1395. doi: 10.7717/peerj-cs.1395

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Sajid M, Taj IA, Bajwa UI, Ratyal NI. Facial asymmetry-based age group estimation: role in recognizing age-separated face images. J Forensic Sci. (2018) 63(6):1727–49. doi: 10.1111/1556-4029.13798

CrossRef Full Text | Google Scholar

36. Sheoran V, Joshi S, Bhayani TR. Age and gender prediction using deep CNNs and transfer learning. In: Singh SK, Roy P, Raman B, Nagabhushan P , editors. Computer Vision and Image Processing. Singapore: Springer (2021). p. 293–304.

Google Scholar

37. Yulan D. Research on Deep Learning and Evaluation of Age Features from Face Images. Guangdong University of Technology (2023).

Google Scholar

38. Chen K. Research on Age Prediction Method Based on the Combination of Local Facial Features and Global Facial Features. Qilu University of Technology (2024).

Google Scholar

39. Sheng M. Research on Cross-age Face Recognition Based on Generative Adversarial Networks. Jiangsu University (2022).

Google Scholar

40. Zhang MM, Di WJ, Song T, Yin NB, Wang YQ. Exploring artificial intelligence from a clinical perspective: a comparison and application analysis of two facial age predictors trained on a large-scale Chinese cosmetic patient database. Skin Res Technol. (2023) 29(7):e13402. doi: 10.1111/srt.13402

PubMed Abstract | CrossRef Full Text | Google Scholar

41. Shi C, Zhao S, Zhang K, Wang Y, Liang L. Face-based age estimation using improved Swin Transformer with attention-based convolution. Front Neurosci. (2023) 17:1136934. doi: 10.3389/fnins.2023.1136934

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Zhang B, Bao Y. Age estimation of faces in videos using head pose estimation and convolutional neural networks. Sensors (Basel). (2022) 22(11):4171. doi: 10.3390/s22114171

PubMed Abstract | CrossRef Full Text | Google Scholar

43. Huynh HT, Nguyen H. Joint age estimation and gender classification of asian faces using wide ResNet. SN Comput Sci. (2020) 1(5):284. doi: 10.1007/s42979-020-00294-w

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Han S, Guo Y, Zhou X, Huang J, Shen L, Luo Y. A Chinese face dataset with dynamic expressions and diverse ages synthesized by deep learning. Sci Data. (2023) 10(1):878. doi: 10.1038/s41597-023-02701-2

PubMed Abstract | CrossRef Full Text | Google Scholar

45. Wang W, Yan Y, Cui Z, Feng J, Yan S, Sebe N. recurrent face aging with hierarchical autoregressive memory. IEEE Trans Pattern Anal Mach Intell. (2019) 41(3):654–68. doi: 10.1109/TPAMI.2018.2803166

CrossRef Full Text | Google Scholar

46. Yang H, Huang D, Wang Y, Jain AK. Learning continuous face age progression: a pyramid of GANs. IEEE Trans Pattern Anal Mach Intell. (2021) 43(2):499–515. doi: 10.1109/TPAMI.2019.2930985

CrossRef Full Text | Google Scholar

47. Zhang J, Zhou K, Luximon Y, Lee TY, Li P. MeshWGAN: mesh-to-mesh Wasserstein GAN with multi-task gradient penalty for 3D facial geometric age transformation. IEEE Trans Vis Comput Graph. (2024) 30(8):4927–40. doi: 10.1109/TVCG.2023.3284500

CrossRef Full Text | Google Scholar

48. Antipov G, Baccouche M, Dugelay J-L. Face Aging With Conditional Generative Adversarial Networks (2017).

Google Scholar

49. BoWen W. Research on Improvement and Application of Generative Adversarial Network. University of Electronic Science and Technology of China (2022).

Google Scholar

50. Yang Z. Research on Face Aging Algorithm Based on Generative Adversarial Network. Northwest University (2023).

Google Scholar

51. Qiujian B. Research on Face Aging Based on Deep Learning. University of Electronic Science and Technology of China (2019).

Google Scholar

52. Xia X, Chen X, Wu G, Li F, Wang Y, Chen Y , et al. Three-dimensional facial-image analysis to predict heterogeneity of the human ageing rate and the impact of lifestyle. Nat Metab. (2020) 2(9):946–57. doi: 10.1038/s42255-020-00270-x

CrossRef Full Text | Google Scholar


© The Author(s). 2024 Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.