Skip to content

The diploma and research project focuses on exploring the correlation between emotion classification and head pose orientation.

Notifications You must be signed in to change notification settings

zhansayaszh/Emotion-Classification-Head-Pose-Orientation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emotion-Classification-Head-Pose-Orientation

Setup

Install

Introduction

  • Facial emotion recognition has received increasing attention in recent years due to its potential applications in various fields such as human-computer interaction, security, and healthcare. In this context, the orientation of a face has been identified as an important factor affecting the accuracy of facial emotion recognition.
  • Two methodological approaches were used in this research: the baseline model and the proposed model. All two models classify the face orientation directions and facial emotions. The models will use Hopenet to identify head pose direction angles such as pitch, yaw, and roll then to determine one of the directions, namely, forward, left, right, up, and down.
  • Pre-trained models such as MobileNetV3-small, ResNet-18, GoogleNet, and others will be used to classify emotions and find the connection between facial emotion classification and head pose orientation.

Datasets

  • AffectNet(440K) images classified into ("happy", "sad", "surprise", "fear", "disgust", "anger", "contempt", "neutral") emotions.
  • The Pointing’04 (15,000 images of people’s faces) from various perspectives
  • The AFLW2000-3D (2,000 3D 18 annotated face photos)

Models

There are two models: Baseline and Proposed. All of them used pre-trained models.

Pre-trained models

  • HopeNet (for Head Pose Direction angles)
  • MobileNetV3-small
  • Googlenet
  • ResNet-18
  • VGG-16
  • Alexnet
  • AdaBoost
  • Simple NN

Methodology

image

Results

Baseline Model Results

image image

Proposed Model Results

image image

Conclusion

image

Even though the percentage distribution of directions is almost the same, it can be seen that some directions suppress others, and could predict emotion. image

About

The diploma and research project focuses on exploring the correlation between emotion classification and head pose orientation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages