Black-Box Attack on MoE Slows Down First Token Latency
新智元 · wechat · 2026-07-18
This ICML 2026 paper introduces a black-box stress testing method for MoE inference services called RepetitionCurse. It requires no weights, gradients, or knowledge of backend expert deployment. By using highly repetitive input patterns, it tricks the router into sending massive amounts of tokens to a small batch of experts, turning certain GPUs into stragglers and slowing down TTFT (Time To First Token).
Key findings from the paper include:
- On common 8-GPU EP deployments, RepetitionCurse can increase the MoE model's TTFT by 20% to 148%
- On sparser models like Qwen3-30B-A3B, scaling EP to 32 can increase TTFT by up to 115%
- The attack also affects normal users within the same batch or causes subsequent requests to queue longer by hogging prefill capacity
- This phenomenon is essentially a routing collapse: repetitive tokens cause the router to generate highly concentrated expert assignments
The article further analyzes the existence of "fragile experts" and "attractor experts," discussing several defenses: vulnerability-aware Expert-GPU mapping, PPL filtering, and dynamic EPLB. The conclusion is that these methods only offer partial mitigation, with limited effectiveness in high-EP or small top-k scenarios. The author's final takeaway is that while MoE training phases have load-balancing constraints, the inference phase requires scheduling and isolation mechanisms of equal strength.
More from Infra
- Vercel AI Gateway data shows Anthropic, OpenAI and Google at 97.09% spend share — cramforce · 2026-07-21
- NVIDIA starts rolling out 102.4 Tbps Spectrum-6 switches for Vera Rubin AI factories — nvidia · 2026-07-21
- Mustafa Suleyman says Microsoft is preparing for an OpenAI exit, while a new chip costs 30% less than GB200 — thoefler · 2026-07-21
- Microsoft and Mistral sign multi-billion-dollar deal to expand AI infrastructure in Europe — The Decoder · 2026-07-21
- Speculative decoding boosts Qwen3.6-27B on one 5090, but slows crowded servers — luke_pacman · 2026-07-21
- NVIDIA says Blackwell Ultra hit 1,648 TFLOPs per GPU on DeepSeek-V3 671B training — NVIDIAAI · 2026-07-21