Multi-modal Transfer Learning for Dynamic Facial Emotion Recognition in the Wild
Ezra Engel, Lishan Li, Chris Hudy, Robert Schleusner
TL;DR
The paper tackles dynamic facial emotion recognition in unconstrained settings by leveraging multimodal transfer learning across visual, audio, and pose modalities. It presents a modular pipeline with pretrained ResNet-18, OpenPose, and Wave2Vec2 feature extractors, whose outputs are integrated through a transformer and a decision network, with a focus on late fusion for multimodal signals. Empirical results show that while end-to-end multimodal fusion inside the transformer can degrade performance, a decision-level fusion approach yields modest but meaningful gains, achieving 72.97% WAR and surpassing the DFEW baseline while approaching state-of-the-art. The findings highlight the importance of cross-modal alignment and fusion strategy in FER in-the-wild, offering practical guidance for designing robust multimodal emotion recognition systems.
Abstract
Facial expression recognition (FER) is a subset of computer vision with important applications for human-computer-interaction, healthcare, and customer service. FER represents a challenging problem-space because accurate classification requires a model to differentiate between subtle changes in facial features. In this paper, we examine the use of multi-modal transfer learning to improve performance on a challenging video-based FER dataset, Dynamic Facial Expression in-the-Wild (DFEW). Using a combination of pretrained ResNets, OpenPose, and OmniVec networks, we explore the impact of cross-temporal, multi-modal features on classification accuracy. Ultimately, we find that these finely-tuned multi-modal feature generators modestly improve accuracy of our transformer-based classification model.
