Literature DB >> 27459293

A New Method for Nonlocal Means Image Denoising Using Multiple Images.

Xingzheng Wang1,2, Haoqian Wang1,2, Jiangfeng Yang1,2, Yongbing Zhang1,2.   

Abstract

The basic principle of nonlocal means is to denoise a pixel using the weighted average of the neighbourhood pixels, while the weight is decided by the similarity of these pixels. The key issue of the nonlocal means method is how to select similar patches and design the weight of them. There are two main contributions of this paper: The first contribution is that we use two images to denoise the pixel. These two noised images are with the same noise deviation. Instead of using only one image, we calculate the weight from two noised images. After the first denoising process, we get a pre-denoised image and a residual image. The second contribution is combining the nonlocal property between residual image and pre-denoised image. The improved nonlocal means method pays more attention on the similarity than the original one, which turns out to be very effective in eliminating gaussian noise. Experimental results with simulated data are provided.

Entities:  

Mesh:

Year:  2016        PMID: 27459293      PMCID: PMC4961432          DOI: 10.1371/journal.pone.0158664

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

Image denoising [1-10] is a low-level image processing tool, but it’s an important preprocessing tool for high-level vision tasks such as object recognition [11,12], image segmentation and remote sensing imaging. In the practical imaging system, there exists different kinds of noise. This paper only focus on the zero mean additive gaussian noise, which can be formulated as: y is the i-th patch of the observed image y, x is the original patch with the i-th pixel at it’s center, and η is the independent additive gaussian white noise. The gaussian term can be used to simulate the noise generated by the intrinsic thermal or electronic fluctuations of the acquisition devices [13]. In image denoising, an image is often divided into many small patches which are repeatedly appear. We can remove the noise by taking advantages of the redundant information of patches while preserving the slight structure of images at the same time. By utilizing the redundant patches, the nonlocal means (NLM) image denoising method [14] could achieve impressive performance which be regarded as the most popular denoising method. The basic principle of nonlocal means is to denoise a pixel by averaging its local neighborhood pixels with the clues of similarities of the redundant patches. It has shown to be an effective image denoising technique. But the definition of similarities between the patch of the noisy pixel and its spatially local neighborhood patches in NLM is not strict, it’s just calculated by a block matching process. Many researches devote to reduce the computational complexity [15,16] of NLM method. To achieve this, one important issue is to define and select similar patches, and many researchers have been focused on modifying the block matching process hence to find the true similar patches. In [17] and [18], a moment-based and rotation invariant feature representations have been applied for robust block matching by Ji et al and Zimmer et al respectively. Both of Kervrann et al [19] and Thaipanich et al [20] utilized the width of local window to represent different kinds of texture patterns, such as smooth and edge regions. The work in [21] analyze a rotationally invariant similarity for nonlocal image denoising. Among these researches, it is easy to see that finding ‘true similar’ patches are the critical part in patch-based denoising algorithms. But what is the ‘true’ similarity is not easy to define. Since the accuracy of similarity computation is clearly affected by how rich the priori information of noised images is, we hereby apply multiple noised images hence to improve the performance of NLM method. First, we propose to use two noisy images to denoise pixels. The input to our system is two different noisy images but with the same noise deviation. Instead of only one image, we calculate the weight from two noisy images. Another important issue is how to design the weight of the similar patches. In the original nonlocal methods, every block within the scope of the search will be assigned a weight. Although the weight is very small, large numbers will reduce the denoising performance. So we redesign the similarity weight which rules out blocks with large difference. Third, the residual image implies a lot of edge information. We combine the nonlocal information of residual image and pre-denoised image to improve the denoising performance.

Nonlocal Means Denoising

The basic principle of the nonlocal means denoising is to replace the noisy gray-value I(i) of pixel i with a weighted average of the gray-values of all the pixels on the image. Because it needs too much computation, it is more practical to average the pixels in a smaller scope. We denote the pixel to be denoised by i and the pixels in the neighborhood of i by j and use them to denoise i. The estimated value for a pixel i is computed based on the weighted average of the neighborhood pixels j around pixel i: Where is the search window of size (2n+1)*(2n+1) centered at i and w is the weight of two pixels i and j which is calculated depending on the similarity of their patches and is defined as: where Z is a normalizing term, , and h acts as a filtering parameter. It controls the decay of the weights as a function of the Euclidean distances. This parameter is typically adjusted manually in the algorithm. Fig 1A shows the original nonlocal means denoising result using the w under the noise standard deviation δ = 20, and Fig 1B is the corresponding method noise, which appears obvious image structures that are similar with those in Fig 1A. The method noise here is defined as there exists some edge information in the residual image.
Fig 1

NLM denoising result under δ = 20.

A denoised image. B residual image.

NLM denoising result under δ = 20.

A denoised image. B residual image.

Improved Nonlocal Means

