1: \begin{abstract}
2: Compression plays an important role on the efficient transmission and storage of images and
3: videos through band-limited systems such as streaming services, virtual reality or videogames.
4: %
5: However, compression unavoidably leads to artifacts and the loss of the original information, which may severely degrade the visual quality. For these reasons, quality enhancement of compressed images has become a popular research topic.
6: %
7: While most state-of-the-art image restoration methods are based on convolutional neural networks, other transformers-based methods such as SwinIR, show impressive performance on these tasks.
8:
9: In this paper, we explore the novel Swin Transformer V2, to improve SwinIR for image super-resolution, and in particular, the compressed input scenario. Using this method we can tackle the major issues in training transformer vision models, such as training instability, resolution gaps between pre-training and fine-tuning, and hunger on data.
10: %
11: We conduct experiments on three representative tasks: JPEG compression artifacts removal, image super-resolution (classical and lightweight), and compressed image super-resolution.
12: %
13: Experimental results demonstrate that our method, Swin2SR, can improve the training convergence and performance of SwinIR, and is a top-5 solution at the ``AIM 2022 Challenge on Super-Resolution of Compressed Image and Video".
14:
15: Our code can be found at \url{https://github.com/mv-lab/swin2sr}.
16:
17: \keywords{Super-Resolution, Image Compression, Transformer, JPEG}
18: \end{abstract}
19: