subinium / Deep-Papers

Deep Learning Paper Simple Review + Helpful Article
48 stars 2 forks source link

Analyzing and Improving the Image Quality of StyleGAN #30

Closed subinium closed 3 years ago

subinium commented 3 years ago
subinium commented 3 years ago

기존 StyleGAN의 문제점

  1. blob-like artifacts
    • AdaIN에 의해 발생한다고 판단
    • 작은 spike-type distribution이 feature map으로 들어올 때, 정규화를 통해 증가하고 영향을 끼침
    • 새로운 구조 제안
  2. Progressive GAN에서 발생하는 artifact
    • 치열이나 눈동자가 얼굴 방향에 안따라오는 현상
    • 새로운 고화질 생성용 구조 제안

Weight Demodulation

Progressive GAN 대체

subinium commented 3 years ago

Reference