CVAug 25, 2021

Transformer for Single Image Super-Resolution

arXiv:2108.11084v3514 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in applying Transformers to super-resolution, making it more accessible for practical use, though it is incremental as it builds on existing Transformer and CNN methods.

The authors tackled the problem of high computational cost and GPU memory usage in vision Transformers for single image super-resolution by proposing a hybrid Efficient Super-Resolution Transformer (ESRT), which reduces GPU memory usage from 16,057M to 4,191M while achieving competitive results.

Single image super-resolution (SISR) has witnessed great strides with the development of deep learning. However, most existing studies focus on building more complex networks with a massive number of layers. Recently, more and more researchers start to explore the application of Transformer in computer vision tasks. However, the heavy computational cost and high GPU memory occupation of the vision Transformer cannot be ignored. In this paper, we propose a novel Efficient Super-Resolution Transformer (ESRT) for SISR. ESRT is a hybrid model, which consists of a Lightweight CNN Backbone (LCB) and a Lightweight Transformer Backbone (LTB). Among them, LCB can dynamically adjust the size of the feature map to extract deep features with a low computational cost. LTB is composed of a series of Efficient Transformers (ET), which occupies a small GPU memory occupation, thanks to the specially designed Efficient Multi-Head Attention (EMHA). Extensive experiments show that ESRT achieves competitive results with low computational costs. Compared with the original Transformer which occupies 16,057M GPU memory, ESRT only occupies 4,191M GPU memory. All codes are available at https://github.com/luissen/ESRT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes