CVFeb 19, 2022

MSSNet: Multi-Scale-Stage Network for Single Image Deblurring

arXiv:2202.09652v384 citations
AI Analysis

This addresses image deblurring for computer vision applications, but it is incremental as it builds on existing coarse-to-fine methods.

The paper tackles single image deblurring by proposing MSSNet, a deep learning-based approach that revisits the coarse-to-fine scheme with novel components, achieving state-of-the-art performance in quality, network size, and computation time.

Most of traditional single image deblurring methods before deep learning adopt a coarse-to-fine scheme that estimates a sharp image at a coarse scale and progressively refines it at finer scales. While this scheme has also been adopted to several deep learning-based approaches, recently a number of single-scale approaches have been introduced showing superior performance to previous coarse-to-fine approaches both in quality and computation time. In this paper, we revisit the coarse-to-fine scheme, and analyze defects of previous coarse-to-fine approaches that degrade their performance. Based on the analysis, we propose Multi-Scale-Stage Network (MSSNet), a novel deep learning-based approach to single image deblurring that adopts our remedies to the defects. Specifically, MSSNet adopts three novel technical components: stage configuration reflecting blur scales, an inter-scale information propagation scheme, and a pixel-shuffle-based multi-scale scheme. Our experiments show that MSSNet achieves the state-of-the-art performance in terms of quality, network size, and computation time.

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