Giter Site home page Giter Site logo

Comments (3)

progmars avatar progmars commented on August 18, 2024 1

I, too, got curious and played with GANSpace a bit.

The conclusions are as follows.
While limiting components to layers helps a lot for disentangling some minor features (color, background(, still it is not good enough for major features (age, gender, beard, glasses) because they are too much entangled with each other.

I suspect the source of the problem is that GAN was trained on images of different people with different features, so it's difficult to isolate a feature, let's say "beard".

I think it would work much better if GAN was trained on images of the same person with various degrees of features that are interesting to us. For example, on a series of photos of the same person with different degrees of beard, age, etc. Of course, it's impossible to collect such a dataset from real people, but it might be possible to use high-definition 3D model renders. Still, it would be a very time-consuming endeavor to create enough models.

I couldn't try InterfaceGAN, though, because my GPU doesn't have enough RAM (4GB leads to infamous "RuntimeError: CUDA out of memory.").

from stylegan-encoder.

ramapinnimty avatar ramapinnimty commented on August 18, 2024

@pbaylies, @pender, @rolux Please help me by telling a way to disentangle the features. Thanks in advance.

from stylegan-encoder.

ChengBinJin avatar ChengBinJin commented on August 18, 2024

@ramapinnimty You can refer to the GANSpace and InterfaceGAN. Both of the methods focus on disentangled directions. The first one uses PCA with unsupervised, the second one uses the idea of linear projection.

from stylegan-encoder.

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.