cyclomon / DiffuseIT

Official repository of "Diffusion-based Image Translation using Disentangled Style and Content Representation" ( ICLR 2023 )
MIT License
257 stars 15 forks source link

Question about the equation on the paper #10

Closed leekum2018 closed 1 year ago

leekum2018 commented 1 year ago

Hello, thanks for your great work! Here I have a question regarding equation 9 on the paper. Is it x(t-1) instead of x(t-1) in the second term of right hand side, i.e., Screenshot 2023-05-25 at 12 52 13 Thank you!

cyclomon commented 1 year ago

Hi, I followed the previous work of Manifold Constraint Gradient(MCG) paper, Improving Diffusion Models for Inverse Problems using Manifold Constraints (NeurIPS 2022).

In the secodn term, x_t is correct.