paper-with-me

Papers

Transformer-based Generative Adversarial Networks in Computer Vision: A Comprehensive Survey

2023-02-17 · Shiv Ram Dubey, Satish Kumar Singh

Generative Adversarial Networks (GANs) have been very successful for synthesizing the images in a given dataset. The artificially generated images by GANs are very realistic. The GANs have shown potential usability in several computer vision applications, including image generation, image-to-image translation, video synthesis, and others. Conventionally, the generator network is the backbone of GANs, which generates the samples and the discriminator network is used to facilitate the training of the generator network. The discriminator network is usually a Convolutional Neural Network (CNN). Whereas, the generator network is usually either an Up-CNN for image generation or an Encoder-Decoder network for image-to-image translation. The convolution-based networks exploit the local relationship in a layer, which requires the deep networks to extract the abstract features. Hence, CNNs suffer to exploit the global relationship in the feature space. However, recently developed Transformer networks are able to exploit the global relationship at every layer. The Transformer networks have shown tremendous performance improvement for several problems in computer vision. Motivated from the success of Transformer networks and GANs, recent works have tried to exploit the Transformers in GAN framework for the image/video synthesis. This paper presents a comprehensive survey on the developments and advancements in GANs utilizing the Transformer networks for computer vision applications. The performance comparison for several applications on benchmark datasets is also performed and analyzed. The conducted survey will be very useful to deep learning and computer vision community to understand the research trends \& gaps related with Transformer-based GANs and to develop the advanced GAN architectures by exploiting the global and local relationships for different applications.

📄 PDF Abstract BibTeX arXiv:2302.08641

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
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$…

Similar Papers 제목 키워드 기반

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

Features extraction for image identification using computer vision

2025-07-22 · Venant Niyonkuru, Sylla Sekou, Jimmy Jackson Sinzinkayo arxiv

This study examines various feature extraction techniques in computer vision, the primary focus of which is on Vision Transformers (ViTs) and other approaches such as Generative Adversarial Networks (GANs), deep feature …

A Transformer-based Generative Adversarial Network for Brain Tumor Segmentation

2022-07-28 · Liqun Huang, Long Chen, Baihai Zhang, Senchun Chai

Brain tumor segmentation remains a challenge in medical image segmentation tasks. With the application of transformer in various computer vision tasks, transformer blocks show the capability of learning long-distance dep…

Brain Tumor SegmentationDecoderGenerative Adversarial NetworkImage Segmentation+4

Generative Adversarial Networks for Spatio-temporal Data: A Survey

2020-08-18 · Nan Gao, Hao Xue, Wei Shao, Sichen Zhao 외

Generative Adversarial Networks (GANs) have shown remarkable success in producing realistic-looking images in the computer vision area. Recently, GAN-based techniques are shown to be promising for spatio-temporal-based a…

ImputationSurveyTime SeriesTime Series Analysis+1

Transformer-based Image and Video Inpainting: Current Challenges and Future Directions

2024-06-28 · Omar Elharrouss, Rafat Damseh, Abdelkader Nasreddine Belkacem, Elarbi Badidi 외

Image inpainting is currently a hot topic within the field of computer vision. It offers a viable solution for various applications, including photographic restoration, video editing, and medical imaging. Deep learning a…

Image InpaintingVideo EditingVideo Inpainting