cd /news/machine-learning/flashblock-attention-caching-for-eff… · home topics machine-learning article
[ARTICLE · art-49959] src=machinebrief.com ↗ pub= topic=machine-learning verified=true sentiment=· neutral

FlashBlock: Attention Caching for Efficient Long-Context Block Diffusion

Researchers propose FlashBlock, a cached block-external attention mechanism that reduces attention computation and KV cache access in block diffusion models for long-context generation. The method achieves up to 1.44× higher token throughput and 1.6× reduction in attention time with negligible quality loss, and is orthogonal to sparse attention techniques.

read1 min views6 publishedJul 7, 2026

arXiv:2602.05305v3 Announce Type: replace-cross Abstract: Generating long-form content, such as minute-long videos and extended texts, is increasingly important for modern generative models. Block diffusion improves inference efficiency via KV caching and block-wise causal inference and has been widely adopted in diffusion language models and video generation. However, in long-context settings, block diffusion still incurs substantial overhead from repeatedly computing attention over a growing KV cache. We identify an underexplored property of block diffusion: cross-step redundancy of attention within a block. Our analysis shows that attention outputs from tokens outside the current block remain largely stable across diffusion steps, while block-internal attention varies significantly. Based on this observation, we propose FlashBlock, a cached block-external attention mechanism that reuses stable attention output, reducing attention computation and KV cache access without modifying the diffusion process. Moreover, FlashBlock is orthogonal to sparse attention and can be combined as a complementary residual reuse strategy, substantially improving model accuracy under aggressive sparsification. Experiments on diffusion language models and video generation demonstrate up to 1.44$\times$ higher token throughput and up to 1.6$\times$ reduction in attention time, with negligible impact on generation quality. Project page: https://caesarhhh.github.io/FlashBlock/.

── more in #machine-learning 4 stories · sorted by recency
── more on @flashblock 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/flashblock-attention…] indexed:0 read:1min 2026-07-07 ·