paper-with-me

Papers

N-Gram in Swin Transformers for Efficient Lightweight Image Super-Resolution

2022-11-21 · CVPR 2023 1 · Haram Choi, Jeongmin Lee, Jihoon Yang

While some studies have proven that Swin Transformer (Swin) with window self-attention (WSA) is suitable for single image super-resolution (SR), the plain WSA ignores the broad regions when reconstructing high-resolution images due to a limited receptive field. In addition, many deep learning SR methods suffer from intensive computations. To address these problems, we introduce the N-Gram context to the low-level vision with Transformers for the first time. We define N-Gram as neighboring local windows in Swin, which differs from text analysis that views N-Gram as consecutive characters or words. N-Grams interact with each other by sliding-WSA, expanding the regions seen to restore degraded pixels. Using the N-Gram context, we propose NGswin, an efficient SR network with SCDP bottleneck taking multi-scale outputs of the hierarchical encoder. Experimental results show that NGswin achieves competitive performance while maintaining an efficient structure when compared with previous leading methods. Moreover, we also improve other Swin-based SR methods with the N-Gram context, thereby building an enhanced model: SwinIR-NG. Our improved SwinIR-NG outperforms the current best lightweight SR approaches and establishes state-of-the-art results. Codes are available at https://github.com/rami0205/NGramSwin.

📄 PDF Abstract BibTeX arXiv:2211.11436

Code (2)

rami0205/ngramswin 공식 구현 pytorch
rami0205/ramit pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
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…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SwinIR: Image Restoration Using Swin Transformer

2021-08-23 · Jingyun Liang, JieZhang Cao, Guolei Sun, Kai Zhang 외

Image restoration is a long-standing low-level vision problem that aims to restore high-quality images from low-quality images (e.g., downscaled, noisy and compressed images). While state-of-the-art image restoration met…

Color Image DenoisingDenoisingGrayscale Image DenoisingImage Denoising+6

Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration

2022-09-22 · Marcos V. Conde, Ui-Jin Choi, Maxime Burchi, Radu Timofte

Compression plays an important role on the efficient transmission and storage of images and videos through band-limited systems such as streaming services, virtual reality or videogames. However, compression unavoidably …

Compressed Image Super-resolutionImage RestorationImage Super-ResolutionJPEG Artifact Correction+1

iSegFormer: Interactive Segmentation via Transformers with Application to 3D Knee MR Images

2021-12-21 · Qin Liu, Zhenlin Xu, Yining Jiao, Marc Niethammer

We propose iSegFormer, a memory-efficient transformer that combines a Swin transformer with a lightweight multilayer perceptron (MLP) decoder. With the efficient Swin transformer blocks for hierarchical self-attention an…

DecoderImage SegmentationInteractive SegmentationMedical Image Segmentation+1

Single Image Super-Resolution Using Lightweight Networks Based on Swin Transformer

2022-10-20 · Bolong Zhang, Juan Chen, Quan Wen

Image super-resolution reconstruction is an important task in the field of image processing technology, which can restore low resolution image to high quality image with high resolution. In recent years, deep learning ha…

Image Super-ResolutionSuper-Resolution

Frequency Estimation Using Complex-Valued Shifted Window Transformer

2023-09-17 · Josiah W. Smith, Murat Torlak

Estimating closely spaced frequency components of a signal is a fundamental problem in statistical signal processing. In this letter, we introduce 1-D real-valued and complex-valued shifted window (Swin) transformers, re…

Image Super-ResolutionSpectral Super-ResolutionSuper-Resolution