Deep Graph-Convolutional Image Denoising

19 Jul 2019  ·  Diego Valsesia, Giulia Fracastoro, Enrico Magli ·

Non-local self-similarity is well-known to be an effective prior for the image denoising problem. However, little work has been done to incorporate it in convolutional neural networks, which surpass non-local model-based methods despite only exploiting local information. In this paper, we propose a novel end-to-end trainable neural network architecture employing layers based on graph convolution operations, thereby creating neurons with non-local receptive fields. The graph convolution operation generalizes the classic convolution to arbitrary graphs. In this work, the graph is dynamically computed from similarities among the hidden features of the network, so that the powerful representation learning capabilities of the network are exploited to uncover self-similar patterns. We introduce a lightweight Edge-Conditioned Convolution which addresses vanishing gradient and over-parameterization issues of this particular graph convolution. Extensive experiments show state-of-the-art performance with improved qualitative and quantitative results on both synthetic Gaussian noise and real noise.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Grayscale Image Denoising BSD68 sigma15 GCDN PSNR 31.83 # 7
Grayscale Image Denoising BSD68 sigma25 GCDN PSNR 29.35 # 6
Grayscale Image Denoising BSD68 sigma50 GCDN PSNR 26.38 # 10
Grayscale Image Denoising Set12 sigma15 GCDN PSNR 33.14 # 4
Grayscale Image Denoising Set12 sigma25 GCDN PSNR 30.78 # 3
Grayscale Image Denoising Set12 sigma50 GCDN PSNR 27.6 # 4
Grayscale Image Denoising Urban100 sigma15 GCDN PSNR 33.47 # 3
Grayscale Image Denoising Urban100 sigma25 GCDN PSNR 30.95 # 5
Grayscale Image Denoising Urban100 sigma50 GCDN PSNR 27.41 # 8

Methods