🛰️ Daily AI Frontier
‹ back to 2026-07-30

WIDE: Boosting Adaptive LLM Inference via Token-level Dynamic Width Pruning

arXiv cs.AI Efficiency & Systems Haozhe Hu, Hao Wu, Peiran Yin, Chao Han, Yunpu Ma, Xiaoyu Shen 2026-07-30
Representative image for WIDE: Boosting Adaptive LLM Inference via Token-level Dynamic Width Pruning

TL;DR - WIDE dynamically prunes attention-head and FFN-channel groups for each token, improving LLM inference efficiency while retaining more quality than coarse-grained pruning. Its kernel co-design delivers practical prefill and decoding acceleration.

  • Supports token-level dynamic width pruning during both prefill and decoding.
  • Uses a two-stage differentiable training pipeline to learn token-wise sparse execution.
  • At 50% sparsity, reports a 55.1% performance boost over dynamic depth pruning under calibration-only settings.
  • Achieves up to 1.98Ă— prefill and 4.95Ă— decoding kernel speedups, with 1.68Ă— and 1.55Ă— end-to-end acceleration.

view merged work →