Efficient Blind-Spot Neural Network Architecture for Image Denoising
About
Image denoising is an essential tool in computational photography. Standard denoising techniques, which use deep neural networks at their core, require pairs of clean and noisy images for its training. If we do not possess the clean samples, we can use blind-spot neural network architectures, which estimate the pixel value based on the neighbouring pixels only. These networks thus allow training on noisy images directly, as they by-design avoid trivial solutions. Nowadays, the blind-spot is mostly achieved using shifted convolutions or serialization. We propose a novel fully convolutional network architecture that uses dilations to achieve the blind-spot property. Our network improves the performance over the prior work and achieves state-of-the-art results on established datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Denoising | Kodak Gaussian σ=25 (test) | PSNR32.45 | 24 | |
| Gaussian Denoising | BSDS300 sigma=25 sRGB | PSNR31.02 | 24 | |
| Image Denoising | Set14 Gaussian σ=25 (test) | PSNR31.25 | 16 | |
| Image Denoising | BSD300 Gaussian σ∈[5, 50] (test) | PSNR31.18 | 15 | |
| Image Denoising | Kodak Gaussian σ∈[5, 50] (test) | PSNR32.46 | 15 | |
| Image Denoising | Set14 Gaussian σ∈[5, 50] (test) | PSNR31.25 | 15 | |
| Image Denoising | Kodak Poisson λ=30 (test) | PSNR31.67 | 15 | |
| Image Denoising | BSD300 Poisson λ=30 (test) | PSNR30.25 | 15 | |
| Image Denoising | Set14 Poisson λ=30 (test) | PSNR30.14 | 15 |