Skip to content

aimerykong/Dimensional-Emotion-Analysis-of-Facial-Expression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dimensional-Emotion-Analysis-of-Facial-Expression

[project page] [paper] [demos] [video] [models] [data] [result]

alt text

Shu Kong, last update: 05/23/2018, aimerykong At g-m-a-i-l dot com

Automated facial expression analysis has a variety of applications in human-computer interaction. Traditional methods mainly analyze prototypical facial expressions of no more than eight discrete emotions as a classification task. However, in practice, spontaneous facial expressions in naturalistic environment can represent not only a wide range of emotions, but also different intensities within an emotion family. In such situation, these methods are not reliable or adequate. In this paper, we propose to train deep convolutional neural networks (CNNs) to analyze facial expressions explainable in a dimensional emotion model. The proposed method accommodates not only a set of basic emotion expressions, but also a full range of other emotions and subtle emotion intensities that we both feel in ourselves and perceive in others in our daily life. Specifically, we first mapped facial expressions into dimensional measures so that we transformed facial expression analysis from a classification problem to a regression one. We then tested our CNN-based methods for facial expression regression and these methods demonstrated promising performance. Moreover, we improved our method by a bilinear pooling which encodes second-order statistics of features. We showed such bilinear-CNN models significantly outperformed their respective baselines.

Keywords Dimensional Emotion Model, Fine-Grained Analysis, Facial Expression, High-Order Correlation, Psychology, Affective-Cognitive Computing, Physiological Computing.

For visualization and training, please download all files from google drive, and put them under directory './transcript/exp/', so that the scripts can fetch models to train, test, or fine-tune. For training details, please go to './trainscrip/'.

The dataset in the dimensional emotion space can be downloaded in this google drive. Please download it and put it under folder './trainscript/' in order to evaluate or train models.

All the results reported in the paper can be found in this google drive.

MatConvNet is used in our project; please compile a modified version under folder ``libs'' accordingly --

LD_LIBRARY_PATH=/usr/local/cuda/lib64:local matlab 

path_to_matconvnet = './libs/matconvnet-1.0-beta23_modifiedDagnn/';
run(fullfile(path_to_matconvnet, 'matlab', 'vl_setupnn'));
addpath(fullfile(path_to_matconvnet, 'matlab'));
vl_compilenn('enableGpu', true, ...
               'cudaRoot', '/usr/local/cuda', ...
               'cudaMethod', 'nvcc', ...
               'enableCudnn', true, ...
               'cudnnRoot', '/usr/local/cuda/cudnn/lib64') ;

If you find our model/method/dataset useful, please cite our work:

@inproceedings{Kong2018dimensionalEmotion,
  title={Fine-Grained Facial Expression AnalysisUsing Dimensional Emotion Model},
  author={Zhou, Feng and Kong, Shu and Fowlkes, Charless and Chen, Tao, and Lei, Baiying},
  booktitle={arxiv 1805.01024},
  year={2018}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published