ArticlePDF Available

IMPULSE NOISE REMOVAL USING IMPROVED PARTICLE SWARM OPTIMIZATION

Authors:
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 3, Issue 4, April 2014
366
ISSN: 2278 909X All Rights Reserved © 2014 IJARECE
IMPULSE NOISE REMOVAL USING
IMPROVED PARTICLE SWARM
OPTIMIZATION
Christo Ananth1, Vivek.T2, Selvakumar.S.3, Sakthi Kannan.S.4, Sankara Narayanan.D5
ABSTRACT The fuzzy filter based on particle swarm
optimization is used to remove the high density image impulse
noise, which occur during the transmission, data acquisition and
processing. The proposed system has a fuzzy filter which has the
parallel fuzzy inference mechanism, fuzzy mean process, and a
fuzzy composition process. In particular, by using no-reference
Q metric, the particle swarm optimization learning is sufficient
to optimize the parameter necessitated by the particle swarm
optimization based fuzzy filter, therefore the proposed fuzzy
filter can cope with particle situation where the assumption of
existence of “ground-truth” reference does not hold. The
merging of the particle swarm optimization with the fuzzy filter
helps to build an auto tuning mechanism for the fuzzy filter
without any prior knowledge regarding the noise and the true
image. Thus the reference measures are not need for removing
the noise and in restoring the image. The final output image
(Restored image) confirm that the fuzzy filter based on particle
swarm optimization attain the excellent quality of restored
images in term of peak signal-to-noise ratio, mean absolute
error and mean square error even when the noise rate is above
0.5 and without having any reference measures.
Keywords Fuzzy filter, Particle Swarm Optimization (PSO),
Structural Similarity, Singular Value Decomposition.
I. INTRODUCTION
Digital images are often corrupted by impulsive
noise during data acquisition, transmission, and
processing. Here the turbulent particle swarm
optimization (PSO) (TPSO)-based fuzzy filtering (or
TPFF for short) approach to remove impulse noise from
highly corrupted images.
1 Assistant Professor/ECE, Francis Xavier Engineering College,
Tirunelveli
2 U.G.Scholar/ECE, Francis Xavier Engineering College, Tirunelveli
3 U.G.Scholar/ECE, Francis Xavier Engineering College, Tirunelveli
4 U.G.Scholar/ECE, Francis Xavier Engineering College, Tirunelveli
5 U.G.Scholar/ECE, Francis Xavier Engineering College, Tirunelveli
The proposed fuzzy filter contains a parallel
fuzzy inference mechanism, a fuzzy mean process, and a
fuzzy composition process. To a certain extent, the TPFF
is an improved and online version of those genetic-based
algorithms which had attracted a number of works during
the past years. As the PSO is renowned for its ability of
achieving success rate and solution quality, the superiority
of the TPFF is almost for sure. Therefore, the proposed
fuzzy filter can cope with practical situations where the
assumption of the existence of the “ground-truth”
reference does not hold. The experimental results confirm
that the TPFF attains an excellent quality of restored
images in terms of peak signal-to-noise ratio, mean square
error, and mean absolute error even when the noise rate is
above 0.5 and without the aid of noise-free images.
Fig.1. Image reconstruction process
The Fig.1 shows the process for reconstructing
the noisy image. The process consist of the input image
which is a highly corrupted image, fuzzy filter, the output
NOISY IMAGE
FUZZY FILTER
PARTICLE
OPTIMIZATION
FITNESS
EVALUATION
PSNR
CONDITION
RECONSTRUCTED
IMAGE
YES
NO
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 3, Issue 4, April 2014
367
ISSN: 2278 909X All Rights Reserved © 2014 IJARECE
of the fuzzy filter is given to the PSO, then the PSNR
value is checked, if the PSNR value is satisfied then the
output image(reconstructed image) is obtained. If the
PSNR value is not satisfied then the particles values are
changed by the PSO techniques, this process is repeated
until the expected PSNR value reached, Once the PSNR
value satisfies our expected value then the output image
will obtained.
II MATERIALS AND METHODS
The fuzzy set technique serves as an important
ingredient in the development of information
technologies. In the field of information systems, the
fuzzy set plays a role in the development of intelligent
systems and the storage of imprecise linguistic
information.
Applications can be found in many areas such as
control systems, fuzzy time series forecasting, artificial
intelligence and image processing[7]. In particular, fuzzy
image filters have the advantage of being easy to realize
by simple fuzzy rules that characterize a particular noise.
Over the past years, a huge amount of fuzzy-based noise
reduction methods were developed. The noise adaptive
fuzzy switching median filtering mechanism [1]
employed fuzzy reasoning to handle uncertainty presented
in the extracted local information introduced by noise.
The fuzzy impulse noise detection and reduction method
dealt with the images corrupted by fat-tailed noise.
Particle swarm optimization (PSO) is a decade-
old concept in the global optimization domain. It is a
popular computational technique developed by Eberhart
and Kennedy, based on the social behavior of birds
flocking for food searching. The PSO was generally
found to outperform other evolutionary algorithms (such
as GAs, mimetic algorithms, ant-colony optimization, and
shuffled frog-leaping algorithm) in terms of success rate
and solution quality while being second best in terms of
processing time. To provide quantitative data on the
fidelity of rendered images, quality metrics are of
paramount importance for the PSO.
These metrics can be typically divided into two
main categories, namely, full reference and no reference.
Full-reference metrics need a complete reference image,
and what they calculate is the similarity between the
target and reference images. Metrics such as the classical
peak signal-to-noise ratio (PSNR), MSE, MAE, and the
structural similarity (SSIM) belong to this category.
Unfortunately, the full-reference metrics are hardly
applicable due to the unavailability of the reference
images in most practical applications. To overcome the
deficiency, researchers thus turned their attention to the
parameter optimization problem of the field (i.e., no
reference) using the generalized cross-validation, L-curve
method, Stein’s unbiased risk estimate (SURE), etc. In
recent years, the SURE gradually became popular as it
provided an efficient means for an unbiased estimation of
the MSE without the reference image. However, the
performance of the SURE is barely acceptable for
Gaussian noise, and an accurate estimation of the noise
variance is still necessary.
In fact, an ideal no-reference measure that is
useful for the parameter optimization problem should take
both noise and blur conditions into account. Recently,
Xiang and Milanfar proposed a no-reference image
quality metric based upon the singular value
decomposition (SVD) of the local image gradient matrix
and provided a quantitative measure of true image
content.
III. PROPOSED METHOD
In a scenario where an image (M × N) is
corrupted by impulsive noise, let xij be the 8-b
gray level of the noisy pixel at location (i, j) and
1 i M,1 j N
Xij= (1)
where φij denotes a noise-free image
pixel and nij denotes a noisy impulse at the
location (i, j) with a noise corruption rate p. The
simplest and most frequently used impulse noise
model is the salt-and-pepper noise, where noisy
pixels take either the minimal or maximal value,
i.e., nij {Lmin, Lmax} with Lmin and Lmax,
respectively representing the lowest and highest
pixel luminance values within the dynamic
range.
Fig.2. Examples of membership function
nij, with probability p
φij,with proability 1-p
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 3, Issue 4, April 2014
368
ISSN: 2278 909X All Rights Reserved © 2014 IJARECE
Moreover, the uniform impulse noise model can
often be found in the contemporary literature too, where
the noisy pixel can have any value within the dynamic
range with equal probability. Membership functions for
fuzzy sets can be defined in any number of ways as long
as they follow the rules of fuzzy sets. Three examples of
frequently used membership functions for calculating the
fuzzy number are shown in Fig. 2.
However, it is hard to say which membership
function is the best one. The choice of the membership
function depends on the subjective aspect of fuzzy logic,
which allows the desired values to be interpreted
appropriately. Bigand and Colot had demonstrated the
design of a robust fuzzy filter using certain membership
functions, and we also obtain similar results with triangle
and trapezoid membership functions.
It is thus straightforward for us to employ the
triangle membership functions for simplifying the tuning
procedure of filter parameters. The membership function
fA(x) with the fuzzy set A denoted by A = [aA, bA, cA] is
given in Fig.2(c)
fA(x) (2)
A fuzzy set allows its members to have different
degrees of membership. Here, we define S (S 3) fuzzy
sets for a gray-level image. Suppose that the image can be
classified into “very dark” (VD), “dark” (DK), “medium”
(MD), “bright”(BR), and “very bright” (VB), as shown in
Fig. 3. The membership functions of fuzzy sets VD, DK,
MD, BR, and VB are denoted as VD = [aVD, bVD, cVD],
DK = [aDK, bDK,cDK],M = [aMD, bMD, cMD], B = [aBR, bBR,
cBR], and VB = [aVB, bVB, cVB], respectively.
Fig. 3. Membership function
The architecture of the fuzzy filtering process for
impulsive noise removal is shown in Fig. 4.
Fig. 4. Architecture of fuzzy filtering process
Fig. 5. Linguistic term
A. Parallel Fuzzy Inference Process
Here, the linguistic modifier λ is adopted to
modify the membership functions to fit the linguistic
characterization. Equation defines the computing
mechanism of the fuzzy inference vector through the
linguistic modifier. Two of the most well-known
modifiers are the erosion corresponding to “very” (λ = 2)
and the dilation corresponding to “more-or-less” (λ = 0.5).
Fig. 5 shows the graphic representations of three specific
linguistic terms, including normal bright (λ=1), very
bright (λ=2), and more-or-less bright (λ=0.5).
O3
AS = ( (4 (3)
where 1 r n2, 1 s S, 1 l S. Finally,
the fuzzy inference rules are denoted as follows:
Fuzzy Rule LS :
If (x1 is LS) AND (x2 is LS) AND . . . AND (x9 is LS)
THEN is LS, where LS {VDK, DK, MD, BR,
VBR}.
((fAS(xrl))2 , if “very”( λ=2)
((fAS(xrl)) , if “normal” (λ=1)
((fAS(xrl))0.5,if “more or less (λ=0.5)
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 3, Issue 4, April 2014
369
ISSN: 2278 909X All Rights Reserved © 2014 IJARECE
Equation (4.4) shows the computing mechanism
for the output of the aforementioned rules
(4)
B. Fuzzy Mean Process
The fuzzy mean process aims at deriving a fuzzy
mean of the processing windows. The process is carried
out using a trapezoidal membership function of four
parameters, i.e., A = [aA, bA, cA, dA], shown in Fig. 2(c).
Equation specifies the computing process with the fuzzy
interval F_mean for the fuzzy mean process. Moreover,
the fuzzy function F_mean for the fuzzy mean process is
shown in Fig. 6.
(5)
Where
(6)
and the fuzzy set F_mean = [0, α, β, 255].
C. Fuzzy Composition Process
The core concept of the fuzzy filter is to pick out
an adequate inference drawn from different linguistic sets
along with the output of the fuzzy mean process and then
merge these two probable informative sources by fuzzy
weighting.
V.SIMULATION RESULTS
The Simulation results of the proposed method is as given
below.
Fig. 6. Actual image (Before noise)
Fig.6. shows the input image which is the actual image
before adding noise. Fig.7. shows the noisy image with
noise rate of 0.6
Fig. 7. Noisy image (noise rate 0.6)
Fig.8. shows the Restored image which is obtained by
applying the proposed technique to give a noise free
image
Fig. 8. Restored image (noise free image)
TABLE I
COMPARISON OF NOISE AND PSNR
S.No
Noise
Density
Fuzzy
PSNR
Fuzzy-PSO
PSNR
1.
0.4
32.674
33.474
2.
0.5
30.913
31.567
3.
0.6
28.167
29.786
4.
0.7
23.757
24.589
5.
0.8
19.322
21.543
Table I shows the values of Fuzzy PSNR and Fuzzy-PSO
PSNR for different values of Noise Density. The
Proposed Fuzzy-PSO PSNR is able to outsmart the Fuzzy
PSNR with larger values proving its reliability.
International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE)
Volume 3, Issue 4, April 2014
370
ISSN: 2278 909X All Rights Reserved © 2014 IJARECE
VI. CONCLUSION
As the PSO has several desirable properties such
as fewer parameters, easier implementation, low
computational cost, and faster convergence to the optimal
solution, the superiority of the fuzzy filter based on PSO
is almost for sure. The no-reference image quality Q
metric adopted here can reflect the extent of both
blurriness and randomness of images without any prior
knowledge.
Using the fuzzy filter based on PSO the high
impulse noise in the image was restored without having
any reference measures, any trial and error.
REFERENCES
[1] Astola, P. Haavisto, Y. Neuvo, Vector median filters,
Proc. IEEE 78 (4) (2011) 678689.
[2] Bovik, Handbook of Image and Video Processing,
Academic Press, 2010.
[3] C.-H. Chen, C.-Y. Chen, C.-H. Chen, Intelligent
adaptive subband-based multi-state median filter in lowly-
corrupted images, Int. J. Innovative Comput. Inf. Control
5 (9) (2012) 29172926.
[4] T. Chen, K. K. Ma, and L. H. Chen. Tri-State Median
Filter for ImageDenoising. IEEE Transactions on Image
Processing, 8(12):1834 1838, December 2009.
[5] M. Emre Celebi, Hassan A. Kingravi, Y. Alp
Aslandogan, Nonlinear vector filtering for impulsive
noise removal from color images, J.Electronic imaging
16(3) , 033008 (2010) 1-21.
[6] Fawcett, An introduction to ROC analysis, Pattern
Recognit. Lett. 27 (8) (2006) 861874.
[7] R. Pandey, An improved switching median filter for
uniformly distributed impulse noise removal, Proc. World
Acad. Sci. Eng. Technol. 38 (2010) 349351.
[8] N. Suetake, R. Kubota, E. Uchino, Random-valued
impulse noise detection considering color distance and
correlation among RGB components, Int. J. Innovative
Comput. Inf. Control 7 (7(A)) (2011) 37993810.
[9] N. Suetake, A new impulse noise detector based on
pattern classification, IEEJ Trans. Electron. Inf. Syst. 122
(5) (2006) 902903.
[10] T. Sun, Y. Neuvo, Detail-preserving median based
filters in image processing, Pattern Recognit. Lett. 15 (4)
(2004) 341347.
[11] Z. Wang, D. Zhang, Progressive switching median
filter for the removal of impulse noise from highly
corrupted images, IEEE Trans. Circuits Syst. II: Analog
Digit. Signal Process. 46 (1) (2004) 7880.
[12] X. Zhang, Z. Yin, Y. Xiong, Adaptive switching
mean filter for impulse noise removal, in: 2008 IEEE
Congress on Image and Signal Processing, 2008, pp. 275
278.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
At the forefront of technological innovation and scholarly discourse, the Journal of Electrical Systems (JES) is a peer-reviewed publication dedicated to advancing the understanding and application of electrical systems, communication systems and information science. With a commitment to excellence, we provide a platform for researchers, academics, and professionals to contribute to the ever-evolving field of electrical engineering, communication technology and Information Systems. The mission of JES is to foster the exchange of knowledge and ideas in electrical and communication systems, promoting cutting-edge research and facilitating discussions that drive progress in the field. We aim to be a beacon for those seeking to explore, challenge, and revolutionize the way we harness, distribute, and utilize electrical energy and information systems..
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
The research on Quantum Networked Artificial Intelligence is at the intersection of Quantum Information Science (QIS), Artificial Intelligence, Soft Computing, Computational Intelligence, Machine Learning, Deep Learning, Optimization, Etc. It Touches On Many Important Parts Of Near-Term Quantum Computing And Noisy Intermediate-Scale Quantum (NISQ) Devices. The research on quantum artificial intelligence is grounded in theories, modelling, and significant studies on hybrid classical-quantum algorithms using classical simulations, IBM Q services, PennyLane, Google Cirq, D-Wave quantum annealer etc. So far, the research on quantum artificial intelligence has given us the building blocks to achieve quantum advantage to solve problems in combinatorial optimization, soft computing, deep learning, and machine learning much faster than traditional classical computing. Solving these problems is important for making quantum computing useful for noise-resistant large-scale applications. This makes it much easier to see the big picture and helps with cutting-edge research across the quantum stack, making it an important part of any QIS effort. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum networks powered with artificial intelligence
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
JoWUA is an online peer-reviewed journal and aims to provide an international forum for researchers, professionals, and industrial practitioners on all topics related to wireless mobile networks, ubiquitous computing, and their dependable applications. JoWUA consists of high-quality technical manuscripts on advances in the state-of-the-art of wireless mobile networks, ubiquitous computing, and their dependable applications; both theoretical approaches and practical approaches are encouraged to submit. All published articles in JoWUA are freely accessible in this website because it is an open access journal. JoWUA has four issues (March, June, September, December) per year with special issues covering specific research areas by guest editors. The editorial board of JoWUA makes an effort for the increase in the quality of accepted articles compared to other competing journals..
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
Proceedings on Engineering Sciences examines new research and development at the engineering. It provides a common forum for both front line engineering as well as pioneering academic research. The journal's multidisciplinary approach draws from such fields as Automation, Automotive engineering, Business, Chemical engineering, Civil engineering, Control and system engineering, Electrical and electronic engineering, Electronics, Environmental engineering, Industrial and manufacturing engineering, Industrial management, Information and communication technology, Management and Accounting, Management and quality studies, Management Science and Operations Research, Materials engineering, Mechanical engineering, Mechanics of Materials, Mining and energy, Safety, Risk, Reliability, and Quality, Software engineering, Surveying and transport, Architecture and urban engineering.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
Utilitas Mathematica Journal is a broad scope journal that publishes original research and review articles on all aspects of both pure and applied mathematics. This journal is the official publication of the Utilitas Mathematica Academy, Canada. It enjoys good reputation and popularity at international level in terms of research papers and distribution worldwide. Offers selected original research in Pure and Applied Mathematics and Statistics. UMJ coverage extends to Operations Research, Mathematical Economics, Mathematics Biology and Computer Science. Published in association with the Utilitas Mathematica Academy. The leadership of the Utilitas Mathematica Journal commits to strengthening our professional community by making it more just, equitable, diverse, and inclusive. We affirm that our mission, Promote the Practice and Profession of Statistics, can be realized only by fully embracing justice, equity, diversity, and inclusivity in all of our operations. Individuals embody many traits, so the leadership will work with the members of UMJ to create and sustain responsive, flourishing, and safe environments that support individual needs, stimulate intellectual growth, and promote professional advancement for all.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
Most experts would consider this the biggest challenge. Quantum computers are extremely sensitive to noise and errors caused by interactions with their environment. This can cause errors to accumulate and degrade the quality of computation. Developing reliable error correction techniques is therefore essential for building practical quantum computers. While quantum computers have shown impressive performance for some tasks, they are still relatively small compared to classical computers. Scaling up quantum computers to hundreds or thousands of qubits while maintaining high levels of coherence and low error rates remains a major challenge. Developing high-quality quantum hardware, such as qubits and control electronics, is a major challenge. There are many different qubit technologies, each with its own strengths and weaknesses, and developing a scalable, fault-tolerant qubit technology is a major focus of research. Funding agencies, such as government agencies, are rising to the occasion to invest in tackling these quantum computing challenges. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum computers.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
It is no surprise that Quantum Computing will prove to be a big change for the world. The practical examples of quantum computing can prove to be a good substitute for traditional computing methods. Quantum computing can be applied to many concepts in today’s era when technology has grown by leaps and bounds. It has a wide beach of applications ranging from Cryptography, Climate Change and Weather Forecasting, Drug Development and Discovery, Financial Modeling, Artificial Intelligence, etc. Giant firms have already begun the process of quantum computing in the field of artificial intelligence. The search algorithms of today are mostly designed according to classical computing methods. While Comparing Quantum Computers with Data Mining with Other Counterpart Systems, we are able to understand its significance thereby applying new techniques to obtain new real-time results and solutions.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
Published since 2004, Periódico Tchê Química (PQT) is a is a triannual (published every four months), international, fully peer-reviewed, and open-access Journal that welcomes high-quality theoretically informed publications in the multi and interdisciplinary fields of Chemistry, Biology, Physics, Mathematics, Pharmacy, Medicine, Engineering, Agriculture and Education in Science. Researchers from all countries are invited to publish on its pages. The Journal is committed to achieving a broad international appeal, attracting contributions, and addressing issues from a range of disciplines. The Periódico Tchê Química is a double-blind peer-review journal dedicated to express views on the covered topics, thereby generating a cross current of ideas on emerging matters.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
Onkologia I Radioterapia is an international peer reviewed journal which publishes on both clinical and pre-clinical research related to cancer. Journal also provide latest information in field of oncology and radiotherapy to both clinical practitioner as well as basic researchers. Submission for publication can be submitted through online submission, Editorial manager system, or through email as attachment to journal office. For any issue, journal office can be contacted through email or phone for instatnt resolution of issue. Onkologia I Radioterapia is a peer-reviewed scopus indexed medical journal publishing original scientific (experimental, clinical, laboratory), review and case studies (case report) in the field of oncology and radiotherapy. In addition, publishes letters to the Editorial Board, reports on scientific conferences, book reviews, as well as announcements about planned congresses and scientific congresses. Oncology and Radiotherapy appear four times a year. All articles published with www.itmedical.pl and www.medicalproject.com.pl is now available on our new website.
... Breaking a 40-bit RC4 encryption only requires around 28.5 h. [66] discussed about Improved Particle Swarm Optimization. The fuzzy filter based on particle swarm optimization is used to remove the high density image impulse noise, which occur during the transmission, data acquisition and processing. ...
Preprint
Full-text available
The journal is published every quarter and contains 200 pages in each issue. It is devoted to the study of Indian economy, polity and society. Research papers, review articles, book reviews are published in the journal. All research papers published in the journal are subject to an intensive refereeing process. Each issue of the journal also includes a section on documentation, which reproduces extensive excerpts of relevant reports of committees, working groups, task forces, etc., which may not be readily accessible, official documents compiled from scattered electronic and/or other sources and statistical supplement for ready reference of the readers. It is now in its nineteenth year of publication. So far, five special issues have been brought out, namely: (i) The Scheduled Castes: An Inter-Regional Perspective, (ii) Political Parties and Elections in Indian States : 1990-2003, (iii) Child Labour, (iv) World Trade Organisation Agreements, and (v) Basel-II and Indian Banks.
Article
Full-text available
Digital image processing plays important role in our daily life. Digital Image Processing involves the modification of digital data for improving the image qualities with the aid of computer. The processing helps in maximize the clarity, sharpness of image and details of features of interest. The digital image is given as input into a computer and computer is programmed to change data with the help of various computations and then store the values of the computation for each pixel.Noise is defined as unwanted signals. The noise is removed with the help of image denoising algorithm. In this paper a filtering algorithm, improved sorted switching median filter (ISSMF) is introduced. In this algorithm two phases are included. In the first phase, the processing pixel is checked whether it is corrupted or uncorrupted. If processing pixel is uncorrupted then it remains unchanged and if processing pixel is corrupted then it is passed to second phase. In the second phase the filtering process is applied to corrupted pixel and value of corrupted pixel is replaced with the calculated median value using ISSMF.In order to preserve the edges detail, the gradient smoothing is applied. Several extensive simulation results conducted on both grayscale and color images with various density levels and ISSMF performs better than the existing median-based filters.
Article
Full-text available
Receiver operating characteristics (ROC) graphs are useful for organizing classifiers and visualizing their performance. ROC graphs are commonly used in medical decision making, and in recent years have been used increasingly in machine learning and data mining research. Although ROC graphs are apparently simple, there are some common misconceptions and pitfalls when using them in practice. The purpose of this article is to serve as an introduction to ROC graphs and as a guide for using them in research.
Article
This paper presents a novel method to reduce random-valued impulse noise by adaptive subband-based multi-state median (ASBMSM) filtering for lowly-corrupted images. Most reported noise filters can effectively reduce impulse noises that are distributed over the low-frequency area but hardly filter those noises that are distributed over the high-frequency area in an image. To overcome the above problem, the paper develops an adaptive subband-based filtering scheme, in which an image is divided into low-frequency and high-frequency blocks of size 8 * 8 by using PSNR (peak signal-to-noise-ratio) checking. Then, different blocks use different masks for filtering. In. addition, to enhance restoration of the original information, another filtering process is required if the PSNR, value of the previously filtered image is lower than a threshold. Experimental results manifest that the proposed impulse noise filter is superior in PSNR performance to other switching-based median filters when the corruption ratio is below 30%.
Article
In this letter, a new impulse detector is proposed in order to realize a switching median filter, which can remove salt-pepper impulse noise while preserving details. In the detector, a pixel pattern on the window is classified into some cluster by using the self-organizing maps, and then a difference between the central pixel value and a median of the window is calculated. Finally, the detection is achieved by comparing the difference with a threshold value, which is assigned to a cluster. Simulation results demonstrate that the proposed algorithm is better than a conventional algorithm and is particularly effective for the cases where the images are highly corrupted.
Article
In order to realize a superior switching median filter for an image corrupted by the random-valued impulse noise, we propose a new detection method with noise en-hancement. The present method consists of the noise enhancement and the noise detec-tion processes. In the enhancement process, the color distance on CIELAB color space is considered to detect the noise-corrupted pixel with small amplitude noise, and reflected to the pixel value in RGB color space. The detection process employs the correlation information among RGB components, because R, G and B components of the color im-age correlate strongly each other in general. Moreover, the variance of the signal is also used especially for the detection on the flat part. Through the experimental results, the quantitative and the qualitative superiorities of the present method are verified.
Article
A switching scheme for median filtering which is suitable to be a prefilter before some subsequent processing e.g. edge detection or data compression is presented to remove impulse noises in digital images with small signal distortion. The switching procedure is based on the local measurements of impulses which is called impulse detection. A median and weighted median based impulse detector is devised and the relevant properties are discussed. By using a test image, we demonstrate that the filtering structure yields an output image which is significantly better than those of median, weighted median and optimal stack filters.
Article
In this paper, a comprehensive survey of 48 filters for impulsive noise removal from color images is presented. The filters are formulated using a uniform notation and categorized into 8 families. The performance of these filters is compared on a large set of images that cover a variety of domains using three effectiveness and one efficiency criteria. In order to ensure a fair efficiency comparison, a fast and accurate approximation for the inverse cosine function is introduced. In addition, commonly used distance measures (Minkowski, angular, and directional-distance) are analyzed and evaluated. Finally, suggestions are provided on how to choose a filter given certain requirements.
Article
55% new material in the latest edition of this "must-have? for students and practitioners of image & video processing!This Handbook is intended to serve as the basic reference point on image and video processing, in the field, in the research laboratory, and in the classroom. Each chapter has been written by carefully selected, distinguished experts specializing in that topic and carefully reviewed by the Editor, Al Bovik, ensuring that the greatest depth of understanding be communicated to the reader. Coverage includes introductory, intermediate and advanced topics and as such, this book serves equally well as classroom textbook as reference resource. - Provides practicing engineers and students with a highly accessible resource for learning and using image/video processing theory and algorithms - Includes a new chapter on image processing education, which should prove invaluable for those developing or modifying their curricula - Covers the various image and video processing standards that exist and are emerging, driving today's explosive industry - Offers an understanding of what images are, how they are modeled, and gives an introduction to how they are perceived - Introduces the necessary, practical background to allow engineering students to acquire and process their own digital image or video data - Culminates with a diverse set of applications chapters, covered in sufficient depth to serve as extensible models to the reader's own potential applications About the Editor... Al Bovik is the Cullen Trust for Higher Education Endowed Professor at The University of Texas at Austin, where he is the Director of the Laboratory for Image and Video Engineering (LIVE). He has published over 400 technical articles in the general area of image and video processing and holds two U.S. patents. Dr. Bovik was Distinguished Lecturer of the IEEE Signal Processing Society (2000), received the IEEE Signal Processing Society Meritorious Service Award (1998), the IEEE Third Millennium Medal (2000), and twice was a two-time Honorable Mention winner of the international Pattern Recognition Society Award. He is a Fellow of the IEEE, was Editor-in-Chief, of the IEEE Transactions on Image Processing (1996-2002), has served on and continues to serve on many other professional boards and panels, and was the Founding General Chairman of the IEEE International Conference on Image Processing which was held in Austin, Texas in 1994.
Conference Paper
The adaptive switching mean filter is proposed to remove impulse noise from the corrupted image. The proposed filter first identifies the noise pixels using the morphological noise detector and then removes the detected impulses using the adaptive trimmed mean filter. Simulation results show that the proposed filter can realize the accurate noise detection and it can suppress impulse noise effectively while preserving details in the image very well, thus providing significantly better restoration performance than the traditional median filter and numerous well known switching-based filters.
Article
A novel nonlinear filter, called tri-state median (TSM) filter, is proposed for preserving image details while effectively suppressing impulse noise. We incorporate the standard median (SM) filter and the center weighted median (CWM) filter into a noise detection framework to determine whether a pixel is corrupted, before applying filtering unconditionally. Extensive simulation results demonstrate that the proposed filter consistently outperforms other median filters by balancing the tradeoff between noise reduction and detail preservation