LGFeb 24, 2025

Delta Decompression for MoE-based LLMs Compression

arXiv:2502.17298v138 citationsh-index: 23Has CodeICML
Originality Highly original
AI Analysis

This addresses the problem of deploying large MoE-based LLMs efficiently for users in resource-constrained environments, representing a strong specific gain rather than a foundational advancement.

The paper tackles the high storage and memory requirements of Mixture-of-Experts (MoE) large language models by introducing D^2-MoE, a delta decompression compressor that reduces parameters without additional training, achieving over 13% performance gains compared to other compressors at 40-60% compression rates on models like Mixtral and DeepSeek.

Mixture-of-Experts (MoE) architectures in large language models (LLMs) achieve exceptional performance, but face prohibitive storage and memory requirements. To address these challenges, we present $D^2$-MoE, a new delta decompression compressor for reducing the parameters of MoE LLMs. Based on observations of expert diversity, we decompose their weights into a shared base weight and unique delta weights. Specifically, our method first merges each expert's weight into the base weight using the Fisher information matrix to capture shared components. Then, we compress delta weights through Singular Value Decomposition (SVD) by exploiting their low-rank properties. Finally, we introduce a semi-dynamical structured pruning strategy for the base weights, combining static and dynamic redundancy analysis to achieve further parameter reduction while maintaining input adaptivity. In this way, our $D^2$-MoE successfully compact MoE LLMs to high compression ratios without additional training. Extensive experiments highlight the superiority of our approach, with over 13% performance gains than other compressors on Mixtral|Phi-3.5|DeepSeek|Qwen2 MoE LLMs at 40$\sim$60% compression rates. Codes are available in https://github.com/lliai/D2MoE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes