yuckYew / paper-survey

0 stars 0 forks source link

Image-to-Image Translation with Conditional Adversarial Nets #2

Open yuckYew opened 5 years ago

yuckYew commented 5 years ago

Paper https://arxiv.org/abs/1611.07004

Github https://github.com/phillipi/pix2pix

Webpage https://phillipi.github.io/pix2pix/

yuckYew commented 5 years ago

Image-to-Image Translation with Conditional Adversarial Nets

Abstract

Introduction

Related work

Method

GANの説明とconditional GANの目的関数の紹介

(ありきたりだが式のせて説明したい)

generatorの構造:skip connectionをもつU-Netアーキテクチャ

discriminatorの構造:Markovian discriminator(PatchGAN)

最適化と推論時の工夫