New Hybrid Diffusion LLM Boosts Long-Context Generation Throughput

Pranshu Chaturvedi, Parth Shroff, Tarun Suresh, Hangoo Kang, Kaiyue Wen· July 7, 2026 View original

Summary

Researchers developed a hybrid Block Diffusion Language Model (BDLM) that combines Mamba and attention mechanisms with partial bidirectionality, enabling exact caching across blocks. This approach significantly improves throughput for long-context generation compared to previous methods.

Generating long sequences with large language models (LLMs) efficiently is a major challenge, primarily due to memory bandwidth limitations from the growing Key/Value (KV) cache. Current solutions either focus on reducing memory access through efficient attention or linear mixers like Mamba, or by generating tokens in parallel blocks. Combining these two approaches has proven difficult. Previous hybrid diffusion models, such as DiffuMamba, used bidirectional Mamba mixing, which prevented efficient caching across blocks because the reverse scan required processing the entire sequence. This new research introduces a BDLM Mamba-attention hybrid that solves this by restricting the reverse Mamba scan to only the active denoising block. This crucial modification allows for exact caching across blocks, dramatically improving efficiency. The proposed BDLM Mamba-H model demonstrates superior performance, achieving better perplexity on C4-en validation compared to other BDLM variants at 87M parameters. More importantly, for long-context inference, it delivers up to 19.7 times the throughput of full-sequence DiffuMamba-H at 65K tokens and 3.7 times that of BDLM attention at 262K tokens, positioning Mamba hybrids as a promising architecture for high-throughput, long-context generation.

Why it matters

This breakthrough offers a path to significantly faster and more memory-efficient long-context generation for LLMs, enabling new applications and reducing the computational cost of deploying advanced AI.

How to implement this in your domain

  1. 1Investigate BDLM Mamba-H architecture for long-context LLM deployments.
  2. 2Evaluate the throughput and memory benefits for specific generation tasks.
  3. 3Consider integrating partial bidirectionality into custom diffusion models.
  4. 4Benchmark against existing long-context generation methods for performance gains.
  5. 5Explore applications requiring high-throughput, long-sequence text generation.

Who benefits

AI DevelopmentCloud ComputingContent CreationResearch & AcademiaSoftware Engineering

Key takeaways

  • Long-context LLM generation is bottlenecked by KV cache memory bandwidth.
  • A new BDLM Mamba-attention hybrid enables exact caching across blocks.
  • This is achieved by restricting bidirectional Mamba scans to active denoising blocks.
  • The method significantly boosts throughput for long-context inference, up to 19.7x.

Original post by Pranshu Chaturvedi, Parth Shroff, Tarun Suresh, Hangoo Kang, Kaiyue Wen

"arXiv:2607.02805v1 Announce Type: new Abstract: High-throughput long-context generation is one of the central challenges for large language models. Generation is typically memory-bandwidth-bound rather than compute-bound: each decoding step must stream the accumulated key/value (…"

View on X

Originally posted by Pranshu Chaturvedi, Parth Shroff, Tarun Suresh, Hangoo Kang, Kaiyue Wen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses