paper-with-me

Papers

Multi-cropping Contrastive Learning and Domain Consistency for Unsupervised Image-to-Image Translation

2023-04-24 · Chen Zhao, Wei-Ling Cai, Zheng Yuan, Cheng-Wei Hu

Recently, unsupervised image-to-image translation methods based on contrastive learning have achieved state-of-the-art results in many tasks. However, in the previous works, the negatives are sampled from the input image itself, which inspires us to design a data augmentation method to improve the quality of the selected negatives. Moreover, the previous methods only preserve the content consistency via patch-wise contrastive learning in the embedding space, which ignores the domain consistency between the generated images and the real images of the target domain. In this paper, we propose a novel unsupervised image-to-image translation framework based on multi-cropping contrastive learning and domain consistency, called MCDUT. Specifically, we obtain the multi-cropping views via the center-cropping and the random-cropping with the aim of further generating the high-quality negative examples. To constrain the embeddings in the deep feature space, we formulate a new domain consistency loss, which encourages the generated images to be close to the real images in the embedding space of the same domain. Furthermore, we present a dual coordinate attention network by embedding positional information into the channel, which called DCA. We employ the DCA network in the design of generator, which makes the generator capture the horizontal and vertical global information of dependency. In many image-to-image translation tasks, our method achieves state-of-the-art results, and the advantages of our method have been proven through extensive comparison experiments and ablation research.

📄 PDF Abstract BibTeX arXiv:2304.12235

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationImage-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Methods 이 논문이 사용한 방법론

Coordinate attention Hou et al. proposed coordinate attention, a novel attention mechanism which embeds positional information into channel attention, so that the network can focus on large…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Revisiting Contrastive Methods for Unsupervised Learning of Visual Representations

2021-06-10 · NeurIPS 2021 12 · Wouter Van Gansbeke, Simon Vandenhende, Stamatios Georgoulis, Luc van Gool

Contrastive self-supervised learning has outperformed supervised pretraining on many downstream tasks like segmentation and object detection. However, current methods are still primarily applied to curated datasets like …

Instance Segmentationobject-detectionObject DetectionRetrieval+3

SDA: Simple Discrete Augmentation for Contrastive Sentence Representation Learning

2022-10-08 · Dongsheng Zhu, Zhenyu Mao, Jinghui Lu, Rui Zhao 외

Contrastive learning has recently achieved compelling performance in unsupervised sentence representation. As an essential element, data augmentation protocols, however, have not been well explored. The pioneering work S…

Contrastive LearningData AugmentationDiversityNegation+3

Multi-Source domain adaptation via supervised contrastive learning and confident consistency regularization

2021-06-30 · Marin Scalbert, Maria Vakalopoulou, Florent Couzinié-Devy

Multi-Source Unsupervised Domain Adaptation (multi-source UDA) aims to learn a model from several labeled source domains while performing well on a different target domain where only unlabeled data are available at train…

Contrastive LearningDomain AdaptationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Multispectral Contrastive Learning with Viewmaker Networks

2023-02-11 · Jasmine Bayrooti, Noah Goodman, Alex Tamkin

Contrastive learning methods have been applied to a range of domains and modalities by training models to identify similar "views" of data points. However, specialized scientific modalities pose a challenge for this para…

Contrastive LearningSelf-Supervised Learning

ParamCrop: Parametric Cubic Cropping for Video Contrastive Learning

2021-08-24 · Zhiwu Qing, Ziyuan Huang, Shiwei Zhang, Mingqian Tang 외

The central idea of contrastive learning is to discriminate between different instances and force different views from the same instance to share the same representation. To avoid trivial solutions, augmentation plays an…

Contrastive Learning