Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Restormer: Efficient Transformer for High-Resolution Image Restoration

About

Since convolutional neural networks (CNNs) perform well at learning generalizable image priors from large-scale data, these models have been extensively applied to image restoration and related tasks. Recently, another class of neural architectures, Transformers, have shown significant performance gains on natural language and high-level vision tasks. While the Transformer model mitigates the shortcomings of CNNs (i.e., limited receptive field and inadaptability to input content), its computational complexity grows quadratically with the spatial resolution, therefore making it infeasible to apply to most image restoration tasks involving high-resolution images. In this work, we propose an efficient Transformer model by making several key designs in the building blocks (multi-head attention and feed-forward network) such that it can capture long-range pixel interactions, while still remaining applicable to large images. Our model, named Restoration Transformer (Restormer), achieves state-of-the-art results on several image restoration tasks, including image deraining, single-image motion deblurring, defocus deblurring (single-image and dual-pixel data), and image denoising (Gaussian grayscale/color denoising, and real image denoising). The source code and pre-trained models are available at https://github.com/swz30/Restormer.

Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang• 2021

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR33.57
585
Image DenoisingBSD68
PSNR34.03
297
Image DeblurringRealBlur-J (test)
PSNR31.131
226
Image DenoisingUrban100
PSNR35.13
222
Image DeblurringGoPro
PSNR33.57
221
Image DeblurringHIDE (test)
PSNR31.49
207
Image DerainingRain100L (test)
PSNR38.99
161
Image DehazingSOTS (test)
PSNR30.87
161
Image DerainingRain100L
PSNR38.99
152
DeblurringRealBlur-R (test)
PSNR36.19
147
Showing 10 of 443 rows
...

Other info

Code

Follow for update