paper-with-me

홈 › Papers

Efficient and Effective Weight-Ensembling Mixture of Experts for Multi-Task Model Merging

2024-10-29 · Li Shen, Anke Tang, Enneng Yang, Guibing Guo, Yong Luo, Lefei Zhang, Xiaochun Cao, Bo Du, DaCheng Tao

Multi-task learning (MTL) leverages a shared model to accomplish multiple tasks and facilitate knowledge transfer. Recent research on task arithmetic-based MTL demonstrates that merging the parameters of independently fine-tuned models can effectively achieve MTL. However, existing merging methods primarily seek a static optimal solution within the original model parameter space, which often results in performance degradation due to the inherent diversity among tasks and potential interferences. To address this challenge, in this paper, we propose a Weight-Ensembling Mixture of Experts (WEMoE) method for multi-task model merging. Specifically, we first identify critical (or sensitive) modules by analyzing parameter variations in core modules of Transformer-based models before and after finetuning. Then, our WEMoE statically merges non-critical modules while transforming critical modules into a mixture-of-experts (MoE) structure. During inference, expert modules in the MoE are dynamically merged based on input samples, enabling a more flexible and adaptive merging approach. Building on WEMoE, we further introduce an efficient-and-effective WEMoE (E-WEMoE) method, whose core mechanism involves eliminating non-essential elements in the critical modules of WEMoE and implementing shared routing across multiple MoE modules, thereby significantly reducing both the trainable parameters, the overall parameter count, and computational overhead of the merged model by WEMoE. Experimental results across various architectures and tasks demonstrate that both WEMoE and E-WEMoE outperform state-of-the-art (SOTA) model merging methods in terms of MTL performance, generalization, and robustness.

📄 PDF Abstract BibTeX arXiv:2410.21804

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsMulti-Task LearningTask ArithmeticTransfer Learning

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Merging Multi-Task Models via Weight-Ensembling Mixture of Experts

2024-02-01 · Anke Tang, Li Shen, Yong Luo, Nan Yin 외

Merging various task-specific Transformer-based models trained on different tasks into a single unified model can execute all the tasks concurrently. Previous methods, exemplified by task arithmetic, have been proven to …

Mixture-of-ExpertsTask Arithmetic

MoFE: Mixture of Factual Experts for Controlling Hallucinations in Abstractive Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Neural abstractive summarization models are susceptible to generating factually inconsistent content, a phenomenon known as hallucination. This limits the usability and adoption of these systems in real-world application…

Abstractive Text SummarizationHallucination

Towards Adversarial Robustness of Model-Level Mixture-of-Experts Architectures for Semantic Segmentation

2024-12-16 · Svetlana Pavlitska, Enrico Eisen, J. Marius Zöllner

Vulnerability to adversarial attacks is a well-known deficiency of deep neural networks. Larger networks are generally more robust, and ensembling is one method to increase adversarial robustness: each model's weaknesses…

Adversarial RobustnessMixture-of-ExpertsSemantic Segmentation

DAMEX: Dataset-aware Mixture-of-Experts for visual understanding of mixture-of-datasets

2023-11-08 · NeurIPS 2023 11 · Yash Jain, Harkirat Behl, Zsolt Kira, Vibhav Vineet

Construction of a universal detector poses a crucial question: How can we most effectively train a model on a large mixture of datasets? The answer lies in learning dataset-specific features and ensembling their knowledg…

Mixture-of-Expertsobject-detectionObject Detection

Domain-Specialized Object Detection via Model-Level Mixtures of Experts

2026-04-20 · Svetlana Pavlitska, Malte Stüven, Beyza Keskin, J. Marius Zöllner arxiv

Mixture-of-Experts (MoE) models provide a structured approach to combining specialized neural networks and offer greater interpretability than conventional ensembles. While MoEs have been successfully applied to image cl…

Semantic SegmentationImage ClassificationObject Detection