<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2609.04010v1 on Jaehun's Blog</title><link>https://jaehun.me/en/tags/2609.04010v1/</link><description>Recent content in 2609.04010v1 on Jaehun's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 08 Sep 2026 10:56:16 +0000</lastBuildDate><atom:link href="https://jaehun.me/en/tags/2609.04010v1/index.xml" rel="self" type="application/rss+xml"/><item><title>Unlocking Lossless Speedups in LLMs via Discrete Diffusion</title><link>https://jaehun.me/en/posts/unlocking-lossless-speedups-in-llms-via-discrete-diffusion/</link><pubDate>Tue, 08 Sep 2026 00:00:00 +0900</pubDate><guid>https://jaehun.me/en/posts/unlocking-lossless-speedups-in-llms-via-discrete-diffusion/</guid><description>&lt;p&gt;&lt;a&#10; href="https://arxiv.org/abs/2609.04010v1"target="_blank"&#10; class="inline-flex items-center gap-1"&#10; &gt;Paper&lt;svg class="h-3 w-3 flex-shrink-0" id="external-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/&gt;&lt;/svg&gt;&#10; &lt;/a&gt;&lt;/p&gt;&#10;&lt;h2 id="uno-ar-and-diffusion-in-one-model--lossless-parallel-generation-for-llm-acceleration"&gt;Uno: AR and Diffusion in One Model — Lossless Parallel Generation for LLM Acceleration&lt;a href="#uno-ar-and-diffusion-in-one-model--lossless-parallel-generation-for-llm-acceleration" class="heading-anchor" aria-label="Link to this section"&gt;&lt;svg class="h-4 w-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"&gt;&lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/&gt;&lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — LLMs are slow because next-token prediction (NTP) can emit only one token at a time by its very sequential structure. Uno plants &lt;strong&gt;AR weights that own quality&lt;/strong&gt; and &lt;strong&gt;lightweight LoRA diffusion weights that own speed&lt;/strong&gt; into a single architecture; the diffusion path drafts token blocks in parallel, and the AR path verifies them via rejection sampling. With neither a separate draft model nor a lossy AR→diffusion conversion, it achieves &lt;strong&gt;lossless&lt;/strong&gt; acceleration that exactly preserves the AR distribution. In practice it delivers &lt;strong&gt;up to 3×&lt;/strong&gt; speedup over the base AR model and still &lt;strong&gt;up to 2×&lt;/strong&gt; at the largest batch sizes, while beating open d-LLMs (26B DiffusionGemma) and proprietary models (Mercury 2) on agentic, coding, and long-form reasoning benchmarks (source: Abstract).&lt;/p&gt;</description></item></channel></rss>