画像ノイズ除去方法は、自然画像で発生するパターンとテクスチャの膨大な多様性を、暗黙的または明示的に効果的にモデル化する必要があります。これは、回帰するように訓練されたディープニューラルネットワークを活用してノイズの多い入力から画像をクリーンにする最新の方法でも困難です。 1つの手段は、入力画像自体内で類似のパターンを検索することにより、「内部」画像統計に依存することです。この作業では、ノイズの多い画像入力のパッチが共通の基本パターンを共有しているかどうかを判断するために、ディープニューラルネットワークをトレーニングする自然画像ノイズ除去の新しい方法を提案します。ノイズの多いパッチのペアが与えられると、ネットワークは、元のノイズのないパッチの異なるサブバンド係数が類似しているかどうかを予測します。ノイズ除去アルゴリズムは、一致した係数を集約して、クリーンな画像の初期推定値を取得します。最後に、この推定値は、元のノイズの多い画像とともに、標準の回帰ベースのノイズ除去ネットワークへの入力として提供されます。実験により、我々の方法は、ノイズレベルの範囲に対して共通モデルをトレーニングするブラインドバージョンを含め、最先端のカラー画像ノイズ除去性能を実現し、入力画像のノイズレベルの知識を必要としないことが示されています。また、限られた量のトレーニングデータでトレーニングを行う場合、このアプローチには明確な利点があります。
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.