paper-with-me

홈 › Papers

Aff-Wild Database and AffWildNet

2019-10-11 · Mengyao Liu, Dimitrios Kollias

In the context of HCI, building an automatic system to recognize affect of human facial expression in real-world condition is very crucial to make machine interact naturallisticaly with a man. However, existing facial emotion databases usually contain expression in the limited scenario under well-controlled condition. Aff-Wild is currently the largest database consisting of spontaneous facial expression in the wild annotated with valence and arousal. The first contribution of this project is the completion of extending Aff-Wild database which is fulfilled by collecting videos from YouTube on which the videos have spontaneous facial expressions in the wild, annotating videos with valence and arousal ranging in [-1,1], detecting faces in frames using FFLD2 detector and partitioning the whole data set into train, validate and test set, with 527056, 94223 and 135145 frames. The diversity is guaranteed regarding age, ethnicity and values of valence and arousal. The ratio of male to female is close to 1. Regarding the techniques used to build the automatic system, deep learning is outstanding since almost all winning methods in emotion challenges adopt DNN techniques. The second contribution of this project is that an end-to-end DNN is constructed to have joint CNN and RNN block and gives the estimation on valence and arousal for each frame in sequential data. VGGFace, ResNet, DenseNet with the corresponding pre-trained model for CNN block and LSTM, GRU, IndRNN, Attention mechanism for RNN block are experimented aiming to find the best combination. Fine tuning and transfer learning techniques are also tried out. By comparing the CCC evaluation value on test data, the best model is found to be pre-trained VGGFace connected with 2 layers GRU with attention mechanism. The models test performance is 0.555 CCC for valence with sequence length 80 and 0.499 CCC for arousal with sequence length 70.

📄 PDF Abstract BibTeX arXiv:1910.05318

Code (1)

dkollias/Aff-Wild-models/blob/master/affwildnet/vggface_gru.py tf

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Affect Prediction in-the-wild: Aff-Wild Database and Challenge, Deep Architectures, and Beyond

2018-04-29 · Dimitrios Kollias, Panagiotis Tzirakis, Mihalis A. Nicolaou, Athanasios Papaioannou 외

Automatic understanding of human affect using visual signals is of great importance in everyday human-machine interactions. Appraising human emotional states, behaviors and reactions displayed in real-world settings, can…

Emotion Recognition

Emotion recognition with 4kresolution database

2019-10-24 · Qian Zheng

Classifying the human emotion through facial expressions is a big topic in both the Computer Vision and Deep learning fields. Human emotion can be classified as one of the basic emotion types like being angry, happy or d…

Emotion Recognition

Expression, Affect, Action Unit Recognition: Aff-Wild2, Multi-Task Learning and ArcFace

2019-09-25 · Dimitrios Kollias, Stefanos Zafeiriou

Affective computing has been largely limited in terms of available data resources. The need to collect and annotate diverse in-the-wild datasets has become apparent with the rise of deep learning models, as the default a…

Action Unit DetectionArousal EstimationEmotion RecognitionFacial Expression Recognition (FER)+1

Aff-Wild2: Extending the Aff-Wild Database for Affect Recognition

2018-11-11 · Dimitrios Kollias, Stefanos Zafeiriou

Automatic understanding of human affect using visual signals is a problem that has attracted significant interest over the past 20 years. However, human emotional states are quite complex. To appraise such states display…

Emotion Recognition

DFEW: A Large-Scale Database for Recognizing Dynamic Facial Expressions in the Wild

2020-08-13 · Xingxun Jiang, Yuan Zong, Wenming Zheng, Chuangao Tang 외

Recently, facial expression recognition (FER) in the wild has gained a lot of researchers' attention because it is a valuable topic to enable the FER techniques to move from the laboratory to the real applications. In th…

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)