paper-with-me

Papers

MoE-Pruner: Pruning Mixture-of-Experts Large Language Model using the Hints from Its Router

2024-10-15 · Yanyue Xie, Zhi Zhang, Ding Zhou, Cong Xie, Ziang Song, Xin Liu, Yanzhi Wang, Xue Lin, An Xu

Mixture-of-Experts (MoE) architectures face challenges such as high memory consumption and redundancy in experts. Pruning MoE can reduce network weights while maintaining model performance. Motivated by the recent observation of emergent large magnitude features in Large Language Models (LLM) and MoE routing policy, we propose MoE-Pruner, a method that prunes weights with the smallest magnitudes multiplied by the corresponding input activations and router weights, on each output neuron. Our pruning method is one-shot, requiring no retraining or weight updates. We evaluate our method on Mixtral-8x7B and Mixtral-8x22B across multiple language benchmarks. Experimental results show that our pruning method significantly outperforms state-of-the-art LLM pruning methods. Furthermore, our pruned MoE models can benefit from a pretrained teacher model through expert-wise knowledge distillation, improving performance post-pruning. Experimental results demonstrate that the Mixtral-8x7B model with 50% sparsity maintains 99% of the performance of the original model after the expert-wise knowledge distillation.

📄 PDF Abstract BibTeX arXiv:2410.12013

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
MoE 설명 없음

Similar Papers 제목 키워드 기반

Pruner-Zero: Evolving Symbolic Pruning Metric from scratch for Large Language Models

2024-06-05 · Peijie Dong, Lujun Li, Zhenheng Tang, Xiang Liu 외

Despite the remarkable capabilities, Large Language Models (LLMs) face deployment challenges due to their extensive size. Pruning methods drop a subset of weights to accelerate, but many of them require retraining, which…

DiversityLanguage ModelingLanguage Modelling

Compressing LLMs with MoP: Mixture of Pruners

2026-02-05 · Bruno Lopes Yamamoto, Lucas Lauton de Alcantara, Victor Zacarias, Leandro Giusti Mugnaini 외 arxiv

The high computational demands of Large Language Models (LLMs) motivate methods that reduce parameter count and accelerate inference. In response, model pruning emerges as an effective strategy, yet current methods typic…

Computational Efficiency

MoreauPruner: Robust Pruning of Large Language Models against Weight Perturbations

2024-06-11 · Zixiao Wang, Jingwei Zhang, Wenqian Zhao, Farzan Farnia 외

Few-shot gradient methods have been extensively utilized in existing model pruning methods, where the model weights are regarded as static values and the effects of potential weight perturbations are not considered. Howe…

Z-Pruner: Post-Training Pruning of Large Language Models for Efficiency without Retraining

2025-08-18 · Samiul Basir Bhuiyan, Md. Sazzad Hossain Adib, Mohammed Aman Bhuiyan, Muhammad Rafsan Kabir 외 arxiv

Large language models (LLMs) have rapidly advanced in recent years, achieving remarkable performance across a wide range of natural language processing tasks. However, this progress has come at the cost of increasingly l…

BlockPruner: Fine-grained Pruning for Large Language Models

2024-06-15 · Longguang Zhong, Fanqi Wan, Ruijun Chen, Xiaojun Quan 외

With the rapid growth in the size and complexity of large language models (LLMs), the costs associated with their training and inference have escalated significantly. Research indicates that certain layers in LLMs harbor…

Heuristic Search