CVMay 11, 2021

EDPN: Enhanced Deep Pyramid Network for Blurry Image Restoration

arXiv:2105.04872v133 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of multi-degradation image restoration for applications in computer vision, though it appears incremental as it builds on existing deep learning methods.

The paper tackles the problem of restoring blurry images with additional degradations like downscaling and compression, proposing an Enhanced Deep Pyramid Network (EDPN) that achieves state-of-the-art performance, including best PSNR/SSIM/LPIPS scores in the NTIRE 2021 Image Deblurring Challenge.

Image deblurring has seen a great improvement with the development of deep neural networks. In practice, however, blurry images often suffer from additional degradations such as downscaling and compression. To address these challenges, we propose an Enhanced Deep Pyramid Network (EDPN) for blurry image restoration from multiple degradations, by fully exploiting the self- and cross-scale similarities in the degraded image.Specifically, we design two pyramid-based modules, i.e., the pyramid progressive transfer (PPT) module and the pyramid self-attention (PSA) module, as the main components of the proposed network. By taking several replicated blurry images as inputs, the PPT module transfers both self- and cross-scale similarity information from the same degraded image in a progressive manner. Then, the PSA module fuses the above transferred features for subsequent restoration using self- and spatial-attention mechanisms. Experimental results demonstrate that our method significantly outperforms existing solutions for blurry image super-resolution and blurry image deblocking. In the NTIRE 2021 Image Deblurring Challenge, EDPN achieves the best PSNR/SSIM/LPIPS scores in Track 1 (Low Resolution) and the best SSIM/LPIPS scores in Track 2 (JPEG Artifacts).

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