paper-with-me

홈 › Papers

Contrastive Learning for Unpaired Image-to-Image Translation

2020-07-30 · Taesung Park, Alexei A. Efros, Richard Zhang, Jun-Yan Zhu

In image-to-image translation, each patch in the output should reflect the content of the corresponding patch in the input, independent of domain. We propose a straightforward method for doing so -- maximizing mutual information between the two, using a framework based on contrastive learning. The method encourages two elements (corresponding patches) to map to a similar point in a learned feature space, relative to other elements (other patches) in the dataset, referred to as negatives. We explore several critical design choices for making contrastive learning effective in the image synthesis setting. Notably, we use a multilayer, patch-based approach, rather than operate on entire images. Furthermore, we draw negatives from within the input image itself, rather than from the rest of the dataset. We demonstrate that our framework enables one-sided translation in the unpaired image-to-image translation setting, while improving quality and reducing training time. In addition, our method can even be extended to the training setting where each "domain" is only a single image.

📄 PDF Abstract BibTeX arXiv:2007.15651

Code (10)

taesungp/contrastive-unpaired-translation 공식 구현 pytorch
DeepMIALab/AI-FFPE pytorch
JunlinHan/CWR pytorch
JunlinHan/DCLGAN pytorch
XiudingCai/EnCo-pytorch pytorch
XiudingCai/PyTorch-EnCo pytorch
cryu854/CUT tf
ganslate-team/ganslate pytorch
hthoai/UI2IT pytorch
msseibel/accut pytorch

Tasks

Contrastive LearningImage GenerationImage-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Instance-wise Hard Negative Example Generation for Contrastive Learning in Unpaired Image-to-Image Translation

2021-08-10 · ICCV 2021 10 · Weilun Wang, Wengang Zhou, Jianmin Bao, Dong Chen 외

Contrastive learning shows great potential in unpaired image-to-image translation, but sometimes the translated results are in poor quality and the contents are not preserved consistently. In this paper, we uncover that …

Contrastive LearningImage-to-Image TranslationTranslation

Dual Contrastive Learning for Unsupervised Image-to-Image Translation

2021-04-15 · Junlin Han, Mehrdad Shoeiby, Lars Petersson, Mohammad Ali Armin

Unsupervised image-to-image translation tasks aim to find a mapping between a source domain X and a target domain Y from unpaired training data. Contrastive learning for Unpaired image-to-image Translation (CUT) yields s…

Contrastive LearningImage-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Unpaired Translation from Semantic Label Maps to Images by Leveraging Domain-Specific Simulations

2023-02-21 · Lin Zhang, Tiziano Portenier, Orcun Goksel

Photorealistic image generation from simulated label maps are necessitated in several contexts, such as for medical training in virtual reality. With conventional deep learning methods, this task requires images that are…

Contrastive LearningImage GenerationTranslation

Contrastive-SDE: Guiding Stochastic Differential Equations with Contrastive Learning for Unpaired Image-to-Image Translation

2025-10-04 · Venkata Narendra Kotyada, Revanth Eranki, Nagesh Bhattu Sristy arxiv

Unpaired image-to-image translation involves learning mappings between source domain and target domain in the absence of aligned or corresponding samples. Score based diffusion models have demonstrated state-of-the-art p…

Image-to-Image TranslationContrastive Learning

Exploring Negatives in Contrastive Learning for Unpaired Image-to-Image Translation

2022-04-23 · Yupei Lin, Sen Zhang, Tianshui Chen, Yongyi Lu 외

Unpaired image-to-image translation aims to find a mapping between the source domain and the target domain. To alleviate the problem of the lack of supervised labels for the source images, cycle-consistency based methods…

Contrastive LearningImage-to-Image TranslationTranslation