Yuchen Yang, Yifan Zhao, Anisha Dasgupta +1 more
Mixture-of-Experts models are efficient because only a few experts run per token, but every expert's weights still have to be somewhere the GPU can reach. In serving workloads that also carry a large KV cache, those two demands compete for the same memory, and the cache grows with every concurrent conversation.
Something has to yield. Evicting cache means recomputing context that was already processed; keeping weights resident means fewer conversations fit at once.
PagedWeight quantises expert weights dynamically at runtime and balances that against the cache, with the quality-aware part carrying the important nuance: experts are not equally sensitive to being compressed, so uniform quantisation either over-degrades the fragile ones or under-compresses the robust ones. Deciding per expert, while serving, is what turns a blunt trade into a manageable one.
Mixture-of-Experts (MoE) is a popular class of large language models (LLMs), offering high efficiency and accuracy. However, in KV-cache-intensive serving scenarios, MoEs often exhibit a tension between the GPU memory requirements of the model weights and the growing KV cache. We propose PagedWeight, a novel management method for MoE LLM serving that dynamically quantizes MoE model's weights at runtime and balances expert-weight precision with the KV cache sizes. PagedWeight…
Improving Improved Kernel PLS
arXiv (cs.AI) · July 17, 2026When Do Multi-Agent Systems Help? An Information Bottleneck Perspective
arXiv (cs.AI) · July 17, 2026ToolSciVer: Multimodal Scientific Claim Verification with Visual Tool Augmented Reinforcement Learning
arXiv (cs.AI) · July 17, 2026A Methodology for Auditable Trustworthiness Levels in AI Lifecycle Governance