CVNov 30, 2021

Affect-DML: Context-Aware One-Shot Recognition of Human Affect using Deep Metric Learning

arXiv:2111.15271v1Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of reducing data collection and labeling burdens for fine-grained emotion recognition in applications like psychological care, though it appears incremental in adapting existing paradigms to a new task.

The paper tackles one-shot recognition of human emotions in context, where only a single support sample is available, by developing a multi-modal deep metric learning approach that leverages appearance and semantic scene information. Their model outperforms random baselines and sets state-of-the-art results on adapted Emotic dataset tasks, with semantic context consistently improving performance.

Human affect recognition is a well-established research area with numerous applications, e.g., in psychological care, but existing methods assume that all emotions-of-interest are given a priori as annotated training examples. However, the rising granularity and refinements of the human emotional spectrum through novel psychological theories and the increased consideration of emotions in context brings considerable pressure to data collection and labeling work. In this paper, we conceptualize one-shot recognition of emotions in context -- a new problem aimed at recognizing human affect states in finer particle level from a single support sample. To address this challenging task, we follow the deep metric learning paradigm and introduce a multi-modal emotion embedding approach which minimizes the distance of the same-emotion embeddings by leveraging complementary information of human appearance and the semantic scene context obtained through a semantic segmentation network. All streams of our context-aware model are optimized jointly using weighted triplet loss and weighted cross entropy loss. We conduct thorough experiments on both, categorical and numerical emotion recognition tasks of the Emotic dataset adapted to our one-shot recognition problem, revealing that categorizing human affect from a single example is a hard task. Still, all variants of our model clearly outperform the random baseline, while leveraging the semantic scene context consistently improves the learnt representations, setting state-of-the-art results in one-shot emotion recognition. To foster research of more universal representations of human affect states, we will make our benchmark and models publicly available to the community under https://github.com/KPeng9510/Affect-DML.

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