paper-with-me

Papers

ITTR: Unpaired Image-to-Image Translation with Transformers

2022-03-30 · Wanfeng Zheng, Qiang Li, Guoxin Zhang, Pengfei Wan, Zhongyuan Wang

Unpaired image-to-image translation is to translate an image from a source domain to a target domain without paired training data. By utilizing CNN in extracting local semantics, various techniques have been developed to improve the translation performance. However, CNN-based generators lack the ability to capture long-range dependency to well exploit global semantics. Recently, Vision Transformers have been widely investigated for recognition tasks. Though appealing, it is inappropriate to simply transfer a recognition-based vision transformer to image-to-image translation due to the generation difficulty and the computation limitation. In this paper, we propose an effective and efficient architecture for unpaired Image-to-Image Translation with Transformers (ITTR). It has two main designs: 1) hybrid perception block (HPB) for token mixing from different receptive fields to utilize global semantics; 2) dual pruned self-attention (DPSA) to sharply reduce the computational complexity. Our ITTR outperforms the state-of-the-arts for unpaired image-to-image translation on six benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2203.16015

Code (0)

등록된 구현이 없습니다.

Tasks

Image-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

EditTrack: Detecting and Attributing AI-assisted Image Editing

2025-10-01 · Zhengyuan Jiang, Yuyang Zhang, Moyang Guo, Neil Zhenqiang Gong arxiv

In this work, we formulate and study the problem of image-editing detection and attribution: given a base image and a suspicious image, detection seeks to determine whether the suspicious image was derived from the base …

Image Editing

Unpaired Image-to-Image Translation via Neural Schrödinger Bridge

2023-05-24 · Beomsu Kim, Gihyun Kwon, Kwanyoung Kim, Jong Chul Ye

Diffusion models are a powerful class of generative models which simulate stochastic differential equations (SDEs) to generate data from noise. While diffusion models have achieved remarkable progress, they have limitati…

Image-to-Image TranslationTranslation

Quality-aware Unpaired Image-to-Image Translation

2019-03-15 · Lei Chen, Le Wu, Zhenzhen Hu, Meng Wang

Generative Adversarial Networks (GANs) have been widely used for the image-to-image translation task. While these models rely heavily on the labeled image pairs, recently some GAN variants have been proposed to tackle th…

Image Quality AssessmentImage-to-Image TranslationTranslation

Learning image-to-image translation using paired and unpaired training samples

2018-05-08 · Soumya Tripathy, Juho Kannala, Esa Rahtu

Image-to-image translation is a general name for a task where an image from one domain is converted to a corresponding image in another domain, given sufficient training data. Traditionally different approaches have been…

Image-to-Image TranslationTranslation

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