AIOct 17, 2022

Supervised Prototypical Contrastive Learning for Emotion Recognition in Conversation

arXiv:2210.08713v2307 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses emotion recognition in dialogue systems, which is crucial for improving human-computer interaction, but it appears incremental as it builds on existing contrastive learning and curriculum learning methods.

The paper tackles emotion recognition in conversation by proposing a Supervised Prototypical Contrastive Learning loss to address imbalanced classification and extreme samples, achieving state-of-the-art results on three benchmarks.

Capturing emotions within a conversation plays an essential role in modern dialogue systems. However, the weak correlation between emotions and semantics brings many challenges to emotion recognition in conversation (ERC). Even semantically similar utterances, the emotion may vary drastically depending on contexts or speakers. In this paper, we propose a Supervised Prototypical Contrastive Learning (SPCL) loss for the ERC task. Leveraging the Prototypical Network, the SPCL targets at solving the imbalanced classification problem through contrastive learning and does not require a large batch size. Meanwhile, we design a difficulty measure function based on the distance between classes and introduce curriculum learning to alleviate the impact of extreme samples. We achieve state-of-the-art results on three widely used benchmarks. Further, we conduct analytical experiments to demonstrate the effectiveness of our proposed SPCL and curriculum learning strategy. We release the code at https://github.com/caskcsg/SPCL.

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