AIToday
Large Language ModelsApple Machine LearningPublished: Aug 8, 2026, 10:00 JST4 min read

Apple researchers compare diffusion vs. autoregressive AI text models

Apple researchers compare diffusion vs. autoregressive AI text models

Key takeaway

  • Apple researchers published a detailed technical comparison of two competing approaches to language model inference: Diffusion Language Models, which generate text in parallel, and Autoregressive Language Models, which generate sequentially.

  • The study found that while DLMs can achieve higher computational efficiency through parallelism, they fail to scale effectively to longer contexts—a significant limitation.

  • The researchers propose block-wise decoding as a solution and emphasize that reducing sampling steps is key for DLMs to match or exceed ARM performance in terms of latency.

3 Key Points

  1. What happened

    Apple researchers conducted a comprehensive study comparing Diffusion Language Models (DLMs), which generate text in parallel, against Autoregressive Language Models (ARMs), which generate tokens sequentially. The team combined theoretical analysis with empirical profiling to characterize trade-offs between the two approaches.

  2. Why it matters

    ARMs dominate current large language models but are constrained by sequential generation, limiting inference speed and parallelism. DLMs promise to overcome this by generating multiple tokens at once, though the practical performance implications have been unclear until now. The study reveals that while DLMs can achieve higher computational efficiency through parallelism, they struggle with longer text contexts—a key limitation for real-world use.

  3. What to watch

    The research identifies block-wise decoding as a technique that could help DLMs scale to long contexts similar to ARMs. The study also finds that reducing the number of sampling steps is crucial for open-source DLMs to achieve lower latency than ARMs, suggesting a clear target for future optimization work.

In Depth

Read the full story

A team of researchers affiliated with Apple, UC Berkeley, Seoul National University, and the University of Texas at Austin published a technical study examining the performance characteristics of two competing approaches to language model inference. The work, authored by Minseo Kim, Coleman Hooper, Aditya Tomar, Chenfeng Xu, Mehrdad Farajtabar, Michael W. Mahoney, Kurt Keutzer, and Amir Gholami, combines theoretical analysis with empirical profiling to compare Diffusion Language Models (DLMs) and Autoregressive Language Models (ARMs).

Autoregressive Language Models have become the predominant paradigm for large language models, achieving state-of-the-art performance on a broad range of Natural Language Processing tasks including document processing and code generation. These models generate tokens sequentially, with each token conditioned on all previous tokens. This approach has limitations: it exhibits low arithmetic intensity due to the inherent sequential dependency in next-token prediction, constraining parallelism and inference speed. Diffusion Language Models have recently emerged as a promising alternative, generating output tokens in parallel rather than one at a time, thus mitigating the sequential decoding limitation.

The study reveals nuanced trade-offs between the two approaches. Although DLMs can achieve higher arithmetic intensity than ARMs by leveraging parallelism across token positions, they fail to scale effectively with longer contexts—a significant practical limitation. The researchers explored block-wise decoding for DLMs as a solution, a technique that decouples arithmetic intensity from sequence length and enables better scaling to long contexts comparable to ARMs. The study also examined batched inference, finding that ARMs exhibit superior throughput because they benefit more from parallelism across sequences in the batch. Finally, the researchers highlight opportunities for accelerating DLM inference, emphasizing that reducing the number of sampling steps is key for open-source DLMs to achieve lower latency relative to ARMs.

Context & Analysis

The research addresses a fundamental architectural question in large language model design. Autoregressive Language Models have dominated the field because they achieve strong accuracy across downstream tasks, but their inherent sequential dependency—generating one token conditioned on all previous tokens—creates a computational bottleneck. This sequential nature limits how much parallelism can be exploited during inference, especially as text grows longer. Diffusion Language Models emerged as a promising alternative precisely because they sidestep this constraint by generating multiple tokens in parallel, potentially unlocking higher computational efficiency.

However, the Apple researchers' comprehensive profiling reveals that the theoretical advantage of DLMs does not translate cleanly to practical performance at scale. While DLMs can indeed achieve higher arithmetic intensity (computational work per unit of memory traffic) through token-level parallelism, this benefit erodes as context length increases. The study finds that ARMs actually exhibit superior throughput in batched inference scenarios—when multiple sequences are processed together—because they benefit more effectively from sequence-level parallelism. The researchers propose block-wise decoding for DLMs as a potential path forward, decoupling arithmetic intensity from sequence length and enabling better long-context scaling comparable to ARMs.

FAQ

How do Diffusion Language Models differ from the autoregressive models used today?
Autoregressive Language Models generate one token at a time, each conditioned on all previous tokens, which limits parallelism and inference speed. Diffusion Language Models generate output tokens in parallel, mitigating the sequential dependency limitation.
What is the main limitation of Diffusion Language Models identified in the study?
Although DLMs can achieve higher arithmetic intensity through parallelism, they fail to scale effectively with longer contexts—a key challenge for practical deployment compared to ARMs.
What optimization does the research suggest for improving DLM performance?
The study highlights that reducing the number of sampling steps is key for open-source DLMs to achieve lower latency relative to ARMs, and proposes block-wise decoding as a technique to help DLMs scale to long contexts.
Apple Machine LearningRead Original Article

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleNuclear stocks gain traction as AI power demand lifts baseload energy

The AI news that matters, in one minute each morning.

Sign up free