CVJun 13, 2018

Identifying Recurring Patterns with Deep Neural Networks for Natural Image Denoising

arXiv:1806.05229v335 citations
Originality Incremental advance
AI Analysis

This addresses the problem of effective denoising for natural images with diverse patterns, particularly benefiting applications with limited training data, though it is incremental as it builds on existing deep learning methods.

The paper tackles natural image denoising by training a deep neural network to identify recurring patterns in noisy images and aggregating matched coefficients, achieving state-of-the-art performance with a blind version that works across noise levels without requiring noise level knowledge.

Image denoising methods must effectively model, implicitly or explicitly, the vast diversity of patterns and textures that occur in natural images. This is challenging, even for modern methods that leverage deep neural networks trained to regress to clean images from noisy inputs. One recourse is to rely on "internal" image statistics, by searching for similar patterns within the input image itself. In this work, we propose a new method for natural image denoising that trains a deep neural network to determine whether patches in a noisy image input share common underlying patterns. Given a pair of noisy patches, our network predicts whether different sub-band coefficients of the original noise-free patches are similar. The denoising algorithm then aggregates matched coefficients to obtain an initial estimate of the clean image. Finally, this estimate is provided as input, along with the original noisy image, to a standard regression-based denoising network. Experiments show that our method achieves state-of-the-art color image denoising performance, including with a blind version that trains a common model for a range of noise levels, and does not require knowledge of level of noise in an input image. Our approach also has a distinct advantage when training with limited amounts of training data.

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