CVJul 26, 2021

Towards Unbiased Visual Emotion Recognition via Causal Intervention

arXiv:2107.12096v229 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses robustness and generalization issues in emotion recognition systems, which is important for applications like human-computer interaction, but it appears incremental as it applies known causal techniques to a specific domain.

The paper tackles the problem of dataset bias in visual emotion recognition by proposing a causal intervention method to reduce spurious correlations, resulting in improved performance on three benchmarks compared to state-of-the-art approaches.

Although much progress has been made in visual emotion recognition, researchers have realized that modern deep networks tend to exploit dataset characteristics to learn spurious statistical associations between the input and the target. Such dataset characteristics are usually treated as dataset bias, which damages the robustness and generalization performance of these recognition systems. In this work, we scrutinize this problem from the perspective of causal inference, where such dataset characteristic is termed as a confounder which misleads the system to learn the spurious correlation. To alleviate the negative effects brought by the dataset bias, we propose a novel Interventional Emotion Recognition Network (IERN) to achieve the backdoor adjustment, which is one fundamental deconfounding technique in causal inference. Specifically, IERN starts by disentangling the dataset-related context feature from the actual emotion feature, where the former forms the confounder. The emotion feature will then be forced to see each confounder stratum equally before being fed into the classifier. A series of designed tests validate the efficacy of IERN, and experiments on three emotion benchmarks demonstrate that IERN outperforms state-of-the-art approaches for unbiased visual emotion recognition. Code is available at https://github.com/donydchen/causal_emotion

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