LaCache Accelerates Diffusion LLMs with Caching and Mixed Precision

Xingru Chen, Zelang Liang, Yongjia Ma, Jiqing Zhan, Shuling Yang, Lian Wen, Kun Zhan· July 21, 2026 View original

Summary

LaCache is a new training-free framework that significantly speeds up Diffusion Large Language Models (DLLMs) by using lossless caching and mixed-precision quantization. It achieves up to 40.2X end-to-end speedup by eliminating redundant computations during SAR decoding while maintaining accuracy.

A novel acceleration framework called LaCache has been introduced to enhance the efficiency of Diffusion Large Language Models (DLLMs), which are known for their parallel generation capabilities via Semi-Autoregressive (SAR) decoding. The core issue LaCache addresses is the substantial operator-level redundancy in existing DLLMs, where the entire sequence is recomputed during denoising steps, even when parts of the sequence remain unchanged. LaCache tackles this by implementing Lossless State Memoization (LSM), a caching mechanism that stores intermediate results such as embedding outputs, pre-attention states, and FlashAttention statistics. This allows the model to bypass redundant computations for invariant tokens without affecting output quality. Furthermore, LaCache integrates a per-group FP8 quantization strategy for FFN layers, optimizing for memory bandwidth. This combined approach results in a 1.3X speedup on its own, and when integrated with other acceleration methods, it can boost end-to-end performance by up to 40.2X, all while preserving task accuracy.

Why it matters

For professionals working with or deploying large language models, especially diffusion-based ones, this innovation offers a significant leap in inference speed and efficiency. Faster inference means lower operational costs, quicker response times, and the ability to handle larger workloads, making advanced AI more practical for real-world applications.

How to implement this in your domain

  1. 1Evaluate the potential for integrating LaCache into existing DLLM deployment pipelines to reduce inference latency.
  2. 2Benchmark LaCache's performance against current acceleration methods on specific use cases to quantify speedup and resource savings.
  3. 3Explore the feasibility of applying similar caching and mixed-precision techniques to other types of generative AI models.
  4. 4Consult the open-source implementation (if available) to understand integration requirements and best practices.

Who benefits

Cloud ComputingAI/ML InfrastructureContent CreationSoftware Development

Key takeaways

  • LaCache significantly accelerates Diffusion LLMs by reducing redundant computations.
  • It uses lossless caching and mixed-precision quantization for efficiency.
  • The framework can achieve up to 40.2X speedup when combined with other methods.
  • This acceleration is achieved without compromising model accuracy.

Original post by Xingru Chen, Zelang Liang, Yongjia Ma, Jiqing Zhan, Shuling Yang, Lian Wen, Kun Zhan

"arXiv:2607.16339v1 Announce Type: new Abstract: Diffusion-based Large Language Models(DLLMs) enable parallel generation via Semi-Autoregressive (SAR) decoding in text generation. However, current methods suffer from severe operator-level redundancy: they recompute the entire sequ…"

View on X

Originally posted by Xingru Chen, Zelang Liang, Yongjia Ma, Jiqing Zhan, Shuling Yang, Lian Wen, Kun Zhan on X · view source

Want to go deeper?

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

Explore courses