Video Joint-Embedding Predictive Architectures for Facial Expression Recognition
Lennart Eing, Cristina Luna-Jiménez, Silvan Mertes, Elisabeth André
TL;DR
This work shows that pixel-level reconstruction pretexts are not required for effective facial expression recognition. By leveraging a pre-trained Video Joint-Embedding Predictive Architecture (V-JEPA) encoder frozen during FER training and using an attentive probing head, the authors achieve state-of-the-art results on RAVDESS and strong performance on CREMA-D, with notable cross-dataset generalization. The approach emphasizes embedding-based pretraining and predictive latent representations over pixel reconstructions, suggesting a practical pathway to robust FER with limited labeled data. The work includes release of code and highlights potential generalization to in-the-wild scenarios, albeit with caveats about dataset scope and label mapping.
Abstract
This paper introduces a novel application of Video Joint-Embedding Predictive Architectures (V-JEPAs) for Facial Expression Recognition (FER). Departing from conventional pre-training methods for video understanding that rely on pixel-level reconstructions, V-JEPAs learn by predicting embeddings of masked regions from the embeddings of unmasked regions. This enables the trained encoder to not capture irrelevant information about a given video like the color of a region of pixels in the background. Using a pre-trained V-JEPA video encoder, we train shallow classifiers using the RAVDESS and CREMA-D datasets, achieving state-of-the-art performance on RAVDESS and outperforming all other vision-based methods on CREMA-D (+1.48 WAR). Furthermore, cross-dataset evaluations reveal strong generalization capabilities, demonstrating the potential of purely embedding-based pre-training approaches to advance FER. We release our code at https://github.com/lennarteingunia/vjepa-for-fer.
