paper-with-me

Papers

Spectral Normalization and Dual Contrastive Regularization for Image-to-Image Translation

2023-04-22 · Chen Zhao, Wei-Ling Cai, Zheng Yuan

Existing image-to-image (I2I) translation methods achieve state-of-the-art performance by incorporating the patch-wise contrastive learning into Generative Adversarial Networks. However, patch-wise contrastive learning only focuses on the local content similarity but neglects the global structure constraint, which affects the quality of the generated images. In this paper, we propose a new unpaired I2I translation framework based on dual contrastive regularization and spectral normalization, namely SN-DCR. To maintain consistency of the global structure and texture, we design the dual contrastive regularization using different deep feature spaces respectively. In order to improve the global structure information of the generated images, we formulate a semantic contrastive loss to make the global semantic structure of the generated images similar to the real images from the target domain in the semantic feature space. We use Gram Matrices to extract the style of texture from images. Similarly, we design a style contrastive loss to improve the global texture information of the generated images. Moreover, to enhance the stability of the model, we employ the spectral normalized convolutional network in the design of our generator. We conduct comprehensive experiments to evaluate the effectiveness of SN-DCR, and the results prove that our method achieves SOTA in multiple tasks.

📄 PDF Abstract BibTeX arXiv:2304.11319

Code (1)

zhihefang/SN-DCR/tree/main/SN-DCR-main 공식 구현 pytorch

Tasks

Contrastive LearningImage-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Spectral Batch Normalization: Normalization in the Frequency Domain

2023-06-29 · Rinor Cakaj, Jens Mehnert, Bin Yang

Regularization is a set of techniques that are used to improve the generalization ability of deep neural networks. In this paper, we introduce spectral batch normalization (SBN), a novel effective method to improve gener…

Consistency Regularization for Generative Adversarial Networks

2019-10-26 · ICLR 2020 1 · Han Zhang, Zizhao Zhang, Augustus Odena, Honglak Lee

Generative Adversarial Networks (GANs) are known to be difficult to train, despite considerable research effort. Several regularization techniques for stabilizing training have been proposed, but they introduce non-trivi…

Conditional Image GenerationImage GenerationUnconditional Image Generation

Rank-based Geographical Regularization: Revisiting Contrastive Self-Supervised Learning for Multispectral Remote Sensing Imagery

2026-01-05 · Tom Burgert, Leonard Hackel, Paolo Rota, Begüm Demir arxiv

Self-supervised learning (SSL) has become a powerful paradigm for learning from large, unlabeled datasets, particularly in computer vision (CV). However, applying SSL to multispectral remote sensing (RS) images presents …

Self-Supervised Learning

Mean Spectral Normalization of Deep Neural Networks for Embedded Automation

2019-07-09 · Anand Krishnamoorthy Subramanian, Nak Young Chong

Deep Neural Networks (DNNs) have begun to thrive in the field of automation systems, owing to the recent advancements in standardising various aspects such as architecture, optimization techniques, and regularization. In…

Image Generation

Sparsity Aware Normalization for GANs

2021-03-03 · Idan Kligvasser, Tomer Michaeli

Generative adversarial networks (GANs) are known to benefit from regularization or normalization of their critic (discriminator) network during training. In this paper, we analyze the popular spectral normalization schem…

Image-to-Image TranslationTranslation