SlideShare a Scribd company logo
Natarajan Meghanathan, et al. (Eds): ITCS, SIP, JSE-2012, CS & IT 04, pp. 99–103, 2012.
© CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2109
Robust Adaptive Threshold Algorithm based
on Kernel Fuzzy Clustering on Image
segmentation
Tara.Saikumar1
, B.K.Anoop2
, P.S.Murthy3
1
Asst Professor, Dept of ECE, CMR Technical Campus, Hyderabad, India.
tara.sai437@gmail.com
2
Lecturer, Dept of ECE, MACE, Kerala, India.
anoopbk2000@gmail.com
3
Professor, Dept of CSE, CMRIT, Hyderabad India.
moorthypsm@gmail.com
ABSTRACT
Using thresholding method to segment an image, a fixed threshold is not suitable if the
background is rough here, we propose a new adaptive thresholding method using KFCM. The
method requires only one parameter to be selected and the adaptive threshold surface can be
found automatically from the original image. An adaptive thresholding scheme using adaptive
tracking and morphological filtering. KFCM algorithm computes the fuzzy membership values
for each pixel. Our method is good for detecting large and small images concurrently. It is also
efficient to denoise and enhance the responses of images with low local contrast can be detected.
The efficiency and accuracy of the algorithm is demonstrated by the experiments on the MR brain
images.
KEYWORDS
Adaptive thresholding , Image segmentation, KFCM.
1. INTRODUCTION
Blind Thresholding techniques are often used to segment images consisting of dark objects
against bright backgrounds, or vice versa. It also offers data compression and fast data processing
[1]. The simplest way is through a technique called global thresholding, where one threshold
value is selected for the entire image, which is obtained from the global information. However,
when the background has non-uniform illumination, a fixed (or global) threshold value will
poorly segment the image. Thus, a local threshold value that changes dynamically over the image
is needed. This technique is called adaptive thresholding. Basically these techniques can be
divided into region-based and edge-based thresholding. Region-based technique uses the whole
image to extract the information for the threshold value computation, while edge-based technique
is based on the attributes along the contour between the object and the background.
100 Computer Science & Information Technology (CS & IT)
For region-based technique, most of the early introduced techniques are based on the image
histogram. In 1979, Otsu [2] presented a technique that considered the image histogram as having
a two gaussian distribution representing the object and the background. A threshold is selected to
maximize the inter-class separation on the basis of the class Variances. For the edge-based
thresholding technique, the idea of applying the boundary based attributes is based on the fact that
discriminant features exist at the boundary between the object and the background [3]. Thus, the
edge-based thresholding technique has become more popular for exploration. Milgram [10]
applied edge information to segment images by proposing “super slice” method. In this method,
the edge information (gradient) is integrated with the recursive region splitting technique. The
superslice method was also applied and improved in [3, 11].
2. ADAPTIVE THRESHOLDING
We adapt this technique with some optimization. The following outlines Hoover’s adaptive
thresholding:
1) Binarize the image with a single threshold T
2) Thin the thresholded image
3) Erase all branchpoints in the thinned image
4) All remaining endpoints are placed in the probe
queue and are used as a starting point for tracking
5) Track the region with threshold T
6) If the region passed testing, T=T-1, go to 5)
The testing in step 6) is some constraints to guarantee the region is image segment.Very small
segments that remain after thresholding will be “size-filtered”. But this step is preceded by the
application of morphological filter to fill the small gaps between images.
3. Kernel fuzzy c-means clustering (KFCM):
Define a nonlinear map as ( ) Fxx ∈→•
• φφ ,where XXx .∈ denotes the data space and F is the
transformed feature space with higher even infinite dimensions. KFCM minimized the following
objective function:
)( ( ) ( ) 2
1`1
., ii
n
k
m
ik
c
i
m vxuVUJ φφ −≡ ∑∑ −−
…….. (2.2)
Where ( ) ( ) ( ) ( ) ( )ikiikkii vxKvvKxxKvx ,2,,
2
−+=− φφ ………………… (2.3)
Where ( ) ( ) ( )yxyxK
T
φφ=, is an inner product of the kernel function. If we adopt the
Gaussian function as a kernel function, ( ) ( ),2/exp, 22
σyxyxK −−= then ( ) .1, =xxK
according to Eq. (2.3), Eq. (2.2) can be rewritten as
)( ( )( ).,1.2,
1`1
ik
n
k
m
ik
c
i
m vxkuVUJ −≡ ∑∑ −−
………. (2.4)
Minimizing Eq. (2.4) under the constraint of, , 1iku m > . We have
Computer Science & Information Technology (CS & IT) 101
( )( )( ) ( )
( )( )( ) ( )
∑=
−
−
−
−
= c
j
m
ik
m
ik
ik
vxK
vxK
u
1
1/1
1/1
,1/1
,1/1
……………. (2.5)
( )
( )∑
∑
=
=
= n
k
ik
m
ik
n
k
kikik
i
vxKu
xvxKu
v
1
1
,
,
………………….. (2.6)
Here we now utilize the Gaussian kernel function for
Straightforwardness. If we use additional kernel functions, there will be corresponding
modifications in Eq. (2.5) and (2.6).
In fact, Eq.(2.3) can be analyzed as kernel-induced new metric in the data space, which is
defined as the following
( ) ( ) ( ) ( )( )yxKyxyxd ,12, −=−∆ φφ …….. (2.7)
And it can be proven that ( )yxd , is defined in Eq. (2.7) is a metric in the original space in case that
( )yxK , takes as the Gaussian kernel function. According to Eq. (6), the data point kx is capable
with an additional weight ( )ik vxK , , which measures the similarity between kx and iv and when
kx is an outlier i.e., kx is far from the other data points, then ( )ik vxK , will be very small, so the
weighted sum of data points shall be more strong.
The full explanation of KFCM algorithm is as follows:
KFCM Algorithm:
Step 1: Select initial class prototype{ } 1
c
i i
v =
.
Step 2: Update all memberships iku with Eq. (2.5).
Step 3: Obtain the prototype of clusters in the forms of weighted average with Eq. (2.6).
Step 4: Repeat step 2-3 till termination. The termination criterion is new oldV V ε− ≤ .
Where . is the Euclidean norm. V is the vector of cluster centers ε is a small number that
can be set by user (here ε =0.01).
4. EXPERIMENTAL RESULTS
The output of adaptive threshold algorithm and KFCM, figure 1 is as shown below. Firstly the
original image is as shown in figure (i) is transformed to a proposed adaptive threshold algorithm
with the test images of the brain and original binary image, note the over segmentation. The
approximate contour of white matter was got by adaptive threshold algorithm shown in Figure ii
102 Computer Science & Information Technology (CS & IT)
of Figure 1. The output of adaptive threshold algorithm is given to KFCM clustering to get the
fuzzy image with fuzzy boundaries. The snooping of regions else appear as a result of the in
excess of segmentation.
5. DISCUSSIONS
In this paper, we projected a new method to transform the algorithm. The original image was
partitioned with adaptive threshold algorithm, KFCM and the controlled action of the edge
indicator function was increased. The result of adaptive threshold algorithm and KFCM
segmentation are as shown in Figure: 1.
Alternatively the adaptive threshold algorithm is sensitive to noise; some redundant boundaries
were appeared in the candidates.
6. CONCLUSIONS
In this paper, we proposed an adaptive threshold algorithm, KFCM with a level set method. The
results of this paper confirmed that the mixture of adaptive threshold, KFCM could be used for
the segmentation of low contrast images and medical images. The validity of new algorithm was
verified in the process of exacting details of images. In the future research, noise was added in
images prior information on the object boundary extraction with level set method, such as
boundary, shape, and size, would be further analyzed.
Figure i Figure ii Figure iii
Original Test Image Adaptive Threshold test image KFCM Segmented output
FIGURE: 1
Figure i are the original test images.
Figure ii are the results of Adaptive threshold images, to extracting the white matter.
Figure iii are the results of KFCM Segmented outputs.
REFERENCES
[1] A. Shio, “An Automatic Thresholding Algorithm Based On An Illumination-Independent Contrast
Measure”, IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pp.
632- 637, 4-8 June 1989.
Computer Science & Information Technology (CS & IT) 103
[2] N. Otsu, “A Threshold Selection Method from Gray-Level Histogram”, IEEE Trans. on System Man
Cybernetics, SMC, vol. 9(I), pp. 62-66, 1979.
[3] F.H.Y. Chan, F.K. Lam, Hui Zhu, “Adaptive Thresholding By Variational Method”, IEEE
Transactions on Image Processing, vol. 7, no. 3, pp. 468-473, March 1998.
[4] Osher S, Scthian J.A,Fronts propagating with curvature dependent speed: algorthim’s based on the
Hamilton-Jacobi formulation.Journal of Computational Physics,1988,pp.12-49.
[5] Malladi,R,Sethain,J., and Vemuri,B., Shape modelling with front propagation: A level set
approach.IEEE Trans.Pattern Anal. Mach.Intell, 1995, pp.158-175.
[6] Staib,L., Zeng,X., Schultz,R., and Duncan,J., Shape constraints in deformablemodels.Handbook of
Medical Imaging,Bankman,I.,ed., 2000,pp.147-157.
[7] D. L. Milgram, “Region Extraction Using Convergent Evidence”, IEEE Trans. on Computer Graphics
and Image Processing, vol. 11 no. 1, 1979.
[8] S. D. Yanowitz and A. M. Bruckstein, “A New Method For Image Segmentation”, IEEE Trans. on
Computer. Vision, Graphic and Image Processing, vol. 46, pp. 82-95, 1989.
[9] J.C.Bezdek ,Pattern Recognition with Fuzzy Objective Function Algorthims,Plenum Press ,New
York,1981.
[10] K.L.Wu,M.S.Yang, Alternative c-means clustering algorthims,Pattern.
[11] Mclnerney T, Terzopouls D,Deformable models in medical image analysis: a survey.Medical
Analysis,1996,pp.91-108.
[12] S. D. Yanowitz and A. M. Bruckstein, “A New Method For Image Segmentation”, IEEE Trans. on
Computer. Vision, Graphic and Image Processing, vol. 46, pp. 82-95, 1989.
[13] Bezedek,J., A convergence theorem for the fuzzy ISODATA clustering algorthims. IEEE
Trans.Pattern Anal.Mach.Intell., 1980,pp 78-82.
[14] L. Zhang, W.D. Zhou, L.C. Jiao. Kernel clustering algorithm. Chinese J. Computers, vol25 (6), pp.
587-590, 2002 (in Chinese).
Authors
Tara. Saikumar, received his M.Tech, degree in Digital communication Engineering
from Kakatiya Institute of Technology and Science, Kakatiya University, Warangal.
He is the university topper in his M.Tech, KITS, Warangal and also received gold
medal from Dr.D.N.Reddy vice-chancellor JNTUH in his B.Tech for his
excellence2004-2008. Presently working as Asst Professor in ECE, CMR Technical
Education Society, Group of Institutions, Hyderabad. He his 34 paper in his credit,
International journal, International and National Conferences. He is a life member of
IAENG, IACSIT, and UAEEE.

More Related Content

What's hot (19)

PDF
Image confusion and diffusion based on multi-chaotic system and mix-column
journalBEEI
 
PDF
Robust foreground modelling to segment and detect multiple moving objects in ...
IJECEIAES
 
PDF
New Approach of Preprocessing For Numeral Recognition
IJERA Editor
 
PDF
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
IJERA Editor
 
PDF
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 
PDF
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
eSAT Publishing House
 
PDF
Adaptive threshold for moving objects detection using gaussian mixture model
TELKOMNIKA JOURNAL
 
PDF
TERRIAN IDENTIFICATION USING CO-CLUSTERED MODEL OF THE SWARM INTELLEGENCE & S...
cscpconf
 
PDF
Medial axis transformation based skeletonzation of image patterns using image...
International Journal of Science and Research (IJSR)
 
PDF
A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING
IJNSA Journal
 
PDF
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
ijcisjournal
 
PDF
3-D FFT Moving Object Signatures for Velocity Filtering
IDES Editor
 
PDF
Implementation and performance evaluation of
ijcsa
 
PDF
FUZZY IMAGE SEGMENTATION USING VALIDITY INDEXES CORRELATION
ijcsit
 
PDF
Image Compression based on DCT and BPSO for MRI and Standard Images
IJERA Editor
 
PDF
The fourier transform for satellite image compression
csandit
 
PDF
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
cscpconf
 
PDF
Background Estimation Using Principal Component Analysis Based on Limited Mem...
IJECEIAES
 
PDF
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Image confusion and diffusion based on multi-chaotic system and mix-column
journalBEEI
 
Robust foreground modelling to segment and detect multiple moving objects in ...
IJECEIAES
 
New Approach of Preprocessing For Numeral Recognition
IJERA Editor
 
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
IJERA Editor
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
eSAT Publishing House
 
Adaptive threshold for moving objects detection using gaussian mixture model
TELKOMNIKA JOURNAL
 
TERRIAN IDENTIFICATION USING CO-CLUSTERED MODEL OF THE SWARM INTELLEGENCE & S...
cscpconf
 
Medial axis transformation based skeletonzation of image patterns using image...
International Journal of Science and Research (IJSR)
 
A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING
IJNSA Journal
 
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
ijcisjournal
 
3-D FFT Moving Object Signatures for Velocity Filtering
IDES Editor
 
Implementation and performance evaluation of
ijcsa
 
FUZZY IMAGE SEGMENTATION USING VALIDITY INDEXES CORRELATION
ijcsit
 
Image Compression based on DCT and BPSO for MRI and Standard Images
IJERA Editor
 
The fourier transform for satellite image compression
csandit
 
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
cscpconf
 
Background Estimation Using Principal Component Analysis Based on Limited Mem...
IJECEIAES
 
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 

Similar to Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image segmentation (20)

PDF
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
IOSR Journals
 
PDF
C017121219
IOSR Journals
 
PDF
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
cscpconf
 
PDF
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
csandit
 
PDF
Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...
IJECEIAES
 
PDF
A Survey on Image Segmentation and its Applications in Image Processing
IJEEE
 
PDF
Id105
IJEEE
 
PDF
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET Journal
 
PDF
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
IOSR Journals
 
PDF
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
IOSR Journals
 
PDF
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
CSCJournals
 
PPTX
Image segmentation
khyati gupta
 
PDF
Illustration of Medical Image Segmentation based on Clustering Algorithms
rahulmonikasharma
 
PDF
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
CSCJournals
 
PDF
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET Journal
 
PDF
40120130406009
IAEME Publication
 
PDF
Brain image segmentation based on FCM Clustering Algorithm and Rough Set
Lakshmi Anush
 
PDF
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
VLSICS Design
 
PDF
Fuzzy clustering Approach in segmentation of T1-T2 brain MRI
IDES Editor
 
PDF
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ijfls
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
IOSR Journals
 
C017121219
IOSR Journals
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
cscpconf
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
csandit
 
Incorporating Index of Fuzziness and Adaptive Thresholding for Image Segmenta...
IJECEIAES
 
A Survey on Image Segmentation and its Applications in Image Processing
IJEEE
 
Id105
IJEEE
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET Journal
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
IOSR Journals
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
IOSR Journals
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
CSCJournals
 
Image segmentation
khyati gupta
 
Illustration of Medical Image Segmentation based on Clustering Algorithms
rahulmonikasharma
 
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
CSCJournals
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET Journal
 
40120130406009
IAEME Publication
 
Brain image segmentation based on FCM Clustering Algorithm and Rough Set
Lakshmi Anush
 
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
VLSICS Design
 
Fuzzy clustering Approach in segmentation of T1-T2 brain MRI
IDES Editor
 
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ijfls
 
Ad

More from cscpconf (20)

PDF
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
PDF
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
PDF
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PDF
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
PDF
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
PDF
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
PDF
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
PDF
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
PDF
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
PDF
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
PDF
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
PDF
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
PDF
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
PDF
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
PDF
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PDF
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
PDF
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
PDF
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
PDF
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
PDF
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
Ad

Recently uploaded (20)

PDF
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
PPTX
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
 
PPTX
Ward Management: Patient Care, Personnel, Equipment, and Environment.pptx
PRADEEP ABOTHU
 
PDF
Rapid Mathematics Assessment Score sheet for all Grade levels
DessaCletSantos
 
PPTX
Parsing HTML read and write operations and OS Module.pptx
Ramakrishna Reddy Bijjam
 
PDF
Quiz Night Live May 2025 - Intra Pragya Online General Quiz
Pragya - UEM Kolkata Quiz Club
 
PPTX
ESP 10 Edukasyon sa Pagpapakatao PowerPoint Lessons Quarter 1.pptx
Sir J.
 
PPTX
How to Manage Wins & Losses in Odoo 18 CRM
Celine George
 
PDF
Andreas Schleicher_Teaching Compass_Education 2040.pdf
EduSkills OECD
 
PPT
21st Century Literature from the Philippines and the World QUARTER 1/ MODULE ...
isaacmendoza76
 
PDF
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
 
PDF
The Power of Compound Interest (Stanford Initiative for Financial Decision-Ma...
Stanford IFDM
 
PPTX
SYMPATHOMIMETICS[ADRENERGIC AGONISTS] pptx
saip95568
 
PPTX
week 1-2.pptx yueojerjdeiwmwjsweuwikwswiewjrwiwkw
rebznelz
 
PDF
Nanotechnology and Functional Foods Effective Delivery of Bioactive Ingredien...
rmswlwcxai8321
 
PDF
Indian National movement PPT by Simanchala Sarab, Covering The INC(Formation,...
Simanchala Sarab, BABed(ITEP Secondary stage) in History student at GNDU Amritsar
 
PDF
Supply Chain Security A Comprehensive Approach 1st Edition Arthur G. Arway
rxgnika452
 
PPTX
PLANNING FOR EMERGENCY AND DISASTER MANAGEMENT ppt.pptx
PRADEEP ABOTHU
 
PPTX
Matatag Curriculum English 8-Week 1 Day 1-5.pptx
KirbieJaneGasta1
 
PDF
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
 
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
 
Ward Management: Patient Care, Personnel, Equipment, and Environment.pptx
PRADEEP ABOTHU
 
Rapid Mathematics Assessment Score sheet for all Grade levels
DessaCletSantos
 
Parsing HTML read and write operations and OS Module.pptx
Ramakrishna Reddy Bijjam
 
Quiz Night Live May 2025 - Intra Pragya Online General Quiz
Pragya - UEM Kolkata Quiz Club
 
ESP 10 Edukasyon sa Pagpapakatao PowerPoint Lessons Quarter 1.pptx
Sir J.
 
How to Manage Wins & Losses in Odoo 18 CRM
Celine George
 
Andreas Schleicher_Teaching Compass_Education 2040.pdf
EduSkills OECD
 
21st Century Literature from the Philippines and the World QUARTER 1/ MODULE ...
isaacmendoza76
 
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
 
The Power of Compound Interest (Stanford Initiative for Financial Decision-Ma...
Stanford IFDM
 
SYMPATHOMIMETICS[ADRENERGIC AGONISTS] pptx
saip95568
 
week 1-2.pptx yueojerjdeiwmwjsweuwikwswiewjrwiwkw
rebznelz
 
Nanotechnology and Functional Foods Effective Delivery of Bioactive Ingredien...
rmswlwcxai8321
 
Indian National movement PPT by Simanchala Sarab, Covering The INC(Formation,...
Simanchala Sarab, BABed(ITEP Secondary stage) in History student at GNDU Amritsar
 
Supply Chain Security A Comprehensive Approach 1st Edition Arthur G. Arway
rxgnika452
 
PLANNING FOR EMERGENCY AND DISASTER MANAGEMENT ppt.pptx
PRADEEP ABOTHU
 
Matatag Curriculum English 8-Week 1 Day 1-5.pptx
KirbieJaneGasta1
 
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
 

Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image segmentation

  • 1. Natarajan Meghanathan, et al. (Eds): ITCS, SIP, JSE-2012, CS & IT 04, pp. 99–103, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2109 Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image segmentation Tara.Saikumar1 , B.K.Anoop2 , P.S.Murthy3 1 Asst Professor, Dept of ECE, CMR Technical Campus, Hyderabad, India. [email protected] 2 Lecturer, Dept of ECE, MACE, Kerala, India. [email protected] 3 Professor, Dept of CSE, CMRIT, Hyderabad India. [email protected] ABSTRACT Using thresholding method to segment an image, a fixed threshold is not suitable if the background is rough here, we propose a new adaptive thresholding method using KFCM. The method requires only one parameter to be selected and the adaptive threshold surface can be found automatically from the original image. An adaptive thresholding scheme using adaptive tracking and morphological filtering. KFCM algorithm computes the fuzzy membership values for each pixel. Our method is good for detecting large and small images concurrently. It is also efficient to denoise and enhance the responses of images with low local contrast can be detected. The efficiency and accuracy of the algorithm is demonstrated by the experiments on the MR brain images. KEYWORDS Adaptive thresholding , Image segmentation, KFCM. 1. INTRODUCTION Blind Thresholding techniques are often used to segment images consisting of dark objects against bright backgrounds, or vice versa. It also offers data compression and fast data processing [1]. The simplest way is through a technique called global thresholding, where one threshold value is selected for the entire image, which is obtained from the global information. However, when the background has non-uniform illumination, a fixed (or global) threshold value will poorly segment the image. Thus, a local threshold value that changes dynamically over the image is needed. This technique is called adaptive thresholding. Basically these techniques can be divided into region-based and edge-based thresholding. Region-based technique uses the whole image to extract the information for the threshold value computation, while edge-based technique is based on the attributes along the contour between the object and the background.
  • 2. 100 Computer Science & Information Technology (CS & IT) For region-based technique, most of the early introduced techniques are based on the image histogram. In 1979, Otsu [2] presented a technique that considered the image histogram as having a two gaussian distribution representing the object and the background. A threshold is selected to maximize the inter-class separation on the basis of the class Variances. For the edge-based thresholding technique, the idea of applying the boundary based attributes is based on the fact that discriminant features exist at the boundary between the object and the background [3]. Thus, the edge-based thresholding technique has become more popular for exploration. Milgram [10] applied edge information to segment images by proposing “super slice” method. In this method, the edge information (gradient) is integrated with the recursive region splitting technique. The superslice method was also applied and improved in [3, 11]. 2. ADAPTIVE THRESHOLDING We adapt this technique with some optimization. The following outlines Hoover’s adaptive thresholding: 1) Binarize the image with a single threshold T 2) Thin the thresholded image 3) Erase all branchpoints in the thinned image 4) All remaining endpoints are placed in the probe queue and are used as a starting point for tracking 5) Track the region with threshold T 6) If the region passed testing, T=T-1, go to 5) The testing in step 6) is some constraints to guarantee the region is image segment.Very small segments that remain after thresholding will be “size-filtered”. But this step is preceded by the application of morphological filter to fill the small gaps between images. 3. Kernel fuzzy c-means clustering (KFCM): Define a nonlinear map as ( ) Fxx ∈→• • φφ ,where XXx .∈ denotes the data space and F is the transformed feature space with higher even infinite dimensions. KFCM minimized the following objective function: )( ( ) ( ) 2 1`1 ., ii n k m ik c i m vxuVUJ φφ −≡ ∑∑ −− …….. (2.2) Where ( ) ( ) ( ) ( ) ( )ikiikkii vxKvvKxxKvx ,2,, 2 −+=− φφ ………………… (2.3) Where ( ) ( ) ( )yxyxK T φφ=, is an inner product of the kernel function. If we adopt the Gaussian function as a kernel function, ( ) ( ),2/exp, 22 σyxyxK −−= then ( ) .1, =xxK according to Eq. (2.3), Eq. (2.2) can be rewritten as )( ( )( ).,1.2, 1`1 ik n k m ik c i m vxkuVUJ −≡ ∑∑ −− ………. (2.4) Minimizing Eq. (2.4) under the constraint of, , 1iku m > . We have
  • 3. Computer Science & Information Technology (CS & IT) 101 ( )( )( ) ( ) ( )( )( ) ( ) ∑= − − − − = c j m ik m ik ik vxK vxK u 1 1/1 1/1 ,1/1 ,1/1 ……………. (2.5) ( ) ( )∑ ∑ = = = n k ik m ik n k kikik i vxKu xvxKu v 1 1 , , ………………….. (2.6) Here we now utilize the Gaussian kernel function for Straightforwardness. If we use additional kernel functions, there will be corresponding modifications in Eq. (2.5) and (2.6). In fact, Eq.(2.3) can be analyzed as kernel-induced new metric in the data space, which is defined as the following ( ) ( ) ( ) ( )( )yxKyxyxd ,12, −=−∆ φφ …….. (2.7) And it can be proven that ( )yxd , is defined in Eq. (2.7) is a metric in the original space in case that ( )yxK , takes as the Gaussian kernel function. According to Eq. (6), the data point kx is capable with an additional weight ( )ik vxK , , which measures the similarity between kx and iv and when kx is an outlier i.e., kx is far from the other data points, then ( )ik vxK , will be very small, so the weighted sum of data points shall be more strong. The full explanation of KFCM algorithm is as follows: KFCM Algorithm: Step 1: Select initial class prototype{ } 1 c i i v = . Step 2: Update all memberships iku with Eq. (2.5). Step 3: Obtain the prototype of clusters in the forms of weighted average with Eq. (2.6). Step 4: Repeat step 2-3 till termination. The termination criterion is new oldV V ε− ≤ . Where . is the Euclidean norm. V is the vector of cluster centers ε is a small number that can be set by user (here ε =0.01). 4. EXPERIMENTAL RESULTS The output of adaptive threshold algorithm and KFCM, figure 1 is as shown below. Firstly the original image is as shown in figure (i) is transformed to a proposed adaptive threshold algorithm with the test images of the brain and original binary image, note the over segmentation. The approximate contour of white matter was got by adaptive threshold algorithm shown in Figure ii
  • 4. 102 Computer Science & Information Technology (CS & IT) of Figure 1. The output of adaptive threshold algorithm is given to KFCM clustering to get the fuzzy image with fuzzy boundaries. The snooping of regions else appear as a result of the in excess of segmentation. 5. DISCUSSIONS In this paper, we projected a new method to transform the algorithm. The original image was partitioned with adaptive threshold algorithm, KFCM and the controlled action of the edge indicator function was increased. The result of adaptive threshold algorithm and KFCM segmentation are as shown in Figure: 1. Alternatively the adaptive threshold algorithm is sensitive to noise; some redundant boundaries were appeared in the candidates. 6. CONCLUSIONS In this paper, we proposed an adaptive threshold algorithm, KFCM with a level set method. The results of this paper confirmed that the mixture of adaptive threshold, KFCM could be used for the segmentation of low contrast images and medical images. The validity of new algorithm was verified in the process of exacting details of images. In the future research, noise was added in images prior information on the object boundary extraction with level set method, such as boundary, shape, and size, would be further analyzed. Figure i Figure ii Figure iii Original Test Image Adaptive Threshold test image KFCM Segmented output FIGURE: 1 Figure i are the original test images. Figure ii are the results of Adaptive threshold images, to extracting the white matter. Figure iii are the results of KFCM Segmented outputs. REFERENCES [1] A. Shio, “An Automatic Thresholding Algorithm Based On An Illumination-Independent Contrast Measure”, IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pp. 632- 637, 4-8 June 1989.
  • 5. Computer Science & Information Technology (CS & IT) 103 [2] N. Otsu, “A Threshold Selection Method from Gray-Level Histogram”, IEEE Trans. on System Man Cybernetics, SMC, vol. 9(I), pp. 62-66, 1979. [3] F.H.Y. Chan, F.K. Lam, Hui Zhu, “Adaptive Thresholding By Variational Method”, IEEE Transactions on Image Processing, vol. 7, no. 3, pp. 468-473, March 1998. [4] Osher S, Scthian J.A,Fronts propagating with curvature dependent speed: algorthim’s based on the Hamilton-Jacobi formulation.Journal of Computational Physics,1988,pp.12-49. [5] Malladi,R,Sethain,J., and Vemuri,B., Shape modelling with front propagation: A level set approach.IEEE Trans.Pattern Anal. Mach.Intell, 1995, pp.158-175. [6] Staib,L., Zeng,X., Schultz,R., and Duncan,J., Shape constraints in deformablemodels.Handbook of Medical Imaging,Bankman,I.,ed., 2000,pp.147-157. [7] D. L. Milgram, “Region Extraction Using Convergent Evidence”, IEEE Trans. on Computer Graphics and Image Processing, vol. 11 no. 1, 1979. [8] S. D. Yanowitz and A. M. Bruckstein, “A New Method For Image Segmentation”, IEEE Trans. on Computer. Vision, Graphic and Image Processing, vol. 46, pp. 82-95, 1989. [9] J.C.Bezdek ,Pattern Recognition with Fuzzy Objective Function Algorthims,Plenum Press ,New York,1981. [10] K.L.Wu,M.S.Yang, Alternative c-means clustering algorthims,Pattern. [11] Mclnerney T, Terzopouls D,Deformable models in medical image analysis: a survey.Medical Analysis,1996,pp.91-108. [12] S. D. Yanowitz and A. M. Bruckstein, “A New Method For Image Segmentation”, IEEE Trans. on Computer. Vision, Graphic and Image Processing, vol. 46, pp. 82-95, 1989. [13] Bezedek,J., A convergence theorem for the fuzzy ISODATA clustering algorthims. IEEE Trans.Pattern Anal.Mach.Intell., 1980,pp 78-82. [14] L. Zhang, W.D. Zhou, L.C. Jiao. Kernel clustering algorithm. Chinese J. Computers, vol25 (6), pp. 587-590, 2002 (in Chinese). Authors Tara. Saikumar, received his M.Tech, degree in Digital communication Engineering from Kakatiya Institute of Technology and Science, Kakatiya University, Warangal. He is the university topper in his M.Tech, KITS, Warangal and also received gold medal from Dr.D.N.Reddy vice-chancellor JNTUH in his B.Tech for his excellence2004-2008. Presently working as Asst Professor in ECE, CMR Technical Education Society, Group of Institutions, Hyderabad. He his 34 paper in his credit, International journal, International and National Conferences. He is a life member of IAENG, IACSIT, and UAEEE.