In this section, we will introduce the improved methods. In the first step we utilize the nonlocal information in two noisy images to improve the accuracy of similarity calculation. In the way, we can acquire the smoothed pre-denoised image and the residual image. In the second denoising step, we get the final denoised image by combining the nonlocal information in pre-denoised image and residual image. The flow chart is showed in Fig 2.
Fig 2

The flow chart of the improved NLM methods.

Multi-Image

The nonlocal means algorithm utilizes similar blocks to denoise the point. In the original algorithm, polluted pixels are recovered from weighted average of the similar pixels. Many researches devoted to find the ‘true’ similar pixels. In this work, we try to solve this problem in another way, we calculate the weight from two noisy images but with same noise deviation. We add noise to I, the original clean image, and get Fig 3A and 3B, two different noisy images with same noise deviation, which is denoted by I and I. In the real world, we could get such two images using the very fast camera with the continuous capture function.
Fig 3

Barbara and two noisy images with noise δ = 20.

A Noisy Image 1. B Noisy Image 2.

Barbara and two noisy images with noise δ = 20.

A Noisy Image 1. B Noisy Image 2. We denote the pixel to be denoised in image I1 by i1 and the neighborhood pixels of i1 by j1. And we denote by i2 the pixel with the same position as i1 in I2 and the neighborhood pixels of i2 by j2. So the new weight between i1 and j1 is calculated by where is a normalizing term, , h1 and h2 act as filtering parameters.

Redesigning the weight

In the original nonlocal methods, every block within the search scope would be assigned a weight. Although the weights of the unsimilar blocks are very small, the large number of them will reduce the denoising performance. We redesign the similarity weight which rules out blocks with large difference in the same time. We denote the low limit by ϵ1 and the up limit by ϵ2. If is less than ϵ1, the similarity of two blocks is small, so we set the weight as 0 to rule out bad pixels. The redesigned weight is as follow: where is the normalizing term, , With the new weight, we can calculate the estimated value of pixel i1 by

Method noise

In this subsection, we will show how to approximately estimate the similarities between different patches using residual image and pre-denoised image, and thus obtain the new weight. In the first denoising process, we got one residual image, shown in Fig 4B. In order to improve the accuracy of similarity calculation, we combine the similarity of the pre-denoised image and the residual image. According to the observation, we find that the residual image only provides abundant information in edge area. However, the flat area is largely covered by noise, without any useful information. So we should calculate the gradient image Fig 4A to determine the usage of residual nonlocal properties.
Fig 4

A is grad image and B is residual image.

We denote the pixel in the pre-denoised image by i, and denote the neighborhood pixels of i by j. We then denote the pixel with same position as i in the residual image by i, and denote the neighborhood pixels of i2 by j. So the new weight between pixel i1 and j1 is calculated by where Z is a normalizing term,, h is used to control the attenuation of weight of pre-denoising image, and h is used to control the attenuation of weight of residual image. h and h will be adjusted in the experiment.

Experiments

To validate the effectiveness of our method, we have used standard images such as Barbara, Boat, Fingerprint, House, Lena, Baboon with an additive white Gaussian noise (δ = 20 and δ = 10). We compare our approach to the well-known filtering techniques such as the bilateral filter [22], the traditional nonlocal means [14], the total variation [23] and the anisotropic diffusion [24]. The parameters of the methods should be tuned to get a good balance between texture preservation and noise suppression, measured by the peak signal noise ratio(PSNR). The parameters in our method for all experiments are as follows: δ = δ and a window size of 5*5. In image denoising, the peak signal to noise ratio is often considered as the objective criteria. Given a noise-free m×n monochrome image I and its noisy approximation K, MSE and PSNR is defined as: Another image quality assessment index is the structural similarity (SSIM) index, which is based on the computation of three terms, namely the luminance term, the contrast term and the structural term, the overall index is a multiplicative combination of the three terms. Where , , , and μ, μ, σ, σ and σ are the local means, standard deviations, and cross-covariance for images. We show the PSNR and SSIM by different methods in Table 1, and it confirms that our method has better performances than the other methods. We can find that the proposed algorithm can improve 0.8dB than the original nonlocal means.
Table 1

Comparison of PSNR and SSIM.

