Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 483 Bytes

200730 Contrastive Learning for Unpaired Image-to-Image Translation.md

File metadata and controls

5 lines (3 loc) · 483 Bytes

https://arxiv.org/abs/2007.15651

Contrastive Learning for Unpaired Image-to-Image Translation (Taesung Park, Alexei A. Efros, Richard Zhang, Jun-Yan Zhu)

contrastive learning을 활용한 unsupervised img2img. 핵심 아이디어는 입력 이미지의 패치를 잘라내서 그 패치에 해당하는 출력 이미지의 패치는 positive로 두고 나머지는 negative로 활용하는 것. 패치를 활용할 수 있다는 게 이렇게 유용. #contrastive_learning #img2img