paper-with-me

Papers

UVCGAN: UNet Vision Transformer cycle-consistent GAN for unpaired image-to-image translation

2022-03-04 · Dmitrii Torbunov, Yi Huang, Haiwang Yu, Jin Huang, Shinjae Yoo, MeiFeng Lin, Brett Viren, Yihui Ren

Unpaired image-to-image translation has broad applications in art, design, and scientific simulations. One early breakthrough was CycleGAN that emphasizes one-to-one mappings between two unpaired image domains via generative-adversarial networks (GAN) coupled with the cycle-consistency constraint, while more recent works promote one-to-many mapping to boost diversity of the translated images. Motivated by scientific simulation and one-to-one needs, this work revisits the classic CycleGAN framework and boosts its performance to outperform more contemporary models without relaxing the cycle-consistency constraint. To achieve this, we equip the generator with a Vision Transformer (ViT) and employ necessary training and regularization techniques. Compared to previous best-performing models, our model performs better and retains a strong correlation between the original and translated image. An accompanying ablation study shows that both the gradient penalty and self-supervised pre-training are crucial to the improvement. To promote reproducibility and open science, the source code, hyperparameter configurations, and pre-trained model are available at https://github.com/LS4GAN/uvcgan.

📄 PDF Abstract BibTeX arXiv:2203.02557

Code (2)

ls4gan/benchmarking 공식 구현 pytorch
ls4gan/uvcgan 공식 구현 pytorch

Tasks

DiversityImage-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

UVCGAN v2: An Improved Cycle-Consistent GAN for Unpaired Image-to-Image Translation

2023-03-28 · Dmitrii Torbunov, Yi Huang, Huan-Hsin Tseng, Haiwang Yu 외

An unpaired image-to-image (I2I) translation technique seeks to find a mapping between two domains of data in a fully unsupervised manner. While initial solutions to the I2I problem were provided by generative adversaria…

Image-to-Image TranslationTranslation

ACC-UNet: A Completely Convolutional UNet model for the 2020s

2023-08-25 · Nabil Ibtehaz, Daisuke Kihara

This decade is marked by the introduction of Vision Transformer, a radical paradigm shift in broad computer vision. A similar trend is followed in medical imaging, UNet, one of the most influential architectures, has bee…

Image SegmentationMedical Image SegmentationSemantic Segmentation

Vision Transformers increase efficiency of 3D cardiac CT multi-label segmentation

2023-10-13 · Lee Jollans, Mariana Bustamante, Lilian Henriksson, Anders Persson 외

Accurate segmentation of the heart is essential for personalized blood flow simulations and surgical intervention planning. Segmentations need to be accurate in every spatial dimension, which is not ensured by segmenting…

3D Semantic SegmentationComputed Tomography (CT)Image SegmentationMedical Image Segmentation+2

xLSTM-UNet can be an Effective 2D & 3D Medical Image Segmentation Backbone with Vision-LSTM (ViL) better than its Mamba Counterpart

2024-07-01 · Tianrun Chen, Chaotao Ding, Lanyun Zhu, Tao Xu 외

Convolutional Neural Networks (CNNs) and Vision Transformers (ViT) have been pivotal in biomedical image segmentation, yet their ability to manage long-range dependencies remains constrained by inherent locality and comp…

3D Medical Imaging Segmentationimage-classificationImage ClassificationImage Segmentation+5

SUNet: Swin Transformer UNet for Image Denoising

2022-02-28 · Chi-Mao Fan, Tsung-Jung Liu, Kuan-Hsien Liu

Image restoration is a challenging ill-posed problem which also has been a long-standing issue. In the past few years, the convolution neural networks (CNNs) almost dominated the computer vision and had achieved consider…

DenoisingImage DenoisingImage Restoration