일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Pseudo Label
- shrinkmatch paper
- conjugate pseudo label paper
- 백준 알고리즘
- BYOL
- CoMatch
- CGAN
- Entropy Minimization
- remixmatch paper
- dann paper
- mme paper
- SSL
- dcgan
- GAN
- semi supervised learnin 가정
- simclrv2
- mocov3
- adamatch paper
- shrinkmatch
- cifar100-c
- CycleGAN
- tent paper
- Pix2Pix
- ConMatch
- UnderstandingDeepLearning
- Meta Pseudo Labels
- 딥러닝손실함수
- 컴퓨터구조
- WGAN
- 최린컴퓨터구조
Archives
- Today
- Total
목록pix2pix논문 (1)
Hello Computer Vision
Pix2Pix(Image to Image Translation with Conditional Adversarial Networks, 2016) 논문 리뷰
지난 번 U-Net에 이어서 U-Net구조를 활용한 Pix2Pix 논문 리뷰입니다. 처음부터 천천히 읽어나가보겠습니다. Introduction 처음부터 translation에 대하여 정의하는데요, translation an input image into a corresponding output image로 정의할 수 있지만 저자들은 translating one possible representation of a scene into another 으로 정의합니다. 요약해보자면 optimal 한 G가 있다한다면 A이미지에 대해 B로도 translating 가능하고 C로도 translating될 수 있다는 가능성이 있다는 걸 말하는 거 같습니다. 본인들이 만든 framework에 대해서 CNN을 사용하는데 이..
Generative
2022. 11. 25. 17:34