PulseAugur
EN
LIVE 12:17:26

New methods merge fine-tuned models for multi-task learning

Two new research papers propose methods for merging multiple fine-tuned models into a single multi-task model, addressing the challenge of inter-task interference. The first paper introduces Essential Subspace Merging (ESM) and ESM++, which identify and fuse the essential parameter subspaces responsible for task-specific updates. The second paper presents Concrete Subspace Learning, a meta-learning approach to find a common low-dimensional subspace that tracks interference without significant performance loss. Both methods aim to create efficient multi-task models by managing conflicts between task-specific parameter updates. AI

IMPACT These methods could lead to more efficient and capable multi-task models by improving how knowledge from specialized models is combined.

RANK_REASON Two academic papers published on arXiv proposing novel methods for multi-task model merging.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 3 sources. How we write summaries →

New methods merge fine-tuned models for multi-task learning

COVERAGE [3]

  1. arXiv cs.AI TIER_1 English(EN) · Longhua Li, Lei Qi, Xin Geng, Qi Tian ·

    Essential Subspace Merging for Multi-Task Learning

    arXiv:2606.19164v1 Announce Type: cross Abstract: Model merging aims to enable multi-task learning by integrating the capabilities of multiple models fine-tuned from the same pre-trained checkpoint into a single model. Its core challenge is inter-task interference among task-spec…

  2. arXiv cs.AI TIER_1 English(EN) · Qi Tian ·

    Essential Subspace Merging for Multi-Task Learning

    Model merging aims to enable multi-task learning by integrating the capabilities of multiple models fine-tuned from the same pre-trained checkpoint into a single model. Its core challenge is inter-task interference among task-specific parameter updates. In this paper, we analyze …

  3. arXiv cs.LG TIER_1 English(EN) · Anke Tang, Xianglin Luo, Li Shen, Yong Luo, Liang Ding, Han Hu, Bo Du, Dacheng Tao ·

    Concrete Subspace Learning based Interference Elimination for Multi-task Model Fusion

    arXiv:2312.06173v2 Announce Type: replace Abstract: Merging models fine-tuned from a common, extensively pre-trained large model but specialized for different tasks has been demonstrated as a cheap and scalable strategy to construct a multi-task model that performs well across di…