Retraining-Free Merging of Sparse MoE via Hierarchical Clustering
I-Chun Chen, Hsu-Shen Liu, Wei-Fang Sun, Chen-Hao Chao, Yen-Chang Hsu, Chun-Yi Lee
TL;DR
This work tackles memory bottlenecks in sparse Mixture-of-Experts (SMoE) models by introducing HC-SMoE, a retraining-free merging framework that uses hierarchical clustering on expert outputs to identify functionally similar groups. By clustering with average linkage and merging within clusters through frequency-weighted averaging, HC-SMoE preserves model behavior while reducing the number of active experts. The approach achieves strong zero-shot performance on large LLMs like Qwen and Mixtral, often surpassing retraining-free baselines and approaching, or even matching, the original models under significant reductions. The proposed calibration-data-based output similarity provides robustness across datasets and tasks, enabling practical deployment of compressed SMoE models without retraining.
Abstract
Sparse Mixture-of-Experts (SMoE) models represent a significant advancement in large language model (LLM) development through their efficient parameter utilization. These models achieve substantial performance improvements at reduced inference costs. However, the deployment of SMoE models faces constraints from extensive memory requirements of expert components in resource-limited environments. To address these limitations, this paper introduces Hierarchical Clustering for Sparsely activated Mixture of Experts (HC-SMoE), a task-agnostic expert merging framework for parameter reduction without retraining. HC-SMoE introduces a novel hierarchical clustering approach based on expert outputs to ensure merging robustness independent of routing decisions. The proposed output-based clustering method enables effective capture of functional relationships between experts for large-scale architectures. We provide theoretical analysis and comprehensive evaluations across multiple zero-shot language tasks to demonstrate HC-SMoE's effectiveness in state-of-the-art models including Qwen and Mixtral. The experimental results validate HC-SMoE's superior performance and practical applicability for real-world deployments.
