Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. Researchers introduced WIDE, a token-level dynamic width pruning method for LLM inference that selectively trims attention-head and FFN-channel groups per token.

  2. The framework is end-to-end differentiable, uses a two-stage training process, and co-designs pruning with execution kernels.

  3. It supports efficient computation in both prefill and decode phases, while retaining accuracy better than prior dynamic pruning methods.

  4. At 50% sparsity, the paper reports measurable speedups, pointing to a more hardware-efficient tradeoff between LLM quality and inference cost.

Read the original