SlideShare a Scribd company logo
International journal of Engineering, Business and Management (IJEBM)
ISSN: 2456-8678
[Vol-5, Issue-2, Mar-Apr, 2021]
Issue DOI: https://dx.doi.org/10.22161/ijebm.5.2
Article DOI: https://dx.doi.org/10.22161/ijebm.5.2.1
http://www.aipublications.com/ijebm 1
A literature review of various techniques available on
Image Denoising
Sudha Yadav1
, Dr. Swapnesh Taterh2
, Mr. Ankit Saxena3
1
Student, Amity University Rajasthan, India
2
Professor, Amity University Rajasthan, India
3
Assistant Professor, Department of CSE, Invertis University, Bareilly, India
Received: 04 Jan 2020; Received in revised form: 29 Jan 2021; Accepted: 19 Feb 2021; Available online: 20 Mar 2021
©2021 The Author(s). Published by AI Publications. This is an open access article under the CC BY license
(https://creativecommons.org/licenses/by/4.0/)
Abstract— This paper provides a literature review of the different approaches used for image denoising.
Various approaches are studied and their results are compared to provide a better understanding of the
filters used to de-noise images. It is shown that how a single image is subjected to various denoising
techniques and how it can react to those filters. Statistical and mean deviation techniques used by halder et
al. (2019)1
and CNN techniques used by zing et al.(2018)2
are reviewed in detail to show how salt and
pepper noise can be removed from the images. Each paper that is discussed here has explored the
individual approach based on their research and the aim of this paper is to discuss all those approaches in
a subsequent manner.
Keywords— Image pre-processing, noise removal, image denoising, salt and pepper noise, noise filter,
non-linear filters, median filter, deep learning for noise removal.
I. INTRODUCTION
The term noise means unwanted signal. This unwanted
signal usually occurs while an image is transferred from
one source to another. Source here doesn’t mean any
explicit source. Sometimes, noise occurs even while
capturing the image and this electronic unwanted signal is
not limited to signal only. Videos are also affected when
they are exposed to electronic transmission and produce
noise. This noise generally depends on an explicit source
and can also procure in form of grains.
In other words, image noise is the unexpected variation of
colors or brightness in the images. This noise can be
generated by an electronic noise in the path. It can be
produced by digital camera, image sensors or circuitry of a
scanner camera. Image noise is undesirable product of
image or video capturing and is required to remove. Image
denoising is the process of removing noise from images
and is most important step in pre-processing techniques.
The PSNR value in image processing is a block that
computes the peak signal-noise ratio between two images.
It is a quality measure where the higher the PSNR value,
the better is the quality of the compressed or reconstructed
image.
In this paper, various algorithms are compared to provide a
better understanding of the algorithms at the root level and
analyses the works of different researches using different
algorithms such as mean and standard deviation1
, deep
learning techniques2,3
such as CNN, iterative grouping
median filter4
and non-linear filters5
Each paper that is discussed here has provided an
individual approach based on their research and the aim of
this paper is to discuss all those approaches in a
subsequent manner.
1.1 Salt and pepper noise:
Salt and pepper noise is the most common and major type
of noise occurring in images. In this type of noise, images
are seen with sudden and sharp disturbances. The intensity
of the pixels of the images obtain either the highest or the
lowest (255-0) values. 255 for white and 0 for black in
case of black and white images1
. This sudden change in
intensity causes the depreciation in the quality of images.
Hence, they are needed to be removed. To start with digital
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 2
color images, non-linear filters are used over time to
remove salt and pepper noise from images and videos.
II. NON-LINEAR FILTERS FOR DIGITAL
COLOR IMAGES
Digital color images is presented using a 3D matrix of
RGB color where the first dimension reserves the red
color, second dimension reserves the green color and the
third dimension reserves the blue color6
. Here, the
intensity of each color ranges from 0 to 255. According to
sharad J. et al5
, the quality of the digital color image
depreciates from the moment it is captured. During the
pre-processing and processing, the digital image is
subjected to many kind of distortion from the moment it is
captured to moment is stored. While the phase of image
transmission and storing, an impulse noise is added to the
images which affects the color image during this phase.
Salt and pepper noise is a type of impulse noise which
corrupts the image. When the image is affected, the pixels
take either the higher value, 255(salt noise) or the lowest
value, 0(pepper noise). Linear methods are not found
effective to correct the salt and pepper noise so nonlinear
filtering methods are used. These methods provide good
quality de-noised image by increasing peak signal to noise
ratio (PSNR), depreciated mean square error (MSE) and
increased correlation between the original and the de-
nosed image7
.
2.1 Median Filter:
In a median filter, a 3x3 matrix is taken which contains the
intensity values of the pixels, as shown in the figure 1.
The middle pixel is considered to denote the noised filter.
This noised pixels value is corrected to the median value
of all the pixels in the matrix and replaced with the median
value. Standard Median filter is one of the simplest and the
most frequently used non-linear filter but this algorithm
might not remove the salt and pepper noise from images
containing high image density ratio1
. Over the years many
modified median filters are introduced such as weighted
mean filter (WMF) 8
, center weighted median filter
(CWMF) 9
, detail-preserving median filter (DPMF) 10
,
recursive median filter (RMF) 11
, switching median filter
(SMF) 12
, Alpha trimmed median filter (ATMF) 13
etc. In
later years, more advanced median filters have been
proposed including Fuzzy Switching Median Filter
(FSMF) 14
, Adaptive fuzzy switching median filter (
ASMF) 15
, Fast detection median filter (FDMF) 16
, Un-
symmetric trimmed median filter (UTMF) 17
etc.
Fig.1: Median filter
In the algorithm proposed by halder et al.1
the range of
intensities that suit the intensity of the window is found
out. The size of the local window is remained constant and
not changed and it is checked that the calculated intensity
can be used to change the impulse point or not. For this
process, statistical mean and statistical median deviation is
used.
2.2 Average Filter:
Average filter is another non-linear filter used to remove
the salt and pepper noise. A mask of variable dimension is
used to convolute with the noise image to reduce the salt
and pepper noise in the corrupted image5
.
OCR (optical character recognition) is a technique that
enables to detect the text contained in an image but in
order to get good results, it is required to pre-process the
image to remove noise contained in letter images. This can
achieved by combining median and average filters18
.
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 3
Fig.2: MF implementation (left), AF implementation (right)
2.3 Adaptive frequency median filter (AFMF):
As said by halder et al.1
standard median filter s only
limited to low density SPN, erkan et al. developed a new
algorithm adaptive frequency median filter AFMF. This
method is proposed by erkan et al19
where a frequency
median and adaptive frequency median filter is introduced.
It was proposed that the AFMF uses the same adaptive
condition as adaptive median filter AMF and the proposed
frequency instead of the traditional standard median filter.
According to the proposed algorithm, the frequency
median calculates the new grey value for the centre pixel
in the median filter and excludes the noisy pixels and only
focuses on the uniqueness of the grey value, hence
providing more efficient results than AMF 19
.
III. DEEP LEARNING METHODS FOR IMAGE
DE-NOISING
Deep learning in image denoising is a revolutionary topic
gaining much attention. There are various deep learning
techniques used for denoising process but their subsequent
difference those techniques dealing with image denoising.
A brief overview of deep learning techniques is provided
by Tian, C., Fei, L., Zheng, W., Xu, Y., Zuo, W., & Lin, C.
W. (2020) 21
where more than 200 papers are reviewed for
their contributions in image de-noising field. The main
contributions can be summarized as follows:
1. Illustration of the effects of deep learning techniques in
the field on image de-noising.
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 4
2. Summarization of the solutions of deep learning
techniques for various noises (additive white noise, blind
noise, real noise and hybrid noise).
3. Quantitative and qualitative analyses of the performance
of noise removal algorithms in deep learning.
4. Characterizing potential challenges and directions for
deep learning in the field of image denoising.
3.1. Machine learning for image de-noising:
There are supervised, semi-supervised and unsupervised
learning methods in machine learning for noise removal.
In supervised methods given labels are used and the
obtained features are put closer to the target for learning
parameters and the training the denoising algorithm22,23
. In
unsupervised learning methods, instead of label matching,
training samples are used to find patterns and finish
specific tasks such as un-pairing low resolution images24
.
For semi-supervised learning methods, a model is built and
applied to construct learner to label unlabelled samples
from a given data sample25
.
3.2 Operational Neural networks for image denoising:
Neural networks are the basis of all machine learning
algorithms which are the basis for deep learning
techniques27
. Most of the neural networks consist of
neurons, input X, activation function f, weights W = [W0,
W1, … , Wn−1 ] and biases b = [b 0 , b 1 , . . . , b n ]. A
deep neural network is one which has more than three
layers in it. However, it is difficult to implement these
neural networks and require a good deal of manual settings
to obtain desired results. Due to this, deep convolutional
neural networks (CNNs) were proposed28
.
3.3 Convolutional Neural Networks (CNNs) for noise
removal:
Convolutional neural networks have recently been adapted
as the most favoured technique for image denoising due to
its adaptive learning ability with a deep configuration.
Deep CNN can be used to directly remove SPN from the
images20
. They use Convolutional neural networks CNN to
directly remove noise from images. They used a multi-
layer structure in CNN containing padding, batch
normalization and rectified linear unit to remove salt and
pepper noise from images. They divided the images into
three sets- training set, validation set and test set. In their
study, it was found that the model was able to remove salt
and pepper noise from various images. Additionally, they
were able to remove high-density noise as well due to
extensive local receptive fields of deep neural networks.
However, it was also found that their architecture was only
able to perform on images with large number of
interference pixels. Hence, their application was
generalized for the removal of salt and pepper noise and
produced competitive results. Definitely deep CNNs have
attracted much attention but they don’t come without their
limitation: (1) to train a deep CNN for denoising is very
difficult, (2) most of the deep CNNs suffer a performance
saturation situation26
.
IV. COMPARATIVE ANALYSES
So far this paper has discussed various methods and
techniques that are used to remove noise from images.
Now a comparative study is given which illustrates which
methods fits to what situations.
Table 1: deep learning techniques for image de noising:
Methods Applications references
CNN Additive white Gaussian and salt and pepper noise Wang, Zhou, and Cheng (2020)29
CNN Additive white Gaussian-poisson noise Chen, Song, and Yang (2016)30
CNN Additive white Gaussian noisy video Davy, Ehret, Morel, Arias, and Facciolo
(2018)31
CNN Additive white Gaussian noisy video Tassano, Delon, and Veit (2019)32
CNN Blind video denoising Ehret, Davy, Morel, Facciolo, and Arias
(2019)33
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 5
Table 2: PSNR value of the various noise density 20-80% using ATMF, FDMF, AFMF, UTMF, FDMF, MF and SMF filters.
noise
density -> 0.2 0.4 0.6 0.8
AMF19
26.33 23.23 21.16 17.35
AFMF1
33.79 31.28 26.68 25.68
ATMF1
34.47 28.55 21.67 14.26
FDMF1
34.74 30.39 26.82 22.84
UTMF1
34.8 30.34 26.51 19.55
MF19
27.43 18.54 12.17 8.02
SMF1
28.6 25.67 20.63 14.26
Fig.3: Quantitative analysis of an image with 90% noise density2
V. RESULTS AND CONCLUSION
Several results can be derived from ziad et al7
which can
be summarized as: (1) while apply de-noising algorithms,
it is better to de-noise each color alone and OCF is better
to remove salt and pepper noise density greater than 0.17
and average and median filters are considered bad to
remove salt and pepper noise for low and high density
noises. The method proposed by halder 2019 is
specifically iterative in nature and can only replace noisy
pixels under adequate conditions which is that at least a
minimum number of neighbor pixels satisfy the algorithms
the conditions stated in their paper. Also, the algorithm
takes a fixed size window and their size depends only on
experimentally calculated pre-defined threshold.
Below is a graph showing the comparison between the
PSNR values of a image when subjected to different
filters.
Fig 4. Comparison of PSNR values using different filters from table 2
0
10
20
30
40
AMF AFMF ATMF FDMF UTMF MF SMF
PSNR VALUES
0.2 0.4 0.6 0.8
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 6
This paper also discussed the deep learning techniques to
remove noise from image. However, there are certain
limitations observed while applying these methods in the
field of image de-noising3
: (1) More memory structures are
required for deep learning techniques, (2) there is a lack of
data when it comes to real noisy images as they are not
easy to capture, (3) it is difficult to solve unsupervised de-
noising tasks using deep CNNs. Gaussian noisy image de-
noising have been quite successful over the few last years
but in real world, real noises are more complex and
irregular. On the other hand, Gaussian de-noising performs
better is noise is regular. Nevertheless, deep learning
tactics require the ground level truth when comes to de-
noising algorithms and it’s hard to obtain due to the
difficulty that real noisy images are hard to capture, hence
the ground truth is not fully prevailed. Therefore, there are
sudden challenges that researched need to address in order
to provide better algorithms for de-noising images.
REFERENCES
[1] Halder, A., Halder, S., Chakraborty, S., & Sarkar, A.
(2019). A Statistical Salt-and-Pepper Noise Removal
Algorithm. International Journal of Image and
Graphics, 19(01), 1950006.
[2] Xing, Y., Xu, J., Tan, J., Li, D., & Zha, W. (2019). Deep
CNN for removal of salt and pepper noise. IET Image
Processing, 13(9), 1550-1560.
[3] Tian, C., Xu, Y., Li, Z., Zuo, W., Fei, L., & Liu, H. (2020).
Attention-guided CNN for image denoising. Neural
Networks, 124, 117-129.
[4] Chen, J., Zhan, Y., Cao, H., & Xiong, G. (2019). Iterative
grouping median filter for removal of fixed value impulse
noise. IET Image Processing, 13(6), 946-953.
[5] Sharadqh, J. A. A. A., Ayyoub, B., Alqadi, Z., & Al-azzeh,
J. (2019). Experimental investigation of method used to
remove salt and pepper noise from digital color
image. International Journal of Research in Advanced
Engineering and Technology, 5(1), 23-31.
[6] Waheeb Abu Ulbeh, Akram Moustafa, Ziad Alqadi A.
Gray Image Reconstruction, European Journal of Scientific
Research, ISSN 1450-216X. 2009; 27(2):167-173.
[7] Jihad Nader, Ziad Alqadi A, Bilal Zahran. Analysis of
Color Image Filtering Methods, International Journal of
Computer Applications (0975–8887) Volume 174 – No.8
[8] M. G. L. Yin, R. Yang and Y. Neuvo, Weighted median
¯lters: A tutorial," IEEE Trans. Circuits Syst. II 43(3), 157–
192 (1996).
[9] S. J. Ko and Y. H. Lee, Center weighted median ¯lters and
their applications to image enhancement," IEEE Trans.
Circuits Syst. 38(9), 984–993 (1991).
[10] T. Sun and Y. Neuvo, Detail-preserving median based
¯lters in image processing," Pattern Recognit. Lett. 15,
341–347 (1994).
[11] G. Qiu, An improved recursive median ¯ltering scheme for
image processing," IEEE Transactions on Image Processing
5(4), 646–648 (1996).
[12] Z. Wang and D. Zhang, Progressive switching median
¯lter for the removal of impulse noise from highly
corrupted images, IEEE Trans. Circuits Syst. II, Analog
Digit. Signal Process 46(1), 78–80 (1999).
[13] W. Luo, An e±cient detail-preserving approach for
removing impulse noise in images," IEEE Signal Process.
Lett. 13(7), 413–416 (2006).
[14] K. K. V. Toh, H. Ibrahim and M. N. Mahyuddin, Salt-and-
pepper noise detection and reduction using fuzzy switching
median ¯lter," IEEE Trans. Consum. Electron.
[15] K. K. V. Toh and N. A. M. Isa, Noise adaptive fuzzy
switching median ¯lter for salt-andpepper noise reduction,"
IEEE Signal Process. Lett. 17(3), 281–284 (2010)
[16] K. S. Srinivasan and D. Ebenezer, A new fast and e±cient
decision-based algorithm for removal of high-density
impulse noises," IEEE Signal Process. Lett. 14(3), 189–192
(2007).
[17] S. Esakkirajan, T. Veerakumar, A. N. Subramanyam and C.
H. Premchand, Removal of high density salt-and-pepper
noise through modi¯ed decision based unsymmetric
trimmed median ¯lter," IEEE Signal Process. Lett. 18(5),
287–290 (2011).
[18] Mahawan, I. M. A., & Udayana, I. P. A. E. D. (2020, May).
Implementation of Average Filter and Median Filter for
OCR Pre Processing of Incoming Letters Image. In IOP
Conference Series: Materials Science and
Engineering (Vol. 846, No. 1, p. 012021). IOP Publishing.
[19] Erkan, U., Enginoğlu, S., & Thanh, D. N. (2019). Adaptive
frequency median filter for the salt and pepper denoising
problem. IET Image Processing, 14(7), 1291-1302.
[20] Xing, Y., Xu, J., Tan, J., Li, D., & Zha, W. (2019). Deep
CNN for removal of salt and pepper noise. IET Image
Processing, 13(9), 1550-1560.
[21] Tian, C., Fei, L., Zheng, W., Xu, Y., Zuo, W., & Lin, C. W.
(2020). Deep learning on image denoising: An
overview. Neural Networks.
[22] Haskins, G., Kruger, U., & Yan, P. (2020). Deep learning
in medical image registration: a survey. Machine Vision
and Applications, 31(1), 8.
[23] Fu, Y., Lei, Y., Wang, T., Curran, W. J., Liu, T., & Yang,
X. (2020). Deep learning in medical image registration: a
review. Physics in Medicine & Biology.
[24] Lee, D., Yun, S., Choi, S., Yoo, H., Yang, M.-H., & Oh, S.
(2018). Unsupervised holistic image generation from key
local patches. In Proceedings of the European conference
on computer vision (ECCV) (pp. 19–35).
[25] Choi, K., Vania, M., & Kim, S. (2019, July). Semi-
Supervised Learning for Low-Dose CT Image Restoration
with Hierarchical Deep Generative Adversarial Network
(HD-GAN). In 2019 41st Annual International Conference
of the IEEE Engineering in Medicine and Biology Society
(EMBC) (pp. 2683-2686). IEEE.
[26] Tian, C., Xu, Y., & Zuo, W. (2020). Image denoising using
deep CNN with batch renormalization. Neural
Networks, 121, 461-473.
Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM)
5(2)-2021
http://www.aipublications.com/ijebm 7
[27] Schmidhuber, J. (2015). Deep learning in neural networks:
An overview. Neural Networks, 61, 85–117.
[28] Yao, Y., Wu, X., Zhang, L., Shan, S., & Zuo, W. (2018).
Joint representation and truncated inference learning for
correlation filter based tracking. In Proceedings of the
European conference on computer vision (ECCV) (pp.
552–567).
[29] Wang, C., Zhou, S. K., & Cheng, Z. (2020). First image
then video: A two stage network for spatiotemporal video
denoising. arXiv preprint arXiv: 2001.00346
[30] Chen, X., Song, L., & Yang, X. (2016). Deep rnns for
video denoising. In Applications of digital image
processing XXXIX, Vol. 9971 (p. 99711T). International
Society for Optics and Photonics.
[31] Davy, A., Ehret, T., Morel, J.-M., Arias, P., & Facciolo, G.
(2018). Non-local video denoising by cnn. arXiv preprint
arXiv:1811.12758.
[32] Davy, A., Ehret, T., Morel, J.-M., Arias, P., & Facciolo, G.
(2018). Non-local video denoising by cnn. arXiv preprint
arXiv:1811.12758.
[33] Ehret, T., Davy, A., Morel, J.-M., Facciolo, G., & Arias, P.
(2019). Model-blind video denoising via frame-to-frame
training. In Proceedings of the IEEE conference on
computer vision and pattern recognition (pp. 11369–
11378).

More Related Content

What's hot

Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
ijtsrd
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET Journal
 
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
IDES Editor
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
IRJET Journal
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
IDES Editor
 
IRJET- Noise Cancellation
IRJET- Noise CancellationIRJET- Noise Cancellation
IRJET- Noise Cancellation
IRJET Journal
 
V2 i2087
V2 i2087V2 i2087
V2 i2087Rucku
 
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
ijcsit
 
I010324954
I010324954I010324954
I010324954
IOSR Journals
 
L011117884
L011117884L011117884
L011117884
IOSR Journals
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Editor IJARCET
 
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
IRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET Journal
 
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
IRJET Journal
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
sipij
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...iaemedu
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementiaemedu
 
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
sipij
 

What's hot (19)

Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
 
IRJET- Noise Cancellation
IRJET- Noise CancellationIRJET- Noise Cancellation
IRJET- Noise Cancellation
 
V2 i2087
V2 i2087V2 i2087
V2 i2087
 
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
THE EFFECT OF IMPLEMENTING OF NONLINEAR FILTERS FOR ENHANCING MEDICAL IMAGES ...
 
I010324954
I010324954I010324954
I010324954
 
L011117884
L011117884L011117884
L011117884
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
Strengthen Fuzzy Pronouncement for Impulse Noise Riddance Method for Images B...
 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
