LGAICLCVMar 13

Resolving Interference (RI): Disentangling Models for Improved Model Merging

arXiv:2603.1346784.2h-index: 13Has Code
AI Analysis

This addresses a bottleneck in creating multitask models for machine learning practitioners, offering an incremental improvement over existing merging methods.

The paper tackles the problem of cross-task interference in model merging, which degrades performance when combining models trained on distinct tasks, and proposes Resolving Interference (RI), a lightweight adaptation framework that improves merging performance by up to 3.8% and generalization by up to 2.3%.

Model merging has shown that multitask models can be created by directly combining the parameters of different models that are each specialized on tasks of interest. However, models trained independently on distinct tasks often exhibit interference that degrades the merged model's performance. To solve this problem, we formally define the notion of Cross-Task Interference as the drift in the representation of the merged model relative to its constituent models. Reducing cross-task interference is key to improving merging performance. To address this issue, we propose our method, Resolving Interference (RI), a light-weight adaptation framework which disentangles expert models to be functionally orthogonal to the space of other tasks, thereby reducing cross-task interference. RI does this whilst using only unlabeled auxiliary data as input (i.e., no task-data is needed), allowing it to be applied in data-scarce scenarios. RI consistently improves the performance of state-of-the-art merging methods by up to 3.8% and generalization to unseen domains by up to 2.3%. We also find RI to be robust to the source of auxiliary input while being significantly less sensitive to tuning of merging hyperparameters. Our codebase is available at: https://github.com/pramesh39/resolving_interference

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes