English
Related papers

Related papers: Fine-Grained Model Merging via Modular Expert Reco…

200 papers

This paper introduces a continual learning approach named MagMax, which utilizes model merging to enable large pre-trained models to continuously learn from new data without forgetting previously acquired knowledge. Distinct from…

Machine Learning · Computer Science 2024-07-31 Daniel Marczak , Bartłomiej Twardowski , Tomasz Trzciński , Sebastian Cygert

Regression Mean (RegMean), an approach that formulates model merging as a linear regression problem, aims to find the optimal weights for each linear layer in the merged model by minimizing the discrepancy in predictions between the merged…

Machine Learning · Computer Science 2026-04-28 The-Hai Nguyen , Dang Huu-Tien , Takeshi Suzuki , Le-Minh Nguyen

Retrieval augmented generation (RAG) pipelines are commonly used in tasks such as question-answering (QA), relying on retrieving relevant documents from a vector store computed using a pretrained embedding model. However, if the retrieved…

Computation and Language · Computer Science 2024-10-18 Ambuje Gupta , Mrinal Rawat , Andreas Stolcke , Roberto Pieraccini

Parameter-level model merging is an emerging paradigm in multi-task learning with significant promise. Previous research has explored its connections with prediction-level model ensembling-commonly viewed as the upper bound for merging-to…

Machine Learning · Computer Science 2025-03-04 Qi Li , Runpeng Yu , Xinchao Wang

Multi-task learning (MTL) is often achieved by merging datasets before fine-tuning, but the growing availability of fine-tuned models has led to new approaches such as model merging via task arithmetic. A major challenge in this setting is…

Machine Learning · Computer Science 2025-09-15 Brahim Touayouch , Loïc Fosse , Géraldine Damnati , Gwénolé Lecorvé

While LLMs excel at general tasks, they struggle in specialized domains like finance, requiring diverse skills in domain knowledge, mathematical reasoning, and multilingual processing. Merging domain-specific Continual Pre-training (CPT)…

Computation and Language · Computer Science 2025-11-05 Kentaro Ueda , François Portet , Hirohiko Suwa , Keiichi Yasumoto

With the development of large language models, fine-tuning has emerged as an effective method to enhance performance in specific scenarios by injecting domain-specific knowledge. In this context, model merging techniques provide a solution…

Computation and Language · Computer Science 2025-09-18 Zijian Li , Xiaocheng Feng , Huixin Liu , Yichong Huang , Ting Liu , Bing Qin

Continual model merging integrates independently fine-tuned models sequentially without access to the original training data, offering a scalable and efficient solution for continual learning. However, existing methods face two critical…

Machine Learning · Computer Science 2025-10-23 Zihuan Qiu , Yi Xu , Chiyuan He , Fanman Meng , Linfeng Xu , Qingbo Wu , Hongliang Li

Multi-task learning (MTL) for dense prediction has shown promising results but still faces challenges in balancing shared representations with task-specific specialization. In this paper, we introduce a novel Fine-Grained Mixture of Experts…

Computer Vision and Pattern Recognition · Computer Science 2025-07-28 Yangyang Xu , Xi Ye , Duo Su

Multiscale molecular modeling is widely applied in scientific research of molecular properties over large time and length scales. Two specific challenges are commonly present in multiscale modeling, provided that information between the…

Computational Physics · Physics 2024-07-23 Jun Zhang , Xiaohan Lin , Weinan E , Yi Qin Gao

Model merging is an effective post-training strategy for composing capabilities in large language models without joint retraining. We study this in the supervised fine-tuning (SFT) stage, where multiple capability-based SFT checkpoints --…

Machine Learning · Computer Science 2025-09-16 Pouria Mahdavinia , Hamed Mahdavi , Niloofar Mireshghallah , Mehrdad Mahdavi

Multi-modal models excel in cross-modal tasks but are computationally expensive due to their billions of parameters. Parameter-efficient fine-tuning (PEFT) offers a solution by adding small trainable components while freezing pre-trained…

Machine Learning · Computer Science 2025-03-27 Sashuai Zhou , Hai Huang , Yan Xia

Merging neural networks without retraining is central to federated and distributed learning. Common methods such as weight averaging or Fisher merging often lose accuracy and are unstable across seeds. CoGraM (Contextual Granular Merging)…

Machine Learning · Computer Science 2025-12-09 Julius Lenz

Mixture-of-Experts (MoE) large language models (LLMs) are among the top-performing architectures. The largest models, often with hundreds of billions of parameters, pose significant memory challenges for deployment. Traditional approaches…

Artificial Intelligence · Computer Science 2026-04-07 Saurav Jha , Maryam Hashemzadeh , Ali Saheb Pasand , Ali Parviz , Min-Joong Lee , Boris Knyazev

Extensive fine-tuning on Large Language Models does not always yield better results. Oftentimes, models tend to get better at imitating one form of data without gaining greater reasoning ability and may even end up losing some intelligence.…

Neural and Evolutionary Computing · Computer Science 2024-02-02 Yushu Jiang

Continual semantic segmentation requires models to adapt to new domains or modalities without sacrificing performance on previously learned tasks. Expert-based learning, in which task-specific modules specialize in different domains, has…

Computer Vision and Pattern Recognition · Computer Science 2026-05-06 Shishir Muralidhara , Didier Stricker , René Schuster

While large language models (LLMs) fine-tuned with lightweight adapters achieve strong performance across diverse tasks, their performance on individual tasks depends on the fine-tuning strategy. Fusing independently trained models with…

Machine Learning · Computer Science 2026-03-05 Sanae Lotfi , Lucas Caccia , Alessandro Sordoni , Jordan T. Ash , Miroslav Dudik

Endowing models with consistent multilingual performance can be achieved by mixing pre-training data, or post-training approaches such as language-specific model merging. In this work, we test whether merging can be applied to monolingually…

Computation and Language · Computer Science 2026-05-26 Seth Aycock , Fedor Vitiugin , Aleksandr Umnov , Christof Monz , Khalil Sima'an

Model merging has emerged as a cost-efficient approximation to multitask learning. Among merging strategies, task arithmetic is notable for its simplicity and effectiveness. In this work, we provide a theoretical motivation for task vectors…

We observe that incorporating a shared layer in a mixture-of-experts can lead to performance degradation. This leads us to hypothesize that learning shared features poses challenges in deep learning, potentially caused by the same feature…

Machine Learning · Computer Science 2024-05-21 Sejik Park