Apple proposes CalibAtt, a training-free method to accelerate video generation via calibrated sparse attention
The technique skips negligible attention connections identified during an offline calibration pass, yielding up to 1.58× speedups on diffusion-based video models without retraining.
1 source · cross-referenced
- Apple’s Machine Learning Research team introduces CalibAtt, a training-free method to accelerate diffusion-based video generation by skipping negligible attention connections identified during an offline calibration pass.
- CalibAtt achieves up to 1.58× end-to-end speedup on models including Wan 2.1 14B, Mochi 1, and few-step distilled variants at various resolutions.
- The approach maintains video generation quality and text-video alignment while reducing compute overhead from spatiotemporal attention bottlenecks.
Apple’s Machine Learning Research team describes CalibAtt, a training-free method designed to accelerate diffusion-based text-to-video generation by exploiting stable sparsity in attention computations. The core observation is that a significant fraction of token-to-token connections consistently yield negligible attention scores across inputs, and these patterns repeat across queries. CalibAtt performs an offline calibration pass to identify block-level sparsity and repetition patterns that are stable across inputs, then compiles these patterns into optimized attention operations for each layer, head, and diffusion timestep.
At inference time, CalibAtt computes only the selected input-dependent connections densely and skips the unselected ones in a hardware-efficient manner. This reduces the computational overhead from spatiotemporal attention, which is a known bottleneck in large transformer-based video generation backbones.
In experiments across multiple models—including Wan 2.1 14B, Mochi 1, and few-step distilled variants at various resolutions—CalibAtt achieves up to 1.58× end-to-end speedup over prior training-free acceleration methods. Crucially, the authors report that video generation quality and text-video alignment are maintained despite the sparsification.
The paper positions CalibAtt as a practical, deployment-friendly technique: it does not require retraining, adapts to existing model weights, and targets inference-time efficiency. The authors suggest this approach could broaden access to high-quality video generation by lowering compute costs and latency without sacrificing output fidelity.
- Jul 25, 2026 · Apple — Machine Learning Research
Apple researchers propose LEAD to mitigate long-horizon reasoning failures in LLMs
Trust79 - Jul 25, 2026 · Apple — Machine Learning Research
Apple proposes environment-free synthetic data generation for training API-calling agents
Trust84 - Jul 24, 2026 · arXiv cs.AI
Researchers propose ClickGuard, an AI tool that detects clickbait and spoils articles in real time
Trust79