English

CRAFT: Cost-aware Expert Replica Allocation with Fine-Grained Layerwise Estimations

Distributed, Parallel, and Cluster Computing 2026-04-01 v1 Machine Learning

Abstract

Mixture-of-Experts (MoE) has recently emerged as the mainstream architecture for efficiently scaling large language models while maintaining near-constant computational cost. Expert parallelism distributes parameters by partitioning experts across devices, but this introduces token-level load imbalance during inference. Expert replication is a widely adopted load-balancing technique in serving frameworks that alleviates load imbalance in large-scale deployments by replicating experts with high loads. In this work, we demonstrate that existing replication schemes often over-replicate, with many replicas providing marginal improvement. Replicas consume substantial GPU memory, which may lead to resource contention and throughput degradation. We present CRAFT, an efficient expert replication framework that maximizes load balance under a given memory budget by performing fine-grained, per-layer replication based on the estimated replication benefit. CRAFT can be seamlessly integrated into existing serving frameworks without any additional training or model changes. Our evaluation shows that CRAFT increases end-to-end serving throughput by 1.14×1.14\times on average (up to 1.2×1.2\times) over existing replication techniques in large-scale deployments with models ranging from hundreds of billions to a trillion parameters.

Keywords

Cite

@article{arxiv.2603.28768,
  title  = {CRAFT: Cost-aware Expert Replica Allocation with Fine-Grained Layerwise Estimations},
  author = {Adrian Zhao and Zhenkun Cai and Zhenyu Song and Lingfan Yu and Haozheng Fan and Jun Wu and Yida Wang and Nandita Vijaykumar},
  journal= {arXiv preprint arXiv:2603.28768},
  year   = {2026}
}

Comments

16 pages, 11 figures

R2 v1 2026-07-01T11:44:37.132Z