SIT-FER: Integration of Semantic-, Instance-, Text-level Information for Semi-supervised Facial Expression Recognition
Sixian Ding, Xu Jiang, Zhongjing Du, Jiaqi Cui, Xinyi Zeng, Yan Wang
TL;DR
SIT-FER addresses the unreliability of semantic-level pseudo-labels in semi-supervised facial expression recognition by integrating semantic-, instance-, and text-level information. It introduces an Instance Memory Buffer and a multimodal supervision scheme, deriving a final pseudo-label as $\widehat{p}=\frac{p^{sem}+p^{text}+p^{ins}}{3}$ and optimizing a triad of losses $L_{total}=L_s+\lambda_1 L_t+\lambda_2 L_u$ to fuse labeled and unlabeled data effectively. Empirical results on RAF-DB, SFEW, and AffectNet show state-of-the-art performance, with significant gains in low-label regimes and occasional surpassing of fully supervised baselines; ablations confirm the contributions of MSSL and MIPG. The work advances SS-DFER by enabling robust pseudo-label generation through multi-level signals and multimodal supervision, reducing labeling demands while improving practical applicability in real-world FER tasks.
Abstract
Semi-supervised deep facial expression recognition (SS-DFER) has gained increasingly research interest due to the difficulty in accessing sufficient labeled data in practical settings. However, existing SS-DFER methods mainly utilize generated semantic-level pseudo-labels for supervised learning, the unreliability of which compromises their performance and undermines the practical utility. In this paper, we propose a novel SS-DFER framework that simultaneously incorporates semantic, instance, and text-level information to generate high-quality pseudo-labels. Specifically, for the unlabeled data, considering the comprehensive knowledge within the textual descriptions and instance representations, we respectively calculate the similarities between the facial vision features and the corresponding textual and instance features to obtain the probabilities at the text- and instance-level. Combining with the semantic-level probability, these three-level probabilities are elaborately aggregated to gain the final pseudo-labels. Furthermore, to enhance the utilization of one-hot labels for the labeled data, we also incorporate text embeddings excavated from textual descriptions to co-supervise model training, enabling facial visual features to exhibit semantic correlations in the text space. Experiments on three datasets demonstrate that our method significantly outperforms current state-of-the-art SS-DFER methods and even exceeds fully supervised baselines. The code will be available at https://github.com/PatrickStarL/SIT-FER.
