Identification of Negative Transfers in Multitask Learning Using Surrogate Models
Dongyue Li, Huy L. Nguyen, and Hongyang R. Zhang

TL;DR
This paper presents an efficient surrogate modeling approach to identify beneficial source task subsets in multitask learning, improving prediction accuracy and avoiding negative transfers.
Contribution
The authors introduce a linear regression surrogate model that predicts multitask performance from sampled subsets, enabling effective subset selection and negative transfer detection.
Findings
Accurately predicts negative transfers in multitask learning.
Outperforms existing task affinity measures in predicting performance.
Improves multitask learning results on weak supervision datasets.
Abstract
Multitask learning is widely used in practice to train a low-resource target task by augmenting it with multiple related source tasks. Yet, naively combining all the source tasks with a target task does not always improve the prediction performance for the target task due to negative transfers. Thus, a critical problem in multitask learning is identifying subsets of source tasks that would benefit the target task. This problem is computationally challenging since the number of subsets grows exponentially with the number of source tasks; efficient heuristics for subset selection do not always capture the relationship between task subsets and multitask learning performances. In this paper, we introduce an efficient procedure to address this problem via surrogate modeling. In surrogate modeling, we sample (random) subsets of source tasks and precompute their multitask learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsLinear Regression