IRJET - Contrast and Color Improvement based Haze Removal of Underwater Image...
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
Numerical simulation of flow modeling in ducted axial fan using simpson’s 13r...
 
A new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancementA new tristate switching median filtering technique for image enhancement
A new tristate switching median filtering technique for image enhancement
 
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld ImageResearch on Noise Reduction and Enhancement Algorithm of Girth Weld Image
Research on Noise Reduction and Enhancement Algorithm of Girth Weld Image
 

Similar to A literature review of various techniques available on Image Denoising

Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noise
eSAT Publishing House
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
eSAT Journals
 
Iaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of highIaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of high
Iaetsd Iaetsd
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
eSAT Publishing House
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imageseSAT Publishing House
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
IRJET Journal
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET Journal
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
idescitation
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOC
Editor IJCATR
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
Arti Singh
 
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal StrategyRemoving Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
IRJET Journal
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical Images
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
IJRAT
 
Image Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical MethodImage Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical Method
IRJET Journal
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
sipij
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median Filtering
IRJET Journal
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013pranay yadav
 
A study to improve the quality of image enhancement
A study to improve the quality of image enhancementA study to improve the quality of image enhancement
A study to improve the quality of image enhancement
eSAT Publishing House
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
ijsc
 

Similar to A literature review of various techniques available on Image Denoising (20)

Adaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noiseAdaptive approach to retrieve image affected by impulse noise
Adaptive approach to retrieve image affected by impulse noise
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
Iaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of highIaetsd literature review on efficient detection and filtering of high
Iaetsd literature review on efficient detection and filtering of high
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
Performance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri imagesPerformance analysis of image filtering algorithms for mri images
Performance analysis of image filtering algorithms for mri images
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
 
Noise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOCNoise processing methods for Media Processor SOC
Noise processing methods for Media Processor SOC
 
survey paper for image denoising
survey paper for image denoisingsurvey paper for image denoising
survey paper for image denoising
 
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal StrategyRemoving Fog from the Image Using Median Filter and Redundancy Removal Strategy
Removing Fog from the Image Using Median Filter and Redundancy Removal Strategy
 
A Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical ImagesA Comparative Study of Image Denoising Techniques for Medical Images
A Comparative Study of Image Denoising Techniques for Medical Images
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Image Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical MethodImage Denoising using Statistical and Non Statistical Method
Image Denoising using Statistical and Non Statistical Method
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
IRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median FilteringIRJET- Image Restoration using Adaptive Median Filtering
IRJET- Image Restoration using Adaptive Median Filtering
 
elsevier_publication_2013
elsevier_publication_2013elsevier_publication_2013
elsevier_publication_2013
 
