paper-with-me

홈 › Papers

ForkMerge: Mitigating Negative Transfer in Auxiliary-Task Learning

2023-01-30 · NeurIPS 2023 11 · Junguang Jiang, Baixu Chen, Junwei Pan, Ximei Wang, Liu Dapeng, Jie Jiang, Mingsheng Long

Auxiliary-Task Learning (ATL) aims to improve the performance of the target task by leveraging the knowledge obtained from related tasks. Occasionally, learning multiple tasks simultaneously results in lower accuracy than learning only the target task, which is known as negative transfer. This problem is often attributed to the gradient conflicts among tasks, and is frequently tackled by coordinating the task gradients in previous works. However, these optimization-based methods largely overlook the auxiliary-target generalization capability. To better understand the root cause of negative transfer, we experimentally investigate it from both optimization and generalization perspectives. Based on our findings, we introduce ForkMerge, a novel approach that periodically forks the model into multiple branches, automatically searches the varying task weights by minimizing target validation errors, and dynamically merges all branches to filter out detrimental task-parameter updates. On a series of auxiliary-task learning benchmarks, ForkMerge outperforms existing methods and effectively mitigates negative transfer.

📄 PDF Abstract BibTeX arXiv:2301.12618

Code (1)

thuml/forkmerge 공식 구현

Similar Papers 제목 키워드 기반

Multi-modality Meets Re-learning: Mitigating Negative Transfer in Sequential Recommendation

2023-09-18 · Bo Peng, Srinivasan Parthasarathy, Xia Ning

Learning effective recommendation models from sparse user interactions represents a fundamental challenge in developing sequential recommendation methods. Recently, pre-training-based methods have been developed to tackl…

Sequential Recommendation

Transfer Risk Map: Mitigating Pixel-level Negative Transfer in Medical Segmentation

2025-02-04 · Shutong Duan, Jingyun Yang, Yang Tan, Guoqing Zhang 외

How to mitigate negative transfer in transfer learning is a long-standing and challenging issue, especially in the application of medical image segmentation. Existing methods for reducing negative transfer focus on class…

Brain SegmentationImage SegmentationMedical Image SegmentationSegmentation+2

Mitigating Negative Transfer via Reducing Environmental Disagreement

2025-10-28 · Hui Sun, Zheng Xie, Hao-Yuan He, Ming Li arxiv

Unsupervised Domain Adaptation~(UDA) focuses on transferring knowledge from a labeled source domain to an unlabeled target domain, addressing the challenge of \emph{domain shift}. Significant domain shifts hinder effecti…

Unsupervised Domain Adaptation

FairBranch: Mitigating Bias Transfer in Fair Multi-task Learning

2023-10-20 · Arjun Roy, Christos Koutlis, Symeon Papadopoulos, Eirini Ntoutsi

The generalisation capacity of Multi-Task Learning (MTL) suffers when unrelated tasks negatively impact each other by updating shared parameters with conflicting gradients. This is known as negative transfer and leads to…

FairnessMulti-Task Learning

Mitigating Negative Transfer with Task Awareness for Sexism, Hate Speech, and Toxic Language Detection

2023-07-07 · Angel Felipe Magnossão de Paula, Paolo Rosso, Damiano Spina

This paper proposes a novelty approach to mitigate the negative transfer problem. In the field of machine learning, the common strategy is to apply the Single-Task Learning approach in order to train a supervised model t…

Multi-Task Learning