PulseAugur
EN
LIVE 08:19:27

UniMoMo framework accelerates large recommendation models using expert merging

Researchers have developed UniMoMo, a framework designed to accelerate large recommendation models that use sparse mixture-of-experts (MoE) layers. This post-training compression method converts a full MoE checkpoint into a smaller, standard MoE with a reduced expert budget without requiring an additional online compression module. UniMoMo groups experts based on functional similarity, using an unlabeled calibration set to measure their response to recommendation states, and incorporates a layer-adaptive protection mechanism to safeguard high-traffic experts. Experiments on Amazon Beauty, KuaiRec, and TenRec datasets demonstrated that checkpoints with four experts achieved high NDCG@10 ratios (99.92%-102.30%) and significant speedups (1.28x-1.63x), with even more aggressive two-expert configurations showing comparable or better performance. AI

IMPACT This research could lead to more efficient deployment of large recommendation models, reducing computational costs and improving inference speed.

RANK_REASON The cluster contains a research paper detailing a new framework for model acceleration. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

UniMoMo framework accelerates large recommendation models using expert merging

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Lei Xin, Bin Gu, Peize Li, Zitong Wang, Jianbo Zhao, Changjiang Jiang, Yanyue Xie, Chao Huang, Xuyang Zhao, Zunhai Su, Fanhu Zeng, Zhenglun Kong ·

    UniMoMo: Expert Merging-Based MoE Acceleration for Large Recommendation Models

    arXiv:2608.08627v1 Announce Type: new Abstract: Sparse mixture-of-experts (MoE) layers expand recommendation capacity through conditional computation, yet a trained checkpoint still stores and routes over its full expert bank. We study a deployment problem: convert that checkpoin…