用文本嵌入知识提升表情识别准确率
Knowledge-Enhanced Facial Expression Recognition with Emotional-to-Neutral Transformation
- 利用视觉语言模型生成的文本嵌入作为情感知识指导
- 通过情绪到中性转换提升特征区分度,准确率显著提高
- 适合需要高精度表情识别的应用场景
现有面部表情识别(FER)方法通常使用离散标签微调预训练视觉编码器,但这种监督方式难以明确不同表情的情感概念。本文观察到,由视觉语言模型生成的文本嵌入中蕴含丰富知识,可作为学习判别性表情表征的替代方案。受此启发,我们提出一种基于情绪到中性转换的知识增强型FER方法。具体而言,将FER问题建模为匹配面部表情表征与文本嵌入相似性的过程,并通过模拟从文本表情到文本中性表达的嵌入差异,将面部表情表征转换为中性表征。最后引入自对比目标,使表情表征更贴近文本表情,远离中性表征。我们在四个具有挑战性的表情数据集上,使用ResNet-18和Swin-T等多种预训练视觉编码器进行评估。大量实验表明,该方法显著优于现有最先进方法。代码将公开。
原文摘要 · Abstract (English)
Existing facial expression recognition (FER) methods typically fine-tune a pre-trained visual encoder using discrete labels. However, this form of supervision limits to specify the emotional concept of different facial expressions. In this paper, we observe that the rich knowledge in text embeddings, generated by vision-language models, is a promising alternative for learning discriminative facial expression representations. Inspired by this, we propose a novel knowledge-enhanced FER method with an emotional-to-neutral transformation. Specifically, we formulate the FER problem as a process to match the similarity between a facial expression representation and text embeddings. Then, we transform the facial expression representation to a neutral representation by simulating the difference in text embeddings from textual facial expression to textual neutral. Finally, a self-contrast objective is introduced to pull the facial expression representation closer to the textual facial expression, while pushing it farther from the neutral representation. We conduct evaluation with diverse pre-trained visual encoders including ResNet-18 and Swin-T on four challenging facial expression datasets. Extensive experiments demonstrate that our method significantly outperforms state-of-the-art FER methods. The code will be publicly available.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。