subinium / Deep-Papers

Deep Learning Paper Simple Review + Helpful Article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large Scale GAN Training for High Fidelity Natural Image Synthesis

subinium opened this issue · comments

스크린샷 2021-05-15 오전 12 51 11

스크린샷 2021-05-15 오전 12 50 37

  • Truncation Trick
    • Noise Vector를 단순히 Gaussian이 아닌 이 값을 조정
      • 훈련 시에는 일반적으로 훈련, inference 시에는 truncate (threshold 기준으로 잘라서 resampling)
      • 값이 커질수록 퀄리티는 좋아지지만, diversity는 떨어짐
    • saturation artifact라 하여 잘 안되는 모델이 존재
    • Orthogonal Regularization을 사용하여 안정도 향상