paper-with-me

Papers

Combining Transformer Generators with Convolutional Discriminators

2021-05-21 · Ricard Durall, Stanislav Frolov, Jörn Hees, Federico Raue, Franz-Josef Pfreundt, Andreas Dengel, Janis Keupe

Transformer models have recently attracted much interest from computer vision researchers and have since been successfully employed for several problems traditionally addressed with convolutional neural networks. At the same time, image synthesis using generative adversarial networks (GANs) has drastically improved over the last few years. The recently proposed TransGAN is the first GAN using only transformer-based architectures and achieves competitive results when compared to convolutional GANs. However, since transformers are data-hungry architectures, TransGAN requires data augmentation, an auxiliary super-resolution task during training, and a masking prior to guide the self-attention mechanism. In this paper, we study the combination of a transformer-based generator and convolutional discriminator and successfully remove the need of the aforementioned required design choices. We evaluate our approach by conducting a benchmark of well-known CNN discriminators, ablate the size of the transformer-based generator, and show that combining both architectural elements into a hybrid model leads to better results. Furthermore, we investigate the frequency spectrum properties of generated images and observe that our model retains the benefits of an attention based generator.

📄 PDF Abstract BibTeX arXiv:2105.10189

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationImage GenerationSuper-Resolution

Similar Papers 제목 키워드 기반

Retinal Image Restoration using Transformer and Cycle-Consistent Generative Adversarial Network

2023-03-03 · Alnur Alimanov, Md Baharul Islam

Medical imaging plays a significant role in detecting and treating various diseases. However, these images often happen to be of too poor quality, leading to decreased efficiency, extra expenses, and even incorrect diagn…

DecoderGenerative Adversarial NetworkImage EnhancementImage Restoration+1

The Nuts and Bolts of Adopting Transformer in GANs

2021-10-25 · Rui Xu, Xiangyu Xu, Kai Chen, Bolei Zhou 외

Transformer becomes prevalent in computer vision, especially for high-level vision tasks. However, adopting Transformer in the generative adversarial network (GAN) framework is still an open yet challenging problem. In t…

Generative Adversarial NetworkImage Generation

Approximating Probability Distributions by using Wasserstein Generative Adversarial Networks

2021-03-18 · Yihang Gao, Michael K. Ng, Mingjie Zhou

Studied here are Wasserstein generative adversarial networks (WGANs) with GroupSort neural networks as their discriminators. It is shown that the error bound of the approximation for the target distribution depends on th…

Triangle Generative Adversarial Networks

2017-09-19 · NeurIPS 2017 12 · Zhe Gan, Liqun Chen, Wei-Yao Wang, Yunchen Pu 외

A Triangle Generative Adversarial Network ($\Delta$-GAN) is developed for semi-supervised cross-domain joint distribution matching, where the training data consists of samples from each domain, and supervision of domain …

AttributeGenerative Adversarial Networkimage-classificationImage Classification+4

The Unwinnable Arms Race of AI Image Detection

2025-09-25 · Till Aczel, Lorenzo Vettor, Andreas Plesner, Roger Wattenhofer arxiv

The rapid progress of image generative AI has blurred the boundary between synthetic and real images, fueling an arms race between generators and discriminators. This paper investigates the conditions under which discrim…