Git Product home page Git Product logo

Comments (4)

phizaz avatar phizaz commented on August 11, 2024 6

I could think of one way to utilize VAE which is using it as a regularization of the latent codes. Semantic codes become samples from a normal distribution. We have tried this. It was hard to strike a balance between the sample-ability (strong regularization) and expressiveness (weak regularization) of the latent code. From the quality of sample perspective, it turned out be better to learn another DDIM on top of the learned (and frozen) latent codes.

from diffae.

phizaz avatar phizaz commented on August 11, 2024 3

They are not trained at the same time.
You can train the autoencoder alone with only images (and you will only get the autoencoder).
Since it is still an autoencoder, you CANNOT sample novel images from it yet.
To generate new images, you need to be able to sample the "semantic code".
In order to do this, you need a generative model, which is called latent DPM in this case, trained on a pool of semantic codes (to get this you need a trained autoencoder).

from diffae.

hao-pt avatar hao-pt commented on August 11, 2024

Thank you for your response! I finally understand your points after re-checking section 4 in your paper. Btw, have you experimented with a sampled latent from VAE for the generative process of DPM model? What I mean is that you stack a VAE on top of the diffusion model to get latent vector z for the decoding process.

from diffae.

fido20160817 avatar fido20160817 commented on August 11, 2024

what affects the sample-ability and expressiveness? I am a beginner on neural network.

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.