IGITUGraz / WeatherDiffusion

Code for "Restoring Vision in Adverse Weather Conditions with Patch-Based Denoising Diffusion Models" [TPAMI 2023]
MIT License
286 stars 25 forks source link

What's the difference between 'mean estimated noise' and 'mean reconstructed image' during sampling? #14

Open pzq-xjtu opened 1 year ago

pzq-xjtu commented 1 year ago

Thank you for your patch-based DDM. But I have a question. What's the difference between 'mean estimated noise' and 'mean reconstructed image' during sampling? I think they should be the same. Because Eq. (19) in your paper is linear with respect to $\epsilon_{\theta}$.