paper-with-me

Papers

Cluster-Driven Expert Pruning for Mixture-of-Experts Large Language Models

2025-04-10 · Hongcheng Guo, Juntao Yao, Boyang Wang, Junjia Du, Shaosheng Cao, Donglin Di, Shun Zhang, Zhoujun Li

Mixture-of-Experts (MoE) architectures have emerged as a promising paradigm for scaling large language models (LLMs) with sparse activation of task-specific experts. Despite their computational efficiency during inference, the massive overall parameter footprint of MoE models (e.g., GPT-4) introduces critical challenges for practical deployment. Current pruning approaches often fail to address two inherent characteristics of MoE systems: 1).intra-layer expert homogeneity where experts within the same MoE layer exhibit functional redundancy, and 2). inter-layer similarity patterns where deeper layers tend to contain progressively more homogeneous experts. To tackle these issues, we propose Cluster-driven Expert Pruning (C-Prune), a novel two-stage framework for adaptive task-specific compression of MoE LLMs. C-Prune operates through layer-wise expert clustering, which groups functionally similar experts within each MoE layer using parameter similarity metrics, followed by global cluster pruning, which eliminates redundant clusters across all layers through a unified importance scoring mechanism that accounts for cross-layer homogeneity. We validate C-Prune through extensive experiments on multiple MoE models and benchmarks. The results demonstrate that C-Prune effectively reduces model size while outperforming existing MoE pruning methods.

📄 PDF Abstract BibTeX arXiv:2504.07807

Code (1)

fighoture/moe_unsupervised_pruning 공식 구현 pytorch

Tasks

Computational EfficiencyMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Mosaic Pruning: A Hierarchical Framework for Generalizable Pruning of Mixture-of-Experts Models

2025-11-25 · Wentao Hu, Mingkuan Zhao, Shuangyong Song, Xiaoyan Zhu 외 arxiv

Sparse Mixture-of-Experts (SMoE) architectures have enabled a new frontier in scaling Large Language Models (LLMs), offering superior performance by activating only a fraction of their total parameters during inference. …

Code Generation

Mixture-of-Experts with Gradient Conflict-Driven Subspace Topology Pruning for Emergent Modularity

2025-12-23 · Yuxing Gan, Ziyu Lei arxiv

Mixture-of-Experts (MoE) architectures achieve parameter efficiency through conditional computation, yet contemporary designs suffer from two fundamental limitations: structural parameter isolation that causes catastroph…

Mixture of Efficient Diffusion Experts Through Automatic Interval and Sub-Network Selection

2024-09-23 · Alireza Ganjdanesh, Yan Kang, Yuchen Liu, Richard Zhang 외

Diffusion probabilistic models can generate high-quality samples. Yet, their sampling process requires numerous denoising steps, making it slow and computationally intensive. We propose to reduce the sampling cost by pru…

Denoising

SHAPE: Coalition-Aware Expert Pruning for Sparse Mixture-of-Experts LLMs

2026-06-03 · Yuhao Zhang arxiv

Sparse Mixture-of-Experts (MoE) large language models achieve strong quality with low per-token compute, yet their deployment is often limited by the memory wall: the full expert pool must remain resident to support toke…

Generic Expert Coverage for Pruning SparseMixture-of-Experts Language Models

2026-07-02 · Yongqin Zeng, Sicheng Pan, Jiale Wang, Hai-tao Zheng 외 arxiv

Sparsely activated Mixture-of-Experts (MoE) language models contain substantial structured redundancy among routed experts, but pruning them without downstream calibration data remains challenging. Existing expert-prunin…