Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

UniMoMo: Compressing Recommendation MoE Models with Functional Expert Merging

AI By Crimson AI Hugging Face Papers 12 August 2026 · 00:00 10 views
Share: X Telegram

Hugging Face researchers introduce UniMoMo, a post-training compression framework that converts large recommendation MoE models into smaller standard MoE checkpoints by grouping experts based on functional similarity and routing traffic, preserving accuracy while achieving up to 2.21x inference speedups.

UniMoMo: Compressing Recommendation MoE Models with Functional Expert Merging

Key points

Hugging Face researchers have released a new paper introducing UniMoMo, a post-training compression framework designed to accelerate large recommendation models that use sparse mixture-of-experts (MoE) layers. The method converts a trained MoE checkpoint into a smaller standard MoE model under an explicit expert budget, without adding any compression-specific online module.

Traditional approaches often merge experts based on parameter distance, but UniMoMo takes a different route. It groups experts by their functional similarity, using an unlabeled calibration set to measure how similarly experts respond to shared recommendation states. This is complemented by a layer-adaptive protection mechanism that restricts the merging of high-traffic experts, based on their routing exposure, to prevent performance degradation.

The framework also includes a calibration-aware reconstruction step: after merging SwiGLU experts, a least-squares correction is applied to better recover the original intermediate activations. The final compressed model remains a standard top-(k) MoE, ensuring no extra serving complexity.

Experiments on Amazon Beauty, KuaiRec, and TenRec with 2, 4, and 6 MoE blocks show that compressing from 8 to 4 experts retains nearly all recommendation quality (NDCG@10 ratios of 99.92%–102.30%) while achieving 1.28×–1.63× speedups on A100 GPUs. A more aggressive 8-to-2 expert, top-1 operating point yields ratios of 98.36%–104.24% and speedups of 1.47×–2.21×.

The authors highlight that UniMoMo is function-aware, routing-aware, and deployment-friendly, making it a practical solution for large-scale recommendation systems and MoE efficiency.

ConfigurationNDCG@10 Ratio (5-run mean)A100 Speedup
8→4 experts99.92%–102.30%1.28×–1.63×
8→2 experts, top-198.36%–104.24%1.47×–2.21×
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

0
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

0
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1