ExFold Accelerates MoE LLM Inference with Unified Expert Folding

Juntong Wu, Yifei Liu, Junyi Chen, Siqi Fan, Chaoran Feng, Minghao Li, Liujie Zhang, Weihang Chen, Li Yuan· August 27, 2026 View original

Key takeaways

  • ExFold unifies MoE prefill and decode acceleration for significant speedups.
  • It uses a training-free expert-folding mechanism to retain quality.
  • The framework offers up to 2.45x TPOT speedup and 1.41x TTFT speedup.
  • It's implemented as a plug-and-play vLLM plugin.

Who benefits

TechCloud ComputingAI/ML ServicesTelecommunications

Summary

ExFold is a new training-free framework that significantly speeds up Mixture-of-Experts (MoE) model inference by unifying prefill and decode acceleration. It projects contributions of excluded experts onto retained ones, achieving up to 2.45x speedup with minimal quality loss.

Mixture-of-Experts (MoE) models offer high capacity while maintaining efficient per-token computation, but their inference serving faces challenges across two distinct phases: prefill, which is compute-bound, and decode, which is memory-bound. Existing acceleration techniques often optimize only one aspect or implicitly approximate the impact of excluded experts. A new framework called ExFold addresses this by introducing a unified, training-free approach to accelerate both MoE prefill and decode. It frames both phases as an output-approximation problem, selectively executing a constrained set of experts while projecting the contributions of excluded experts onto the retained ones using calibrated scalar projectors. ExFold leverages the observation that many expert outputs are directionally aligned, differing mainly in magnitude. By calibrating a pairwise scalar-projector matrix on unlabeled data, it can fold excluded expert contributions during inference. Implemented as a plug-and-play vLLM plugin with a custom CUDA kernel, ExFold demonstrates up to 1.41x speedup for Time To First Token (TTFT) and 2.45x for Tokens Per Output Token (TPOT), while maintaining approximately 99% of the original model quality.

Why it matters

Professionals deploying large language models (LLMs) can significantly reduce inference costs and latency, making MoE models more practical for real-time applications and resource-constrained environments.

How to implement this in your domain

  1. 1Evaluate ExFold's vLLM plugin for existing MoE model deployments to assess potential latency and throughput improvements.
  2. 2Benchmark the performance gains and quality retention on your specific MoE models and datasets.
  3. 3Integrate the lightweight expert-folding CUDA kernel into your inference serving infrastructure if using custom solutions.
  4. 4Monitor the impact on user experience and operational costs after deployment.

Original post by Juntong Wu, Yifei Liu, Junyi Chen, Siqi Fan, Chaoran Feng, Minghao Li, Liujie Zhang, Weihang Chen, Li Yuan

"arXiv:2608.24938v1 Announce Type: new Abstract: Mixture-of-Experts (MoE) models scale capacity for strong quality while keeping per-token compute bounded through sparse expert activation. Yet low-latency MoE serving is increasingly challenging, because it spans two inference phas…"

View on X

Originally posted by Juntong Wu, Yifei Liu, Junyi Chen, Siqi Fan, Chaoran Feng, Minghao Li, Liujie Zhang, Weihang Chen, Li Yuan on X · view source

Want to go deeper?

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

Explore courses

More in AI Engineering & DevTools