Effective MoE-based LLM Compression by Exploiting Heterogeneous Inter-Group Experts Routing Frequency and Information Density
Abstract
Lay Summary
Large language models based on Mixture-of-Experts (MoE) architectures can achieve strong performance, but they also require a large amount of memory because they contain many expert networks. This makes them expensive and difficult to deploy in practice. In this work, we propose RFID-MoE, a new compression method that reduces the memory cost of MoE models while maintaining their performance. Our method identifies which expert components are more important based on how frequently they are used and how much information they contain, and allocates model capacity accordingly. We also introduce an efficient way to recover information lost during compression with only a small number of additional parameters. Experiments on several representative MoE language models show that RFID-MoE consistently outperforms existing compression methods, achieving lower memory usage while preserving strong reasoning and language understanding performance. This work may help make large AI systems more efficient and easier to deploy in real-world applications.