BrownoutMoE: Structure-Aware Expert Grouping for Efficient and Accurate LLM Web-based Services

📅 2026-07-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the inefficiency in online serving of Mixture-of-Experts (MoE) large language models caused by imbalanced expert utilization, which leads to low GPU utilization and suboptimal inference performance. The authors propose a structure-aware expert grouping optimization framework that, for the first time, introduces the brownout paradigm into MoE architecture optimization. By integrating reinforcement learning, the framework enables efficient intra-layer expert grouping and incorporates a group-consistent knowledge distillation mechanism to maintain compatibility with standard inference pipelines. Experimental results demonstrate that the proposed approach significantly enhances system efficiency while preserving service quality: compared to baseline methods, it reduces accuracy degradation by up to 71.4% and achieves a throughput improvement of up to 2.24×.
📝 Abstract
Mixture-of-Experts (MoE) large language models (LLMs) are increasingly deployed in Web-facing services, where inference must be both accurate and responsive under bursty demand. Although MoE models improve parameter efficiency through sparse expert activation, efficient MoE inference remains challenging in practice. A major reason is the highly imbalanced expert access pattern during inference: a few hot experts process most routed tokens, while many cold experts are rarely activated, leaving GPU parallelism underutilized. Existing systems mainly optimize runtime execution, such as scheduling, communication overlap, and kernel fusion, but usually preserve the original expert organization and therefore do not address the structural inefficiency caused by fragmented expert usage. In this paper, we present \textbf{BrownoutMoE}, a structure-aware optimization framework for efficient and accurate MoE inference services. Inspired by the brownout paradigm in service computing, BrownoutMoE reorganizes experts into groups to improve utilization and system efficiency while maintaining service quality. Specifically, we formulate layer-wise expert grouping as a learning problem and employ reinforcement learning to discover grouping strategies that minimize accuracy degradation. We further introduce a grouping-consistent distillation process to produce deployable models that are compatible with standard inference pipelines. Experimental results demonstrate that BrownoutMoE reduces accuracy degradation by up to 71.4% and improves throughput by up to 2.24x over baselines.
Problem

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

Mixture-of-Experts
expert imbalance
LLM inference
GPU underutilization
web-based services
Innovation

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

Mixture-of-Experts
expert grouping
reinforcement learning
model distillation
efficient inference