Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.LG) · July 17, 2026

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization

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.

From the arXiv (cs.LG) abstract

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…


More Artificial Intelligence papers