SlideShare a Scribd company logo
1 of 6
Download to read offline
An Efficient Denoising Approach for Random-Valued
            Impulse Noise using PDE Method
                                               R.Padmanaban1, S.Saravanakumar2
                                                  1
                                                   PG scholar,2 Assistant Professor
                                 1,2
                                       Department of Electronics and Communication Engineering
                                             Anna University of Technology, Coimbatore
                                         Academic Campus, Jothipuram, Coimbatore-641047.
                                             Padhu.ar@gmail.com, sskaucbe@gmail.com


Abstract: This paper is concerned about a new filtering scheme       three-state median (TSM) [4] and the adaptive center-
based on contrast enhancement for removing the random                weighted median (ACWM) [5] are two widely used filters.
valued impulse noise. An efficient PDE (partial differential         The TSM filter uses the median and the CWM both for
equation) based algorithm for removal of random-valued               detection and reduction. The ACWM uses the comparison
impulse noise from corrupted images is proposed in this paper.
                                                                     of CWMs and adaptive thresholds for detection and the
The function for increasing the difference between noise-free
and noisy pixels is introduced. It denotes the number of             simple median for reduction that consistently works well in
homogeneous pixels in a local neighborhood and is significantly      suppressing both types of impulses. The Luo filter [6] is an
different for edge pixels, noisy pixels, and interior pixels. The    efficient detail-preserving two-stage method that requires no
controlling speed function and the controlling fidelity function     previous training. The genetic programming (GP) filter
is redefined to depend on noise and noise free pixels. According     [7]employs two cascaded detectors for detection and two
to that two controlling functions, the diffusion and fidelity        corre-sponding estimators for reduction. The first detector
process at edge pixels, noisy pixels, and interior pixels can be     identifies the majority of noisy pixels. The second detector
selectively carried out. Furthermore, a class of second-order        searches for the remaining noise missed by the first detector,
improved and edge-preserving PDE denoising models is
                                                                     usually hidden in image details or with amplitudes close to
proposed based on the two new controlling functions in order
to deal with random valued impulse noise reliably. Two               its local neigh-borhood. The core of two-stage filters is the
controlling functions are extended to automatically other PDE        impulse detection process. In case of random-valued
models. Extensive simulation results exhibit that the proposed       impulse noise, the detection of an impulse is relatively more
method significantly outperforms many other well-known               difficult in comparison with salt-and-pepper impulse noise
techniques.                                                          [8]. Despite decades of research in this area, the effective
                                                                     detection for random-valued impulse noise with high-noise
 Keywords— Anisotropic diffusion, diffusion speeds, fidelity         levels is still an open problem. Let us now present the
process, partial differential equation (PDE)-based image             purpose of this paper. In this paper, we focus on the removal
denoising, random-valued impulse noise.                              of random-valued impulse noise by using partial differential
                                                                     equation (PDE) methods. PDE-based image processing
                      I. INTRODUCTION                                methods have been studied extensively as a useful tool for
                                                                     image denoising and enhancement. The basic idea of PDE-
       Impulse noise is a common kind of signal noise that           based methods is to deform a given image with a PDE and
can significantly corrupt images. The impulse noise can be           obtain the desired result as the solution of this PDE with the
classified either as salt and pepper with noisy pixels taking        noisy image as initial conditions. By using PDEs, one can
either maximum or minimum value, or as random-valued                 model the images in a continuous domain, see existing
impulse noise. A class of widely used nonlinear digital              methods in a different viewpoint, and combine multiple
filters is median filters (MED). Median filters are known for        algorithms together. Furthermore, high accuracy and
their capability to remove impulse noise while preserving            stability can be naturally obtained with the help of the
the edges. The main drawback of a standard median filter is          available extensive research on numerical analysis.
that it is effective only for low-noise densities [1]. The           Although there have been different PDEs denoising models
switching scheme concept [2] or the two-stage method [3] is          developed in the past two decades, as briefly described in
frequently used strategy for enhancing the performance of            Section II, little has been done regarding anisotropic
impulse noise filters. The basic idea of the methods is that         diffusion for filtering impulse noise. Here, we propose a
the noisy pixels are detected first and filtered afterward,          class of second-order improved and edge-preserving PDE
whereas the undisturbed pixels are left unchanged. There are         denoising models based on two new controlling functions in
four two-stage filters (or the switching schemes) that are           order to deal with random-valued impulse noise reliably.
worth mentioning that will used later for comparison. The            We will redefine the controlling speed function and the
controlling fidelity function from a completely different         Where u(x,y;t) is the evolving image derived from the
point of view. We introduce the notion of ENI (the                original image           at ‘t’ time, and “ ” and “div” are
abbreviation for “edge pixels, noisy pixels, and interior         the gradient and divergence operators.
pixels”) to our controlling speed function. The ENI can be
used to distinguish edge pixels, noisy pixels, and interior       Catté et al. [11] improved the controlling speed function g(.)
pixels, and can be calculated by utilizing the local              by using                instead of           and proposed a
neighbourhood statistics based on the number of the pixels        selective smoothing model
with similar intensity (or called homogeneous pixels). Our
controlling speed function is defined to depend on ENI.                                                                      (2)
      Thus, the diffusion at edge pixels, noisy pixels, and
                                                                  Alvarez et al. [15] have made the significant improvements
interior pixels is made with various speeds according to our
                                                                  through controlling the diffusion direction and proposed the
controlling function. We also introduce the ENI to the
                                                                  degenerate diffusion PDE model
controlling fidelity function. A selective fidelity process can
be carried out according to the new controlling fidelity
function, to reduce the smoothing effect near edges. We test                                                                 (3)
the proposed PDE denoising models on five standard
images degraded by random-valued impulse noise with               Obviously, the controlling speed function g(.) and the
various noise levels. We compare our PDEs models with the         controlling fidelity coefficient have played an important role
related PDE models and other special filtering methods for        in the performances of PDE denoising models.
random-valued impulse noise, including MED, ACWM,                 Unfortunately, the previous controlling speed functions and
TSM, Luo, and GP.                                                 the controlling fidelity coefficient have some drawbacks,
                                                                  especially when they are used to remove impulse noise.
      This paper is organized as follows. In Section II, we
briefly describe related previous PDE denoising models. In         III. CLASS OF SECOND-ORDER EDGE-PRESERVING PDE
Section III, we will first describe the ENI of an image, our                        DENOISING MODELS
controlling speed function, and controlling fidelity function
in detail, respectively. Then, we present a class of second-            In this section, the ENI of an image is defined that can
order improved and edge-preserving PDE denoising models           be used to distinguish edge pixels, noisy pixels, and interior
for random-valued impulse noise removal based on our two          pixels. Then, the controlling speed function g(.) and the
controlling functions. Section IV shows the experiments and       controlling fidelity function      are redefined. Based on the
discussion, and is followed by conclusion in Section V.           two new controlling functions, we present a class of second-
                                                                  order edge-preserving PDE denoising models for random-
                II.REVIEW OF PDE METHOD                           valued impulse noise removal.
      Many different PDE models have been proposed for            A. Definition of the ENI of an Image
image denoising in the past years. Since it is not feasible to
discuss all the models here, we briefly describe some                  The ENI denote the number of homogeneous pixels in
representative PDE models that are related to our study. The      a local neighbourhood, so the ENI is significantly different
original PDE filtering model, proposed by Witkin [9], is the      for edge pixels, noisy pixels, and interior pixels.
linear heat equation that diffuses in all directions and          Subsequently, we describe in detail how to calculate the
destroys edges. To overcome this problem, many                    ENI of an image.
researchers have corrected this limitation from various                Let            be the location of a pixel under
points of view, mainly including:                                 consideration,
1) from controlling the speed of the diffusion;                                                                              (4)
2) from controlling the direction of the diffusion;
3) from adding a fidelity term; and
                                                                  Denote the neighbour points of the central pixel p with
4) from their combinations.
                                                                  window size of (2w+1)× (2w+1)(w>0) while let                 be
     Perona and Malik (PM) were the first to try such an          a set of neighbour pixels centred at ‘p’ but exclude ‘p’ for
approach through controlling the speed of the diffusion and       each q ε         , defined d(p,q) as the absolute difference in
proposed a nonlinear adaptive diffusion process [10],             intensity of the pixels between p and q, i.e,
termed as anisotropic diffusion. The PM nonlinear diffusion
equation is of the form                                                                                                     (5)

                                                                  Then, the gray intensity of each q ε        is classified into
                                                           (1)
                                                                  two groups by a predefined threshold T.
(10), and the TVD model (14), and propose a class of
                                                                 second-order edge preserving PDE denoising models. The
                                                          (6)
                                                                 new PM model (NPM), the new SDD model (NSDD), and
                                                                 the new TVD model (NTVD) are expressed, respectively, as
Finally, the ENI of the pixel is defined as

                                                          (7)

B. Our Controlling Speed Function

      The ENI of an image is significantly different for edge
pixels, noisy pixels, and interior pixels. The ENI for impulse
noise pixels is minimum the ENI for edge pixels takes
intermediate value, and the ENI for interior pixels is           Equations (10)–(11) use the new controlling speed function
maximum, so it is reasonable that the controlling speed                and the new controlling fidelity function        with
function is defined to depend on ENI. The shape of the           better performance. Therefore, we would expect to see
controlling speed functions should be like either Fig. 3(a) or   something that shows the uniqueness of our models. In fact,
(b) in order to achieve reduced diffusion at and around edge     the experimental results, as shown later, demonstrate the
pixels while allowing diffusion at impulse-corrupted noisy       performance of these models.
pixels and interior pixels. Here, we redefine the controlling
speed function         as                                              IV. EXPERIMENTAL RESULTS AND DISCUSSION

                                                                       The filtered results of the PDE models are relative to
                                                         (8)     the parameters in PDE models, and discrete time step
                                                                 and iteration time. In this section, we first discuss the
Like the previous controlling speed functions, the value of      choices of the parameters w and T our PDE models. Then,
our controlling speed function is between 0 and 1, i.e.,         for evaluating the real performance of our PDE models, we
            According to the new controlling speed               compare our PDE models with the previously corresponding
function         the diffusion speed at interior pixels.         PDE models. Furthermore, we compare with other filters,
Moreover, the values of                                     at   including MED, ACWM, TSM, Luo, and GP that are
noisy pixels are larger than these at edges, so the diffusion    capable of removing random-valued impulse noise. The
speeds at noisy pixels are faster than these at edges. Thus,     performances of various methods are quantitatively
noisy pixels can be effectively removed while preserving         measured by the peak SNR (PSNR). In all implementation,
edges very well.                                                 For comparison, we take the same discrete schemes in the
                                                                 compared PDE pair. Here the 8-bit 512× 512 standard
C. Our Controlling Fidelity Function                             images: Lena, Peppers, Boat, and Airplane are chosen as
                                                                 tested images that have distinctly different features and are
      Similar to our controlling speed function       we         corrupted by random-valued impulse noise with various
also introduce the ENI to the fidelity term. We propose a        noise levels.
controlling fidelity function   as
                                                                 A. Choices of the Parameters
                                                          (9)
                                                                       Like the parameter in the previous controlling speed
                                                                 function g(.) defined in (2) and (3), there is also not the
The function is monotone increasing and its value range is       explicit formula or a method to determine the parameters
[0,0.5] The values of (.) at noise pixels are minimum or         and in (8) and (9). They are chosen based on the better
near to zero, at edges pixels take intermediate value, and at    performance by trial. For showing the filtered results with
interior pixels are maximum and close to 0.5. Thus,              respect to the parameters and the noisy Lena with 20%
according to our controlling function         (.) the fidelity   random-valued impulse noise is tested by using various
process at noisy pixels is inhibited, while fidelity processes   window sizes       and thresholds    In Fig. 5, we plot the
at edge pixels and interior pixels are encouraged, which are     PSNR values of the restored images by our PDEs for
also desired.                                                    various window sizes        and thresholds .Where T is
                                                                 variable from 5 to 60 pixels with an increment of 5, and
D. Class of Second-Order PDE Denoising Models Based                =2 and =3. In this test, we use the appropriate iteration
on Our Two Controlling Functions                                 time of each model, that is, respectively, 40, 5, and 300 in
                                                                 NPM, PPDE, and NTVD, as shown later. According to our
      In this section, we introduce our two controlling          own experience in this method, generally, the higher the
functions to the widely used PM model (1), the SDD model
noise level is, the larger value is and the smaller value .                                              TABLE I
The appropriate value of        is 2 or 3 and the appropriate                        COMPARISONS OF RESTORATION RESULTS IN PSNR (in Decibels)
value of is somewhere between 10 and 35.                                             OBTAINED BY VARIOUS FILTERS




                                                                                          40% Random valued impulse noise
                                                                               Filters    Lena     Pepper      Boat                Airplane
                                                                               MED        20.83    21.34       21.13               20.48
                                                                               TSM        22.15    22.87       21.96               21.67
                                                                               ACWM       22.91    23.07       22.47               22.03
                                                                               LUO        23.37    23.65       23.32               22.98
                                                                               GP         24.78    24.87       23.78               23.73
                                                                               PPDE       26.56    26.89       25.63               24.86




                                                                                          50% Random valued impulse noise
                                                                               Filters    Lena     Pepper      Boat                Airplane
                                                                               MED        18.77    19.63       18.76               18.47
                                                                               TSM        19.95    20.03       19.24               19.05
                                                                               ACWM       20.42    21.41       20.02               19.79
                                                                               LUO        21.14    21.97       20.96               21.38
                                                                               GP         22.43    23.52       22.33               21.53
                                                                               PPDE       24.18    25.37       24.84               23.69




                                                                                          60% Random valued impulse noise
                                                                               Filters    Lena     Pepper      Boat                Airplane
                                                                               MED        15.59    16.27       16.48               17.39
                                                                               TSM        15.96    17.06       16.89               17.84
                                                                               ACWM       16.67    17.85       17.58               18.57
                                                                               LUO        18.04    18.45       18.02               18.83
                                                                               GP         19.63    19.97       18.93               19.06
                                                                               PPDE       21.78    20.86       20.29               19.97
Fig.1 . Restoration results by the different filters. (a) Noisy free Peppers
image (b) Noisy peppers image corrupted by 30% random-valued impulse
noise. (c) MED (7×7) filter. (d) TSM (7×7) filter. (e) ACWM filter. (f) Luo
filter. (g) GP filter. (h) PPDE model.
and compare with other special filters for random-valued
                                                                                impulse noise, including MED, TSM, ACWM, Luo, and
                                                                                GP. In this test, the window size, threshold, and iteration
                                                                                time in our PPDE are chosen, respectively, as




              (a)                                (b)
                                                                                      The parameters in the TSM, ACWM, and Luo filters
                                                                                are chosen according to the suggestions given by the authors
                                                                                [4]–[6]. The GP filter has no parameter [7]. Table II lists the
                                                                                PSNR values of all methods for Lena, Peppers, Boat, and
                                                                                Airplane corrupted by random-valued impulse noise with
                                                                                40%, 50%, and 60% noise levels. Generally, the PSNR
                                                                                performance of the proposed PDE filter is comparable to
                                                                                those of the Luo and GP filters, but the proposed PDE filter
                                                                                performs better than MED, TSM, and ACWM.
             (c)                               (d)
                                                                                      Furthermore, a subjective visual result of the noise
                                                                                reduction is presented in Fig. 1(a) is the noisy Peppers
                                                                                image with 30% random-valued impulse noise. The
                                                                                restoration results in Fig. 1(a) obtained by MED, TSM,
                                                                                ACWM, Luo, and GP and our PPDE are given in Fig. 1(b)–
                                                                                (h). The enlarged details of the noise-free and the filtered
                                                                                results produced by the several filters are given in Fig. 2(a)–
                                                                                (g), respectively. The desired visual result is produced by
                                                                                our PPDE filter. Obviously, our PPDE can preserve edges
                                                                                better as compared with MED, TSM, ACWM, Luo, and GP.
            (e)                                 (f)
                                                                                V. CONCLUSION

                                                                                       We have considered PDE-based image denoising
                                                                                algorithms for random-valued impulse noise. This paper has
                                                                                redefined the controlling speed function and the controlling
                                                                                fidelity function. The diffusion and fidelity process at edge
                                                                                pixels, noisy pixels, and interior pixels is selectively carried
                                                                                out according to our two controlling functions to remove
                                                                                random-valued impulse noise effectively while preserving
                                                                                edges well. Furthermore, we present a class of second-order
                                                                                edge-preserving PDE denoising models based on the two
                                   (g)
                                                                                new controlling functions. We test the proposed PDE
                                                                                models on five standard images corrupted by random-valued
