SwinIR: Image Restoration Using Swin Transformer
This repository is the official PyTorch implementation of SwinIR: Image Restoration Using Shifted Window Transformer (arxiv, supp). SwinIR ahcieves state-of-the-art performance in bicubic/lighweight/real-world image SR grayscale/color image denoising JPEG compression artifact reduction 🚀 🚀 🚀News: 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 methods are based on convolutional neural networks, few attempts have been made with Transformers which show impressive performance […]
Read more