← Latest papers
🤖 machine learning

UNIFUSION: Adapting Autoregressive Language Models into Discrete Diffusion under a Unified Reverse-Rate Objective

The paper proposes UNIFUSION, a unified framework that establishes connections between various discrete diffusion objectives to enable the direct adaptation of pretrained autoregressive models to uniform-noise diffusion, achieving state-of-the-art performance in both generative quality and downstream task accuracy.

Original authors: Xiaoyi Jiang, Jingyuan Li, Yixuan Jiang, Wei Liu, Yi Zhu, Zuoqiang Shi, Pipi Hu

Published 2026-07-28
📖 4 min read☕ Coffee break read

Original authors: Xiaoyi Jiang, Jingyuan Li, Yixuan Jiang, Wei Liu, Yi Zhu, Zuoqiang Shi, Pipi Hu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to write stories. For a long time, the best way to do this was to teach the robot to write one word at a time, from left to right, like a human typing a sentence. This method, called "autoregressive" learning, is great because it's fast and the robot learns a lot of language rules. But it has a big flaw: once the robot writes a word, it can never go back and change it. If it makes a mistake in the first sentence, the whole story might get ruined because it can't edit its past.

Recently, scientists tried a different approach called "discrete diffusion." Instead of writing word-by-word, this method starts with a complete sentence that has been scrambled or "corrupted" with noise, and the robot learns to clean it up, fixing one word at a time until the sentence is perfect. This is like taking a messy room and slowly organizing it. The problem is that most of these new "clean-up" robots are trained from scratch, wasting all the language knowledge the old "word-by-word" robots already had. Furthermore, many of these new robots use a specific type of noise where they hide words behind a "mask" (like a black box). This means the robot can only fix the hidden parts, not the words that are already visible. The big question was: Can we take a smart, pre-trained "word-by-word" robot and instantly turn it into a powerful "clean-up" robot that can fix any word in a sentence, even the ones that aren't hidden?

This paper, titled "Unifusion," says yes, and it shows how to do it. The researchers discovered that despite the different math formulas used by various "clean-up" robots, they are all secretly trying to solve the same underlying problem: predicting how fast a word should jump from one state to another. They call this the "reverse rate." By realizing that all these different methods are just speaking different dialects of the same language, they created a universal translator. This translator allows them to take the knowledge from a standard "word-by-word" model (like GPT-2) and directly adapt it to a "uniform-noise" diffusion model.

The key innovation is that this new model, Unifusion, doesn't need to hide words behind masks. Instead, it treats every single word in the sentence as editable, just like you can edit any word in a Google Doc. The researchers tested this by taking two versions of a pre-trained model (one with 124 million parameters and one with 355 million) and training them to be "clean-up" artists. They found that as they gave the model more time to think (increasing the number of steps from 16 to 256), the quality of the text improved steadily.

At the maximum of 256 steps, the smaller model (Unifusion-S) achieved a "generative perplexity" (a measure of how confused the model is by the text it creates) of 97.783, while the larger model (Unifusion-M) reached 71.516. More importantly, these models didn't just write fluent text; they also maintained high "unigram entropy," which is a fancy way of saying the text was diverse and didn't get stuck repeating the same phrases or patterns. In fact, at 256 steps, no other model tested at the same size was able to beat Unifusion on both fluency and diversity at the same time.

The paper also showed that this direct conversion works better than the old way of trying to go from "word-by-word" to "masked diffusion" and then to "uniform diffusion." By skipping the middleman, Unifusion reached the same high quality much more efficiently. When tested on real-world logic puzzles and common sense questions (like WinoGrande and SIQA), these new diffusion models outperformed all other diffusion models of their size, proving that they didn't just learn to clean up noise, but actually retained the smart reasoning skills of their original "word-by-word" training.

In short, Unifusion is like taking a master chef who is used to cooking a meal one ingredient at a time and teaching them a new technique where they can taste and adjust the entire pot of soup at once, without having to throw away their years of culinary experience. The result is a model that can generate text that is both fluent and creatively diverse, simply by learning to edit the whole sentence at once.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →