Vous êtes sur la page 1sur 6

Volume 2 Special Issue ISSN 2079-8407

Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

Performance Evaluation of Rician Noise Reduction Algorithm in


Magnetic Resonance Images
Milindkumar V. Sarode#1, Dr.Prashant R. Deshmukh*2
#
Department of Computer Science and Engineering
Jawaharlal Darda Institute of Engineering& Technology, Yavatmal (M.S.) India
*
Department of Computer Science & Engineering and Information Technology
SIPNA’s College of Engineering Amravati (M.S.) India
1
milind09111970@gmail.com , 2prdeshmukh@ieee.org

ABSTRACT
The objective of this paper is to introduce an estimation of the noise in the Magnetic Resonance images. We propose a
method for Rician noise reduction. This method shows an optimal estimation result that is more accurate in recovering the
true signal from Rician noise. The method proposed specifically for Rician noise reduction, but because Rician noise can
be approximated to Gaussian when SNR is high, therefore, we expect the proposed algorithm also has advantage in
denoising of complex MR images.

Keywords— Recian noise, Speckle noise, Denoising. Signal-to noise ratio, MRI (magnetic Resonance Images).
 
I. INTRODUCTION
II. DENOISING
Denoising of magnetic resonance (MR) images is
a critical issue, signal-to-noise ratio (SNR), and Denoising is the process of removing noise from
acquisition speed, which results in images that still a signal. Noise reduction techniques are conceptually very
demonstrate significant noise levels. Sources of MR noise similar regardless of the signal being processed, however a
include thermal noise , sample resolution, etc. To prior knowledge of the characteristics of an expected
understand the spatial distribution of noise in an MR signal can mean the implementations of these techniques
image is critical to any attempt to estimate the true signal. vary greatly depending on the type of signal. Image
The investigation of how noise is distributed in MR denoising is often used in the field of photography or
images is historical. Pure noise in MR magnitude images publishing where an image was somehow degraded but
can be modelled as a Rayleigh distribution. To overcome needs to be improved before it can be printed. For this
the problem of smoothing, spatial information can be type of application we need to know something about the
incorporated so that spatial regularization of the noise degradation process in order to develop a model for it.
estimation is performed rather than the simple smoothing When we have a model for the degradation
of both signals and noise. In the signal processing process, the inverse process can be applied to the image to
literature, many of the popular denoising algorithms restore it back to the original form. This type of image
suggested are based on wavelet thresholding. These restoration is often used in space exploration to help
approaches attempt to separate significant features/signals eliminate artifacts generated by mechanical jitter in a
from noise in the frequency domain and simultaneously spacecraft or to compensate for distortion in the optical
preserve them while removing noise. If the wavelet system of a telescope. Image denoising finds applications
transform is applied on MR magnitude data directly, both in fields such as astronomy where the resolution
the wavelet and the scaling coefficients of a noisy MRI limitations are severe, in medical imaging where the
image are biased estimates of their noise-free counterparts. physical requirements for 2 high quality imaging are
The difficulty with wavelet or anisotropic diffusion needed for analyzing images of unique events, and in
algorithms is again the risk of over- smoothing fine forensic science where potentially useful photographic
details, particularly in low SNR images . From a statistical evidence is sometimes of extremely bad quality .Noise can
point of view, maximum likelihood estimation (MLE) is be random or white noise with no coherence or coherent
known to yield optimal results . MLE can be used to noise introduced by the devices mechanism or processing
accommodate various noise hypotheses. In this paper, we algorithm In the case of photographic film and magnetic
use intensities of pixels located in the non local tape noise (both visible and audible) is introduced due to
neighbourhoods of a certain pixel to estimate its true noise the grain structure of the medium. In photographic film,
free signal. In this method, noise is modeled as Rician and the size of the grains in the film determines the film's
MLE is deployed within a non local neighbourhood to sensitivity, more sensitive film having larger sized grains.
predict noise free signals. In magnetic tape, the larger the grains of the magnetic
particles, the more prone the medium is to noise.

  39
Volume 2 Special Issue ISSN 2079-8407
Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

A. Rician Distribution
III. VERITIES OF NOISE
The image intensity in magnetic resonance A. Gaussian Noise
magnitude images in the presence of noise is to be
governed by a Rician distribution. Low signal intensities Gaussian noise is statistical noise that has a
(SNR < 2) are therefore biased due to the noise. The probability density function (abbreviated pdf) of the
noise can be estimated from the images and a simple normal distribution (also known as Gaussian distribution).
correction scheme is provided to reduce the bias. The In other words, the values that the noise can take on are
noise characteristics in phase images are also studied and Gaussian-distributed. It is most commonly used as
shown to be very different from those of the magnitude additive white noise to yield additive white Gaussian noise
images. Common to both, however, is that the noise (AWGN) Gaussian noise is properly defined as the noise
distributions are nearly Gaussian for SNR larger than two. with a Gaussian amplitude distribution. This says nothing
"Rician noise" depends on the data itself, it is not additive, of the correlation of the noise in time or of the spectral
so to "add" Rician noise to data, what we really mean is density of the noise. Labeling Gaussian noise as 'white'
make the data Rician distributed. describes the correlation of the noise. It is necessary to use
the term "white Gaussian noise" to be correct.
B. Non Local Means Algorithm
B. Salt and Pepper Noise
Non local method does the review of the salient
features of the approach here. We define a lattice L of Salt and pepper noise is an impulse type of noise,
points in space. Then a noisy image I is a map of signals which is also referred to as intensity spikes. This is caused
plus noise given by generally due to errors in data transmission. It has only
I   im iL  two possible values, a and b. The probability of each is
where im is the noisy image value. A neighbourhood ηi of typically less than 0.1. The corrupted pixels are set
alternatively to the minimum or to the maximum value,
pixel is defined as a set of pixels such that for all i, j L
giving the image a “salt and pepper” like appearance.
i i (i) Unaffected pixels remain unchanged. For an 8-bit image,
j   i  i  j (ii) the typical value for pepper noise is 0 and for salt noise
255. The salt and pepper noise is generally caused by
For example, a 5 5 window can be considered as
malfunctioning of pixel elements in the camera sensors,
a neighbourhood for pixel . Correspondingly, {im i faulty memory locations, or timing errors in the
ηs} is denoted by a vector of intensities V(ηs). A Non digitization process.
Local neighbourhood of pixel i is defined as any set of
C. Speckle Noise
pixels j in an image such that ηj is similar to . The
similarity between two neighbourhoods ηj and is to be Speckle noise is a granular noise that inherently
measured exists in and degrades the quality of the active radar and
by the quadratic Euclidean distance as given in equation synthetic aperture radar (SAR) images. Speckle noise in
below. The Non Local method estimates a noise free conventional radar results from random fluctuations in the
image return signal from an object that is no bigger than a single
image-processing element. It increases the mean grey level

^ ^
I F  {a i i  I  by a i   j  I Wij mj of a local area. Speckle noise in SAR is generally more
serious, causing difficulties for image interpretation. It is
where the weights { Wij } satisfy 0 Wij 1, Σ j caused by coherent processing of backscattered signals
Wij L, NF is a normalizing factor given by from multiple distributed targets. In SAR oceanography,
for example, speckle noise is caused by signals from
(
 v ( i ) v ( j )
)2 elementary scatterers, the gravity-capillary ripples, and
 je e manifests as a pedestal image, beneath the image of the
h
N F  sea waves.

The parameter h controls the decay of the IV. MAGNETIC RESONANCE IMAGING
exponential function. This shows that the estimated value
of âi is computed as a weighted average of all the pixels in Magnetic resonance imaging (MRI), or nuclear
the image, and pixels with similar gray level magnetic resonance imaging (NMRI), is primarily a
neighbourhoods to υ( ) will have larger weights in the medical imaging technique most commonly used in
average Non Local means will produce an optimal radiology to visualize detailed internal structure and
denoising result if the noise can be modelled as Gaussian. limited function of the body. MRI provides much greater
contrast between the different soft tissues of the body than
  40
Volume 2 Special Issue ISSN 2079-8407
Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

computed tomography (CT) does, making it especially scanner includes, each of which is optimized to provide
useful in neurological (brain), musculoskeletal, image contrast based on the chemical sensitivity of MRI.
cardiovascular, and ontological (cancer) imaging. Unlike
CT, it uses no ionizing radiation, but uses a powerful V. NOISE IN MAGNETIC RESONANCE IMAGES
magnetic field to align the nuclear magnetization of
(usually) hydrogen atoms in water in the body. Radio In Magnetic Resonance Images, raw data is
frequency (RF) fields are used to systematically alter the intrinsically complex valued and corrupted with zero mean
alignment of this magnetization, causing the hydrogen Gaussian distributed noise with equal variance. After
nuclei to produce a rotating magnetic field detectable by inverse Fourier transformation, the real and imaginary
the scanner. This signal can be manipulated by additional images are still Gaussian distributed given the
magnetic fields to build up enough information to orthogonality and linearity of the Fourier transform. MR
construct an image of the body. A radio frequency magnitude images are formed by simply taking the square-
transmitter is briefly turned on, producing an root of the sum of the square of the two independent
electromagnetic field. In simple terms, the photons of this Gaussian random variables (real and imaginary images)
field have just the right energy, known as the resonance pixel by pixel. After this nonlinear transformation, MR
frequency, to flip the spin of the aligned protons. As the magnitude data can be shown to be Rician distributed. For
intensity and duration of the field increases, more aligned an MR magnitude image defined on a discrete grid L,
spins are affected. After the field is turned off, the protons
decay to the original spin-down state and the difference in
energy between the two states is released as a photon. It is I  {mi i  I } , the probability distribution function
these photons that produce the signal which can be (PDF) of I is
detected by the scanner. The frequency at which the mi (mi2  A2 ) / 2 2 A.mi
protons resonate depends on the strength of the magnetic P (mi A)  e IO( )
 2  2
field. As a result of conservation of energy, this also
dictates the frequency of the released photons. An image where I0 is the zeroth-order modified Bessel function of
can be constructed because the protons in different tissues the first kind, A is the noise-free signal amplitude, and is
return to their equilibrium state at different rates. By the standard deviation of the Gaussian noise in the real and
changing the parameters on the scanner this effect is used imaginary images. SNR is defined here as A /  . When
to create contrast between different types of body tissue or SNR is high, the Rician distribution approaches a
between other properties, as in fMRI and diffusion MRI. Gaussian; when SNR approaches 0, the Rician distribution
Contrast agents may be injected intravenously to enhance becomes Rayleigh distributed and the PDF becomes
the appearance of blood vessels, tumours or inflammation.  mi2
Contrast agents may also be directly injected into a joint in mi 2
the case of arthrograms, MRI images of joints. Unlike CT, P (mi )  e
MRI uses no ionizing radiation and is generally a very safe 2
procedure. Nonetheless the strong magnetic fields and
radio pulses can affect metal implants, including cochlear VI. EVALUATION AND IMPLEMENTATION
implants and cardiac pacemakers. In the case of cardiac
pacemakers, the results can sometimes be lethal, so To evaluate and compare the technique with
patients with such implants are generally not eligible for conventional and Non Local -means algorithms, simulated
MRI. MRI is used to image every part of the body, and is MR magnitude data and MR data. Generated MR
particularly useful for tissues with many hydrogen nuclei magnitude data by adding Rician noise in noise-free
and little density contrast, such as the brain, muscle, images. Four criteria (display, SNR, method error, and
connective tissue and most tumours. In clinical practice, sharpness measurement) were taken into account in the
MRI is used to distinguish pathologic tissue (such as a method comparison. Each criterion measures a specific
brain tumour) from normal tissue. One advantage of an means of the denoising method. Display shows how well
MRI scan is that it is believed to be harmless to the the denoised image can be visually interpreted. The SNR
patient. It uses strong magnetic fields and non-ionizing aims at exploring how much the noise has been reduced.
radiation in the radio frequency range. Compare this to CT The method error and sharpness metrics are appropriate
scans and traditional X-rays which involve doses of for measuring the sharpness of an image. The perception
ionizing radiation and may increase the risk of of sharpness is related to the clarity of detail and edge
malignancy, especially in a fetus.While CT provides good definition of a denoised image.
spatial resolution (the ability to distinguish two structures
an arbitrarily small distance from each other as separate),
MRI provides comparable resolution with far better
contrast resolution (the ability to distinguish the
differences between two arbitrarily similar but not
identical tissues). The basis of this ability is the complex
library of pulse sequences that the modern medical MRI
  41
Volume 2 Special Issue ISSN 2079-8407
Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

  Figure 2. Shows Adding variance for rician noise

Flow Diagram
A. Generation of Rician Noise

Rician noise is not additive, but is instead data-


dependent Consider a set of random numbers, which we
take to be the intensity values of a noise-free MR image A
defined
on a discrete grid M so that A  {ai i  M } . Let σ be
the standard deviation of Gaussian noise. There are two
sets of Gaussian distributed random numbers
X  {xi i  M } and Y  { yi i  M } with zero
mean and identical standard deviations .Then the
following I  {mi i  M } are Rician distributed.

mi  (ai  xi) 2  y
Figure 3. Shows Noised Image
VII. TESTING AND EVALUATION

On execution of our program we get the visual


results as below. The snapshots are given as follows:

Figure 1: Shows the original image of the brain 

Figure 1. Shows Original Image Figure 4. Showing denoised image with NL-Denoising
  42
Volume 2 Special Issue ISSN 2079-8407
Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

VIII. APPLICATIONS

Following are the applications for Denoising of


Magnetic Resonance Images:
1. Denoising of MRI is of importance for clinical
diagnosis such as tissue classification.
2. Denoising of MRI is of importance for computerized
analysis such as Segmentation.
3. NL-Means has many successful application such as in
restoring textures
4. NL-Means is used in denoising image sequences such as
video and movies.
5. Rician noise actually beneficial in Dithering.

IX. CONCLUSION
In this experimental study, we carried out the
brief review of the characteristics of noise in MR images.
The procedure is used for reducing Rician noise in MR
Figure 5. Showing denoised image with LML Denoising
images, and shows how the method visually compared to
the NL means algorithm and also using the term of signal
to noise ratio, sharpness. We focussed on low SNR
situations and demonstrated the outperformed NL means
under the visual, SNR and method error metrics.
Additionally, algorithm outperformed by better preserving
tissue boundaries in the visual comparisons, and also in
the sharpness. This method is used here specifically for
Rician noise reduction, but because Rician noise can be
approximated to Gaussian when SNR is high, therefore,
we expect this algorithm also has advantage in denoising
raw complex MR images. Testing and evaluation section
shows actual implementation results.

REFERENCES
[1] Lili He* and Ian R. Greenshields, “A Nonlocal
Maximum Likelihood Estimation Method for
Figure 6. Showing denoised image with NLML Denoising Rician Noise Reduction in MR Images”, IEEE
Transaction on Mrdical Imaging, Vol. 28, No.
2, February 2009. PP. 165-172.

[2] W. A. Edelstein, P. A. Bottomley, and L. M. Pfeifer,


“A signal-to-noise calibration procedure for nmr
imaging systems,” Med. Phys., vol. 11,no. 2, pp.
180–185, 1984.

[3] E. R. McVeigh, R. M. Henkelman, and M. J.


Bronskill, “Noise and filtration in magnetic
resonance imaging,” Med. Phys., vol. 12, no. 5,pp.
586–591, 1985.

[4] R. M. Henkelman, “Measurement of signal


intensities in the presence of noise in mr
images,” Med. Phys., vol. 12, no. 2, pp. 232–
233, 1985.

[5] M. A. Bernstein, D. M. Thomasson, and W. H.


Figure 7. Showing Performance parameter Perman, “Improved detectability in low signal-
  43
Volume 2 Special Issue ISSN 2079-8407
Journal of Emerging Trends in Computing and Information Sciences

©2010-11 CIS Journal. All rights reserved.

 
http://www.cisjournal.org 

to-noise ratio magnetic resonance images by [11] P. Perona and J. Malik, “Scale-space and edge
means of phase-corrected real construction,” detection using anisotropic diffusion,” IEEE
Med. Phys., vol. 16,no. 5, pp. 813–817, 1989 Trans. Pattern Anal.Mach. Intell., vol. 12, no. 5,
pp. 629–639, May 1990.
[6] A. Achim, E.E. Kuruoglu and J. Zerubia, “ SAR
image filtering based on the heavy – tailed [12] C. Tomasi and R. Manduchi, “Bilateral filtering
Rayleigh model”, IEEE Trans. Image Process., for gray and color images,” in Proc.IEEE Int.
Vol. 1, No. 9, pp. 2686-2693, Sept. 2006. Conf. Computer Vision, 1998, pp. 839–846.

[7] R. F. Wagner, M. F. Insana, “ Analysis of Ultrasound [13] K. J. Overton and T. E. Weymouth,“A noise
Image Texture via Generalised Rician Statistic”, reducing preprocessing algorithm,” in Proc.
Proc. SPIE 556, pp. 153-159, 1985. IEEE Computer Science Conf. Pattern
Recognition and Image Processing, Chicago,
[8] M. J. Black, G. Sapiro, D.H. Marimont and D. IL, 1979, pp.498–507.
Heeger, “ Robust anisotropic diffusion”, IEEE
Trans. Imag. Proc., vol. 7, No. 3, pp. 412-432, March
[14] H. Lin and A. N.Willson Jr., “Median filters
1998.
with adaptive length,” IEEE Trans. Circuits
Syst., vol. 35, no. 6, pp.675–690, Jun. 1988.
[9] S. G. Chang, Y. Bin, and M. Vetterli, “
Adaptive wavelet thresholding for image
[15] T. Sun and Y. Neuvo, “Detail-preserving
denoising and compression”, IEEE Trans. On
median based filters in image processing,”
Image Processing, vol. 9, No. 9. pp. 1532-1546,
Pattern Recognit. Lett., vol. 15, pp. 341–347,
Sept. 2006.
Apr. 1994.
[10] Michael S. Moore, Moncef Gabbouj, Sanjit K.
Mitra, “Vector SD-ROM Filter For Removal Of
Impulse Noise From Color Images”,
ECMCS’99 EURASIP Conference, DSP for
Multimedia Communications and Services,
Krakow, 24 - 26 June.

  44

Vous aimerez peut-être aussi