← Latest papers
📊 statistics

Simple Approximation and Derivative Free Inference-Time Scaling for Diffusion Models via Sequential Monte Carlo on Path Measures

This paper introduces \texttt{URGE}, a derivative-free inference-time scaling algorithm for diffusion models that utilizes Girsanov-based path-wise importance reweighting and sequential resampling to achieve unbiased, high-quality generation without requiring score or gradient evaluations.

Original authors: Chenyang Wang, Weizhong Wang, Yinuo Ren, Jose Blanchet, Yiping Lu

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

Original authors: Chenyang Wang, Weizhong Wang, Yinuo Ren, Jose Blanchet, Yiping Lu

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 paint a masterpiece, but you only have a rough sketch of what the final image should look like. This is how modern AI image generators (called Diffusion Models) work: they start with random noise and slowly "denoise" it into a picture.

Usually, if you want the AI to follow specific instructions (like "make it look more realistic" or "fix the lighting"), you have to tweak the painting process while it's happening. This is called inference-time scaling.

However, existing methods for tweaking the process are like trying to steer a ship by constantly checking a complex map and calculating the wind speed at every single second. They require heavy math (gradients and derivatives), are computationally expensive, and often introduce errors because they are just approximations.

The paper introduces a new method called URGE (Unbiased Resampling via Girsanov Estimation). Here is how it works, using simple analogies:

The Problem: The "Naive Guide"

Imagine you are leading a group of 100 hikers (particles) through a forest to find a hidden treasure (the perfect image).

  • The Goal: You want them to end up exactly where the treasure is.
  • The Old Way (Guidance): You give them a compass that points roughly toward the treasure. But the compass isn't perfect; it has a slight error. If you just follow this compass, the group will drift off course.
  • The Old Correction: Previous methods tried to fix this by stopping every few steps, checking the exact mathematical slope of the terrain, and telling the hikers how to adjust. This requires a detailed map (derivatives) that is hard to get and takes a long time to read.

The URGE Solution: The "Resampling Hike"

URGE changes the strategy entirely. Instead of trying to perfectly calculate the slope for every hiker, it uses a lottery system based on how well they are doing.

  1. Send Everyone Out: You send all 100 hikers out at the same time, following the same slightly imperfect compass (the guided path).
  2. The "Scorecard" (Reweighting): Instead of checking the terrain map, you simply look at the hikers' final positions relative to the treasure.
    • If a hiker is close to the treasure, they get a high score.
    • If a hiker is far away, they get a low score.
    • Crucially: You don't need to know why they are there or the slope of the ground. You just look at the result.
  3. The "Resampling" (The Lottery):
    • You gather the hikers.
    • You ask the high-scoring hikers to clone themselves (make copies of the best paths).
    • You ask the low-scoring hikers to go home (discard the bad paths).
    • Now, you have a new group of 100 hikers, all of whom are on paths that are statistically much closer to the treasure.
  4. Repeat: You do this again and again throughout the journey, not just at the end.

Why is this special?

  • No Calculus Required: The old methods needed to know the "slope" (derivatives) of the reward function. URGE doesn't care about the slope; it only cares about the final outcome. This means it can work with "black box" rewards (like a human preference score or a complex neural network) where you can't calculate the math behind the score.
  • No Approximations: The paper claims this method is "approximation-free." In our analogy, it means the lottery system mathematically guarantees that if you keep cloning the best paths, the group will eventually end up exactly where the treasure is, without the drift caused by the imperfect compass.
  • Path vs. Particle: Previous methods looked at individual hikers (particles) and tried to nudge them. URGE looks at the entire journey (the path) of each hiker. It's like judging a runner not just by where they are at the finish line, but by the quality of the whole race they ran.

The Results

The authors tested URGE on:

  1. Synthetic Math Problems: Where they knew the exact answer. URGE got closer to the truth than any other method.
  2. Image Restoration: Fixing blurry or damaged photos. URGE produced clearer images than previous methods, even without needing complex math calculations.
  3. Text-to-Image Generation: Creating images from text prompts. URGE created images that matched the text descriptions better and looked more aesthetically pleasing, even when using a smaller, less powerful AI model.

In short: URGE is a smarter, simpler way to guide AI image generators. Instead of doing heavy math to steer the ship, it simply keeps the best sailors and discards the rest, ensuring the final destination is reached with high precision and without needing a detailed map of the ocean.

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 →