Cache-Aware Joint Router Adaptation for Memory-Efficient MoE Inference

📅 2026-09-04
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出一种缓存感知的后训练框架,通过联合调整MoE主干和辅助缓存路由器来解决MoE模型在GPU内存限制下的权重频繁传输问题。
📝 Abstract
Mixture-of-Experts (MoE) models activate only a small subset of experts per token, but the full expert set often exceeds GPU memory, causing repeated weight transfers during decoding. We formulate expert-cache management as a model-side algorithmic problem and propose a cache-aware post-training framework that jointly adapts the MoE backbone and lightweight auxiliary cache routers while preserving the native Top-K expert-selection rule at inference. Its update-only mode, Temporal Router, predicts same-layer reuse and retains experts for future tokens without proactive loading. The full Spatio-Temporal Router adds a Spatio Router that uses the causal predecessor's hidden state to refine the temporal cache before target-layer access. We evaluate both modes on Qwen3 and GPT-OSS across GSM8K, MATH, and CommonsenseQA. Temporal Router consistently improves cache hit rate and reduces expert-weight traffic over matched LM-only baselines. On Qwen3, Spatio-Temporal Router achieves the best load-adjusted efficiency across three tasks, improving adjusted hit rate by 1.15--18.03 points and reducing traffic by 4.6--53.3% relative to the strongest evaluated prefetching baseline; results on GPT-OSS are competitive but task-dependent. An auxiliary-only ablation preserves baseline accuracy but yields modest cache gains, whereas joint post-training produces larger improvements. Sensitivity analyses show that cache capacity controls transfer demand, while the refinement budget governs the trade-off between pre-access coverage and proactive traffic.
Problem

Research questions and friction points this paper is trying to address.

Mixture-of-Experts
GPU memory
weight transfers
inference
Innovation

Methods, ideas, or system contributions that make the work stand out.

Cache-Aware
Joint Router Adaptation
Temporal Router
Spatio-Temporal Router
Mixture-of-Experts
🔎 Similar Papers
No similar papers found.
Z
Zhenhe Wu
Huawei Technologies
Y
Yaping Jin
Huawei Technologies
Q
Qinghua Xing
Huawei Technologies
H
Hang Zhou
Tianjin University
W
Wei He
University of Sydney
X
Xianjie Wu
Beijing Information Science & Technology University
X
Xianfu Cheng
Beihang University
J
Jian Yang
Beihang University
Hanting Chen
Hanting Chen
Noah's Ark Lab, Huawei
deep learningmachine learningcomputer vision