paper-with-me

Papers

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 were wondering what other attributes can be predicted from facial images available on the Internet. In this paper we tackle the prediction of physical attributes from face images using Convolutional Neural Networks trained on our dataset named FIRW. We crawled around 61, 000 images from the web, then use face detection to crop faces from these real world images. We choose ResNet-50 as our base network architecture. This network was pretrained for the task of face recognition by using the VGG-Face dataset, and we finetune it by using our own dataset to predict physical attributes. Separate networks are trained for the prediction of body type, ethnicity, gender, height and weight; our models achieve the following accuracies for theses tasks, respectively: 84.58%, 87.34%, 97.97%, 70.51%, 63.99%. To validate our choice of ResNet-50 as the base architecture, we also tackle the famous CelebA dataset. Our models achieve an averagy accuracy of 91.19% on CelebA, which is comparable to state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1812.07857

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFace DetectionFace RecognitionPhysical Attribute PredictionPrediction

Similar Papers 제목 키워드 기반

Selective Zero-Shot Classification with Augmented Attributes

2018-07-19 · ECCV 2018 9 · Jie Song, Chengchao Shen, Jie Lei, An-Xiang Zeng 외

In this paper, we introduce a selective zero-shot classification problem: how can the classifier avoid making dubious predictions? Existing attribute-based zero-shot classification methods are shown to work poorly in the…

AttributeClassificationGeneral Classificationzero-shot-classification+1

NaNa and MiGu: Semantic Data Augmentation Techniques to Enhance Protein Classification in Graph Neural Networks

2024-03-21 · Yi-Shan Lan, Pin-Yu Chen, Tsung-Yi Ho

Protein classification tasks are essential in drug discovery. Real-world protein structures are dynamic, which will determine the properties of proteins. However, the existing machine learning methods, like ProNet (Wang …

Data AugmentationDrug Discovery

Learning Residual Images for Face Attribute Manipulation

2016-12-16 · CVPR 2017 7 · Wei Shen, Rujie Liu

Face attributes are interesting due to their detailed description of human faces. Unlike prior researches working on attribute prediction, we address an inverse and more challenging problem called face attribute manipula…

AttributeGenerative Adversarial Network

Residualized Factor Adaptation for Community Social Media Prediction Tasks

2018-08-28 · EMNLP 2018 10 · Mohammadzaman Zamani, H. Andrew Schwartz, Veronica E. Lynn, Salvatore Giorgi 외

Predictive models over social media language have shown promise in capturing community outcomes, but approaches thus far largely neglect the socio-demographic context (e.g. age, education rates, race) of the community fr…

Prediction

Uncovering Vulnerability of Vision-Language-Action Models under Joint-Level Physical Faults

2026-06-09 · Minsoo Jo, Taeju Kwon, Junha Chun, Youngjoon Jeong 외 arxiv

Deploying Vision-Language-Action (VLA) models in real robotic systems requires robustness not only to semantic and perceptual variations, but also to embodiment-side faults that change how actions are physically realized…