paper-with-me

홈 › Papers

Analytical Uncertainty-Based Loss Weighting in Multi-Task Learning

2024-08-15 · Lukas Kirchdorfer, Cathrin Elich, Simon Kutsche, Heiner Stuckenschmidt, Lukas Schott, Jan M. Köhler

With the rise of neural networks in various domains, multi-task learning (MTL) gained significant relevance. A key challenge in MTL is balancing individual task losses during neural network training to improve performance and efficiency through knowledge sharing across tasks. To address these challenges, we propose a novel task-weighting method by building on the most prevalent approach of Uncertainty Weighting and computing analytically optimal uncertainty-based weights, normalized by a softmax function with tunable temperature. Our approach yields comparable results to the combinatorially prohibitive, brute-force approach of Scalarization while offering a more cost-effective yet high-performing alternative. We conduct an extensive benchmark on various datasets and architectures. Our method consistently outperforms six other common weighting methods. Furthermore, we report noteworthy experimental findings for the practical application of MTL. For example, larger networks diminish the influence of weighting methods, and tuning the weight decay has a low impact compared to the learning rate.

📄 PDF Abstract BibTeX arXiv:2408.07985

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Restrained Uncertainty Weighting Loss for Multitask Learning of Vocal Expression

2022-06-22 · Meishu Song, Zijiang Yang, Andreas Triantafyllopoulos, Xin Jing 외

We propose a novel Dynamic Restrained Uncertainty Weighting Loss to experimentally handle the problem of balancing the contributions of multiple tasks on the ICML ExVo 2022 Challenge. The multitask aims to recognize expr…

Self-Supervised Attention Networks and Uncertainty Loss Weighting for Multi-Task Emotion Recognition on Vocal Bursts

2022-09-15 · Vincent Karas, Andreas Triantafyllopoulos, Meishu Song, Björn W. Schuller

Vocal bursts play an important role in communicating affect, making them valuable for improving speech emotion recognition. Here, we present our approach for classifying vocal bursts and predicting their emotional signif…

Emotion RecognitionSpeech Emotion Recognition

Multi-Loss Weighting with Coefficient of Variations

2020-09-03 · Rick Groenendijk, Sezer Karaoglu, Theo Gevers, Thomas Mensink

Many interesting tasks in machine learning and computer vision are learned by optimising an objective function defined as a weighted linear combination of multiple losses. The final performance is sensitive to choosing t…

Depth EstimationMonocular Depth EstimationMulti-Task LearningSemantic Segmentation

Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics

2017-05-19 · CVPR 2018 6 · Alex Kendall, Yarin Gal, Roberto Cipolla

Numerous deep learning applications benefit from multi-task learning with multiple regression and classification objectives. In this paper we make the observation that the performance of such systems is strongly dependen…

Deep LearningGeneral ClassificationInstance SegmentationMulti-Task Learning+2

Multi-Task Learning using Dynamic Task Weighting for Conversational Question Answering

2020-11-01 · EMNLP (scai) 2020 11 · Sarawoot Kongyoung, Craig Macdonald, Iadh Ounis

Conversational Question Answering (ConvQA) is a Conversational Search task in a simplified setting, where an answer must be extracted from a given passage. Neural language models, such as BERT, fine-tuned on large-scale …

Conversational Question AnsweringConversational SearchMulti-Task LearningQuestion Answering