paper-with-me

Papers

Age and Gender Prediction From Face Images Using Attentional Convolutional Network

2020-10-08 · Amirali Abdolrashidi, Mehdi Minaei, Elham Azimi, Shervin Minaee

Automatic prediction of age and gender from face images has drawn a lot of attention recently, due it is wide applications in various facial analysis problems. However, due to the large intra-class variation of face images (such as variation in lighting, pose, scale, occlusion), the existing models are still behind the desired accuracy level, which is necessary for the use of these models in real-world applications. In this work, we propose a deep learning framework, based on the ensemble of attentional and residual convolutional networks, to predict gender and age group of facial images with high accuracy rate. Using attention mechanism enables our model to focus on the important and informative parts of the face, which can help it to make a more accurate prediction. We train our model in a multi-task learning fashion, and augment the feature embedding of the age classifier, with the predicted gender, and show that doing so can further increase the accuracy of age prediction. Our model is trained on a popular face age and gender dataset, and achieved promising results. Through visualization of the attention maps of the train model, we show that our model has learned to become sensitive to the right regions of the face.

📄 PDF Abstract BibTeX arXiv:2010.03791

Code (0)

등록된 구현이 없습니다.

Tasks

Gender PredictionMulti-Task Learning

Similar Papers 제목 키워드 기반

2^B3^C: 2 Box 3 Crop of Facial Image for Gender Classification with Convolutional Networks

2018-03-05 · Vandit Gajjar

In this paper, we tackle the classification of gender in facial images with deep learning. Our convolutional neural networks (CNN) use the VGG-16 architecture [1] and are pretrained on ImageNet for image classification. …

ClassificationGender ClassificationGeneral ClassificationGPU+2

Physical Attribute Prediction Using Deep Residual Neural Networks

2018-12-19 · Rashidedin Jahandideh, Alireza Tavakoli Targhi, Maryam Tahmasbi

Images taken from the Internet have been used alongside Deep Learning for many different tasks such as: smile detection, ethnicity, hair style, hair colour, gender and age prediction. After witnessing these usages, we we…

AttributeFace DetectionFace RecognitionPhysical Attribute Prediction+1

Age and Gender Prediction using Deep CNNs and Transfer Learning

2021-10-25 · Vikas Sheoran, Shreyansh Joshi, Tanisha R. Bhayani

The last decade or two has witnessed a boom of images. With the increasing ubiquity of cameras and with the advent of selfies, the number of facial images available in the world has skyrocketed. Consequently, there has b…

Age ClassificationAge EstimationGender ClassificationGender Prediction+1

Gender Privacy: An Ensemble of Semi Adversarial Networks for Confounding Arbitrary Gender Classifiers

2018-07-31 · Vahid Mirjalili, Sebastian Raschka, Arun Ross

Recent research has proposed the use of Semi Adversarial Networks (SAN) for imparting privacy to face images. SANs are convolutional autoencoders that perturb face images such that the perturbed images cannot be reliably…

AttributeData AugmentationDiversity

Semi-Adversarial Networks: Convolutional Autoencoders for Imparting Privacy to Face Images

2017-12-01 · Vahid Mirjalili, Sebastian Raschka, Anoop Namboodiri, Arun Ross

In this paper, we design and evaluate a convolutional autoencoder that perturbs an input face image to impart privacy to a subject. Specifically, the proposed autoencoder transforms an input face image such that the tran…

Face RecognitionGender Classification