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

Abstract

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.

Cite

Text

Kim et al. "MSSNet: Multi-Scale-Stage Network for Single Image Deblurring." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25063-7_32

Markdown

[Kim et al. "MSSNet: Multi-Scale-Stage Network for Single Image Deblurring." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/kim2022eccvw-mssnet/) doi:10.1007/978-3-031-25063-7_32

BibTeX

@inproceedings{kim2022eccvw-mssnet,
  title     = {{MSSNet: Multi-Scale-Stage Network for Single Image Deblurring}},
  author    = {Kim, Kiyeon and Lee, Seungyong and Cho, Sunghyun},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {524-539},
  doi       = {10.1007/978-3-031-25063-7_32},
  url       = {https://mlanthology.org/eccvw/2022/kim2022eccvw-mssnet/}
}