Expertfuse: A huffman tree-based gradual expert integration framework for MoE models.
other · Level V
Where this comes from
- Record sourced from PubMed, PMID 41202703.
- Also identified by DOI 10.1016/j.neunet.2025.108274.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Mixture-of-Experts (MoE) models have emerged as a powerful approach for scaling large language models (LLMs) by activating only a subset of specialized experts. Recently, there has been growing interest in deploying LLMs on low-resource devices, such as single-GPU systems with low memory, to enable real-time and personalized applications without relying on large-scale cloud infrastructure. However, increasing the number of activated experts, while beneficial for performance, leads to substantial memory consumption and inference overhead, which severely limits deployment in such constrained environments. By analyzing expert utilization in MoE models, we observe that many experts remain underutilized, resulting in inefficient resource allocation. Motivated by this observation, we propose ExpertFuse, a progressive fusion framework that employs a Huffman tree-based strategy to merge experts based on their utilization frequency while preserving their individual contributions. Through this merging process, we reduce the MoE model to a single expert, significantly reducing memory consumption and inference cost. We evaluate ExpertFuse on the Switch Transformers as well as large-scale, general-purpose MoE models such as Mixtral 8x7B and DeepSeekMoE. Our experiments demonstrate that ExpertFuse effectively maintains strong performance across diverse tasks, including GLUE, SuperGLUE, MMLU, and various reasoning benchmarks, while greatly improving efficiency and enabling deployment on low-resource devices.
Medical subject headings
- Neural Networks, Computer