Switch language한국어
Back to the list

Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

TL;DR AI

Key summary

2 min read
  1. Sol-Attn is a training-free dynamic sparse attention method that speeds up video generation inference.

  2. It thresholds block scores during a single online-softmax pass, reuses proxy scores to approximate skipped blocks, and avoids expensive proxy-map materialization.

  3. This reduces the attention bottleneck in diffusion transformers while preserving visual quality and improving efficiency-accuracy trade-offs.

  4. Reported end-to-end gains reached 2.1x for video generation and 2.3x for video editing.

Read the original