Code Monkey home page Code Monkey logo

Comments (2)

phizaz avatar phizaz commented on August 25, 2024

Equation 8 uses the U-Net ϵθ(xt, t, z) trained in training process to generate x_t+1 from x_t. However, as far as i can see, the ϵθ was trained for denoising from x_t to generate x_t-1.

Let me first say that the U-Net predicts the noise within the image, which can be thought of as a direction of change from $x_t$ to $x_0$ (I mean $x_0$, not $x_{t-1}$).
However, your intuition is not wrong that Eq 8 is between $x_{t+1}$ from $x_t$ but Eq 1 is between $x_{t-1}$ from $x_t$. How could both use the same direction from the same model?
Thinking of the limit where $\Delta t \rightarrow 0$, the changes from $x_t$ to $x_{t+1}$ and from $x_{t-1}$ to $x_t$ are actually described by the same direction! This is how you obtain Eq 8.

More specificly, ϵθ is used to predict noise that already exist in x_t, why Stochastic encoder uses the noise that is predicted to be exist currently by ϵθ to map the picture to latent space?

I'm not clear about this question. In general, the stochastic encoder turns image $x_0$ into a specific noise map $x_T$ such that the render of that noise gives back the same initial image. It's fitting that the stochastic encoder would incrementally turn $x_0$ into $\epsilon$ (which is what $x_T$ is).

from diffae.

chuchen2017 avatar chuchen2017 commented on August 25, 2024

Thanks for your reply!
I understand what Stochastic encoder are trying to do in this model.
But I'm still confused by the arugment that changing direction of x_t to x_t+1 is same with that of x_t-1 to x_t.
Any mathmatical provement can be provided to illustrate the process? Or can you provide me with any other papers used the same process you might have refered while doing your work.
I am deeply grateful for your help!

from diffae.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.