paper-with-me

홈 › Papers

LightMoE: Reducing Mixture-of-Experts Redundancy through Expert Replacing

2026-03-13 · Jiawei Hao, Zhiwei Hao, Jianyuan Guo, Li Shen, Yong Luo, Han Hu, Dan Zeng arxiv

Mixture-of-Experts (MoE) based Large Language Models (LLMs) have demonstrated impressive performance and computational efficiency. However, their deployment is often constrained by substantial memory demands, primarily due to the need to load numerous expert modules. While existing expert compression techniques like pruning or merging attempt to mitigate this, they often suffer from irreversible knowledge loss or high training overhead. In this paper, we propose a novel expert compression paradigm termed expert replacing, which replaces redundant experts with parameter-efficient modules and recovers their capabilities with low training costs. We find that even a straightforward baseline of this paradigm yields promising performance. Building on this foundation, we introduce LightMoE, a framework that enhances the paradigm by introducing adaptive expert selection, hierarchical expert construction, and an annealed recovery strategy. Experimental results show that LightMoE matches the performance of LoRA fine-tuning at a 30% compression ratio. Even under a more aggressive 50% compression rate, it outperforms existing methods and achieves average performance improvements of 5.6% across five diverse tasks. These findings demonstrate that LightMoE strikes a superior balance among memory efficiency, training efficiency, and model performance.

📄 PDF Abstract BibTeX arXiv:2603.12645

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Mixture of Nested Experts: Adaptive Processing of Visual Tokens

2024-07-29 · Gagan Jain, Nidhi Hegde, Aditya Kusupati, Arsha Nagrani 외

The visual medium (images and videos) naturally contains a large amount of information redundancy, thereby providing a great opportunity for leveraging efficiency in processing. While Vision Transformer (ViT) based model…

Mixture-of-Experts

DiEP: Adaptive Mixture-of-Experts Compression through Differentiable Expert Pruning

2025-09-19 · Sikai Bai, Haoxi Li, Jie Zhang, Zicong Hong 외 arxiv

Despite the significant breakthrough of Mixture-of-Experts (MoE), the increasing scale of these MoE models presents huge memory and storage challenges. Existing MoE pruning methods, which involve reducing parameter size …

Demystifying the Compression of Mixture-of-Experts Through a Unified Framework

2024-06-04 · Shwai He, Daize Dong, Liang Ding, Ang Li

Scaling large language models has revolutionized the performance across diverse domains, yet the continual growth in model size poses significant challenges for real-world deployment. The Mixture of Experts (MoE) approac…

Mixture-of-Experts

Multi-Task Dense Prediction Fine-Tuning with Mixture of Fine-Grained Experts

2025-07-25 · Yangyang Xu, Xi Ye, Duo Su arxiv

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

Multi-Task Learning

BuddyMoE: Exploiting Expert Redundancy to Accelerate Memory-Constrained Mixture-of-Experts Inference

2025-11-13 · Yun Wang, Lingyun Yang, Senhao Yu, Yixiao Wang 외 arxiv

Mixture-of-Experts (MoE) architectures scale language models by activating only a subset of specialized expert networks for each input token, thereby reducing the number of floating-point operations. However, the growing…