Fig.2 Restoration results by the different filters. (a) Noisy free lena image
                                                                                impulse noise with various noise levels and compare with
(b) Noisy lena image corrupted by 50% random-valued impulse noise. (c)          the related second-order PDE models and the other filtering
MED (7×7) filter. (d) TSM (7×7) filter. (e) Luo filter. (f) GP filter. (g)      methods, including MED, TSM, ACWM, Luo, and GP. The
PPDE model.                                                                     experimental results have demonstrated the performance of
                                                                                our PDEs. In addition, the new controlling functions can be
B. Comparison With Other Filters                                                extended automatically to any other PDE denoising models
      Here, we take Lena, Peppers, Boat, and Airplane,                          such as the coupled PDEs [14]. Applications of the PDE
corrupted by random-valued impulse noise with three high                        models are in a broad range of image processing tasks such
noise levels-40%, 50%, and 60% as test images. From Table                       as inpainting, image segmentation, and skeletonization, and
I, one can find that the values of PSNR by PPDE and NTVD                        so on. Our two controlling functions can also be applied to
are better than those by NPM. One can also find that the                        these PDE models, which is a progress on PDE-based image
PPDE requires fewer iteration times as compared with                            processing. In this section the architecture of proposed CSD
NTVD. Therefore, here apply our PPDE to the these images
CS shift-and-add multiplier is presented shown in figure 4.             coupled nonlinear diffusion equations,” Compt.
Our architecture works on the concept of shifting and                   Vis. Image.
adding of partial products to realize the multiplied result.     [15]   L. Alvarez, P. Lions, and J. M. Morel (1992),
The functions of different blocks are explained below.                  “Image selective smoothing and edge-detection by
                                                                        nonlinear diffusion. II,” SIAM J. Numer.
REFERENCES

 [1]    K. S. Srinivasan and D. Ebenezer (2007), “A new
        fast and efficient decisionbased algorithm for
        removal of high- density impulse noises,” IEEE.
 [2]    T. Sun and Y. Neuvo (1994), “Detail-preserving
        median-based filters in image processing,” Pattern
        Recognit. Lett.
 [3]    R. H. Chan, C.-W. Ho, and M. Nikolova (2005),
        “Salt-and-pepper noise removal by median-type
        noise       detectors      and       detail-preserving
        regularization,” IEEE.
 [4]    T. Chen, K.-K. Ma, and L.-H. Chen (1994), “Tri-
        state median-based filters in image denoising,”
        IEEE.
 [5]    T. Chen and H.Wu (2009), “Adaptive impulse
        detection using center-weighted median filters,”
        IEEE.
 [6]    W. Luo (2007), “An efficient algorithm for the
        removal of impulse noise from corrupted images,”
        Int. J. Electron. Communication.
 [7]    N. Petrovic and V. Crnojevic (2008), “Universal
        impulse noise filter based on genetic
        programming,” IEEE.
 [8]    U. Ghanekar, A. K. Singh, and R. Pandey (2010),
        “A contrast enhancement based filter for removal
        of random valued impulse noise,” IEEE.
 [9]    A. P.Witkin (1983), “Scale-space filtering,” in
        Proc. 8th Int. Joint Conf. Artif. Intell.
[10]    P. Perona and J. Malik (1990) , “Scale-space and
        edge detection using anisotropic diffusion,” IEEE.
[11]    F. Catté, P.-L. Lions, J.-M. Morel, and T. Coll
        (1992), “Image selective smoothing and edge-
        detection by nonlinear diffusion,” SIAM J. Numer.
[12]    Y.You and M. Kaveh (2000), “Fourth-order partial
        differential equations for noise removal,” IEEE.
[13]    M. J. Black, G. Sapiro, D. H. Marimont, and D.
        Heeger (1998) , “Robust anisotropic diffusion,”
        IEEE.
[14]    Y. Chen, C. Barcelos, and B. Mair (2001),
        “Smoothing and edge detection by time-varying

More Related Content

What's hot

Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital images
ijbbjournal
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
pranay yadav
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
pranay yadav
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133
IJRAT
 

What's hot (18)

Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Novel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital imagesNovel adaptive filter (naf) for impulse noise suppression from digital images
Novel adaptive filter (naf) for impulse noise suppression from digital images
 
W4101139143
W4101139143W4101139143
W4101139143
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
 
PID3474431
PID3474431PID3474431
PID3474431
 
E010232227
E010232227E010232227
E010232227
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
P180203105108
P180203105108P180203105108
P180203105108
 
saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013saltandpepper_noise_removal_2013
saltandpepper_noise_removal_2013
 
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133
 
Optimum Image Filters for Various Types of Noise
Optimum Image Filters for Various Types of NoiseOptimum Image Filters for Various Types of Noise
Optimum Image Filters for Various Types of Noise
 
Image restoration model with wavelet based fusion
Image restoration model with wavelet based fusionImage restoration model with wavelet based fusion
Image restoration model with wavelet based fusion
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
Image deblurring based on spectral measures of whiteness
Image deblurring based on spectral measures of whitenessImage deblurring based on spectral measures of whiteness
Image deblurring based on spectral measures of whiteness
 
Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526
 

Viewers also liked

An efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc networkAn efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc network
Padhu Ar
 
Ganesh conf
Ganesh confGanesh conf
Ganesh conf
Padhu Ar
 
Ekonomik ve parasal birlik
Ekonomik ve parasal birlikEkonomik ve parasal birlik
Ekonomik ve parasal birlik
mervehk
 
Syiling's Designs
Syiling's DesignsSyiling's Designs
Syiling's Designs
MingledMint
 

Viewers also liked (19)

An efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc networkAn efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc network
 
