paper-with-me

홈 › Papers

SRTransGAN: Image Super-Resolution using Transformer based Generative Adversarial Network

2023-12-04 · Neeraj Baghel, Shiv Ram Dubey, Satish Kumar Singh

Image super-resolution aims to synthesize high-resolution image from a low-resolution image. It is an active area to overcome the resolution limitations in several applications like low-resolution object-recognition, medical image enhancement, etc. The generative adversarial network (GAN) based methods have been the state-of-the-art for image super-resolution by utilizing the convolutional neural networks (CNNs) based generator and discriminator networks. However, the CNNs are not able to exploit the global information very effectively in contrast to the transformers, which are the recent breakthrough in deep learning by exploiting the self-attention mechanism. Motivated from the success of transformers in language and vision applications, we propose a SRTransGAN for image super-resolution using transformer based GAN. Specifically, we propose a novel transformer-based encoder-decoder network as a generator to generate 2x images and 4x images. We design the discriminator network using vision transformer which uses the image as sequence of patches and hence useful for binary classification between synthesized and real high-resolution images. The proposed SRTransGAN outperforms the existing methods by 4.38 % on an average of PSNR and SSIM scores. We also analyze the saliency map to understand the learning ability of the proposed method.

📄 PDF Abstract BibTeX arXiv:2312.01999

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationDecoderGenerative Adversarial NetworkImage EnhancementImage Super-ResolutionMedical Image EnhancementObject RecognitionSSIMSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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$…
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Transformer and GAN Based Super-Resolution Reconstruction Network for Medical Images

2022-12-26 · Weizhi Du, Harvery Tian

Because of the necessity to obtain high-quality images with minimal radiation doses, such as in low-field magnetic resonance imaging, super-resolution reconstruction in medical imaging has become more popular (MRI). Howe…

Generative Adversarial NetworkImage Super-ResolutionSSIMSuper-Resolution

TransMRSR: Transformer-based Self-Distilled Generative Prior for Brain MRI Super-Resolution

2023-06-11 · Shan Huang, Xiaohong Liu, Tao Tan, Menghan Hu 외

Magnetic resonance images (MRI) acquired with low through-plane resolution compromise time and cost. The poor resolution in one orientation is insufficient to meet the requirement of high resolution for early diagnosis o…

DecoderImage ReconstructionImage Super-ResolutionSuper-Resolution

StyleSwin: Transformer-based GAN for High-resolution Image Generation

2021-12-20 · CVPR 2022 1 · BoWen Zhang, Shuyang Gu, Bo Zhang, Jianmin Bao 외

Despite the tantalizing success in a broad of vision tasks, transformers have not yet demonstrated on-par ability as ConvNets in high-resolution image generative modeling. In this paper, we seek to explore using pure tra…

BlockingComputational EfficiencyGenerative Adversarial NetworkImage Generation+1

I-Max: Maximize the Resolution Potential of Pre-trained Rectified Flow Transformers with Projected Flow

2024-10-10 · Ruoyi Du, Dongyang Liu, Le Zhuo, Qin Qi 외

Rectified Flow Transformers (RFTs) offer superior training and inference efficiency, making them likely the most viable direction for scaling up diffusion models. However, progress in generation resolution has been relat…

2k

Enhance the Image: Super Resolution using Artificial Intelligence in MRI

2024-06-19 · Ziyu Li, Zihan Li, Haoxiang Li, Qiuyun Fan 외

This chapter provides an overview of deep learning techniques for improving the spatial resolution of MRI, ranging from convolutional neural networks, generative adversarial networks, to more advanced models including tr…

Deep LearningImage Super-ResolutionSuper-Resolution