nz0001na / face_social_trait

Code used in paper 'Comprehensive social trait judgments from faces in autism spectrum disorder'

Home Page:https://europepmc.org/article/ppr/ppr537217

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial Traits Rating Prediction Using Deep Model

This repository provides the code of Facial Traits Rating Prediction and Neural network Visualization mentioned in paper : Comprehensive social trait judgments from faces in autism spectrum disorder. Runnan Cao, Na Zhang, Hongbo Yu, Paula J. Webster, Lynn K. Paul, Xin Li, Chujun Lin, and Shuo Wang. Psychological Science (2023).

Stay tuned for the updating !

Link:

[Paper]

[Pre-print]

Introduction

  • People often make trait judgments about unfamiliar others based on their faces in the absence of context or other information, such as forming an impression that someone looks friendly, trustworthy, or strong. arch
  • Individuals with Autism Spectrum Disorder (ASD) often have difficulties reading social information from faces.
  • In this work, we try to study how do the people with ASD make facial trait judgement by seeing face images.

Data

Prepared 500 face images of 50 identities. 10 face images per identity. Each image has different social trait ratings as label data. arch

Methods

  • Participants with ASD and Non-ASD are asked to check these face images and give their ratings on several social traits, like warm, critical, competent, practical, feminine, strong, youthful, charismatic, trustworthy, dominant, recognize, etc. arch

  • Based on the face images and rating labels, we trained a series of vgg16-based regression model for ASD and Not-ASD participants of each social trait using transfer learning. arch

arch

  • After get pre-trained regression model, Layer-wise Relevance Propagation (LRP) technique is adopted to highlight which pixels of input face image the regression model used to support its output rating label.

arch

[paper] [github]

Some results

  • Some visualzation saliency maps of single face image for strong trait for ASD and Non-ASD participants.

arch

  • Average saliency map of 500 face images about warm and strong social traits.

arch

Content

This repository contains the implementation of:

  • VGG16 based deep regression model
  • LRP Analysis Algorithm

About

Code used in paper 'Comprehensive social trait judgments from faces in autism spectrum disorder'

https://europepmc.org/article/ppr/ppr537217


Languages

Language:Jupyter Notebook 87.8%Language:Python 9.0%Language:MATLAB 3.2%Language:Makefile 0.0%