golljj
golljj t1_ir930ya wrote
Reply to comment by dasayan05 in [R] DDIM Reconstruction Confusion by [deleted]
Do you mean that the forward process is what only adding pure gaussian noise with different $\beta$ to $x_0$ to obtain $x_T$, but the encoder here is adding the noise predicted by the estimator $\epsilon_{\theta}(x_t)$ to $x_t$?
golljj t1_ir4few1 wrote
Reply to [R] DDIM Reconstruction Confusion by [deleted]
What I think is that you should treat the DDIM as an auto-encoder, i.e., the encoder encoding the clean image $x_0$ to $x_t$ by the forward process, and the revers process is a decoder that decoding the $x_t$ to $\hat{x_0}$, and notice that the noise $x_t$ is not a pure gaussian noise, but the image $x_0$ added some gaussian noise.
golljj t1_ir9r834 wrote
Reply to comment by dasayan05 in [R] DDIM Reconstruction Confusion by [deleted]
Got it, thanks