Ganesh conf
Ganesh confGanesh conf
Ganesh conf
 
Engineering practice lab manual for electronics
Engineering practice lab manual for electronicsEngineering practice lab manual for electronics
Engineering practice lab manual for electronics
 
Uno no es ninguno
Uno no es ningunoUno no es ninguno
Uno no es ninguno
 
Kit Me 2.0: Instagram & Vine nel Personal Branding
Kit Me 2.0: Instagram & Vine nel Personal BrandingKit Me 2.0: Instagram & Vine nel Personal Branding
Kit Me 2.0: Instagram & Vine nel Personal Branding
 
Optimise North East
Optimise North EastOptimise North East
Optimise North East
 
Uno no es ninguno
Uno no es ningunoUno no es ninguno
Uno no es ninguno
 
Investigating and modelling the relationship between scuba diver Behaviour an...
Investigating and modelling the relationship between scuba diver Behaviour an...Investigating and modelling the relationship between scuba diver Behaviour an...
Investigating and modelling the relationship between scuba diver Behaviour an...
 
Ekonomik ve parasal birlik
Ekonomik ve parasal birlikEkonomik ve parasal birlik
Ekonomik ve parasal birlik
 
Presentazione Keen On Trips
Presentazione Keen On TripsPresentazione Keen On Trips
Presentazione Keen On Trips
 
ΕΠΙΤΥΧΟΝΤΕΣ ΞΕΝΩΝ ΓΛΩΣΣΩΝ 2012
ΕΠΙΤΥΧΟΝΤΕΣ ΞΕΝΩΝ ΓΛΩΣΣΩΝ 2012ΕΠΙΤΥΧΟΝΤΕΣ ΞΕΝΩΝ ΓΛΩΣΣΩΝ 2012
ΕΠΙΤΥΧΟΝΤΕΣ ΞΕΝΩΝ ΓΛΩΣΣΩΝ 2012
 
Syiling's Designs
Syiling's DesignsSyiling's Designs
Syiling's Designs
 
Plural
PluralPlural
Plural
 
Value proposition canvas - seminario Un Vulcano di Idee
Value proposition canvas - seminario Un Vulcano di IdeeValue proposition canvas - seminario Un Vulcano di Idee
Value proposition canvas - seminario Un Vulcano di Idee
 
The Near Future of CSS
The Near Future of CSSThe Near Future of CSS
The Near Future of CSS
 
How to Battle Bad Reviews
How to Battle Bad ReviewsHow to Battle Bad Reviews
How to Battle Bad Reviews
 
The Buyer's Journey - by Chris Lema
The Buyer's Journey - by Chris LemaThe Buyer's Journey - by Chris Lema
The Buyer's Journey - by Chris Lema
 
Classroom Management Tips for Kids and Adolescents
Classroom Management Tips for Kids and AdolescentsClassroom Management Tips for Kids and Adolescents
Classroom Management Tips for Kids and Adolescents
 
The Presentation Come-Back Kid
The Presentation Come-Back KidThe Presentation Come-Back Kid
The Presentation Come-Back Kid
 

Similar to Padhu.ar newconference

Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
IJERA Editor
 
noise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logicnoise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logic
Rucku
 
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
ijsrd.com
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
ijistjournal
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
ijistjournal
 
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
IJCSIS Research Publications
 

Similar to Padhu.ar newconference (20)

J010245458
J010245458J010245458
J010245458
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
 
23 an investigation on image 233 241
23 an investigation on image 233 24123 an investigation on image 233 241
23 an investigation on image 233 241
 
noise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logicnoise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logic
 
Confer
ConferConfer
Confer
 
Random Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterRandom Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural Filter
 
