AcceptMoE Boosts MoE Speculative Decoding Throughput and Efficiency

Shuang Liang (Mark), Hao (Mark), Chen, Zhiwen Mo, Qianzhou Wang, Guoyu Li, Lingxiao Ma, Wayne Luk· August 5, 2026 View original

Key takeaways

  • AcceptMoE significantly improves the efficiency of MoE speculative decoding.
  • It dynamically adjusts expert eligibility, reducing activated expert sets and traffic.
  • Throughput increases by 1.29x to 2.06x, with host-to-device traffic cut by over 70%.
  • The method maintains high accuracy with only a minor performance drop.

Who benefits

Cloud ComputingAI InfrastructureSoftware DevelopmentData CentersTelecommunications

Summary

AcceptMoE introduces a verifier-side expert selector for Mixture-of-Experts (MoE) speculative decoding that dynamically adjusts expert eligibility based on target-router scores and commitment probabilities. This method significantly increases throughput and reduces host-to-device traffic, especially under expert offloading, with minimal impact on accuracy.

Speculative decoding is a technique used to accelerate large language model inference by verifying a tree of draft tokens in a single forward pass. For Mixture-of-Experts (MoE) models, this process can be inefficient because it might activate a large union of experts, even if only a few tokens are ultimately accepted. This leads to high computational costs, especially when experts are offloaded, increasing data transfer traffic. This paper introduces AcceptMoE, a novel expert selection mechanism designed to address these inefficiencies. AcceptMoE dynamically determines which experts are eligible for a given verification block. It combines the target model's router scores with offline-estimated commitment probabilities, eliminating the need for a predefined expert budget. When experts are offloaded, AcceptMoE conditions eligibility on cache residency rather than prefetching based on predicted routes. Across 12 model-task pairs, AcceptMoE achieved 1.29 to 2.06 times the throughput of baseline speculative decoding, while reducing host-to-device traffic by 73.6% to 77.1%, with only a minor 0.27 percentage point reduction in accuracy.

Why it matters

For professionals deploying and operating large MoE models, AcceptMoE offers a significant improvement in inference efficiency and throughput, leading to reduced operational costs and faster response times, particularly in resource-constrained environments or with offloaded experts.

How to implement this in your domain

  1. 1Evaluate your current MoE model deployment for inference latency and expert activation patterns.
  2. 2Investigate integrating AcceptMoE's verifier-side expert selection into your speculative decoding pipeline.
  3. 3Implement dynamic expert eligibility based on router scores and commitment probabilities.
  4. 4Optimize expert offloading strategies by conditioning expert eligibility on cache residency.
  5. 5Benchmark the throughput and traffic reduction against your current speculative decoding methods.

Original post by Shuang Liang (Mark), Hao (Mark), Chen, Zhiwen Mo, Qianzhou Wang, Guoyu Li, Lingxiao Ma, Wayne Luk

"arXiv:2608.02989v1 Announce Type: new Abstract: Speculative decoding verifies a tree of draft tokens in one target-model forward pass. For a mixture-of-experts (MoE) target, however, parallel verification can activate the union of the experts selected by all tree nodes, even thou…"

View on X

Originally posted by Shuang Liang (Mark), Hao (Mark), Chen, Zhiwen Mo, Qianzhou Wang, Guoyu Li, Lingxiao Ma, Wayne Luk on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses