SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
INTERNATIONAL JOURNAL OF ELECTRONICS AND
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 6, November - December, 2013, pp. 62-70
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND
KERNELIZED FUZZY C- MEANS
Gunwanti S. Mahajan1,
1
2

Kanchan S. Bhagat2

Dept of E&Tc, J.T.Mahajan C.O.E.North Maharasthra Univresity, Faizpur India
Dept of E&Tc, J.T.Mahajan C.O.E.North Maharasthra Univresity, Faizpur India

ABSTRACT
Medical image segmentation is an initiative with tremendous usefulness. Biomedical and
anatomical information are made easy to obtain as a result of success achieved in automating image
segmentation. More research and work on it has enhanced more effectiveness as far as the subject is
concerned. Several methods are employed for medical image segmentation such as Clustering
methods, Thresholding method, Classifier, Region Growing, Deformable Model, Markov Random
Model etc. This work has mainly focused attention on Clustering methods, specifically k-means and
fuzzy c-means clustering algorithms .we have used the cluster centre initialisation algorithm in order
the improve the performance of k-means and fuzzy C-means in addition with Kernelized fuzzy cmeans and Enhanced k means. Which has a better result in terms of silhouette score. The algorithms
have been implemented and tested with Magnetic Resonance Image (MRI) images of Human brain.
Results have been analyzed and recorded.
Keywords: Clustering algorithms, Enhanced k means, Fuzzy c-means, K-means, Kernelized fuzzy c
means.
1. INTRODUCTION
Diagnostic imaging is an invaluable tool in medicine today. Magnetic Resonance Imaging
(MRI), Computed Tomography, Digital Mammography, and other imaging modalities provide
effective means for non-invasively mapping the anatomy of a subject. These technologies have
greatly increased knowledge of normal and diseased anatomy for medical research and serves as a
critical component in diagnosis and treatment planning[1].
Computer algorithms for the delineation of anatomical structures and other regions of interest
are a key components assisting and automating specific radiological tasks. These algorithms are
otherwise known as image segmentation algorithms. They are of great importance in biomedical
62
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

imaging applications like tissue volume quantification, diagnosis, localization pathology, study of
anatomical structures[2], treatment planning, partial volume correction of functional imaging data
and computer integrated surgery[3].More research and work on it has enhanced more effectiveness
as far as the subject is concerned. Several methods are employed for medical image segmentation
such as Clustering methods, Thresholding method, Classifier, Region Growing, Deformable Model,
Markov Random Model etc[4][5]. Specifically k-means and fuzzy c-means clustering algorithms.
K-means is a well known prototype-based, partitioning clustering technique that attempts to
find a user-specified number of clusters (K), which are represented by their centroids. K-means is
simple but it is quite sensitive to initial positions of cluster centres. Recently, fuzzy c-means of
unsupervised clustering techniques used on established outstanding results in automated segmenting
medical images in a robust manner[2]. Fuzzy c-means clustering[8] is successfully applied in many
real world problems such as astronomy, geology, medical imaging, target recognition, and image
segmentation. Among them, fuzzy c-means segmentation method has considerable benefits, because
they could retain much more information from the original image than hard segmentation methods.
But as we know that the clustering depends on choice of initial cluster centre hence we have used the
cluster centre initialisation algorithm in order the improve the performance of k-means and fuzzy Cmeans in addition with Kernelized fuzzy c-means and Enhanced k means.The motivation for this
work is to increase patient safety by providing better and more precise data for medical decisions.
And also establish links and identify important and relevant medical problems.
Rest of paper is organized as (2) Related work, (3) Methodology includes different
segmentation algorithms for medical resonance images that are K-means, Fuzzy c-means Kernelized
fuzzy c-means, and Enhanced fuzzy c-means, (4) Results includes comparison of these four
algorithm, (5) (6) Conclusion and Future work respectively.
2. RELATED WORK
Numerous methods are available in medical image segmentation. These methods are chosen
based on the specific applications and imaging modalities. Imaging artifacts such as noise, partial
volume effects, and motion can also have significant consequences on the performance of
segmentation algorithms[3]. A novel initialization algorithm of cluster centres for K-means algorithm
has been proposed by S. Deelers et al[7]. The algorithm was based on the data partitioning algorithm
used for colour quantization. A given data set was partitioned into k clusters in such a way that the
sum of the total clustering errors for all clusters was reduced as much as possible while inter
distances between clusters are maintained to be as large as possible[7].
Keh-Shih Chuang et al[15] proposed spatial FCM that incorporates the spatial information
into the membership function to improve the segmentation results. The membership functions of the
neighbours centred on a pixel in the spatial domain are enumerated to obtain the cluster distribution
statistics. These statistics are transformed into a weighting function and incorporated into the
membership function. This neighbouring effect reduces the number of spurious blobs and biases the
solution toward piecewise homogeneous labelling[15].
In Research of Shreyansh Ojha it has proven that the Enhanced k-means algorithm is better
than the conventional K-Means Clustering Algorithm for colour image segmentation, the validity
measure of nearly all the images has been better than the conventional K-Means clustering
algorithm, the conventional K-means algorithm uses user defined number of cluster which use to
cause noisy image, but in the proposed algorithm, it uses the method for determining the number of
optimal cluster[16]. It also removes the problem of empty clusters problem from conventional KMeans clustering algorithm where there was issue that if no pixel is assigned to a cluster then that
cluster remains empty[16].

63
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

3. METHODOLOGY
3.1. Segmentation using K-means Clustering
K-means is one of the simplest unsupervised learning algorithms that solve the well known
clustering problem. The procedure follows a simple and easy way to classify a given data set through
a certain number of clusters (assume k clusters) fixed a priori. The main idea is to define k centroids,
one for each cluster. These centroids should be placed in a cunning way because of different location
causes different result. So, the better choice is to place them as much as possible far away from each
other. The next step is to take each point belonging to a given data set and associate it to the nearest
centroids. When no point is pending, the first step is completed and an early groupage is done. At
this point we need to re-calculate k new centroids as barycentres of the clusters resulting from the
previous step. After we have these k new centroids, a new binding has to be done between the same
data set points and the nearest new centroid. A loop has been generated. As a result of this loop we
may notice that the k centroids change their location step by step until no more changes are done. In
other words centroids do not move any more [5].
Finally, this algorithm aims at minimizing an objective function, in this case a squared error
function. The objective function is given as
‫ܬ‬௪ ሺܷ, ܸ ሻ ൌ ∑௞ ∑௡ ฮ‫ݔ‬௝ െ ‫ݒ‬௜ ԡଶ
௜ୀଵ ௝ୀଵ

(3.1.1)

Where ฮ‫ݔ‬௝ െ ‫ݒ‬௜ ԡ is a chosen distance measure between a data point Xj and the cluster centre Vi, is
an indicator of the distance of the n data points from their respective cluster centres.
3.2. Fuzzy C-means Clustering
Fuzzy c-means (FCM) is a method of clustering which allows one piece of data to belong to
two or more clusters. This method was developed by Dunn in 1973 and improved by Bezdek in 1981
and it is frequently used in pattern recognition. The traditional FCM algorithm has been used with
some success in image segmentation. The FCM algorithm is an iterative algorithm of clustering
technique that produces optimal c partitions, centres V= {v1, v2,…, vc} which are exemplars, and radii
which defines these c partitions. Let unlabelled data set X={x1, x2,…, xn} be the pixel intensity where
n is the number of image pixels to determine their memberships. The FCM algorithm tries to
partition the data set X into c clusters [6]. The standard FCM objective function is defined as follows
௠
‫ܬ‬௠ ሺܷ, ܸ ሻ ൌ ∑௖ ∑௡ ܷ௜௞ ԡ‫ݔ‬௞ െ ‫ݒ‬௜ ԡଶ
௜ୀଵ ௞ୀଵ

(3.2.1)

Where ԡ‫ݔ‬௞ െ ‫ݒ‬௜ ԡଶ represents the distance between the pixel xk and centroid vi, along with
constraint∑௖ ܷ௜௞ ൌ 1, and the degree of fuzzification m≥1. A data point xk belongs to a specific
௜ୀଵ
cluster vi that is given by the membership value Uik of the data point to that cluster. Local
minimization of the objective function Jm(U,V) is accomplished by repeatedly adjusting the values of
Ukj and vi according to the following equations[3].
u୧୩ ൌ
ܸ௜ ൌ

൫ଵି୏ሺ୶ౡ ,୴౟ ሻ൯

షభ/ሺౣషభሻ

∑ౙ ቀଵି୏൫୶ౡ ,୴ౠ ൯ቁ
ౠసభ

(3.2.2)

షభ/ሺౣషభሻ

∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ୶ౡ
ౡసభ ౪ౡ
∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ
ౡసభ ౟ౡ

(3.2.3)

64
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

As Jm is iteratively minimized, vi becomes more stable. Iteration of pixel groupings is
terminated when the termination measurement ݉ܽ‫ݔ‬ଵஸ௜ஸ௖ ൛ฮܸ௜௧ െ ܸ௜௧ିଵ ฮൟ ൏ ߝ satisfied, where ܸ௜௧ the
new centre is and ܸ௜௧ିଵ is the previous centre, and ߝ is the predefined termination criterion between 0
and 1. Finally, all pixels are distributed into clusters in which those cluster-centres and the fuzzy
partition matrix UCxN are gathered in the output as essential parameters to evaluate the performance
of this clustering method.
With fuzzy c-means, the centroid of a cluster is computed as being the mean of all points,
weighted by their degree of belonging to the cluster. The degree of being in a certain cluster is
related to the inverse of the distance to the cluster. By iteratively updating the cluster centres and the
membership grades for each data point, FCM iteratively moves the cluster centres to the "right"
location within a data set Performance depends on initial centroids there are various method
proposed in the literature for the centre initialization will have presented the robust method for the
cluster centre initialization.
3.3. Enhanced K-means
Although K-means is simple and can be used for a wide variety of data types, it is quite
sensitive to initial positions of cluster centres. The final cluster centroids may not be optimal ones as
the algorithm can converge to local optimal solutions. An empty cluster can be obtained if no points
are allocated to the cluster during the assignment step. Therefore, it is quite important for K-means to
have good initial cluster centres. The algorithms for initializing the cluster centres for K-means have
been proposed a new cluster centre initialization algorithm. Hence the proposed enhanced k-means
algorithm will be as follows.
3.3.1. Enhanced k-means algorithm
1. Read the input image.
2. Decide the number cluster and initialize the cluster centre obtained from cluster centre
initialization algorithm.
3. Partitioning the input data points into k clusters by assigning each data point to the closest
cluster centroid using the selected distance measure,
4. Computing a cluster assignment matrix U.
5. Re-computing the centroids.
6. If cluster centroids or the assignment matrix does not change from the previous iteration,
stop; otherwise go to step 2.
3.4. Kernelized fuzzy C-means
In image clustering, the most commonly used feature is the gray-level value, or intensity of
image pixel [13]. Thus the FCM objective function is minimized when high membership values are
assigned to pixels whose intensities are close to the centroid of its particular class, and low
membership values are assigned when the point is far from the centroid .From the discussion, we
know every algorithm that only uses inner products can implicitly be executed in the feature space F.
This trick can also be used in clustering, as shown in support vector clustering and kernel (fuzzy) cmeans algorithms. A common ground of these algorithms is to represent the clustering centre as a
linearly-combined sum of all Φ (xk), i.e. the clustering centres lie in feature space. In this section, we
construct a novel Kernelized FCM algorithm with objective function as following.
௠
‫ܬ‬௠ ሺܷ, ܸሻ ൌ ∑௖ ∑௡ ܷ௜௞ ԡ߶ሺܺ௞ ሻ െ ߶ሺܸ௜ ሻԡଶ
௜ୀଵ ௞ୀଵ

(3.4.1)

Where Φ is an implicit nonlinear map as described previously. Unlike, Φ(Vi) here is not
expressed as a linearly-combined sum of all Φ(Xk) anymore, a so-called dual representation. In a
65
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

similar way to the standard FCM algorithm, the objective function Jm can be minimized under the
constraint of U. Specifically, taking the first derivatives of Jm with respect to uik and vi , and zeroing
them respectively, two necessary but not sufficient conditions for Jm to be at its local extreme will be
obtained as the following.
u୧୩ ൌ
V୧ ൌ

൫ଵି୏ሺ୶ౡ ,୴౟ ሻ൯

షభ/ሺౣషభሻ

∑ౙ ቀଵି୏൫୶ౡ ,୴ౠ ൯ቁ
ౠసభ

(3.4.2)

షభ/ሺౣషభሻ

∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ୶ౡ
ౡసభ ౪ౡ
∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ
ౡసభ ౟ౡ

(3.4.3)

Here we use only the Gaussian RBF kernel for the simplicity of derivation of the Eqs (3.4.2)
and (3.4.3) and hence the algorithm in is just a special case of our algorithm. For other kernel
functions, the corresponding equations are a little more complex, because their derivatives are not as
simple as the Gaussian RBF kernel function.
3.4.1. Kernelized fuzzy C-means algorithm
The Kernelized fuzzy c-means algorithm includes the following steps
Step 1: Get the data from Image.
Step 2: Fix the number of Clusters and assign the initial cluster centres using centre initialization
algorithm.
Step 3: Compute partition matrix using (3.4.2).
Step 4: Update the cluster centres using (3.4.3).
Step 5: Repeat steps (3–4) until the following termination criterion is satisfied:
||V (present)-V (previous) || < ε where V (present) and V (previous) are the vector of cluster
prototypes at present iteration and previous iteration.
4. RESULTS
The implemented clustering methods have been done in MATLAB. Three images acquired
through Magnetic Resonance Imaging (MRI) were used for comparing the performances of the four
methods. The benchmarks are used to compare: Silhouette score, Mean square error, Peak signal to
noise ratio.
4.1. Silhouette score
Silhouettes are a general graphical aid for interpretation and validation of cluster analysis.
This technique is available through the silhouette function (cluster package). In order to calculate
silhouettes, two types of data are needed:
•
•

The collection of all distances between objects. These distances are obtained from application
of dist function on the coordinates of the elements in mat with argument method.
The partition obtained by the application of a clustering technique. In sil.score context, the
partition is obtained from the Kmeans function (amap package) with argument method which
indicates the cluster to which each element is assigned.

For each element, a silhouette value is calculated and evaluates the degree of confidence in
the assignment of the element:
• well-clustered elements have a score near 1,
• poorly-clustered elements have a score near -1.
66
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

4.2. Mean square error
In statistics, the mean squared error (MSE) of an estimator is one of many ways to quantify
the difference between values implied by an estimator and the true values of the quantity being
estimated. MSE is a risk function, corresponding to the expected value of the squared error loss or
quadratic loss. MSE measures the average of the squares of the "errors." The MSE is the second
moment (about the origin) of the error, and thus incorporates both the variance of the estimator and
ത
its bias. If ܻ is a vector of n predictions, and ܻis the vector of the true values, then the (estimated)
MSE of the predictor is:
ത
‫ ܧܵܯ‬ൌ ∑௡ ሺܻ௜ െ ܻ௜ ሻ ଶ
௜ୀଵ
ଵ

(4.2.1)

௡

4.3.Peak signal to noise ratio
PSNR is most easily defined via the mean squared error (MSE). Given a noise-free m×n
monochrome image I and its noisy approximation K, MSE is defined as:
‫ ܧܵܯ‬ൌ

ଵ

௠௡

∑௠ିଵ ∑௡ିଵሾ‫ܫ‬ሺ݅, ݆ሻ െ ‫ܭ‬ሺ݅, ݆ሻሿଶ
௜ୀ଴
௝ୀ଴

(4.3.2)

The PSNR is defined as:
ெ஺௑ మ

ܴܲܵܰ ൌ 10. ݈‫݃݋‬ଵ଴ ቀ ெௌா಺ ቁ

(4.3.3)

ெ஺௑ మ

ܴܲܵܰ ൌ 20. ݈‫݃݋‬ଵ଴ ቆට ெௌா಺ ቇ

(4.3.4)

ܴܲܵܰ ൌ 20. ݈‫݃݋‬ଵ଴ ሺ‫ܺܣܯ‬ூ ሻ െ 10. ݈‫݃݋‬ଵ଴ ሺ‫ܧܵܯ‬ሻ

(4.3.5)

4.4. Segmentation results on MRI brain images using the different methods
K-means, Fuzzy c-means, kernelized Fuzzy-c-means and Enhanced k means have been used
in segmenting three MRI images in order to compare the results in each case.

Fig 1

Methods

Table -1 Comparison of segmentation results on Fig 1
Silhouette score
Mean square error
Peak signal to noise ratio

K means
F C- means
Kernelized F C-Means
Enhanced K -means

0.4748
0.2136
0.8922
1

43.8951
78.3304
48.4131
0

67

31.7066
29.1915
31.2812
INF
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

Fig 2

Methods

Table -2 Comparison of segmentation results on Fig 2
Silhouette score
Mean square error
Peak signal to noise ratio

K means
F C means
Kernelized F C-Means
Enhanced K -means

0.4406
0.3950
0.6018
1

42.7262
11.4921
27.1079
0

31.8239
37.5268
33.7998
INF

Fig 3
Table-3 Comparison of segmentation results on Fig 3
Methods
Silhouette Mean square error Peak signal to noise ratio
score
K means
0.4984
69.3533
29.7201
F C- means
0.2829
100.0876
28.1270
Kernelized F C-Means
06568
34.6928
32.7284
Enhanced K -means
1
0
INF

1.2
1
0.8
KM
0.6

FCM

0.4

KFCM
EKM

0.2
0
IMAGE01

IMAGE02

IMAGE 03

Fig 4 Graphical representation of silhouette score of all 3 images
68
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

5. CONCLUSION
By comparing the proposed methods Kernelized F C-means, and Enhanced K- means with
established K-means and Fuzzy C-means, it is clear that our algorithms can segment MRI images
much more accurately than the established algorithms. In other hand, the established Kernelized F Cmeans, and Enhanced K- means are much faster than the proposed methods for all tested data sets,
due the proposed methods consume much time for obtaining the true number of segments. It is clear
from calculating different parameters that from both proposed methods Enhanced K means is more
accurate than Kernelized F C-means.
6. FUTURE WORK
Future research in MRI segmentation should strive toward improving the accuracy, precision,
and computation speed of the segmentation algorithms, while reducing the amount of manual
interactions needed. This is particularly important as MR imaging is becoming a routine diagnostic
procedure in clinical practice. It is also important that any practical segmentation algorithm should
deal with 3D volume segmentation instead of 2D slice by slice segmentation, since MRI data is 3D
in nature.
7. REFERENCES
[1]
[2]
[3]

[4]
[5]
[6]
[7]
[8]
[9]
[10]

[11]
[12]

[13]

Dzung L. Pham, Chenyang Xu, Jerry L. Prince (2010), A survey of current methods in
medical image segmentation, Journal of image processing.
A Generalized Spatial Fuzzy C-Means Algorithm for Medical Image Segmentation, Huynh
Van Lung and Jong-Myon Kim, Member, IEEE.
Fuzzy k-c-means Clustering Algorithm for Medical Image Segmentation, Ajala Funmilola
A*, Oke O.A, Adedeji T.O, Alade O.M, Adewusi E.A Department of Computer Science and
Engineering, LAUTECH Ogbomoso, Oyo state, Nigeria.
R. Gonzalez, and R. Woods, Digital image processing, 2nd ed., Prentice hall, Upper Saddle
River, New Jersey, 2001.
K. S. Fu and J. K. Mu, A Survey on Image Segmentation, Pattern Recognition, vol. 13, pp. 316, 1981.
Survey of Clustering Algorithms, Rui Xu, Student Member, IEEE and Donald Wunsch II,
Fellow, IEEE.
Enhancing K-Means Algorithm with Initial Cluster Centres Derived from Data Partitioning
along the Data Axis with the Highest Variance, S. Deelers, and S. Auwatanamongkol.
M. Tabakov, A Fuzzy Clustering Technique for Medical Image Segmentation, International
Symposium on Evolving Fuzzy Systems, pp. 118-122, 2006.
A Kernelized Fuzzy C-means Algorithm for Automatic Magnetic Resonance Image
Segmentation, E.A. Zanaty ,Sultan Aljahdali ,Narayan Debnath.
Enhanced K-Mean Clustering Algorithm to Reduce Number of Iterations and Time
Complexity, Azhar Rauf, Sheeba, Saeed Mahfooz, Shah Khusro and Huma Javed Department
of Computer Science University of Peshawar Peshawar, Pakistan,
An efficient enhanced k-means clustering algorithm, A. M. Fahim, A. M. Salem, F. A.
Torkey, M. A.Ramadan.
Segmentation Methods for Medical Image Analysis Blood vessels, multi-scale filtering and
level set methods, Copyright c 2010 Gunnar Lathen (unless otherwise noted)Department of
Science and Technology
Issac N. Bankman, Handbook of medical image processing and analysis, Second edition,
Academic press, USA, 2008.
69
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME

[14] M. Sonka, V. Hlavac and R. Boyle, Image processing, analysis, and machine vision, Third
edition, Thomson, USA, 2008. [6] Boykov, Y., Kolmogorov, V.
[15] Keh-Shih Chuang a, Hong Long Tzeng a,b, Sharon Chen a, Jay Wu a,b, Tzong-Jer Chen c
Fuzzy c- means clustering with spatial information for image segmentation.
[16] Enhanced K-Means Clustering Algorithm for Color Image Segmentation, Thesis submitted
by Shreyansh Ojha at school of mathematics and computer application thapar university
patiala – 147004.
[17] Ch. Ramesh, Dr. N.B. Venkateswarlu and Dr. J.V.R. Murthy, “A Novel K-Means Based
JPEG Algorithm for Still Image Compression”, International Journal of Computer
Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 339 - 354, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.
[18] Gaganpreet Kaur and Dr. Dheerendra Singh, “Pollination Based Optimization for Color
Image Segmentation”, International Journal of Computer Engineering & Technology
(IJCET), Volume 3, Issue 2, 2012, pp. 407 - 414, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.
[19] Deepika Khurana and Dr. M.P.S Bhatia, “Dynamic Approach to K-Means Clustering
Algorithm”, International Journal of Computer Engineering & Technology (IJCET),
Volume 4, Issue 3, 2012, pp. 204 - 219, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

70

Más contenido relacionado

La actualidad más candente

Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesIJERA Editor
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...cscpconf
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesIRJET Journal
 
Improved probabilistic distance based locality preserving projections method ...
Improved probabilistic distance based locality preserving projections method ...Improved probabilistic distance based locality preserving projections method ...
Improved probabilistic distance based locality preserving projections method ...IJECEIAES
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Imagesijtsrd
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET Journal
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weightedeSAT Publishing House
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...ijma
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansIOSRJM
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...cscpconf
 
Image segmentation by modified map ml estimations
Image segmentation by modified map ml estimationsImage segmentation by modified map ml estimations
Image segmentation by modified map ml estimationsijesajournal
 
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONMAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONVLSICS Design
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1abc
 
Graph Theory Based Approach For Image Segmentation Using Wavelet Transform
Graph Theory Based Approach For Image Segmentation Using Wavelet TransformGraph Theory Based Approach For Image Segmentation Using Wavelet Transform
Graph Theory Based Approach For Image Segmentation Using Wavelet TransformCSCJournals
 

La actualidad más candente (16)

Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI Images
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
 
Fuzzy In Remote Classification
Fuzzy In Remote ClassificationFuzzy In Remote Classification
Fuzzy In Remote Classification
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI Images
 
Improved probabilistic distance based locality preserving projections method ...
Improved probabilistic distance based locality preserving projections method ...Improved probabilistic distance based locality preserving projections method ...
Improved probabilistic distance based locality preserving projections method ...
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
A010210106
A010210106A010210106
A010210106
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image Segmentation
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weighted
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeans
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
 
Image segmentation by modified map ml estimations
Image segmentation by modified map ml estimationsImage segmentation by modified map ml estimations
Image segmentation by modified map ml estimations
 
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONMAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1
 
Graph Theory Based Approach For Image Segmentation Using Wavelet Transform
Graph Theory Based Approach For Image Segmentation Using Wavelet TransformGraph Theory Based Approach For Image Segmentation Using Wavelet Transform
Graph Theory Based Approach For Image Segmentation Using Wavelet Transform
 

Destacado (6)

Divisional Winner FY2014.PDF
Divisional Winner FY2014.PDFDivisional Winner FY2014.PDF
Divisional Winner FY2014.PDF
 
Màu đen quanh tôi
Màu đen quanh tôiMàu đen quanh tôi
Màu đen quanh tôi
 
30120130406019 2
30120130406019 230120130406019 2
30120130406019 2
 
10120130406023
1012013040602310120130406023
10120130406023
 
30120130405031 2
30120130405031 230120130405031 2
30120130405031 2
 
50120130405021
5012013040502150120130405021
50120130405021
 

Similar a 40120130406009

GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONcscpconf
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONcsandit
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMAM Publications
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...IRJET Journal
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSAM Publications
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesIRJET Journal
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionIJMTST Journal
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
Mass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT ImagesMass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT Imagesrahulmonikasharma
 
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...ijscmc
 
Dynamic approach to k means clustering algorithm-2
Dynamic approach to k means clustering algorithm-2Dynamic approach to k means clustering algorithm-2
Dynamic approach to k means clustering algorithm-2IAEME Publication
 
IRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET Journal
 

Similar a 40120130406009 (20)

GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
 
Custom administering attention module for segmentation of magnetic resonance...
Custom administering attention module for segmentation of  magnetic resonance...Custom administering attention module for segmentation of  magnetic resonance...
Custom administering attention module for segmentation of magnetic resonance...
 
H0114857
H0114857H0114857
H0114857
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
M010128086
M010128086M010128086
M010128086
 
Mass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT ImagesMass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT Images
 
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
 
Dynamic approach to k means clustering algorithm-2
Dynamic approach to k means clustering algorithm-2Dynamic approach to k means clustering algorithm-2
Dynamic approach to k means clustering algorithm-2
 
Noura2
Noura2Noura2
Noura2
 
IRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image Processing
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 

Último (20)

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 

