CVFeb 24, 2020

Suppressing Uncertainties for Large-Scale Facial Expression Recognition

arXiv:2002.10392v20.10615 citationsHas Code
AI Analysis70

This addresses the problem of improving facial expression recognition accuracy for applications in human-computer interaction and emotion analysis, with incremental improvements over existing methods.

The paper tackles the challenge of uncertainties in large-scale facial expression recognition due to ambiguous expressions and annotation issues by proposing a Self-Cure Network (SCN) that suppresses uncertainties, achieving state-of-the-art results such as 88.14% on RAF-DB and 89.35% on FERPlus.

Annotating a qualitative large-scale facial expression dataset is extremely difficult due to the uncertainties caused by ambiguous facial expressions, low-quality facial images, and the subjectiveness of annotators. These uncertainties lead to a key challenge of large-scale Facial Expression Recognition (FER) in deep learning era. To address this problem, this paper proposes a simple yet efficient Self-Cure Network (SCN) which suppresses the uncertainties efficiently and prevents deep networks from over-fitting uncertain facial images. Specifically, SCN suppresses the uncertainty from two different aspects: 1) a self-attention mechanism over mini-batch to weight each training sample with a ranking regularization, and 2) a careful relabeling mechanism to modify the labels of these samples in the lowest-ranked group. Experiments on synthetic FER datasets and our collected WebEmotion dataset validate the effectiveness of our method. Results on public benchmarks demonstrate that our SCN outperforms current state-of-the-art methods with \textbf{88.14}\% on RAF-DB, \textbf{60.23}\% on AffectNet, and \textbf{89.35}\% on FERPlus. The code will be available at \href{https://github.com/kaiwang960112/Self-Cure-Network}{https://github.com/kaiwang960112/Self-Cure-Network}.

Code Implementations2 repos
Foundations

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

Your Notes