Self-Guided Network for Fast Image Denoising

Abstract

During the past years, tremendous advances in image restoration tasks have been achieved using highly complex neural networks. Despite their good restoration performance, the heavy computational burden hinders the deployment of these networks on constrained devices, e.g. smart phones and consumer electronic products. To tackle this problem, we propose a self-guided network (SGN), which adopts a top-down self-guidance architecture to better exploit image multi-scale information. SGN directly generates multi-resolution inputs with the shuffling operation. Large-scale contextual information extracted at low resolution is gradually propagated into the higher resolution sub-networks to guide the feature extraction processes at these scales. Such a self-guidance strategy enables SGN to efficiently incorporate multi-scale information and extract good local features to recover noisy images. We validate the effectiveness of SGN through extensive experiments. The experimental results demonstrate that SGN greatly improves the memory and runtime efficiency over state-of-the-art efficient methods, without trading off PSNR accuracy.

Cite

Text

Gu et al. "Self-Guided Network for Fast Image Denoising." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00260

Markdown

[Gu et al. "Self-Guided Network for Fast Image Denoising." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/gu2019iccv-selfguided/) doi:10.1109/ICCV.2019.00260

BibTeX

@inproceedings{gu2019iccv-selfguided,
  title     = {{Self-Guided Network for Fast Image Denoising}},
  author    = {Gu, Shuhang and Li, Yawei and Van Gool, Luc and Timofte, Radu},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00260},
  url       = {https://mlanthology.org/iccv/2019/gu2019iccv-selfguided/}
}