Git Product home page Git Product logo

Comments (2)

subinium avatar subinium commented on June 17, 2024
  • latent direction을 뽑기 위한 방법론

StyleGAN ver.

  • 초기 p(z)에서 N개 random sampling. z_1, z_2, z_3 ...
  • 그리고 mapping network M을 사용하여 w_i = M(z_i)를 생성
  • 이를 사용하여 PCA 진행
    • basis라고 생각될 수 있는 transform matrix V를 얻어 낼 수 있음
  • w' = w + Vx의 식으로 style vector w'를 만들 수 있음
    • x = {x_1, x_2 ... x_k} 벡터로 각 요소는 개별적인 컨트롤러
  • BigGAN에서도 유사하게 사용가능

Thinking

  • Layer 별(y~z번째 레이어의 x번째 요소)로 수정을 할 수 있는데, semantic한 느낌은 없는 편. 그 의미를 찾기 위해 노력해야 함.
  • 어쩌면 UI만 잘 구성해준다면 재미있는 UI를 만들 수 있지 않을까 생각.
  • 다만 별 다른 노력없이 방향을 찾으려는 시도라 base model이 있으면 시도해볼만 한 듯

from deep-papers.

subinium avatar subinium commented on June 17, 2024

Reference

from deep-papers.

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.