paper-with-me

홈 › Papers

CRAFT: Fine-Grained Cost-Aware Expert Replication For Efficient Mixture-of-Experts Serving

2026-01-12 · Adrian Zhao, Zhenkun Cai, Zhenyu Song, Lingfan Yu, Haozheng Fan, Jun Wu, Yida Wang, Nandita Vijaykumar arxiv

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\times$ on average (up to $1.2\times$) over existing replication techniques in large-scale deployments with models ranging from hundreds of billions to a trillion parameters.

📄 PDF Abstract BibTeX arXiv:2603.28768

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fine-grained Information Status Classification Using Discourse Context-Aware Self-Attention

2019-08-13 · Yufang Hou

Previous work on bridging anaphora recognition (Hou et al., 2013a) casts the problem as a subtask of learning fine-grained information status (IS). However, these systems heavily depend on many hand-crafted linguistic fe…

General Classification

Fine-grained Information Status Classification Using Discourse Context-Aware BERT

2020-10-26 · COLING 2020 8 · Yufang Hou

Previous work on bridging anaphora recognition (Hou et al., 2013a) casts the problem as a subtask of learning fine-grained information status (IS). However, these systems heavily depend on many hand-crafted linguistic fe…

General Classification

Spatial-Temporal Expert Learning for Video-based Person Re-identification

2026-07-01 · Xiaofei Hui, Pengfei Wang, Evan Ling, Dezhao Huang 외 arxiv

Video-based person re-identification (Re-ID) aims to retrieve the same identity in the query video clips from the gallery video clips. To solve this problem, exploiting fine-grained features is of great importance, espec…

Person Re-Identification

FineRMoE: Dimension Expansion for Finer-Grained Expert with Its Upcycling Approach

2026-03-09 · Ning Liao, Xiaoxing Wang, Xiaohan Qin, Junchi Yan arxiv

As revealed by the scaling law of fine-grained MoE, model performance ceases to be improved once the granularity of the intermediate dimension exceeds the optimal threshold, limiting further gains from single-dimension f…

CRAFT: Cost-aware Refinement And Front-aware Tuning of Prompts

2026-06-03 · Shanu Kumar, Shubhanshu Khandelwal, Akhila Yesantarao Venkata, Parag Agrawal 외 arxiv

Prompts tuned for accuracy often grow long, raising inference cost on every model call. The best accuracy-cost trade-off depends on the task and the budget, so prompt optimization is a search over the Pareto front of acc…