Performance Analysis and Optimization of Nonlinear Image Restoration Techniqu...
Performance Analysis and Optimization of Nonlinear Image Restoration Techniqu...Performance Analysis and Optimization of Nonlinear Image Restoration Techniqu...
Performance Analysis and Optimization of Nonlinear Image Restoration Techniqu...
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Despeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled PdeDespeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled Pde
 
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
 
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
Image Filtering Using all Neighbor Directional Weighted Pixels: Optimization ...
 
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
ADAPTIVE PDE-BASED MEDIAN FILTER FOR THE RESTORATION OF HIGH-DENSITY IMPULSE ...
 
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
Self Organizing Migration Algorithm with Curvelet Based Non Local Means Metho...
 
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Padhu.ar newconference

  • 1. An Efficient Denoising Approach for Random-Valued Impulse Noise using PDE Method R.Padmanaban1, S.Saravanakumar2 1 PG scholar,2 Assistant Professor 1,2 Department of Electronics and Communication Engineering Anna University of Technology, Coimbatore Academic Campus, Jothipuram, Coimbatore-641047. Padhu.ar@gmail.com, sskaucbe@gmail.com Abstract: This paper is concerned about a new filtering scheme three-state median (TSM) [4] and the adaptive center- based on contrast enhancement for removing the random weighted median (ACWM) [5] are two widely used filters. valued impulse noise. An efficient PDE (partial differential The TSM filter uses the median and the CWM both for equation) based algorithm for removal of random-valued detection and reduction. The ACWM uses the comparison impulse noise from corrupted images is proposed in this paper. of CWMs and adaptive thresholds for detection and the The function for increasing the difference between noise-free and noisy pixels is introduced. It denotes the number of simple median for reduction that consistently works well in homogeneous pixels in a local neighborhood and is significantly suppressing both types of impulses. The Luo filter [6] is an different for edge pixels, noisy pixels, and interior pixels. The efficient detail-preserving two-stage method that requires no controlling speed function and the controlling fidelity function previous training. The genetic programming (GP) filter is redefined to depend on noise and noise free pixels. According [7]employs two cascaded detectors for detection and two to that two controlling functions, the diffusion and fidelity corre-sponding estimators for reduction. The first detector process at edge pixels, noisy pixels, and interior pixels can be identifies the majority of noisy pixels. The second detector selectively carried out. Furthermore, a class of second-order searches for the remaining noise missed by the first detector, improved and edge-preserving PDE denoising models is usually hidden in image details or with amplitudes close to proposed based on the two new controlling functions in order to deal with random valued impulse noise reliably. Two its local neigh-borhood. The core of two-stage filters is the controlling functions are extended to automatically other PDE impulse detection process. In case of random-valued models. Extensive simulation results exhibit that the proposed impulse noise, the detection of an impulse is relatively more method significantly outperforms many other well-known difficult in comparison with salt-and-pepper impulse noise techniques. [8]. Despite decades of research in this area, the effective detection for random-valued impulse noise with high-noise Keywords— Anisotropic diffusion, diffusion speeds, fidelity levels is still an open problem. Let us now present the process, partial differential equation (PDE)-based image purpose of this paper. In this paper, we focus on the removal denoising, random-valued impulse noise. of random-valued impulse noise by using partial differential equation (PDE) methods. PDE-based image processing I. INTRODUCTION methods have been studied extensively as a useful tool for image denoising and enhancement. The basic idea of PDE- Impulse noise is a common kind of signal noise that based methods is to deform a given image with a PDE and can significantly corrupt images. The impulse noise can be obtain the desired result as the solution of this PDE with the classified either as salt and pepper with noisy pixels taking noisy image as initial conditions. By using PDEs, one can either maximum or minimum value, or as random-valued model the images in a continuous domain, see existing impulse noise. A class of widely used nonlinear digital methods in a different viewpoint, and combine multiple filters is median filters (MED). Median filters are known for algorithms together. Furthermore, high accuracy and their capability to remove impulse noise while preserving stability can be naturally obtained with the help of the the edges. The main drawback of a standard median filter is available extensive research on numerical analysis. that it is effective only for low-noise densities [1]. The Although there have been different PDEs denoising models switching scheme concept [2] or the two-stage method [3] is developed in the past two decades, as briefly described in frequently used strategy for enhancing the performance of Section II, little has been done regarding anisotropic impulse noise filters. The basic idea of the methods is that diffusion for filtering impulse noise. Here, we propose a the noisy pixels are detected first and filtered afterward, class of second-order improved and edge-preserving PDE whereas the undisturbed pixels are left unchanged. There are denoising models based on two new controlling functions in four two-stage filters (or the switching schemes) that are order to deal with random-valued impulse noise reliably. worth mentioning that will used later for comparison. The We will redefine the controlling speed function and the
  • 2. controlling fidelity function from a completely different Where u(x,y;t) is the evolving image derived from the point of view. We introduce the notion of ENI (the original image at ‘t’ time, and “ ” and “div” are abbreviation for “edge pixels, noisy pixels, and interior the gradient and divergence operators. pixels”) to our controlling speed function. The ENI can be used to distinguish edge pixels, noisy pixels, and interior Catté et al. [11] improved the controlling speed function g(.) pixels, and can be calculated by utilizing the local by using instead of and proposed a neighbourhood statistics based on the number of the pixels selective smoothing model with similar intensity (or called homogeneous pixels). Our controlling speed function is defined to depend on ENI. (2) Thus, the diffusion at edge pixels, noisy pixels, and Alvarez et al. [15] have made the significant improvements interior pixels is made with various speeds according to our through controlling the diffusion direction and proposed the controlling function. We also introduce the ENI to the degenerate diffusion PDE model controlling fidelity function. A selective fidelity process can be carried out according to the new controlling fidelity function, to reduce the smoothing effect near edges. We test (3) the proposed PDE denoising models on five standard images degraded by random-valued impulse noise with Obviously, the controlling speed function g(.) and the various noise levels. We compare our PDEs models with the controlling fidelity coefficient have played an important role related PDE models and other special filtering methods for in the performances of PDE denoising models. random-valued impulse noise, including MED, ACWM, Unfortunately, the previous controlling speed functions and TSM, Luo, and GP. the controlling fidelity coefficient have some drawbacks, especially when they are used to remove impulse noise. This paper is organized as follows. In Section II, we briefly describe related previous PDE denoising models. In III. CLASS OF SECOND-ORDER EDGE-PRESERVING PDE Section III, we will first describe the ENI of an image, our DENOISING MODELS controlling speed function, and controlling fidelity function in detail, respectively. Then, we present a class of second- In this section, the ENI of an image is defined that can order improved and edge-preserving PDE denoising models be used to distinguish edge pixels, noisy pixels, and interior for random-valued impulse noise removal based on our two pixels. Then, the controlling speed function g(.) and the controlling functions. Section IV shows the experiments and controlling fidelity function are redefined. Based on the discussion, and is followed by conclusion in Section V. two new controlling functions, we present a class of second- order edge-preserving PDE denoising models for random- II.REVIEW OF PDE METHOD valued impulse noise removal. Many different PDE models have been proposed for A. Definition of the ENI of an Image image denoising in the past years. Since it is not feasible to discuss all the models here, we briefly describe some The ENI denote the number of homogeneous pixels in representative PDE models that are related to our study. The a local neighbourhood, so the ENI is significantly different original PDE filtering model, proposed by Witkin [9], is the for edge pixels, noisy pixels, and interior pixels. linear heat equation that diffuses in all directions and Subsequently, we describe in detail how to calculate the destroys edges. To overcome this problem, many ENI of an image. researchers have corrected this limitation from various Let be the location of a pixel under points of view, mainly including: consideration, 1) from controlling the speed of the diffusion; (4) 2) from controlling the direction of the diffusion; 3) from adding a fidelity term; and Denote the neighbour points of the central pixel p with 4) from their combinations. window size of (2w+1)× (2w+1)(w>0) while let be Perona and Malik (PM) were the first to try such an a set of neighbour pixels centred at ‘p’ but exclude ‘p’ for approach through controlling the speed of the diffusion and each q ε , defined d(p,q) as the absolute difference in proposed a nonlinear adaptive diffusion process [10], intensity of the pixels between p and q, i.e, termed as anisotropic diffusion. The PM nonlinear diffusion equation is of the form (5) Then, the gray intensity of each q ε is classified into (1) two groups by a predefined threshold T.
  • 3. (10), and the TVD model (14), and propose a class of second-order edge preserving PDE denoising models. The (6) new PM model (NPM), the new SDD model (NSDD), and the new TVD model (NTVD) are expressed, respectively, as Finally, the ENI of the pixel is defined as (7) B. Our Controlling Speed Function The ENI of an image is significantly different for edge pixels, noisy pixels, and interior pixels. The ENI for impulse noise pixels is minimum the ENI for edge pixels takes intermediate value, and the ENI for interior pixels is Equations (10)–(11) use the new controlling speed function maximum, so it is reasonable that the controlling speed and the new controlling fidelity function with function is defined to depend on ENI. The shape of the better performance. Therefore, we would expect to see controlling speed functions should be like either Fig. 3(a) or something that shows the uniqueness of our models. In fact, (b) in order to achieve reduced diffusion at and around edge the experimental results, as shown later, demonstrate the pixels while allowing diffusion at impulse-corrupted noisy performance of these models. pixels and interior pixels. Here, we redefine the controlling speed function as IV. EXPERIMENTAL RESULTS AND DISCUSSION The filtered results of the PDE models are relative to (8) the parameters in PDE models, and discrete time step and iteration time. In this section, we first discuss the Like the previous controlling speed functions, the value of choices of the parameters w and T our PDE models. Then, our controlling speed function is between 0 and 1, i.e., for evaluating the real performance of our PDE models, we According to the new controlling speed compare our PDE models with the previously corresponding function the diffusion speed at interior pixels. PDE models. Furthermore, we compare with other filters, Moreover, the values of at including MED, ACWM, TSM, Luo, and GP that are noisy pixels are larger than these at edges, so the diffusion capable of removing random-valued impulse noise. The speeds at noisy pixels are faster than these at edges. Thus, performances of various methods are quantitatively noisy pixels can be effectively removed while preserving measured by the peak SNR (PSNR). In all implementation, edges very well. For comparison, we take the same discrete schemes in the compared PDE pair. Here the 8-bit 512× 512 standard C. Our Controlling Fidelity Function images: Lena, Peppers, Boat, and Airplane are chosen as tested images that have distinctly different features and are Similar to our controlling speed function we corrupted by random-valued impulse noise with various also introduce the ENI to the fidelity term. We propose a noise levels. controlling fidelity function as A. Choices of the Parameters (9) Like the parameter in the previous controlling speed function g(.) defined in (2) and (3), there is also not the The function is monotone increasing and its value range is explicit formula or a method to determine the parameters [0,0.5] The values of (.) at noise pixels are minimum or and in (8) and (9). They are chosen based on the better near to zero, at edges pixels take intermediate value, and at performance by trial. For showing the filtered results with interior pixels are maximum and close to 0.5. Thus, respect to the parameters and the noisy Lena with 20% according to our controlling function (.) the fidelity random-valued impulse noise is tested by using various process at noisy pixels is inhibited, while fidelity processes window sizes and thresholds In Fig. 5, we plot the at edge pixels and interior pixels are encouraged, which are PSNR values of the restored images by our PDEs for also desired. various window sizes and thresholds .Where T is variable from 5 to 60 pixels with an increment of 5, and D. Class of Second-Order PDE Denoising Models Based =2 and =3. In this test, we use the appropriate iteration on Our Two Controlling Functions time of each model, that is, respectively, 40, 5, and 300 in NPM, PPDE, and NTVD, as shown later. According to our In this section, we introduce our two controlling own experience in this method, generally, the higher the functions to the widely used PM model (1), the SDD model
  • 4. noise level is, the larger value is and the smaller value . TABLE I The appropriate value of is 2 or 3 and the appropriate COMPARISONS OF RESTORATION RESULTS IN PSNR (in Decibels) value of is somewhere between 10 and 35. OBTAINED BY VARIOUS FILTERS 40% Random valued impulse noise Filters Lena Pepper Boat Airplane MED 20.83 21.34 21.13 20.48 TSM 22.15 22.87 21.96 21.67 ACWM 22.91 23.07 22.47 22.03 LUO 23.37 23.65 23.32 22.98 GP 24.78 24.87 23.78 23.73 PPDE 26.56 26.89 25.63 24.86 50% Random valued impulse noise Filters Lena Pepper Boat Airplane MED 18.77 19.63 18.76 18.47 TSM 19.95 20.03 19.24 19.05 ACWM 20.42 21.41 20.02 19.79 LUO 21.14 21.97 20.96 21.38 GP 22.43 23.52 22.33 21.53 PPDE 24.18 25.37 24.84 23.69 60% Random valued impulse noise Filters Lena Pepper Boat Airplane MED 15.59 16.27 16.48 17.39 TSM 15.96 17.06 16.89 17.84 ACWM 16.67 17.85 17.58 18.57 LUO 18.04 18.45 18.02 18.83 GP 19.63 19.97 18.93 19.06 PPDE 21.78 20.86 20.29 19.97 Fig.1 . Restoration results by the different filters. (a) Noisy free Peppers image (b) Noisy peppers image corrupted by 30% random-valued impulse noise. (c) MED (7×7) filter. (d) TSM (7×7) filter. (e) ACWM filter. (f) Luo filter. (g) GP filter. (h) PPDE model.
  • 5. and compare with other special filters for random-valued impulse noise, including MED, TSM, ACWM, Luo, and GP. In this test, the window size, threshold, and iteration time in our PPDE are chosen, respectively, as (a) (b) The parameters in the TSM, ACWM, and Luo filters are chosen according to the suggestions given by the authors [4]–[6]. The GP filter has no parameter [7]. Table II lists the PSNR values of all methods for Lena, Peppers, Boat, and Airplane corrupted by random-valued impulse noise with 40%, 50%, and 60% noise levels. Generally, the PSNR performance of the proposed PDE filter is comparable to those of the Luo and GP filters, but the proposed PDE filter performs better than MED, TSM, and ACWM. (c) (d) Furthermore, a subjective visual result of the noise reduction is presented in Fig. 1(a) is the noisy Peppers image with 30% random-valued impulse noise. The restoration results in Fig. 1(a) obtained by MED, TSM, ACWM, Luo, and GP and our PPDE are given in Fig. 1(b)– (h). The enlarged details of the noise-free and the filtered results produced by the several filters are given in Fig. 2(a)– (g), respectively. The desired visual result is produced by our PPDE filter. Obviously, our PPDE can preserve edges better as compared with MED, TSM, ACWM, Luo, and GP. (e) (f) V. CONCLUSION We have considered PDE-based image denoising algorithms for random-valued impulse noise. This paper has redefined the controlling speed function and the controlling fidelity function. The diffusion and fidelity process at edge pixels, noisy pixels, and interior pixels is selectively carried out according to our two controlling functions to remove random-valued impulse noise effectively while preserving edges well. Furthermore, we present a class of second-order edge-preserving PDE denoising models based on the two (g) new controlling functions. We test the proposed PDE models on five standard images corrupted by random-valued Fig.2 Restoration results by the different filters. (a) Noisy free lena image impulse noise with various noise levels and compare with (b) Noisy lena image corrupted by 50% random-valued impulse noise. (c) the related second-order PDE models and the other filtering MED (7×7) filter. (d) TSM (7×7) filter. (e) Luo filter. (f) GP filter. (g) methods, including MED, TSM, ACWM, Luo, and GP. The PPDE model. experimental results have demonstrated the performance of our PDEs. In addition, the new controlling functions can be B. Comparison With Other Filters extended automatically to any other PDE denoising models Here, we take Lena, Peppers, Boat, and Airplane, such as the coupled PDEs [14]. Applications of the PDE corrupted by random-valued impulse noise with three high models are in a broad range of image processing tasks such noise levels-40%, 50%, and 60% as test images. From Table as inpainting, image segmentation, and skeletonization, and I, one can find that the values of PSNR by PPDE and NTVD so on. Our two controlling functions can also be applied to are better than those by NPM. One can also find that the these PDE models, which is a progress on PDE-based image PPDE requires fewer iteration times as compared with processing. In this section the architecture of proposed CSD NTVD. Therefore, here apply our PPDE to the these images
  • 6. CS shift-and-add multiplier is presented shown in figure 4. coupled nonlinear diffusion equations,” Compt. Our architecture works on the concept of shifting and Vis. Image. adding of partial products to realize the multiplied result. [15] L. Alvarez, P. Lions, and J. M. Morel (1992), The functions of different blocks are explained below. “Image selective smoothing and edge-detection by nonlinear diffusion. II,” SIAM J. Numer. REFERENCES [1] K. S. Srinivasan and D. Ebenezer (2007), “A new fast and efficient decisionbased algorithm for removal of high- density impulse noises,” IEEE. [2] T. Sun and Y. Neuvo (1994), “Detail-preserving median-based filters in image processing,” Pattern Recognit. Lett. [3] R. H. Chan, C.-W. Ho, and M. Nikolova (2005), “Salt-and-pepper noise removal by median-type noise detectors and detail-preserving regularization,” IEEE. [4] T. Chen, K.-K. Ma, and L.-H. Chen (1994), “Tri- state median-based filters in image denoising,” IEEE. [5] T. Chen and H.Wu (2009), “Adaptive impulse detection using center-weighted median filters,” IEEE. [6] W. Luo (2007), “An efficient algorithm for the removal of impulse noise from corrupted images,” Int. J. Electron. Communication. [7] N. Petrovic and V. Crnojevic (2008), “Universal impulse noise filter based on genetic programming,” IEEE. [8] U. Ghanekar, A. K. Singh, and R. Pandey (2010), “A contrast enhancement based filter for removal of random valued impulse noise,” IEEE. [9] A. P.Witkin (1983), “Scale-space filtering,” in Proc. 8th Int. Joint Conf. Artif. Intell. [10] P. Perona and J. Malik (1990) , “Scale-space and edge detection using anisotropic diffusion,” IEEE. [11] F. Catté, P.-L. Lions, J.-M. Morel, and T. Coll (1992), “Image selective smoothing and edge- detection by nonlinear diffusion,” SIAM J. Numer. [12] Y.You and M. Kaveh (2000), “Fourth-order partial differential equations for noise removal,” IEEE. [13] M. J. Black, G. Sapiro, D. H. Marimont, and D. Heeger (1998) , “Robust anisotropic diffusion,” IEEE. [14] Y. Chen, C. Barcelos, and B. Mair (2001), “Smoothing and edge detection by time-varying