CVHCMMDec 31, 2023

SVFAP: Self-supervised Video Facial Affect Perceiver

arXiv:2401.00416v233 citationsh-index: 17Has CodeIEEE Transactions on Affective Computing
AI Analysis

This addresses the data bottleneck in facial affect analysis for human-computer interaction applications, though it is an incremental improvement building on existing self-supervised learning paradigms.

The paper tackles the problem of limited labeled data for video-based facial affect analysis by introducing SVFAP, a self-supervised method using masked autoencoding on unlabeled videos, which achieves state-of-the-art performance across nine datasets for tasks like facial expression and emotion recognition.

Video-based facial affect analysis has recently attracted increasing attention owing to its critical role in human-computer interaction. Previous studies mainly focus on developing various deep learning architectures and training them in a fully supervised manner. Although significant progress has been achieved by these supervised methods, the longstanding lack of large-scale high-quality labeled data severely hinders their further improvements. Motivated by the recent success of self-supervised learning in computer vision, this paper introduces a self-supervised approach, termed Self-supervised Video Facial Affect Perceiver (SVFAP), to address the dilemma faced by supervised methods. Specifically, SVFAP leverages masked facial video autoencoding to perform self-supervised pre-training on massive unlabeled facial videos. Considering that large spatiotemporal redundancy exists in facial videos, we propose a novel temporal pyramid and spatial bottleneck Transformer as the encoder of SVFAP, which not only largely reduces computational costs but also achieves excellent performance. To verify the effectiveness of our method, we conduct experiments on nine datasets spanning three downstream tasks, including dynamic facial expression recognition, dimensional emotion recognition, and personality recognition. Comprehensive results demonstrate that SVFAP can learn powerful affect-related representations via large-scale self-supervised pre-training and it significantly outperforms previous state-of-the-art methods on all datasets. Code is available at https://github.com/sunlicai/SVFAP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes