← Latest papers
🤖 machine learning

Explicit Critic Guidance for Aligning Diffusion Models

This paper proposes a state-aligned latent actor-critic framework that enables diffusion models to serve as their own timestep-conditioned value functions, thereby facilitating stable trajectory-level PPO training, multi-reward optimization, and effective inference-time steering to outperform existing alignment methods.

Original authors: Zhengyang Liang, Qihang Zhang, Ceyuan Yang

Published 2026-05-28
📖 5 min read🧠 Deep dive

Original authors: Zhengyang Liang, Qihang Zhang, Ceyuan Yang

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 teaching a talented artist (the Diffusion Model) to paint a picture based on a specific description, like "a cat wearing a hat on Mars."

The artist doesn't paint the whole picture in one go. Instead, they start with a canvas full of static noise and slowly, step-by-step, refine it until the cat appears. This is the "denoising trajectory."

The problem the paper tackles is: How do you teach the artist to do this better?

Usually, you only look at the final painting to see if it's good. If the cat looks wrong, you tell the artist, "Bad job." But the artist doesn't know which step went wrong. Was it step 10? Step 30? Did they mess up the hat or the background? This is called the credit assignment problem.

Here is how the authors' new method, State-Aligned Latent Actor-Critic, solves this, using simple analogies:

1. The "Internal Coach" (The Latent Critic)

In older methods, the "coach" (the critic) would wait until the artist finished the painting, look at the final image, and then try to guess what went wrong earlier. This is like a coach watching a soccer game only at the final whistle and then trying to tell the player what to do differently during the first half. It's inaccurate and slow.

The Paper's Solution:
They turn the artist into their own coach. They give the artist a special "internal eye" that can see the painting while it is still being made (while it's still noisy and blurry).

  • The Magic: Instead of waiting for the final image, this internal coach looks at the messy, noisy canvas at every single step and says, "If you keep going this way, you'll get a good score," or "Stop, that path leads to a bad result."
  • Why it's better: Because the coach is looking at the actual messy steps the artist is taking (not a cleaned-up version), the advice is much more accurate. It's like having a GPS that updates your route every second based on your current location, rather than guessing where you are based on a map from yesterday.

2. The "Rehearsal" (Value Pretraining)

Teaching a new coach to give advice is hard. If you start training the coach and the artist at the exact same time from scratch, they might get confused and argue with each other, making the training unstable.

The Paper's Solution:
They give the coach a short "rehearsal" first. Before the real training starts, they let the coach practice just watching the artist and guessing the final score, without actually changing the artist's behavior yet.

  • The Result: By the time the real training begins, the coach is already pretty good at predicting outcomes. This makes the whole learning process much smoother and faster, preventing the "argument" between the artist and the coach.

3. The "Multi-Task" Challenge (Multi-Reward Optimization)

Sometimes, you want the painting to be good at many things at once: it needs to look like the prompt, look beautiful to humans, and have the right number of objects.

  • The Problem: If you only focus on one thing (e.g., "make sure there are exactly 4 chairs"), the artist might get lazy and draw 4 chairs but make the background look terrible or the colors look weird. This is called "reward hacking"—finding a shortcut to win the game without actually playing well.
  • The Paper's Solution: They give the artist a team of coaches, each specializing in a different skill (one for beauty, one for object count, one for text). These coaches share the same "brain" (the underlying model) but have their own specific scoreboards.
  • The Result: The artist learns to balance everything. They can't just hack the "chair count" reward because the "beauty" coach will penalize them for making a ugly picture. It forces a more well-rounded performance.

4. The "Steering Wheel" (Inference-Time Steering)

Once the artist is trained, you don't just have to accept whatever they paint. You can use the coach's "internal eye" to steer the painting while it's being made, even after training is over.

  • How it works: Imagine the artist is painting a path. The coach can gently nudge the brush toward areas that look promising.
  • The Benefit: This allows you to get even better results without retraining the whole model. It's like having a GPS that suggests a better route while you are driving, improving your trip without needing to learn a new map.

Summary of Results

The authors tested this on two different types of "artists" (one based on older technology called UNet, and one based on newer technology called DiT).

  • Better Scores: Their method consistently produced better images than previous methods, especially for tricky tasks like counting objects or reading text in images.
  • More Stable: The training didn't crash or get confused as easily as other methods.
  • Efficient: It was faster to train and required less computing power because the coach didn't have to wait for the final image to give advice.

In short, the paper teaches AI artists to be their own best critics, giving them instant feedback during the creative process, rehearsing before the big game, and using a team of coaches to ensure they don't cut corners.

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 →