Where is Q queried?

Drag time t and the noisy point at to see where each of the three guidance gradients queries the Q value.

at noisy point — OOD queries here â₁ one-step estimate — QGF queries here ODE(at) true endpoint — BPTT queries here
0.25
-0.60
â₁ = at + v·(1−t)
ODE(at) true denoising endpoint
Is the query point trustworthy?

Observe: when t is small, the orange at often lands in the red OOD region (Q is untrustworthy), whereas the cyan â₁ and the purple ODE endpoint almost always land on the data peaks (trustworthy). â₁ reaches the data with just one extrapolation step, while the ODE endpoint is the most accurate but requires running the whole chain. Drag t close to 1 and all three points coincide — by then denoising is nearly finished.