English

Temporal Convolution Networks with Positional Encoding for Evoked Expression Estimation

Computer Vision and Pattern Recognition 2023-07-12 v1 Human-Computer Interaction

Abstract

This paper presents an approach for Evoked Expressions from Videos (EEV) challenge, which aims to predict evoked facial expressions from video. We take advantage of pre-trained models on large-scale datasets in computer vision and audio signals to extract the deep representation of timestamps in the video. A temporal convolution network, rather than an RNN like architecture, is used to explore temporal relationships due to its advantage in memory consumption and parallelism. Furthermore, to address the missing annotations of some timestamps, positional encoding is employed to ensure continuity of input data when discarding these timestamps during training. We achieved state-of-the-art results on the EEV challenge with a Pearson correlation coefficient of 0.05477, the first ranked performance in the EEV 2021 challenge.

Keywords

Cite

@article{arxiv.2106.08596,
  title  = {Temporal Convolution Networks with Positional Encoding for Evoked Expression Estimation},
  author = {VanThong Huynh and Guee-Sang Lee and Hyung-Jeong Yang and Soo-Huyng Kim},
  journal= {arXiv preprint arXiv:2106.08596},
  year   = {2023}
}

Comments

Oral presentation at AUVi Workshop - CVPR 2021 (https://sites.google.com/view/auvi-cvpr2021/program). Source code available at https://github.com/th2l/EvokedExpression-tcnpe

R2 v1 2026-06-24T03:15:15.723Z