paper-with-me

Papers

DELLA-Merging: Reducing Interference in Model Merging through Magnitude-Based Sampling

2024-06-17 · Pala Tej Deep, Rishabh Bhardwaj, Soujanya Poria

With the proliferation of domain-specific models, model merging has emerged as a set of techniques that combine the capabilities of multiple models into one that can multitask without the cost of additional training. In this paper, we propose a new model merging technique, Drop and rEscaLe via sampLing with mAgnitude (DELLA-Merging), that employs a novel pruning technique, MAGPRUNE, which shows significant advantages over DARE and TIES. MAGPRUNE first ranks the parameters in order of their magnitude and assigns higher dropout probabilities (p) to parameters with lower ranks corresponding to lower magnitudes. To approximate the original embeddings, MAGPRUNE employs a rescaling operation on the parameters that survive the random dropping by 1/(1 - p). On three different expert models considered for merging (LM, Math, Code) and corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), DELLA shows an average improvement of 2.4 points over baseline methods employing delta parameter pruning (an improvement of 3.6 points over TIES, 1.2 points over DARE), and 11.1 points over the no-pruning baseline (TA). We release the source code at: https://github.com/declare-lab/della.

📄 PDF Abstract BibTeX arXiv:2406.11617

Code (1)

declare-lab/della 공식 구현 pytorch

Tasks

GSM8KMathmbpp

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Optimal Brain Iterative Merging: Mitigating Interference in LLM Merging

2025-02-17 · Zhixiang Wang, Zhenyu Mao, Yixuan Qiao, Yunfang Wu 외

Large Language Models (LLMs) have demonstrated impressive capabilities, but their high computational costs pose challenges for customization. Model merging offers a cost-effective alternative, yet existing methods suffer…

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

2026-03-13 · Pratik Ramesh, George Stoica, Arun Iyer, Leshem Choshen 외 arxiv

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 task…

Essential Subspace Merging for Multi-Task Learning

2026-06-17 · Longhua Li, Lei Qi, Xin Geng, Qi Tian arxiv

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…

Multi-Task Learning

Unraveling LoRA Interference: Orthogonal Subspaces for Robust Model Merging

2025-05-28 · Haobo Zhang, Jiayu Zhou

Fine-tuning large language models (LMs) for individual tasks yields strong performance but is expensive for deployment and storage. Recent works explore model merging to combine multiple task-specific models into a singl…

Model Merging via Data-Free Covariance Estimation

2026-04-01 · Marawan Gamal Abdel Hameed, Derek Tam, Pascal Jr Tikeng Notsawo, Colin Raffel 외 arxiv

Model merging provides a way of cheaply combining individual models to produce a model that inherits each individual's capabilities. While some merging methods can approach the performance of multitask training, they are…