Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you further unify Consistency Models and Rectified Diffusion? #4

Open
YouJiacheng opened this issue Nov 2, 2024 · 0 comments
Open

Comments

@YouJiacheng
Copy link

YouJiacheng commented Nov 2, 2024

https://x.com/YouJiacheng/status/1852680900397633976

CMs generate $$\hat{x}_ 0$$ from $$x_{t-Δt}$$ (less noisy), RDs pre-generate $$\hat{x}_0$$ from pure noise $$\epsilon$$ (more noisy).

Importantly, $$x_ {t-Δt}$$ and $$\epsilon$$ and the input to the model $$x_t$$ has the same source of randomness $$\epsilon$$.

Diffusion Distillation methods also make the target and input has the same source of randomness $$\epsilon$$.

This will encourage the consistency (and reduce the variance) of the model along the same trajectory, which should be crucial for few-step sampling.

If we allow $$Δt < 0$$, then CMs is a strict generalization of online RDs.

Cheng Lu & Yang Song have proven that continuous-time (Δt→0) CMs can work very well. This fact strongly hint that Δt < 0 might also be a valid option.
2

3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant