Papers › Demystifying the Compression of Mixture-of-Experts Through a Unified Framework

Demystifying the Compression of Mixture-of-Experts Through a Unified Framework

4 Jun 2024arXiv:2406.02500archive 2025-07-28

Shwai He, Daize Dong, Liang Ding, Ang Li

Scaling large language models has revolutionized the performance across diverse domains, yet the continual growth in model size poses significant challenges for real-world deployment. The Mixture of Experts (MoE) approach addresses this by dynamically selecting and activating only a subset of experts, significantly reducing computational costs while maintaining high performance. However, MoE introduces potential redundancy (e.g., parameters) and extra costs (e.g., communication overhead). Despite numerous compression techniques developed for mitigating the redundancy in dense models, the compression of MoE remains under-explored. We first bridge this gap with a cutting-edge unified framework that not only seamlessly integrates mainstream compression methods but also helps systematically understand MoE compression. This framework approaches compression from two perspectives: Expert Slimming which compresses individual experts and Expert Trimming which removes structured modules. Within this framework, we explore the optimization space unexplored by existing methods,and further introduce aggressive Expert Trimming techniques, i.e., Layer Drop and Block Drop, to eliminate redundancy at larger scales. Based on these insights,we present a comprehensive recipe to guide practitioners in compressing MoE effectively. Extensive experimental results demonstrate the effectiveness of the compression methods under our framework and the proposed recipe, achieving a 6.05x speedup and only 20.0GB memory usage while maintaining over 92% of performance on Mixtral-8x7B. Code is released at \url{https://github.com/DaizeDong/Unified-MoE-Compression}.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.02500")

Code

Syntology Ran 5 of 11 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

daizedong/unified-moe-compression officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 5 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

5ran
6unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from daizedong/unified-moe-compression. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_sparsity_from_state_dict daizedong/unified-moe-compression/src/llmtuner/compression/prune/utils.py official repository ran Apache-2.0 (permissive) · 7b483277d903ceb1 · report
fill_missing_values_for_non_moe_layers daizedong/unified-moe-compression/src/llmtuner/compression/prune/expert_drop.py official repository ran Apache-2.0 (permissive) · f7e6b2633db22c17 · report
find_modules daizedong/unified-moe-compression/src/llmtuner/compression/prune/utils.py official repository ran Apache-2.0 (permissive) · 6031b360d9fd7f04 · report
find_moe_expert_linears daizedong/unified-moe-compression/src/llmtuner/compression/prune/utils.py official repository ran Apache-2.0 (permissive) · d857212c7c79f1fe · report
load_json daizedong/unified-moe-compression/src/llmtuner/compression/prune/io.py official repository ran Apache-2.0 (permissive) · 8db0c1b19aba233f · report
apply_moe_weights daizedong/unified-moe-compression/AutoAWQ/awq/modules/fused/moe.py official repository unverified Apache-2.0 (permissive) · 858343dca0bec6c6 · report
fused_topk daizedong/unified-moe-compression/AutoAWQ/awq/modules/fused/moe.py official repository unverified Apache-2.0 (permissive) · a1324de2a7fd6559 · report
moe_align_block_size daizedong/unified-moe-compression/AutoAWQ/awq/modules/fused/moe.py official repository unverified Apache-2.0 (permissive) · 68b3f990b0ec61d6 · report
prune_magnitude daizedong/unified-moe-compression/src/llmtuner/compression/prune/prune.py official repository unverified Apache-2.0 (permissive) · bdface3275751bca · report
prune_sparsegpt daizedong/unified-moe-compression/src/llmtuner/compression/prune/prune.py official repository unverified Apache-2.0 (permissive) · 3c36697395392b37 · report
prune_wanda daizedong/unified-moe-compression/src/llmtuner/compression/prune/prune.py official repository unverified Apache-2.0 (permissive) · 477c9e48c3c1bac2 · report

Tasks

Mixture-of-Experts

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

MoE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections