alsdyd98 / alsdyd98.github.io

GNU General Public License v3.0
2 stars 0 forks source link

Stack-GAN #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

StackGAN - 안민용's Blog

Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks

https://alsdyd98.github.io/Stack-GAN.html

ozzaney commented 1 year ago

오!! gan 세션 때 잠깐 설명해주셨던 stack-gan이라 더 흥미롭네요!! 바닐라 gan과는 달리 real images와 corresponding text description를 positive pair로 입력받는다고 하셨는데 여기서 positive의 의미가 어떤 것인지 궁금합니다!

alsdyd98 commented 1 year ago

@ozzaney 우선 negative set에 대해 듣고 가시면 이해가 편할꺼 같아서 예시를 드릴께요

  1. real image & mismatched text embeddings
  2. synthetic images & corresponding text embeddings

따라서 바닐라 gan에서 단순히 real image가 1, synthetic image가 0이었다면, 여기서 real&matching text embedding을 1, 다른 말로는 positive라고 말하게 됩니다.