A study to improve the quality of image enhancement
A study to improve the quality of image enhancementA study to improve the quality of image enhancement
A study to improve the quality of image enhancement
 
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
EDGE PRESERVATION OF ENHANCED FUZZY MEDIAN MEAN FILTER USING DECISION BASED M...
 

More from AI Publications

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
AI Publications
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
AI Publications
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
AI Publications
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
AI Publications
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”
AI Publications
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...
AI Publications
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
AI Publications
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
AI Publications
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
AI Publications
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A Review
AI Publications
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonense
AI Publications
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...
AI Publications
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
AI Publications
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomas
AI Publications
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
AI Publications
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...
AI Publications
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
AI Publications
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
AI Publications
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
AI Publications
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
AI Publications
 

More from AI Publications (20)

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A Review
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonense
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomas
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
 

Recently uploaded

在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdfThe Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
Nettur Technical Training Foundation
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
manasideore6
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
AkolbilaEmmanuel1
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 

Recently uploaded (20)

在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdfThe Role of Electrical and Electronics Engineers in IOT Technology.pdf
The Role of Electrical and Electronics Engineers in IOT Technology.pdf
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 

A literature review of various techniques available on Image Denoising

  • 1. International journal of Engineering, Business and Management (IJEBM) ISSN: 2456-8678 [Vol-5, Issue-2, Mar-Apr, 2021] Issue DOI: https://dx.doi.org/10.22161/ijebm.5.2 Article DOI: https://dx.doi.org/10.22161/ijebm.5.2.1 http://www.aipublications.com/ijebm 1 A literature review of various techniques available on Image Denoising Sudha Yadav1 , Dr. Swapnesh Taterh2 , Mr. Ankit Saxena3 1 Student, Amity University Rajasthan, India 2 Professor, Amity University Rajasthan, India 3 Assistant Professor, Department of CSE, Invertis University, Bareilly, India Received: 04 Jan 2020; Received in revised form: 29 Jan 2021; Accepted: 19 Feb 2021; Available online: 20 Mar 2021 ©2021 The Author(s). Published by AI Publications. This is an open access article under the CC BY license (https://creativecommons.org/licenses/by/4.0/) Abstract— This paper provides a literature review of the different approaches used for image denoising. Various approaches are studied and their results are compared to provide a better understanding of the filters used to de-noise images. It is shown that how a single image is subjected to various denoising techniques and how it can react to those filters. Statistical and mean deviation techniques used by halder et al. (2019)1 and CNN techniques used by zing et al.(2018)2 are reviewed in detail to show how salt and pepper noise can be removed from the images. Each paper that is discussed here has explored the individual approach based on their research and the aim of this paper is to discuss all those approaches in a subsequent manner. Keywords— Image pre-processing, noise removal, image denoising, salt and pepper noise, noise filter, non-linear filters, median filter, deep learning for noise removal. I. INTRODUCTION The term noise means unwanted signal. This unwanted signal usually occurs while an image is transferred from one source to another. Source here doesn’t mean any explicit source. Sometimes, noise occurs even while capturing the image and this electronic unwanted signal is not limited to signal only. Videos are also affected when they are exposed to electronic transmission and produce noise. This noise generally depends on an explicit source and can also procure in form of grains. In other words, image noise is the unexpected variation of colors or brightness in the images. This noise can be generated by an electronic noise in the path. It can be produced by digital camera, image sensors or circuitry of a scanner camera. Image noise is undesirable product of image or video capturing and is required to remove. Image denoising is the process of removing noise from images and is most important step in pre-processing techniques. The PSNR value in image processing is a block that computes the peak signal-noise ratio between two images. It is a quality measure where the higher the PSNR value, the better is the quality of the compressed or reconstructed image. In this paper, various algorithms are compared to provide a better understanding of the algorithms at the root level and analyses the works of different researches using different algorithms such as mean and standard deviation1 , deep learning techniques2,3 such as CNN, iterative grouping median filter4 and non-linear filters5 Each paper that is discussed here has provided an individual approach based on their research and the aim of this paper is to discuss all those approaches in a subsequent manner. 1.1 Salt and pepper noise: Salt and pepper noise is the most common and major type of noise occurring in images. In this type of noise, images are seen with sudden and sharp disturbances. The intensity of the pixels of the images obtain either the highest or the lowest (255-0) values. 255 for white and 0 for black in case of black and white images1 . This sudden change in intensity causes the depreciation in the quality of images. Hence, they are needed to be removed. To start with digital
  • 2. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 2 color images, non-linear filters are used over time to remove salt and pepper noise from images and videos. II. NON-LINEAR FILTERS FOR DIGITAL COLOR IMAGES Digital color images is presented using a 3D matrix of RGB color where the first dimension reserves the red color, second dimension reserves the green color and the third dimension reserves the blue color6 . Here, the intensity of each color ranges from 0 to 255. According to sharad J. et al5 , the quality of the digital color image depreciates from the moment it is captured. During the pre-processing and processing, the digital image is subjected to many kind of distortion from the moment it is captured to moment is stored. While the phase of image transmission and storing, an impulse noise is added to the images which affects the color image during this phase. Salt and pepper noise is a type of impulse noise which corrupts the image. When the image is affected, the pixels take either the higher value, 255(salt noise) or the lowest value, 0(pepper noise). Linear methods are not found effective to correct the salt and pepper noise so nonlinear filtering methods are used. These methods provide good quality de-noised image by increasing peak signal to noise ratio (PSNR), depreciated mean square error (MSE) and increased correlation between the original and the de- nosed image7 . 2.1 Median Filter: In a median filter, a 3x3 matrix is taken which contains the intensity values of the pixels, as shown in the figure 1. The middle pixel is considered to denote the noised filter. This noised pixels value is corrected to the median value of all the pixels in the matrix and replaced with the median value. Standard Median filter is one of the simplest and the most frequently used non-linear filter but this algorithm might not remove the salt and pepper noise from images containing high image density ratio1 . Over the years many modified median filters are introduced such as weighted mean filter (WMF) 8 , center weighted median filter (CWMF) 9 , detail-preserving median filter (DPMF) 10 , recursive median filter (RMF) 11 , switching median filter (SMF) 12 , Alpha trimmed median filter (ATMF) 13 etc. In later years, more advanced median filters have been proposed including Fuzzy Switching Median Filter (FSMF) 14 , Adaptive fuzzy switching median filter ( ASMF) 15 , Fast detection median filter (FDMF) 16 , Un- symmetric trimmed median filter (UTMF) 17 etc. Fig.1: Median filter In the algorithm proposed by halder et al.1 the range of intensities that suit the intensity of the window is found out. The size of the local window is remained constant and not changed and it is checked that the calculated intensity can be used to change the impulse point or not. For this process, statistical mean and statistical median deviation is used. 2.2 Average Filter: Average filter is another non-linear filter used to remove the salt and pepper noise. A mask of variable dimension is used to convolute with the noise image to reduce the salt and pepper noise in the corrupted image5 . OCR (optical character recognition) is a technique that enables to detect the text contained in an image but in order to get good results, it is required to pre-process the image to remove noise contained in letter images. This can achieved by combining median and average filters18 .
  • 3. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 3 Fig.2: MF implementation (left), AF implementation (right) 2.3 Adaptive frequency median filter (AFMF): As said by halder et al.1 standard median filter s only limited to low density SPN, erkan et al. developed a new algorithm adaptive frequency median filter AFMF. This method is proposed by erkan et al19 where a frequency median and adaptive frequency median filter is introduced. It was proposed that the AFMF uses the same adaptive condition as adaptive median filter AMF and the proposed frequency instead of the traditional standard median filter. According to the proposed algorithm, the frequency median calculates the new grey value for the centre pixel in the median filter and excludes the noisy pixels and only focuses on the uniqueness of the grey value, hence providing more efficient results than AMF 19 . III. DEEP LEARNING METHODS FOR IMAGE DE-NOISING Deep learning in image denoising is a revolutionary topic gaining much attention. There are various deep learning techniques used for denoising process but their subsequent difference those techniques dealing with image denoising. A brief overview of deep learning techniques is provided by Tian, C., Fei, L., Zheng, W., Xu, Y., Zuo, W., & Lin, C. W. (2020) 21 where more than 200 papers are reviewed for their contributions in image de-noising field. The main contributions can be summarized as follows: 1. Illustration of the effects of deep learning techniques in the field on image de-noising.
  • 4. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 4 2. Summarization of the solutions of deep learning techniques for various noises (additive white noise, blind noise, real noise and hybrid noise). 3. Quantitative and qualitative analyses of the performance of noise removal algorithms in deep learning. 4. Characterizing potential challenges and directions for deep learning in the field of image denoising. 3.1. Machine learning for image de-noising: There are supervised, semi-supervised and unsupervised learning methods in machine learning for noise removal. In supervised methods given labels are used and the obtained features are put closer to the target for learning parameters and the training the denoising algorithm22,23 . In unsupervised learning methods, instead of label matching, training samples are used to find patterns and finish specific tasks such as un-pairing low resolution images24 . For semi-supervised learning methods, a model is built and applied to construct learner to label unlabelled samples from a given data sample25 . 3.2 Operational Neural networks for image denoising: Neural networks are the basis of all machine learning algorithms which are the basis for deep learning techniques27 . Most of the neural networks consist of neurons, input X, activation function f, weights W = [W0, W1, … , Wn−1 ] and biases b = [b 0 , b 1 , . . . , b n ]. A deep neural network is one which has more than three layers in it. However, it is difficult to implement these neural networks and require a good deal of manual settings to obtain desired results. Due to this, deep convolutional neural networks (CNNs) were proposed28 . 3.3 Convolutional Neural Networks (CNNs) for noise removal: Convolutional neural networks have recently been adapted as the most favoured technique for image denoising due to its adaptive learning ability with a deep configuration. Deep CNN can be used to directly remove SPN from the images20 . They use Convolutional neural networks CNN to directly remove noise from images. They used a multi- layer structure in CNN containing padding, batch normalization and rectified linear unit to remove salt and pepper noise from images. They divided the images into three sets- training set, validation set and test set. In their study, it was found that the model was able to remove salt and pepper noise from various images. Additionally, they were able to remove high-density noise as well due to extensive local receptive fields of deep neural networks. However, it was also found that their architecture was only able to perform on images with large number of interference pixels. Hence, their application was generalized for the removal of salt and pepper noise and produced competitive results. Definitely deep CNNs have attracted much attention but they don’t come without their limitation: (1) to train a deep CNN for denoising is very difficult, (2) most of the deep CNNs suffer a performance saturation situation26 . IV. COMPARATIVE ANALYSES So far this paper has discussed various methods and techniques that are used to remove noise from images. Now a comparative study is given which illustrates which methods fits to what situations. Table 1: deep learning techniques for image de noising: Methods Applications references CNN Additive white Gaussian and salt and pepper noise Wang, Zhou, and Cheng (2020)29 CNN Additive white Gaussian-poisson noise Chen, Song, and Yang (2016)30 CNN Additive white Gaussian noisy video Davy, Ehret, Morel, Arias, and Facciolo (2018)31 CNN Additive white Gaussian noisy video Tassano, Delon, and Veit (2019)32 CNN Blind video denoising Ehret, Davy, Morel, Facciolo, and Arias (2019)33
  • 5. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 5 Table 2: PSNR value of the various noise density 20-80% using ATMF, FDMF, AFMF, UTMF, FDMF, MF and SMF filters. noise density -> 0.2 0.4 0.6 0.8 AMF19 26.33 23.23 21.16 17.35 AFMF1 33.79 31.28 26.68 25.68 ATMF1 34.47 28.55 21.67 14.26 FDMF1 34.74 30.39 26.82 22.84 UTMF1 34.8 30.34 26.51 19.55 MF19 27.43 18.54 12.17 8.02 SMF1 28.6 25.67 20.63 14.26 Fig.3: Quantitative analysis of an image with 90% noise density2 V. RESULTS AND CONCLUSION Several results can be derived from ziad et al7 which can be summarized as: (1) while apply de-noising algorithms, it is better to de-noise each color alone and OCF is better to remove salt and pepper noise density greater than 0.17 and average and median filters are considered bad to remove salt and pepper noise for low and high density noises. The method proposed by halder 2019 is specifically iterative in nature and can only replace noisy pixels under adequate conditions which is that at least a minimum number of neighbor pixels satisfy the algorithms the conditions stated in their paper. Also, the algorithm takes a fixed size window and their size depends only on experimentally calculated pre-defined threshold. Below is a graph showing the comparison between the PSNR values of a image when subjected to different filters. Fig 4. Comparison of PSNR values using different filters from table 2 0 10 20 30 40 AMF AFMF ATMF FDMF UTMF MF SMF PSNR VALUES 0.2 0.4 0.6 0.8
  • 6. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 6 This paper also discussed the deep learning techniques to remove noise from image. However, there are certain limitations observed while applying these methods in the field of image de-noising3 : (1) More memory structures are required for deep learning techniques, (2) there is a lack of data when it comes to real noisy images as they are not easy to capture, (3) it is difficult to solve unsupervised de- noising tasks using deep CNNs. Gaussian noisy image de- noising have been quite successful over the few last years but in real world, real noises are more complex and irregular. On the other hand, Gaussian de-noising performs better is noise is regular. Nevertheless, deep learning tactics require the ground level truth when comes to de- noising algorithms and it’s hard to obtain due to the difficulty that real noisy images are hard to capture, hence the ground truth is not fully prevailed. Therefore, there are sudden challenges that researched need to address in order to provide better algorithms for de-noising images. REFERENCES [1] Halder, A., Halder, S., Chakraborty, S., & Sarkar, A. (2019). A Statistical Salt-and-Pepper Noise Removal Algorithm. International Journal of Image and Graphics, 19(01), 1950006. [2] Xing, Y., Xu, J., Tan, J., Li, D., & Zha, W. (2019). Deep CNN for removal of salt and pepper noise. IET Image Processing, 13(9), 1550-1560. [3] Tian, C., Xu, Y., Li, Z., Zuo, W., Fei, L., & Liu, H. (2020). Attention-guided CNN for image denoising. Neural Networks, 124, 117-129. [4] Chen, J., Zhan, Y., Cao, H., & Xiong, G. (2019). Iterative grouping median filter for removal of fixed value impulse noise. IET Image Processing, 13(6), 946-953. [5] Sharadqh, J. A. A. A., Ayyoub, B., Alqadi, Z., & Al-azzeh, J. (2019). Experimental investigation of method used to remove salt and pepper noise from digital color image. International Journal of Research in Advanced Engineering and Technology, 5(1), 23-31. [6] Waheeb Abu Ulbeh, Akram Moustafa, Ziad Alqadi A. Gray Image Reconstruction, European Journal of Scientific Research, ISSN 1450-216X. 2009; 27(2):167-173. [7] Jihad Nader, Ziad Alqadi A, Bilal Zahran. Analysis of Color Image Filtering Methods, International Journal of Computer Applications (0975–8887) Volume 174 – No.8 [8] M. G. L. Yin, R. Yang and Y. Neuvo, Weighted median ¯lters: A tutorial," IEEE Trans. Circuits Syst. II 43(3), 157– 192 (1996). [9] S. J. Ko and Y. H. Lee, Center weighted median ¯lters and their applications to image enhancement," IEEE Trans. Circuits Syst. 38(9), 984–993 (1991). [10] T. Sun and Y. Neuvo, Detail-preserving median based ¯lters in image processing," Pattern Recognit. Lett. 15, 341–347 (1994). [11] G. Qiu, An improved recursive median ¯ltering scheme for image processing," IEEE Transactions on Image Processing 5(4), 646–648 (1996). [12] Z. Wang and D. Zhang, Progressive switching median ¯lter for the removal of impulse noise from highly corrupted images, IEEE Trans. Circuits Syst. II, Analog Digit. Signal Process 46(1), 78–80 (1999). [13] W. Luo, An e±cient detail-preserving approach for removing impulse noise in images," IEEE Signal Process. Lett. 13(7), 413–416 (2006). [14] K. K. V. Toh, H. Ibrahim and M. N. Mahyuddin, Salt-and- pepper noise detection and reduction using fuzzy switching median ¯lter," IEEE Trans. Consum. Electron. [15] K. K. V. Toh and N. A. M. Isa, Noise adaptive fuzzy switching median ¯lter for salt-andpepper noise reduction," IEEE Signal Process. Lett. 17(3), 281–284 (2010) [16] K. S. Srinivasan and D. Ebenezer, A new fast and e±cient decision-based algorithm for removal of high-density impulse noises," IEEE Signal Process. Lett. 14(3), 189–192 (2007). [17] S. Esakkirajan, T. Veerakumar, A. N. Subramanyam and C. H. Premchand, Removal of high density salt-and-pepper noise through modi¯ed decision based unsymmetric trimmed median ¯lter," IEEE Signal Process. Lett. 18(5), 287–290 (2011). [18] Mahawan, I. M. A., & Udayana, I. P. A. E. D. (2020, May). Implementation of Average Filter and Median Filter for OCR Pre Processing of Incoming Letters Image. In IOP Conference Series: Materials Science and Engineering (Vol. 846, No. 1, p. 012021). IOP Publishing. [19] Erkan, U., Enginoğlu, S., & Thanh, D. N. (2019). Adaptive frequency median filter for the salt and pepper denoising problem. IET Image Processing, 14(7), 1291-1302. [20] Xing, Y., Xu, J., Tan, J., Li, D., & Zha, W. (2019). Deep CNN for removal of salt and pepper noise. IET Image Processing, 13(9), 1550-1560. [21] Tian, C., Fei, L., Zheng, W., Xu, Y., Zuo, W., & Lin, C. W. (2020). Deep learning on image denoising: An overview. Neural Networks. [22] Haskins, G., Kruger, U., & Yan, P. (2020). Deep learning in medical image registration: a survey. Machine Vision and Applications, 31(1), 8. [23] Fu, Y., Lei, Y., Wang, T., Curran, W. J., Liu, T., & Yang, X. (2020). Deep learning in medical image registration: a review. Physics in Medicine & Biology. [24] Lee, D., Yun, S., Choi, S., Yoo, H., Yang, M.-H., & Oh, S. (2018). Unsupervised holistic image generation from key local patches. In Proceedings of the European conference on computer vision (ECCV) (pp. 19–35). [25] Choi, K., Vania, M., & Kim, S. (2019, July). Semi- Supervised Learning for Low-Dose CT Image Restoration with Hierarchical Deep Generative Adversarial Network (HD-GAN). In 2019 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC) (pp. 2683-2686). IEEE. [26] Tian, C., Xu, Y., & Zuo, W. (2020). Image denoising using deep CNN with batch renormalization. Neural Networks, 121, 461-473.
  • 7. Sudha Yadav et al. International journal of Engineering, Business and Management (IJEBM) 5(2)-2021 http://www.aipublications.com/ijebm 7 [27] Schmidhuber, J. (2015). Deep learning in neural networks: An overview. Neural Networks, 61, 85–117. [28] Yao, Y., Wu, X., Zhang, L., Shan, S., & Zuo, W. (2018). Joint representation and truncated inference learning for correlation filter based tracking. In Proceedings of the European conference on computer vision (ECCV) (pp. 552–567). [29] Wang, C., Zhou, S. K., & Cheng, Z. (2020). First image then video: A two stage network for spatiotemporal video denoising. arXiv preprint arXiv: 2001.00346 [30] Chen, X., Song, L., & Yang, X. (2016). Deep rnns for video denoising. In Applications of digital image processing XXXIX, Vol. 9971 (p. 99711T). International Society for Optics and Photonics. [31] Davy, A., Ehret, T., Morel, J.-M., Arias, P., & Facciolo, G. (2018). Non-local video denoising by cnn. arXiv preprint arXiv:1811.12758. [32] Davy, A., Ehret, T., Morel, J.-M., Arias, P., & Facciolo, G. (2018). Non-local video denoising by cnn. arXiv preprint arXiv:1811.12758. [33] Ehret, T., Davy, A., Morel, J.-M., Facciolo, G., & Arias, P. (2019). Model-blind video denoising via frame-to-frame training. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 11369– 11378).