BarbaraBoatFingerprintHouseLenaBaboon
delta201020102010201020102010
TV26.1829.627.7232.1726.0830.6528.4333.8628.4533.8325.18)-
(0.84)(0.88)(0.85)(0.92)(0.84)(0.89)(0.87)(0.93)(0.87)(0.94)(0.83
AD26.4530.8528.0631.9224.8129.0229.4133.7229.2733.3623.68-
(0.84)(0.89)(0.86)(0.91)(0.82)(0.88)(0.88)(0.92)(0.88)(0.94)(0.82)
Bilateral26.7531.0527.8231.5224.1228.8129.1833.429.2833.0124.9529.31)
(0.85)(0.89)(0.85)(0.91)(0.83)(0.88)(0.88)(0.92)(0.88)(0.93)(0.83)(0.88
NLmean28.7832.9628.9232.4926.4530.630.8634.6631.1334.6525.1829.54
(0.87)(0.92)(0.88)(0.92)(0.84)(0.90)(0.90)(0.94)(0.92)(0.94)(0.84)(0.88)
Multi29.3133.5629.7933.127.5831.8931.5335.531.4535.325.9731.42
(0.88)(0.94)(0.88)(0.95)(0.86)(0.92)(0.93)(0.96)(0.92)(0.96)(0.85)(0.93)
In Fig 5, we compared the denoising performance of 6 images, the above row is the result using the origin nonlocal means, the following row is result using the improved method.
Fig 5

Comparison of different images with noise δ = 20.

(a) Barbara. (b)Boat. (c) Fingerprint. (d) Lena. (e) man.

Comparison of different images with noise δ = 20.

(a) Barbara. (b)Boat. (c) Fingerprint. (d) Lena. (e) man. In Fig 6, we show the residual of four methods, gaussian filter(a), bilateral filter(b), the origin nonlocal(c) and the improved nonlocal means(d). Although some image structure is still visible in the residual image of our method, the amount of remaining structure is much less than those using gaussian, bilateral and origin NLM.
Fig 6

Comparison of residual image by different methods.

(a) gaussian. (b) bilateral. (c) original NLM. (d) improved NLM.

Comparison of residual image by different methods.

(a) gaussian. (b) bilateral. (c) original NLM. (d) improved NLM.

Conclusion

In this paper we redesign the weight in nonlocal image denoising. There are two main contributions of this paper. In the first denoising process, we add a noisy image of which the noise deviation is equal to that of the original noisy image. It can improve the accuracy of finding similar blocks by using the nonlocal property of two images. At the same time, we rule out the smaller weight blocks, thus reduce the interference of unsimilar blocks. In the second denoising step, it can further improve the accuracy by using the nonlocal similarity of the residual image. The experimental results show that the proposed algorithm can contribute an improvement of about 0.8 dB than the result of the original nonlocal means. As the speed of camera becoming faster, we will consider using multiple images in the camera denoising technology in the later study. It is also a good research direction to find how to better utilize the edge information in the residual image. However, since our methods need multiple images with the same noise deviation, the implementation of the image acquisition and the processing speed are limited and need to be further improved.
  9 in total

1.  Image denoising using the higher order singular value decomposition.

Authors:  Ajit Rajwade; Anand Rangarajan; Arunava Banerjee
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2013-04       Impact factor: 6.226

2.  Image denoising in mixed Poisson-Gaussian noise.

Authors:  Florian Luisier; Thierry Blu; Michael Unser
Journal:  IEEE Trans Image Process       Date:  2010-09-13       Impact factor: 10.856

3.  Joint Tensor Feature Analysis For Visual Object Recognition.

Authors:  Wai Keung Wong; Zhihui Lai; Yong Xu; Jiajun Wen; Chu Po Ho
Journal:  IEEE Trans Cybern       Date:  2015-11       Impact factor: 11.448

4.  Optimal spatial adaptation for patch-based image denoising.

Authors:  Charles Kervrann; Jérôme Boulanger
Journal:  IEEE Trans Image Process       Date:  2006-10       Impact factor: 10.856

Review 5.  From heuristic optimization to dictionary learning: a review and comprehensive comparison of image denoising algorithms.

Authors:  Ling Shao; Ruomei Yan; Xuelong Li; Yan Liu
Journal:  IEEE Trans Cybern       Date:  2013-08-29       Impact factor: 11.448

6.  Principal neighborhood dictionaries for nonlocal means image denoising.

Authors:  Tolga Tasdizen
Journal:  IEEE Trans Image Process       Date:  2009-07-24       Impact factor: 10.856

7.  Multiscale image blind denoising.

Authors:  Marc Lebrun; Miguel Colom; Jean-Michel Morel
Journal:  IEEE Trans Image Process       Date:  2015-10       Impact factor: 10.856

8.  Nonlocal transform-domain filter for volumetric data denoising and reconstruction.

Authors:  Matteo Maggioni; Vladimir Katkovnik; Karen Egiazarian; Alessandro Foi
Journal:  IEEE Trans Image Process       Date:  2012-07-30       Impact factor: 10.856

9.  Automatic denoising of functional MRI data: combining independent component analysis and hierarchical fusion of classifiers.

Authors:  Gholamreza Salimi-Khorshidi; Gwenaëlle Douaud; Christian F Beckmann; Matthew F Glasser; Ludovica Griffanti; Stephen M Smith
Journal:  Neuroimage       Date:  2014-01-02       Impact factor: 6.556

  9 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.