← Latest papers
🤖 machine learning

JLT: Clean-Latent Prediction in Latent Diffusion Transformers

This paper introduces JLT, a latent diffusion Transformer that demonstrates clean-latent prediction outperforms velocity prediction in latent spaces by better handling low-variance directions and achieving superior ImageNet 256x256 generation quality (FID 2.50), suggesting that prediction targets are representation-dependent geometric choices rather than interchangeable algebraic parameterizations.

Original authors: Funing Fu, Tenghui Wang, Junyong Cen, Qichao Zhu, Guanyu Zhou

Published 2026-05-27
📖 4 min read☕ Coffee break read

Original authors: Funing Fu, Tenghui Wang, Junyong Cen, Qichao Zhu, Guanyu Zhou

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 draw a perfect picture of a cat. You don't show it the finished photo; instead, you show it a blurry, noisy version of the cat and ask, "What does the clean cat look like underneath all this static?"

For a long time, AI researchers have debated how to ask that question. Should the robot guess the "noise" that needs to be removed? Should it guess the "speed" at which the image is changing? Or should it just try to guess the final, clean picture directly?

This paper, titled JLT, argues that guessing the final clean picture directly is the best way to go, even when the robot is working with a compressed, simplified version of the image (called "latent space").

Here is the breakdown of their discovery using simple analogies:

1. The Setup: The "Compressed" Sketchpad

Usually, AI models work with raw pixels (millions of tiny colored dots). This is like trying to draw a masterpiece on a giant, high-resolution canvas. It's slow and messy.

To make things faster, researchers use a "compressor" (a VAE) that turns the image into a smaller, simplified code—a "sketchpad." The AI learns to draw on this sketchpad, and then a decoder turns the sketch back into a full photo.

The big question the authors asked was: Once we are working on this simplified sketchpad, does it still matter what we ask the AI to predict?

2. The Contenders: The Noise vs. The Clean Image

The authors set up a fair race between two types of AI models. They used the exact same "sketchpad," the exact same brain size (Transformer architecture), and the exact same training time. The only difference was the goal they were given:

  • The "Velocity" Runner (DiT): This model was told, "Don't worry about the final picture. Just tell me the direction and speed the image is moving to get there." It's like asking a driver, "How fast are you accelerating?"
  • The "Clean" Runner (JLT): This model was told, "Ignore the speed. Just tell me what the final, clean picture looks like right now." It's like asking the driver, "What is the destination?"

3. The Race Results

The results were clear: The "Clean" runner (JLT) won by a huge margin.

  • When the "Clean" model tried to draw a cat, the result was sharp and realistic (a score of 2.50).
  • When the "Velocity" model tried, the result was blurrier and less accurate (a score of 6.56).

This happened even though, mathematically, you can convert the "speed" answer into a "clean picture" answer. The authors found that the way the AI learns to answer the question changes the quality of the final drawing.

4. Why Did the "Clean" Runner Win? (The Analogy)

The paper uses a clever mathematical explanation involving "noise" and "signal."

Imagine the "sketchpad" has some directions that are very important (like the shape of the cat's ears) and some directions that are just random static (like a tiny speck of dust).

  • The "Velocity" approach treats every direction the same. It adds a constant "floor" of noise to everything. It accidentally amplifies the tiny, random specks of dust, making them loud and distracting. It's like a microphone that turns up the volume on everything, including the background hiss.
  • The "Clean" approach is smarter. It realizes that some directions (the random specks) don't have much "signal" in the real data. So, it naturally turns down the volume on those weak directions. It focuses its energy on the important parts (the ears, the eyes) and ignores the static.

In short: The "Clean" model learns to ignore the noise, while the "Velocity" model accidentally makes the noise louder.

5. The Takeaway

The authors conclude that in the world of AI image generation, how you frame the question matters just as much as the brain you use to answer it.

Even if you are working with a compressed, simplified version of an image, asking the AI to "predict the clean result" is geometrically superior to asking it to "predict the speed of change." It's not just a different way of writing the same math; it's a fundamentally different way of learning that leads to much better pictures.

Summary: If you want the best AI art, don't just make the AI smarter; make sure you ask it to guess the final picture, not the process of getting there.

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 →