40120130406009

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – INTERNATIONAL JOURNAL OF ELECTRONICS AND 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December, 2013, pp. 62-70 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME MEDICAL IMAGE SEGMENTATION USING ENHANCED K-MEANS AND KERNELIZED FUZZY C- MEANS Gunwanti S. Mahajan1, 1 2 Kanchan S. Bhagat2 Dept of E&Tc, J.T.Mahajan C.O.E.North Maharasthra Univresity, Faizpur India Dept of E&Tc, J.T.Mahajan C.O.E.North Maharasthra Univresity, Faizpur India ABSTRACT Medical image segmentation is an initiative with tremendous usefulness. Biomedical and anatomical information are made easy to obtain as a result of success achieved in automating image segmentation. More research and work on it has enhanced more effectiveness as far as the subject is concerned. Several methods are employed for medical image segmentation such as Clustering methods, Thresholding method, Classifier, Region Growing, Deformable Model, Markov Random Model etc. This work has mainly focused attention on Clustering methods, specifically k-means and fuzzy c-means clustering algorithms .we have used the cluster centre initialisation algorithm in order the improve the performance of k-means and fuzzy C-means in addition with Kernelized fuzzy cmeans and Enhanced k means. Which has a better result in terms of silhouette score. The algorithms have been implemented and tested with Magnetic Resonance Image (MRI) images of Human brain. Results have been analyzed and recorded. Keywords: Clustering algorithms, Enhanced k means, Fuzzy c-means, K-means, Kernelized fuzzy c means. 1. INTRODUCTION Diagnostic imaging is an invaluable tool in medicine today. Magnetic Resonance Imaging (MRI), Computed Tomography, Digital Mammography, and other imaging modalities provide effective means for non-invasively mapping the anatomy of a subject. These technologies have greatly increased knowledge of normal and diseased anatomy for medical research and serves as a critical component in diagnosis and treatment planning[1]. Computer algorithms for the delineation of anatomical structures and other regions of interest are a key components assisting and automating specific radiological tasks. These algorithms are otherwise known as image segmentation algorithms. They are of great importance in biomedical 62
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME imaging applications like tissue volume quantification, diagnosis, localization pathology, study of anatomical structures[2], treatment planning, partial volume correction of functional imaging data and computer integrated surgery[3].More research and work on it has enhanced more effectiveness as far as the subject is concerned. Several methods are employed for medical image segmentation such as Clustering methods, Thresholding method, Classifier, Region Growing, Deformable Model, Markov Random Model etc[4][5]. Specifically k-means and fuzzy c-means clustering algorithms. K-means is a well known prototype-based, partitioning clustering technique that attempts to find a user-specified number of clusters (K), which are represented by their centroids. K-means is simple but it is quite sensitive to initial positions of cluster centres. Recently, fuzzy c-means of unsupervised clustering techniques used on established outstanding results in automated segmenting medical images in a robust manner[2]. Fuzzy c-means clustering[8] is successfully applied in many real world problems such as astronomy, geology, medical imaging, target recognition, and image segmentation. Among them, fuzzy c-means segmentation method has considerable benefits, because they could retain much more information from the original image than hard segmentation methods. But as we know that the clustering depends on choice of initial cluster centre hence we have used the cluster centre initialisation algorithm in order the improve the performance of k-means and fuzzy Cmeans in addition with Kernelized fuzzy c-means and Enhanced k means.The motivation for this work is to increase patient safety by providing better and more precise data for medical decisions. And also establish links and identify important and relevant medical problems. Rest of paper is organized as (2) Related work, (3) Methodology includes different segmentation algorithms for medical resonance images that are K-means, Fuzzy c-means Kernelized fuzzy c-means, and Enhanced fuzzy c-means, (4) Results includes comparison of these four algorithm, (5) (6) Conclusion and Future work respectively. 2. RELATED WORK Numerous methods are available in medical image segmentation. These methods are chosen based on the specific applications and imaging modalities. Imaging artifacts such as noise, partial volume effects, and motion can also have significant consequences on the performance of segmentation algorithms[3]. A novel initialization algorithm of cluster centres for K-means algorithm has been proposed by S. Deelers et al[7]. The algorithm was based on the data partitioning algorithm used for colour quantization. A given data set was partitioned into k clusters in such a way that the sum of the total clustering errors for all clusters was reduced as much as possible while inter distances between clusters are maintained to be as large as possible[7]. Keh-Shih Chuang et al[15] proposed spatial FCM that incorporates the spatial information into the membership function to improve the segmentation results. The membership functions of the neighbours centred on a pixel in the spatial domain are enumerated to obtain the cluster distribution statistics. These statistics are transformed into a weighting function and incorporated into the membership function. This neighbouring effect reduces the number of spurious blobs and biases the solution toward piecewise homogeneous labelling[15]. In Research of Shreyansh Ojha it has proven that the Enhanced k-means algorithm is better than the conventional K-Means Clustering Algorithm for colour image segmentation, the validity measure of nearly all the images has been better than the conventional K-Means clustering algorithm, the conventional K-means algorithm uses user defined number of cluster which use to cause noisy image, but in the proposed algorithm, it uses the method for determining the number of optimal cluster[16]. It also removes the problem of empty clusters problem from conventional KMeans clustering algorithm where there was issue that if no pixel is assigned to a cluster then that cluster remains empty[16]. 63
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME 3. METHODOLOGY 3.1. Segmentation using K-means Clustering K-means is one of the simplest unsupervised learning algorithms that solve the well known clustering problem. The procedure follows a simple and easy way to classify a given data set through a certain number of clusters (assume k clusters) fixed a priori. The main idea is to define k centroids, one for each cluster. These centroids should be placed in a cunning way because of different location causes different result. So, the better choice is to place them as much as possible far away from each other. The next step is to take each point belonging to a given data set and associate it to the nearest centroids. When no point is pending, the first step is completed and an early groupage is done. At this point we need to re-calculate k new centroids as barycentres of the clusters resulting from the previous step. After we have these k new centroids, a new binding has to be done between the same data set points and the nearest new centroid. A loop has been generated. As a result of this loop we may notice that the k centroids change their location step by step until no more changes are done. In other words centroids do not move any more [5]. Finally, this algorithm aims at minimizing an objective function, in this case a squared error function. The objective function is given as ‫ܬ‬௪ ሺܷ, ܸ ሻ ൌ ∑௞ ∑௡ ฮ‫ݔ‬௝ െ ‫ݒ‬௜ ԡଶ ௜ୀଵ ௝ୀଵ (3.1.1) Where ฮ‫ݔ‬௝ െ ‫ݒ‬௜ ԡ is a chosen distance measure between a data point Xj and the cluster centre Vi, is an indicator of the distance of the n data points from their respective cluster centres. 3.2. Fuzzy C-means Clustering Fuzzy c-means (FCM) is a method of clustering which allows one piece of data to belong to two or more clusters. This method was developed by Dunn in 1973 and improved by Bezdek in 1981 and it is frequently used in pattern recognition. The traditional FCM algorithm has been used with some success in image segmentation. The FCM algorithm is an iterative algorithm of clustering technique that produces optimal c partitions, centres V= {v1, v2,…, vc} which are exemplars, and radii which defines these c partitions. Let unlabelled data set X={x1, x2,…, xn} be the pixel intensity where n is the number of image pixels to determine their memberships. The FCM algorithm tries to partition the data set X into c clusters [6]. The standard FCM objective function is defined as follows ௠ ‫ܬ‬௠ ሺܷ, ܸ ሻ ൌ ∑௖ ∑௡ ܷ௜௞ ԡ‫ݔ‬௞ െ ‫ݒ‬௜ ԡଶ ௜ୀଵ ௞ୀଵ (3.2.1) Where ԡ‫ݔ‬௞ െ ‫ݒ‬௜ ԡଶ represents the distance between the pixel xk and centroid vi, along with constraint∑௖ ܷ௜௞ ൌ 1, and the degree of fuzzification m≥1. A data point xk belongs to a specific ௜ୀଵ cluster vi that is given by the membership value Uik of the data point to that cluster. Local minimization of the objective function Jm(U,V) is accomplished by repeatedly adjusting the values of Ukj and vi according to the following equations[3]. u୧୩ ൌ ܸ௜ ൌ ൫ଵି୏ሺ୶ౡ ,୴౟ ሻ൯ షభ/ሺౣషభሻ ∑ౙ ቀଵି୏൫୶ౡ ,୴ౠ ൯ቁ ౠసభ (3.2.2) షభ/ሺౣషభሻ ∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ୶ౡ ౡసభ ౪ౡ ∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ ౡసభ ౟ౡ (3.2.3) 64
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME As Jm is iteratively minimized, vi becomes more stable. Iteration of pixel groupings is terminated when the termination measurement ݉ܽ‫ݔ‬ଵஸ௜ஸ௖ ൛ฮܸ௜௧ െ ܸ௜௧ିଵ ฮൟ ൏ ߝ satisfied, where ܸ௜௧ the new centre is and ܸ௜௧ିଵ is the previous centre, and ߝ is the predefined termination criterion between 0 and 1. Finally, all pixels are distributed into clusters in which those cluster-centres and the fuzzy partition matrix UCxN are gathered in the output as essential parameters to evaluate the performance of this clustering method. With fuzzy c-means, the centroid of a cluster is computed as being the mean of all points, weighted by their degree of belonging to the cluster. The degree of being in a certain cluster is related to the inverse of the distance to the cluster. By iteratively updating the cluster centres and the membership grades for each data point, FCM iteratively moves the cluster centres to the "right" location within a data set Performance depends on initial centroids there are various method proposed in the literature for the centre initialization will have presented the robust method for the cluster centre initialization. 3.3. Enhanced K-means Although K-means is simple and can be used for a wide variety of data types, it is quite sensitive to initial positions of cluster centres. The final cluster centroids may not be optimal ones as the algorithm can converge to local optimal solutions. An empty cluster can be obtained if no points are allocated to the cluster during the assignment step. Therefore, it is quite important for K-means to have good initial cluster centres. The algorithms for initializing the cluster centres for K-means have been proposed a new cluster centre initialization algorithm. Hence the proposed enhanced k-means algorithm will be as follows. 3.3.1. Enhanced k-means algorithm 1. Read the input image. 2. Decide the number cluster and initialize the cluster centre obtained from cluster centre initialization algorithm. 3. Partitioning the input data points into k clusters by assigning each data point to the closest cluster centroid using the selected distance measure, 4. Computing a cluster assignment matrix U. 5. Re-computing the centroids. 6. If cluster centroids or the assignment matrix does not change from the previous iteration, stop; otherwise go to step 2. 3.4. Kernelized fuzzy C-means In image clustering, the most commonly used feature is the gray-level value, or intensity of image pixel [13]. Thus the FCM objective function is minimized when high membership values are assigned to pixels whose intensities are close to the centroid of its particular class, and low membership values are assigned when the point is far from the centroid .From the discussion, we know every algorithm that only uses inner products can implicitly be executed in the feature space F. This trick can also be used in clustering, as shown in support vector clustering and kernel (fuzzy) cmeans algorithms. A common ground of these algorithms is to represent the clustering centre as a linearly-combined sum of all Φ (xk), i.e. the clustering centres lie in feature space. In this section, we construct a novel Kernelized FCM algorithm with objective function as following. ௠ ‫ܬ‬௠ ሺܷ, ܸሻ ൌ ∑௖ ∑௡ ܷ௜௞ ԡ߶ሺܺ௞ ሻ െ ߶ሺܸ௜ ሻԡଶ ௜ୀଵ ௞ୀଵ (3.4.1) Where Φ is an implicit nonlinear map as described previously. Unlike, Φ(Vi) here is not expressed as a linearly-combined sum of all Φ(Xk) anymore, a so-called dual representation. In a 65
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME similar way to the standard FCM algorithm, the objective function Jm can be minimized under the constraint of U. Specifically, taking the first derivatives of Jm with respect to uik and vi , and zeroing them respectively, two necessary but not sufficient conditions for Jm to be at its local extreme will be obtained as the following. u୧୩ ൌ V୧ ൌ ൫ଵି୏ሺ୶ౡ ,୴౟ ሻ൯ షభ/ሺౣషభሻ ∑ౙ ቀଵି୏൫୶ౡ ,୴ౠ ൯ቁ ౠసభ (3.4.2) షభ/ሺౣషభሻ ∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ୶ౡ ౡసభ ౪ౡ ∑౤ ୳ౣ ୏ሺ୶ౡ ,୴౟ ሻ ౡసభ ౟ౡ (3.4.3) Here we use only the Gaussian RBF kernel for the simplicity of derivation of the Eqs (3.4.2) and (3.4.3) and hence the algorithm in is just a special case of our algorithm. For other kernel functions, the corresponding equations are a little more complex, because their derivatives are not as simple as the Gaussian RBF kernel function. 3.4.1. Kernelized fuzzy C-means algorithm The Kernelized fuzzy c-means algorithm includes the following steps Step 1: Get the data from Image. Step 2: Fix the number of Clusters and assign the initial cluster centres using centre initialization algorithm. Step 3: Compute partition matrix using (3.4.2). Step 4: Update the cluster centres using (3.4.3). Step 5: Repeat steps (3–4) until the following termination criterion is satisfied: ||V (present)-V (previous) || < ε where V (present) and V (previous) are the vector of cluster prototypes at present iteration and previous iteration. 4. RESULTS The implemented clustering methods have been done in MATLAB. Three images acquired through Magnetic Resonance Imaging (MRI) were used for comparing the performances of the four methods. The benchmarks are used to compare: Silhouette score, Mean square error, Peak signal to noise ratio. 4.1. Silhouette score Silhouettes are a general graphical aid for interpretation and validation of cluster analysis. This technique is available through the silhouette function (cluster package). In order to calculate silhouettes, two types of data are needed: • • The collection of all distances between objects. These distances are obtained from application of dist function on the coordinates of the elements in mat with argument method. The partition obtained by the application of a clustering technique. In sil.score context, the partition is obtained from the Kmeans function (amap package) with argument method which indicates the cluster to which each element is assigned. For each element, a silhouette value is calculated and evaluates the degree of confidence in the assignment of the element: • well-clustered elements have a score near 1, • poorly-clustered elements have a score near -1. 66
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME 4.2. Mean square error In statistics, the mean squared error (MSE) of an estimator is one of many ways to quantify the difference between values implied by an estimator and the true values of the quantity being estimated. MSE is a risk function, corresponding to the expected value of the squared error loss or quadratic loss. MSE measures the average of the squares of the "errors." The MSE is the second moment (about the origin) of the error, and thus incorporates both the variance of the estimator and ത its bias. If ܻ is a vector of n predictions, and ܻis the vector of the true values, then the (estimated) MSE of the predictor is: ത ‫ ܧܵܯ‬ൌ ∑௡ ሺܻ௜ െ ܻ௜ ሻ ଶ ௜ୀଵ ଵ (4.2.1) ௡ 4.3.Peak signal to noise ratio PSNR is most easily defined via the mean squared error (MSE). Given a noise-free m×n monochrome image I and its noisy approximation K, MSE is defined as: ‫ ܧܵܯ‬ൌ ଵ ௠௡ ∑௠ିଵ ∑௡ିଵሾ‫ܫ‬ሺ݅, ݆ሻ െ ‫ܭ‬ሺ݅, ݆ሻሿଶ ௜ୀ଴ ௝ୀ଴ (4.3.2) The PSNR is defined as: ெ஺௑ మ ܴܲܵܰ ൌ 10. ݈‫݃݋‬ଵ଴ ቀ ெௌா಺ ቁ (4.3.3) ெ஺௑ మ ܴܲܵܰ ൌ 20. ݈‫݃݋‬ଵ଴ ቆට ெௌா಺ ቇ (4.3.4) ܴܲܵܰ ൌ 20. ݈‫݃݋‬ଵ଴ ሺ‫ܺܣܯ‬ூ ሻ െ 10. ݈‫݃݋‬ଵ଴ ሺ‫ܧܵܯ‬ሻ (4.3.5) 4.4. Segmentation results on MRI brain images using the different methods K-means, Fuzzy c-means, kernelized Fuzzy-c-means and Enhanced k means have been used in segmenting three MRI images in order to compare the results in each case. Fig 1 Methods Table -1 Comparison of segmentation results on Fig 1 Silhouette score Mean square error Peak signal to noise ratio K means F C- means Kernelized F C-Means Enhanced K -means 0.4748 0.2136 0.8922 1 43.8951 78.3304 48.4131 0 67 31.7066 29.1915 31.2812 INF
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME Fig 2 Methods Table -2 Comparison of segmentation results on Fig 2 Silhouette score Mean square error Peak signal to noise ratio K means F C means Kernelized F C-Means Enhanced K -means 0.4406 0.3950 0.6018 1 42.7262 11.4921 27.1079 0 31.8239 37.5268 33.7998 INF Fig 3 Table-3 Comparison of segmentation results on Fig 3 Methods Silhouette Mean square error Peak signal to noise ratio score K means 0.4984 69.3533 29.7201 F C- means 0.2829 100.0876 28.1270 Kernelized F C-Means 06568 34.6928 32.7284 Enhanced K -means 1 0 INF 1.2 1 0.8 KM 0.6 FCM 0.4 KFCM EKM 0.2 0 IMAGE01 IMAGE02 IMAGE 03 Fig 4 Graphical representation of silhouette score of all 3 images 68
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME 5. CONCLUSION By comparing the proposed methods Kernelized F C-means, and Enhanced K- means with established K-means and Fuzzy C-means, it is clear that our algorithms can segment MRI images much more accurately than the established algorithms. In other hand, the established Kernelized F Cmeans, and Enhanced K- means are much faster than the proposed methods for all tested data sets, due the proposed methods consume much time for obtaining the true number of segments. It is clear from calculating different parameters that from both proposed methods Enhanced K means is more accurate than Kernelized F C-means. 6. FUTURE WORK Future research in MRI segmentation should strive toward improving the accuracy, precision, and computation speed of the segmentation algorithms, while reducing the amount of manual interactions needed. This is particularly important as MR imaging is becoming a routine diagnostic procedure in clinical practice. It is also important that any practical segmentation algorithm should deal with 3D volume segmentation instead of 2D slice by slice segmentation, since MRI data is 3D in nature. 7. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] Dzung L. Pham, Chenyang Xu, Jerry L. Prince (2010), A survey of current methods in medical image segmentation, Journal of image processing. A Generalized Spatial Fuzzy C-Means Algorithm for Medical Image Segmentation, Huynh Van Lung and Jong-Myon Kim, Member, IEEE. Fuzzy k-c-means Clustering Algorithm for Medical Image Segmentation, Ajala Funmilola A*, Oke O.A, Adedeji T.O, Alade O.M, Adewusi E.A Department of Computer Science and Engineering, LAUTECH Ogbomoso, Oyo state, Nigeria. R. Gonzalez, and R. Woods, Digital image processing, 2nd ed., Prentice hall, Upper Saddle River, New Jersey, 2001. K. S. Fu and J. K. Mu, A Survey on Image Segmentation, Pattern Recognition, vol. 13, pp. 316, 1981. Survey of Clustering Algorithms, Rui Xu, Student Member, IEEE and Donald Wunsch II, Fellow, IEEE. Enhancing K-Means Algorithm with Initial Cluster Centres Derived from Data Partitioning along the Data Axis with the Highest Variance, S. Deelers, and S. Auwatanamongkol. M. Tabakov, A Fuzzy Clustering Technique for Medical Image Segmentation, International Symposium on Evolving Fuzzy Systems, pp. 118-122, 2006. A Kernelized Fuzzy C-means Algorithm for Automatic Magnetic Resonance Image Segmentation, E.A. Zanaty ,Sultan Aljahdali ,Narayan Debnath. Enhanced K-Mean Clustering Algorithm to Reduce Number of Iterations and Time Complexity, Azhar Rauf, Sheeba, Saeed Mahfooz, Shah Khusro and Huma Javed Department of Computer Science University of Peshawar Peshawar, Pakistan, An efficient enhanced k-means clustering algorithm, A. M. Fahim, A. M. Salem, F. A. Torkey, M. A.Ramadan. Segmentation Methods for Medical Image Analysis Blood vessels, multi-scale filtering and level set methods, Copyright c 2010 Gunnar Lathen (unless otherwise noted)Department of Science and Technology Issac N. Bankman, Handbook of medical image processing and analysis, Second edition, Academic press, USA, 2008. 69
  • 9. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 6, November - December (2013), © IAEME [14] M. Sonka, V. Hlavac and R. Boyle, Image processing, analysis, and machine vision, Third edition, Thomson, USA, 2008. [6] Boykov, Y., Kolmogorov, V. [15] Keh-Shih Chuang a, Hong Long Tzeng a,b, Sharon Chen a, Jay Wu a,b, Tzong-Jer Chen c Fuzzy c- means clustering with spatial information for image segmentation. [16] Enhanced K-Means Clustering Algorithm for Color Image Segmentation, Thesis submitted by Shreyansh Ojha at school of mathematics and computer application thapar university patiala – 147004. [17] Ch. Ramesh, Dr. N.B. Venkateswarlu and Dr. J.V.R. Murthy, “A Novel K-Means Based JPEG Algorithm for Still Image Compression”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 339 - 354, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [18] Gaganpreet Kaur and Dr. Dheerendra Singh, “Pollination Based Optimization for Color Image Segmentation”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 407 - 414, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [19] Deepika Khurana and Dr. M.P.S Bhatia, “Dynamic Approach to K-Means Clustering Algorithm”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2012, pp. 204 - 219, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 70