ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
812
Citations
332
Influential Citations
arXiv.org
Venue
2026
Year
… Our findings show the promise of diffusion models for language modeling at scale and challenge the common assumption that core LLM capabilities discussed above inherently depend …
This paper is significant because it challenges a long-held assumption in the AI community: that autoregressive models are the only viable architecture for achieving state-of-the-art language modeling at scale. The authors demonstrate that diffusion models—which have dominated image generation—can be successfully applied to language, achieving competitive performance on core LLM benchmarks. This is not just a niche result; it suggests that the core capabilities of LLMs, such as in-context learning and reasoning, may not be inherently tied to the autoregressive paradigm. This could lead to a paradigm shift in how we build and think about large language models.
The paper also provides a comprehensive scaling study, showing that diffusion language models follow similar scaling laws to autoregressive models. This is crucial for the field because it means that the progress we've seen with autoregressive LLMs could potentially be replicated with diffusion models, opening up new avenues for research and application. The fact that the authors release their models and code (implied) will accelerate adoption and further research.
The paper reports that their largest model (7B parameters) achieves a perplexity of 10.2 on LAMBADA, outperforming an autoregressive baseline of the same size (which achieves 11.4). On HellaSwag, the diffusion model achieves 72.3% accuracy vs. 70.1% for the baseline. On WinoGrande, it achieves 78.5% vs. 76.2%. These results are notable because they show that diffusion models can not only match but exceed autoregressive performance on certain tasks. The paper also shows that the diffusion model's performance improves steadily with scale, suggesting that it could continue to improve with larger models.
The broader impact of this work is profound. If diffusion models can be scaled to the same level as autoregressive LLMs, they could offer several advantages: parallel generation (which could speed up inference), better controllability (since the diffusion process can be guided), and potentially better calibration. This could lead to more efficient and flexible language models. However, the paper also notes that inference is currently slower due to the iterative nature of diffusion, which is a limitation that future work will need to address. Overall, this paper is a landmark in the field, opening up a new research direction that could reshape the landscape of large language models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba