Home

Awesome

iMiGUE

Paper

Videos | Paper| Evaluation Protocal

iMiGUE: An Identity-free Video Dataset for Micro-Gesture Understanding and Emotion Analysis <br> Xin Liu<sup>1</sup>, Henglin Shi<sup>2</sup>, Haoyu Chen<sup>2</sup>, Zitong Yu<sup>2</sup>, Xiaobai Li<sup>2</sup>, Guoying Zhao<sup>2</sup> <br> <sup>1</sup> School of Electrical and Information Engineering, Tianjin University, China <br> <sup>2</sup> Center for Machine Vision and Signal Analysis, University of Oulu, Finland

<div align="center"> <img src="pictures/Fig2.png"> </div>

Contents

  1. Paper [Information about the paper.]
  2. Abstract
  3. Data [Some details about our dataset and download.]
  4. Method Zoo [Results of different methods on iMiGUE.]
  5. Citation

Abstract

We introduce a new dataset for the emotional artificial intelligence research: identity-free video dataset for MicroGesture Understanding and Emotion analysis (iMiGUE). Different from existing public datasets, iMiGUE focuses on nonverbal body gestures without using any identity information, while the predominant researches of emotion analysis concern sensitive biometric data, like face and speech. Most importantly, iMiGUE focuses on micro-gestures, i.e., unintentional behaviors driven by inner feelings, which are different from ordinary scope of gestures from other gesture datasets which are mostly intentionally performed for illustrative purposes. Furthermore, iMiGUE is designed to evaluate the ability of models to analyze the emotional states by integrating information of recognized micro-gesture, rather than just recognizing prototypes in the sequences separately (or isolatedly). This is because the real need for emotion AI is to understand the emotional states behind gestures in a holistic way. Moreover , to counter for the challenge of imbalanced samples distribution of this dataset, an unsupervised learning method is proposed to capture latent representations from the micro-gesture sequences themselves. We systematically investigate representative methods on this dataset, and comprehensive experimental results reveal several interesting insights from the iMiGUE, e.g., micro-gesture-based analysis can promote emotion understanding. We confirm that the new iMiGUE dataset could advance studies of micro-gesture and emotion AI.

Data

Dataset Statistics and Properties

<div align="center"> <img src="pictures/dataset.png"> </div> <br> We collected 359 videos of post match press conferences of Grand Slam tournaments. Here is the information of the iMiGUE. This dataset contains 72 players from 28 countries and regions covering very continent which enables MGs analysis from diverse cultures. iMiGUE comprises 36 female and 36 male players whose ages are between 17 and 38.

Micro-Gestures examples

<div align="center"> <img src="pictures/folding-arms.gif"> <img src="pictures/covering-face.gif"> <img src="pictures/scratching-neck.gif"> <img src="pictures/rubbing-eyes.gif"> </div>

The above four pictures are examples of Micro-Gestures, from top to bottom: Folding arms/Covering face/Scratching neck/Rubbing eyes.

Download

Please go to this link.

MethodZoo

Comparison of MG recognition accuracy (%) with state-of-the-art algorithms on the iMiGUE dataset.

<center>
MethodsModel+Modalityacc@top1acc@top5
SVA-ERNN+Pose27.3860.44
LSTMRNN+Pose32.3672.93
BLSTMRNN+Pose32.3971.34
ST-GCNGCN+Pose46.9784.09
2S-GCNGCN+Pose47.7888.43
Shift-GCNGCN+Pose51.5188.18
GCN-NASGCN+Pose53.9089.21
MS-G3DGCN+Pose54.9189.98
C3D3DCNN+RGB20.3255.31
R3D-1013DCNN+RGB25.2759.39
I3D3DCNN+RGB34.9663.69
TSN2DCNN+RGB51.5485.42
TRN2DCNN+RGB55.2489.17
TSM2DCNN+RGB61.1091.24
P&CEncoder-Decoder+Pose31.6764.93
U-S-VAE ZEncoder-Decoder+Pose32.4364.30
</center>

Comparison of emotion understanding accuracy (%) with methods on iMiGUE dataset

<center>
MethodsModel+ModalityAccuracy
TRNCNN + RGB0.53
TSMCNN + RGB0.53
I3DCNN + RGB0.57
ST-GCNGCN+Pose0.50
MS-G3DGCN+Pose0.55
U-S-VAE + LSTMRNN + Micro-Gesture0.55
TSM + LSTMRNN + Micro-Gesture0.60
</center>

Citation

@InProceedings{Liu_2021_CVPR, 
author = {Liu, Xin and Shi, Henglin and Chen, Haoyu and Yu, Zitong and Li, Xiaobai and Zhao, Guoying}, 
title = {iMiGUE: An Identity-Free Video Dataset for Micro-Gesture Understanding and Emotion Analysis}, 
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, 
month = {June}, 
year = {2021}, 
pages = {10631-10642} }