LGCVSDASMLSep 4, 2018

End-to-end Multimodal Emotion and Gender Recognition with Dynamic Joint Loss Weights

arXiv:1809.00758v35 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers in multimodal emotion and gender recognition, addressing the limitation of static loss weights in multi-task learning.

The paper tackled the problem of multi-task learning for emotion and gender recognition by proposing dynamic joint loss weights to improve total performance, resulting in lower joint loss and better generalizability compared to static weight methods.

Multi-task learning is a method for improving the generalizability of multiple tasks. In order to perform multiple classification tasks with one neural network model, the losses of each task should be combined. Previous studies have mostly focused on multiple prediction tasks using joint loss with static weights for training models, choosing the weights between tasks without making sufficient considerations by setting them uniformly or empirically. In this study, we propose a method to calculate joint loss using dynamic weights to improve the total performance, instead of the individual performance, of tasks. We apply this method to design an end-to-end multimodal emotion and gender recognition model using audio and video data. This approach provides proper weights for the loss of each task when the training process ends. In our experiments, emotion and gender recognition with the proposed method yielded a lower joint loss, which is computed as the negative log-likelihood, than using static weights for joint loss. Moreover, our proposed model has better generalizability than other models. To the best of our knowledge, this research is the first to demonstrate the strength of using dynamic weights for joint loss for maximizing overall performance in emotion and gender recognition tasks.

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