paper-with-me

홈 › Papers

MergeME: Model Merging Techniques for Homogeneous and Heterogeneous MoEs

2025-02-03 · YuHang Zhou, Giannis Karamanolakis, Victor Soto, Anna Rumshisky, Mayank Kulkarni, Furong Huang, Wei Ai, Jianhua Lu

The recent success of specialized Large Language Models (LLMs) in domains such as mathematical reasoning and coding has led to growing interest in methods for merging these expert LLMs into a unified Mixture-of-Experts (MoE) model, with the goal of enhancing performance in each domain while retaining effectiveness on general tasks. However, the effective merging of expert models remains an open challenge, especially for models with highly divergent weight parameters or different architectures. State-of-the-art MoE merging methods only work with homogeneous model architectures and rely on simple unweighted averaging to merge expert layers, which does not address parameter interference and requires extensive fine-tuning of the merged MoE to restore performance. To address these limitations, this paper introduces new MoE merging techniques, including strategies to mitigate parameter interference, routing heuristics to reduce the need for MoE fine-tuning, and a novel method for merging experts with different architectures. Extensive experiments across multiple domains demonstrate the effectiveness of our proposed methods, reducing fine-tuning costs, improving performance over state-of-the-art methods, and expanding the applicability of MoE merging.

📄 PDF Abstract BibTeX arXiv:2502.00997

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

MoESys: A Distributed and Efficient Mixture-of-Experts Training and Inference System for Internet Services

2022-05-20 · dianhai yu, Liang Shen, Hongxiang Hao, Weibao Gong 외

While modern internet services, such as chatbots, search engines, and online advertising, demand the use of large-scale deep neural networks (DNNs), distributed training and inference over heterogeneous computing systems…

CPUDistributed ComputingGPUMixture-of-Experts

AdaMMS: Model Merging for Heterogeneous Multimodal Large Language Models with Unsupervised Coefficient Optimization

2025-03-31 · CVPR 2025 1 · Yiyang Du, Xiaochen Wang, Chi Chen, Jiabo Ye 외

Recently, model merging methods have demonstrated powerful strengths in combining abilities on various tasks from multiple Large Language Models (LLMs). While previous model merging methods mainly focus on merging homoge…

Unconstrained Model Merging for Enhanced LLM Reasoning

2024-10-17 · Yiming Zhang, Baoyi He, Shengyu Zhang, Yuhao Fu 외

Recent advancements in building domain-specific large language models (LLMs) have shown remarkable success, especially in tasks requiring reasoning abilities like logical inference over complex relationships and multi-st…

model

Model Merging for Medical LVLMs: A Benchmark and a Winner-Take-All Approach

2026-07-17 · Lichao Mou, Shilan Zhang, Chunlei Li, Bingcong Yan 외 arxiv

Large vision-language models (LVLMs) can be adapted to specialized medical imaging tasks via parameter-efficient fine-tuning approaches such as low-rank adaptation (LoRA), leading to a growing ecosystem of expert models …

parameter-efficient fine-tuning

SCAR: Scheduling Multi-Model AI Workloads on Heterogeneous Multi-Chiplet Module Accelerators

2024-05-01 · Mohanad Odema, Luke Chen, Hyoukjun Kwon, Mohammad Abdullah Al Faruque

Emerging multi-model workloads with heavy models like recent large language models significantly increased the compute and memory demands on hardware. To address such increasing demands, designing a scalable hardware arc…

NavigateScheduling