paper-with-me

홈 › Papers

Unprejudiced Training Auxiliary Tasks Makes Primary Better: A Multi-Task Learning Perspective

2024-12-27 · Yuanze Li, Chun-Mei Feng, Qilong Wang, Guanglei Yang, WangMeng Zuo

Human beings can leverage knowledge from relative tasks to improve learning on a primary task. Similarly, multi-task learning methods suggest using auxiliary tasks to enhance a neural network's performance on a specific primary task. However, previous methods often select auxiliary tasks carefully but treat them as secondary during training. The weights assigned to auxiliary losses are typically smaller than the primary loss weight, leading to insufficient training on auxiliary tasks and ultimately failing to support the main task effectively. To address this issue, we propose an uncertainty-based impartial learning method that ensures balanced training across all tasks. Additionally, we consider both gradients and uncertainty information during backpropagation to further improve performance on the primary task. Extensive experiments show that our method achieves performance comparable to or better than state-of-the-art approaches. Moreover, our weighting strategy is effective and robust in enhancing the performance of the primary task regardless the noise auxiliary tasks' pseudo labels.

📄 PDF Abstract BibTeX arXiv:2412.19547

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Revisiting Multi-Task Learning with ROCK: a Deep Residual Auxiliary Block for Visual Detection

2018-12-01 · NeurIPS 2018 12 · Taylor Mordan, Nicolas Thome, Gilles Henaff, Matthieu Cord

Multi-Task Learning (MTL) is appealing for deep learning regularization. In this paper, we tackle a specific MTL context denoted as primary MTL, where the ultimate goal is to improve the performance of a given primary ta…

Depth EstimationDepth PredictionMulti-Task Learningobject-detection+3

Efficient Multi-Task Auxiliary Learning: Selecting Auxiliary Data by Feature Similarity

2021-11-01 · EMNLP 2021 11 · Po-Nien Kung, Sheng-Siang Yin, Yi-Cheng Chen, Tse-Hsuan Yang 외

Multi-task auxiliary learning utilizes a set of relevant auxiliary tasks to improve the performance of a primary task. A common usage is to manually select multiple auxiliary tasks for multi-task learning on all data, wh…

Auxiliary LearningMRPCMulti-Task LearningRTE+2

Transfer Learning in Conversational Analysis through Reusing Preprocessing Data as Supervisors

2021-12-02 · Joshua Yee Kim, Tongliang Liu, Kalina Yacef

Conversational analysis systems are trained using noisy human labels and often require heavy preprocessing during multi-modal feature extraction. Using noisy labels in single-task learning increases the risk of over-fitt…

Feature EngineeringMulti-Task LearningTransfer Learning

Reusing Preprocessing Data as Auxiliary Supervision in Conversational Analysis

2021-01-01 · Joshua Yee Kim, Kalina Yacef

Conversational analysis systems are trained using noisy human labels and often require heavy preprocessing during multi-modal feature extraction. Using noisy labels in single-task learning increases the risk of over-fitt…

Feature EngineeringMulti-Task Learning

AutoSeM: Automatic Task Selection and Mixing in Multi-Task Learning

2019-04-08 · NAACL 2019 6 · Han Guo, Ramakanth Pasunuru, Mohit Bansal

Multi-task learning (MTL) has achieved success over a wide range of problems, where the goal is to improve the performance of a primary task using a set of relevant auxiliary tasks. However, when the usefulness of the au…

Bayesian OptimizationInductive BiasMulti-Task LearningThompson Sampling