SlideShare a Scribd company logo
1 of 61
Download to read offline
MEDICAL IMAGE COMPUTING (CAP 5937)
LECTURE 13: Clustering Based Medical Image Segmentation
Methods
Dr. Ulas Bagci
HEC 221, Center for Research in Computer
Vision (CRCV), University of Central Florida
(UCF), Orlando, FL 32814.
bagci@ucf.edu or bagci@crcv.ucf.edu
1SPRING 2017
Reminder (Project Selection)
• Lung Lobe Segmentation from CT Scans (Use LOLA11 Segmentation Challenge Data Set)
• Segmentation of Knee Images from MRI (Use SKI 2010 Data Set))
• Multimodal Brain Tumor Segmentation (Use BraTS Data Set)
• Automatic Lung Nodule (cancer) Detection (Use LUNA 2016 Data Set, http://luna16.grand-
challenge.org/home/ (Links to an external site.))
• Automatically measure end-systolic and end-diastolic volumes in cardiac MRIs. (Use Kaggle
Cardiac Data Set)
• Head-Neck Auto Segmentation Challenge (Use MICCAI 2015 Segmentation Challange Data
Set)
• CAD of Dementia from Structural MRI (Use MICCAI 2014 Segmentation Challenge Data
Set)
• DTI Tractography Challenge (Use MICCAI 2014 Segmentation Challenge Data Set)
• EMPIRE 2010 - Pulmonary Image Registration Challenge
(http://empire10.isi.uu.nl/index.php, (Links to an external site.) I have the team name and
password for downloading the data set).
• Digital Mammography DREAM challenge
(https://www.synapse.org/#!Synapse:syn4224222/wiki/231837 (Links to an external site.))
• MACHINE LEARNING Challenge in medical imaging
(https://www.nmr.mgh.harvard.edu/lab/laboratory-computational-imaging-biomarkers/miccai-
2014-machine-learning-challenge (Links to an external site.)
2
Reminder (Project Selection)
• MICCAI 2017 Challenges (end of march, sites will be fully functional)
3
Outline
• Clustering
– K-means
– FCM (fuzzy c-means)
– SMC (simple membership based clustering)
– AP (affinity propagation)
– FLAB (fuzzy locally adaptive Bayesian)
– Spectral Clustering Methods
4
What is Clustering?
• Organizing data into classes such that:
– High intra-class similarity
– Low inter-class similarity
• Finding the class labels and the number of classes directly
from the data (as opposed to classification tasks)
5
What is a natural grouping?
6
What is a natural grouping?
9/29/15
7
Clustering is subjective
School EmployeesSimpson's Family MalesFemales
What is similarity ?
8
What is similarity ?
9
Cluster by features
• Color
• Intensity
• Location
• Texture
• ….
Distance metrics
10
0.23 3 342.7
Peter Piotr
Motivation for Clustering in Medical Image
Segmentation
• Assumption: The object of interest can be identified as a cluster in
an appropriate feature space. Delineate the cluster to delineate the
object.
11
• Clustering algorithms essentially perform the same function
as classifier methods without the use of training data.
• Thus, they are termed unsupervised methods.
• In order to compensate for the lack of training data, clustering
methods iterate between segmenting the image and
characterizing the properties of the each class.
12
FCM FCM with
Markov PriorPham et al
Motivation in Biomedical Image Segmentation
13
Segmenting the image based on threshold implies underlying a posteriori probabilities
for the different classes of which the histogram shows a non-normalized sum
K-means Clustering
14
K-means Clustering
15
K-means Clustering
16
K-means Clustering
17
K-means Clustering
18
K-means Clustering
19
K-means Clustering
9/29/15
20
21Credit: Zitao Liu
Recap: Core of Clustering
• Similarity metric
• Distance metric
22
Open-box
Spectral clustering
Software for
Medical images
Schultz and Kindlmann
2013, IEEE TVCG
Multispectral/Multimodal Image Segmentation
• The segmentation techniques based on integration of
information from several images are called multispectral or
multimodal
23
Multispectral/Multimodal Image Segmentation
• The segmentation techniques based on integration of
information from several images are called multispectral or
multimodal
• In multispectral images, each pixel is characterized by a set
of features and the segmentation can be performed in
multidimensional (multichannel) feature space using
clustering algorithms
24
Methods:
k-Nearest Neighbor (kNN)
C-Means (CM)
Fuzzy C-Means (FCM)
Simple Membership-based Classification (SMC)
Methods differ based on how clusters are defined,
detected, and delineated.
pI Methods – RpI : Clustering
Training:
For each of L object classes, determine a true
classification feature set Fi, i = 1, 2,…., L.
Classification:
(1) Choose and fix a value for K (say K = 7).
(2) For a given scene S = (C, f) to be segmented,
determine the feature vector xc associated with
each voxel c.
RpI : Clustering - kNN
(3) To classify voxel c in C, among all feature vectors
in , determine K vectors that are
closest to xc.
(4) Classify c to that among
the L classes which is
represented maximally in
RpI : Clustering - kNN
Applications in MR Brain Tissue Segmentation
28
MRI T2
Original
MRI PD
Original
GM, WM, CSF
Segmented
RpI : Clustering - kNN
It is an unsupervised method. No training needed.
• Requires number of object classes L to be specified.
• Outputs fuzzy membership, at each voxel, in
individual object classes.
• Also outputs class mean (centroid)
• Uses an optimization technique to determine how to
optimally partition the feature space into L classes.
RpI : Clustering - FCM
S = (C, f) : a given scene
uck : membership of voxel c in object class k.
q : a weighting exponent (q = 2 often used).
f(c) : vector-valued scene intensity.
µk : centroid (mean) of class k.
|| • || : any inner product norm (e.g., Euclidean
norm)
( )
2
1
L
q
ck k
c C k
J u f c µ
∈ =
= ∑ ∑ −
Minimization of J yields uck and µk .
RpI : Clustering - FCM
Applications in T2-MRI Segmentation via K-
means (K=9)
32
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
33
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
• Breast cancer is the most commonly diagnosed cancer in the
United States and the second leading cause of death from
cancer in women.
34
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
• Breast cancer is the most commonly diagnosed cancer in the
United States and the second leading cause of death from
cancer in women.
• Breast density is an independent risk factor for breast
cancer
35
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
• Breast cancer is the most commonly diagnosed cancer in the
United States and the second leading cause of death from
cancer in women.
• Breast density is an independent risk factor for breast
cancer
• Objective and accurate methods for the estimation of density
are needed to ensure reliable estimation and, ultimately, yield
quantitative reproducible measures that are clinically useful.
36
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
• Breast cancer is the most commonly diagnosed cancer in the
United States and the second leading cause of death from
cancer in women.
• Breast density is an independent risk factor for breast
cancer
• Objective and accurate methods for the estimation of density
are needed to ensure reliable estimation and, ultimately, yield
quantitative reproducible measures that are clinically useful.
• Volume-based quantitative density methods, the aim is to
better estimate the amount of fibroglandular (i.e., dense)
tissue with respect to the total volume of the breast.
37
Quantitative Estimation of Volumetric Breast
Tomosynthesis Images (Pertuz et al, Radiology 2015)
38
Red: human annotator,yellow:computer algorithm
Let us dig into the theory a bit more…
• Unsupervised learning
– Finding clusters
– Dimensionality reduction (PCA, MDS,…)
– Building topographic maps
– Finding hidden causes or sources of the data
– Modeling the data density
39
Let us dig into the theory a bit more…
• Unsupervised learning
– Finding clusters
– Dimensionality reduction (PCA, MDS,…)
– Building topographic maps
– Finding hidden causes or sources of the data
– Modeling the data density
• Uses of Unsupervised learning
– Classification
– Data compression
– Make other learning tasks easier
– A theory of human learning and perception
– ….
40
Mixtures of Gaussians
41
x: input, y: output
Mixtures of Gaussians
42
You can download GMM train and test C/C++ code from my webpage:
http://www.cs.ucf.edu/~bagci/software.html
Constrained GMM for MR Brain Image
Segmentation: Greenspan et al. IEEE TMI 2006
• Each tissue is represented by large
number of Gaussians (to capture
complex tissue spatial layout)
43
Constrained GMM for MR Brain Image
Segmentation: Greenspan et al. IEEE TMI 2006
• Each tissue is represented by large
number of Gaussians (to capture
complex tissue spatial layout)
• Intensity is considered as a global
parameter
44
Constrained GMM for MR Brain Image
Segmentation: Greenspan et al. IEEE TMI 2006
• Each tissue is represented by large
number of Gaussians (to capture
complex tissue spatial layout)
• Intensity is considered as a global
parameter
• EM is utilized to learn parameter-tied
CGMM.
– Each Gaussian is linked to a single tissue
and all the Gaussians related to the same
tissue share the same intensity patterns.
45
Constrained GMM for MR Brain Image
Segmentation: Greenspan et al. IEEE TMI 2006
• Each tissue is represented by large
number of Gaussians (to capture
complex tissue spatial layout)
• Intensity is considered as a global
parameter
• EM is utilized to learn parameter-tied
CGMM.
– Each Gaussian is linked to a single tissue
and all the Gaussians related to the same
tissue share the same intensity patterns.
• Completely unsupervised, no
alignment/atlas registration required.
But note that general properties of T1
is used to include intensity info.
46
Constrained GMM for MR Brain Image
Segmentation: Greenspan et al. IEEE TMI 2006
(a) %9 noise, MRI from brain web, slice 95
(b) EM based algorithm
(c) CGMM algorithm results
47
Clustering methods for PET Images
• FCM (fuzzy c-means)
• FLAB (fuzzy locally adaptive Bayesian)
• K-means
• K-NN
• Spectral Clustering
• ….
48
Fuzzy LocallyAdaptive Bayesian (FLAB) Approach for
PET Segmentation (Hatt et al, TMI)
• Y: observed image (noisy)
• X: (binary) segmented object
• Bayesian setting: given the image Y, what is the segmentation
result X?
• P (Y|X) is the likelihood of the observation Y conditionally with
respect to the hidden ground-truth X
• P(X): prior
• P(X|Y): posterior distribution
49
Distribution of X (Prior)
• Two hard classes (Object + background) + finite number of
fuzzy levels.
• Consider Y0 and Y1 distributions, with mean and variations
• Then, mean and standard deviation of each fuzzy levels are
represented as
• Use EM algorithm to find unknowns.
50
Epsilon 1/3, 2/3 used.
Clustering methods for PET Images
• FCM (fuzzy c-means)
• FLAB (fuzzy locally adaptive Bayesian)
• K-means
• K-NN
• Spectral Clustering
• ….
• AP Clustering (affinity propagation)
– State of the art for multi-focal uptake segmentation
51
Foster, Bagci, et al., 2014
AP – By Frey and Dueck (more than 3.5K
citations, published in Science)
52
Example: The 15 images with highest squared error under either affinity propagation or k-centers
clustering are shown in the top row. The middle and bottom rows show the exemplars assigned by
the two methods,and the boxes show which of the two methods performed betterfor that image,
in terms of squared error. Affinity propagation found higher-quality exemplars.
Affinity Propagation (AP) Based Clustering
53
• Clusters data by locating
exemplars (the data point that
best describes a group of data)
based on the similarities
between pairs of points by
passing “messages” between
the data
– Responsibility r(i,k)
• How responsible is point k for
being i’s exemplar
– Availability a(i,k)
• How available is point k to be
point i’s exemplar
– Messages are iteratively sent
and compete until convergence
Responsibility—Message 1
k
i
Possible
Exemplar
Competing
Possible
Exemplar
r(i,k) a(i,k)
Availability—Message 2
k
i
Competing
Possible
Exemplar
r(i,k)
a(i,k)
Motivation for AP in PET Images (multi-focal updake)
54
GrosspathologyHisto-
pathology
5 weeks 15 weeks
Threshold Selection
55
Intensity
pdf
0 1
Objec
t1
Observed histogram of a PET
image is the summation of the
histogram of hidden objects
Objective for
segmentation: Locate
the optimal thresholding
value(s) for best
separation between these
objects
Objec
t2
Objec
t3
Similarity Function Definition
56
Intensity
0 1
pi
pj
ji
s(i,j) = -(|dij
x|n + |dij
G|m)
Probability difference - Distance includes
information of the peaks and valleys between
data points—needed for classification
dij
x
Weightparameters learned for
different image types and for small
animal/human images
Gradient
information
Probability information
dij
G
AP is an iterative process
57
Convergence of AP Segmentation
58
Comparison to Other Methods
59
Summary
• K-means
• FCM (fuzzy c-means)
• K-NN (k-nearest neighborhood)
• SMC (simple membership based clustering)
• AP (affinity propagation)
– Useful for PET image segmentation (multi-focal uptake)
60
Slide Credits and References
• Credits to: Jayaram K. Udupa of Univ. of Penn., MIPG
• Bagci’s CV Course 2015 Fall.
• K.D. Toennies, Guide to Medical Image Analysis,
• Handbook of Medical Imaging, Vol. 2. SPIE Press.
• Handbook of Biomedical Imaging, Paragios, Duncan, Ayache.
• Seutens,P., Medical Imaging, Cambridge Press.
• Z. Ghahramani, U. Cambridge, UK.
61

More Related Content

What's hot

Lec10: Medical Image Segmentation as an Energy Minimization Problem
Lec10: Medical Image Segmentation as an Energy Minimization ProblemLec10: Medical Image Segmentation as an Energy Minimization Problem
Lec10: Medical Image Segmentation as an Energy Minimization ProblemUlaş Bağcı
 
Data Science - Part XVII - Deep Learning & Image Processing
Data Science - Part XVII - Deep Learning & Image ProcessingData Science - Part XVII - Deep Learning & Image Processing
Data Science - Part XVII - Deep Learning & Image ProcessingDerek Kane
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesUlaş Bağcı
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Ulaş Bağcı
 
Medical image processing studies
Medical image processing studiesMedical image processing studies
Medical image processing studiesBằng Nguyễn Kim
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsJoseph Paul Cohen PhD
 
Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Ulaş Bağcı
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network MD Abdullah Al Nasim
 
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Ulaş Bağcı
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...IAEME Publication
 
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Vidit Goyal
 
2017 07 03_meetup_d
2017 07 03_meetup_d2017 07 03_meetup_d
2017 07 03_meetup_dDana Brophy
 
Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)John Williams
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Ulaş Bağcı
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptRoshini Vijayakumar
 
Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Ulaş Bağcı
 
Image segmentation
Image segmentationImage segmentation
Image segmentationDeepak Kumar
 

What's hot (20)

Lec10: Medical Image Segmentation as an Energy Minimization Problem
Lec10: Medical Image Segmentation as an Energy Minimization ProblemLec10: Medical Image Segmentation as an Energy Minimization Problem
Lec10: Medical Image Segmentation as an Energy Minimization Problem
 
Data Science - Part XVII - Deep Learning & Image Processing
Data Science - Part XVII - Deep Learning & Image ProcessingData Science - Part XVII - Deep Learning & Image Processing
Data Science - Part XVII - Deep Learning & Image Processing
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical Images
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
 
Medical image processing studies
Medical image processing studiesMedical image processing studies
Medical image processing studies
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
 
Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
 
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
 
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
 
2017 07 03_meetup_d
2017 07 03_meetup_d2017 07 03_meetup_d
2017 07 03_meetup_d
 
Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
 
ShortStoryPPT.pptx
ShortStoryPPT.pptxShortStoryPPT.pptx
ShortStoryPPT.pptx
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Medical Image Processing
Medical Image ProcessingMedical Image Processing
Medical Image Processing
 

Viewers also liked

K means clustering
K means clusteringK means clustering
K means clusteringkeshav goyal
 
Big data app meetup 2016-06-15
Big data app meetup 2016-06-15Big data app meetup 2016-06-15
Big data app meetup 2016-06-15Illia Polosukhin
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesUlaş Bağcı
 
Lec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable RegistrationLec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable RegistrationUlaş Bağcı
 
Lec14: Evaluation Framework for Medical Image Segmentation
Lec14: Evaluation Framework for Medical Image SegmentationLec14: Evaluation Framework for Medical Image Segmentation
Lec14: Evaluation Framework for Medical Image SegmentationUlaş Bağcı
 
Lec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationLec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationUlaş Bağcı
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Ulaş Bağcı
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationUlaş Bağcı
 
K means clustering
K means clusteringK means clustering
K means clusteringAhmedasbasb
 
Mahout Canopy Clustering - #TokyoWebmining 9
Mahout Canopy Clustering - #TokyoWebmining 9Mahout Canopy Clustering - #TokyoWebmining 9
Mahout Canopy Clustering - #TokyoWebmining 9Koichi Hamada
 
Clustering concepts
Clustering conceptsClustering concepts
Clustering conceptsbapiraju
 
Latent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkLatent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkSandy Ryza
 
05 Clustering in Data Mining
05 Clustering in Data Mining05 Clustering in Data Mining
05 Clustering in Data MiningValerii Klymchuk
 
Customer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustCustomer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustJim Porzak
 
Clustering
ClusteringClustering
ClusteringMeme Hei
 
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender Systems
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender SystemsWSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender Systems
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender SystemsKotaro Tanahashi
 
K-means Clustering with Scikit-Learn
K-means Clustering with Scikit-LearnK-means Clustering with Scikit-Learn
K-means Clustering with Scikit-LearnSarah Guido
 
The Gaussian Process Latent Variable Model (GPLVM)
The Gaussian Process Latent Variable Model (GPLVM)The Gaussian Process Latent Variable Model (GPLVM)
The Gaussian Process Latent Variable Model (GPLVM)James McMurray
 
Three case studies deploying cluster analysis
Three case studies deploying cluster analysisThree case studies deploying cluster analysis
Three case studies deploying cluster analysisGreg Makowski
 

Viewers also liked (20)

K means clustering
K means clusteringK means clustering
K means clustering
 
Big data app meetup 2016-06-15
Big data app meetup 2016-06-15Big data app meetup 2016-06-15
Big data app meetup 2016-06-15
 
Lec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine ImagesLec6: Pre-Processing for Nuclear Medicine Images
Lec6: Pre-Processing for Nuclear Medicine Images
 
Lec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable RegistrationLec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable Registration
 
Lec14: Evaluation Framework for Medical Image Segmentation
Lec14: Evaluation Framework for Medical Image SegmentationLec14: Evaluation Framework for Medical Image Segmentation
Lec14: Evaluation Framework for Medical Image Segmentation
 
Lec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationLec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image Segmentation
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image Segmentation
 
K means clustering
K means clusteringK means clustering
K means clustering
 
Mahout Canopy Clustering - #TokyoWebmining 9
Mahout Canopy Clustering - #TokyoWebmining 9Mahout Canopy Clustering - #TokyoWebmining 9
Mahout Canopy Clustering - #TokyoWebmining 9
 
Clustering concepts
Clustering conceptsClustering concepts
Clustering concepts
 
Latent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkLatent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with Spark
 
05 Clustering in Data Mining
05 Clustering in Data Mining05 Clustering in Data Mining
05 Clustering in Data Mining
 
Clustering: A Survey
Clustering: A SurveyClustering: A Survey
Clustering: A Survey
 
Customer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustCustomer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclust
 
Clustering
ClusteringClustering
Clustering
 
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender Systems
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender SystemsWSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender Systems
WSDM2016読み会 Collaborative Denoising Auto-Encoders for Top-N Recommender Systems
 
K-means Clustering with Scikit-Learn
K-means Clustering with Scikit-LearnK-means Clustering with Scikit-Learn
K-means Clustering with Scikit-Learn
 
The Gaussian Process Latent Variable Model (GPLVM)
The Gaussian Process Latent Variable Model (GPLVM)The Gaussian Process Latent Variable Model (GPLVM)
The Gaussian Process Latent Variable Model (GPLVM)
 
Three case studies deploying cluster analysis
Three case studies deploying cluster analysisThree case studies deploying cluster analysis
Three case studies deploying cluster analysis
 

Similar to MEDICAL IMAGE CLUSTERING TECHNIQUES

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
 
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
 
Detection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsDetection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsIRJET Journal
 
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGprj_publication
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images csandit
 
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
 
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
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique IOSR Journals
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...ijcsit
 
An Approach for Study and Analysis of Brain Tumor Using Soft Approach
An Approach for Study and Analysis of Brain Tumor Using Soft ApproachAn Approach for Study and Analysis of Brain Tumor Using Soft Approach
An Approach for Study and Analysis of Brain Tumor Using Soft Approachjournal ijrtem
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1abc
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfjagan477830
 
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmUnsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmIOSR Journals
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfAvijitChaudhuri3
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionIOSR Journals
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionIOSR Journals
 

Similar to MEDICAL IMAGE CLUSTERING TECHNIQUES (20)

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...
 
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
 
H0114857
H0114857H0114857
H0114857
 
vol.4.1.2.july.13
vol.4.1.2.july.13vol.4.1.2.july.13
vol.4.1.2.july.13
 
Detection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsDetection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in Mammograms
 
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
 
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
 
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...
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
An Approach for Study and Analysis of Brain Tumor Using Soft Approach
An Approach for Study and Analysis of Brain Tumor Using Soft ApproachAn Approach for Study and Analysis of Brain Tumor Using Soft Approach
An Approach for Study and Analysis of Brain Tumor Using Soft Approach
 
sec dc.pptx
sec dc.pptxsec dc.pptx
sec dc.pptx
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdf
 
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM AlgorithmUnsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
Unsupervised Clustering Classify theCancer Data withtheHelp of FCM Algorithm
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 

Recently uploaded

Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In DubaiDubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubaikojalkojal131
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxEran Akiva Sinbar
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentationtahreemzahra82
 
Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)itwameryclare
 
Bioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptxBioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptx023NiWayanAnggiSriWa
 
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 GenuineCall Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuinethapagita
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationColumbia Weather Systems
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Davis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologyDavis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologycaarthichand2003
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationColumbia Weather Systems
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
Four Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptFour Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptJoemSTuliba
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxmalonesandreagweneth
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPirithiRaju
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naJASISJULIANOELYNV
 

Recently uploaded (20)

Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In DubaiDubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptx
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentation
 
Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)
 
Bioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptxBioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptx
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 GenuineCall Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather Station
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Davis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologyDavis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technology
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather Station
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Four Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptFour Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.ppt
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)
 
FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by na
 

MEDICAL IMAGE CLUSTERING TECHNIQUES

  • 1. MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 13: Clustering Based Medical Image Segmentation Methods Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF), Orlando, FL 32814. bagci@ucf.edu or bagci@crcv.ucf.edu 1SPRING 2017
  • 2. Reminder (Project Selection) • Lung Lobe Segmentation from CT Scans (Use LOLA11 Segmentation Challenge Data Set) • Segmentation of Knee Images from MRI (Use SKI 2010 Data Set)) • Multimodal Brain Tumor Segmentation (Use BraTS Data Set) • Automatic Lung Nodule (cancer) Detection (Use LUNA 2016 Data Set, http://luna16.grand- challenge.org/home/ (Links to an external site.)) • Automatically measure end-systolic and end-diastolic volumes in cardiac MRIs. (Use Kaggle Cardiac Data Set) • Head-Neck Auto Segmentation Challenge (Use MICCAI 2015 Segmentation Challange Data Set) • CAD of Dementia from Structural MRI (Use MICCAI 2014 Segmentation Challenge Data Set) • DTI Tractography Challenge (Use MICCAI 2014 Segmentation Challenge Data Set) • EMPIRE 2010 - Pulmonary Image Registration Challenge (http://empire10.isi.uu.nl/index.php, (Links to an external site.) I have the team name and password for downloading the data set). • Digital Mammography DREAM challenge (https://www.synapse.org/#!Synapse:syn4224222/wiki/231837 (Links to an external site.)) • MACHINE LEARNING Challenge in medical imaging (https://www.nmr.mgh.harvard.edu/lab/laboratory-computational-imaging-biomarkers/miccai- 2014-machine-learning-challenge (Links to an external site.) 2
  • 3. Reminder (Project Selection) • MICCAI 2017 Challenges (end of march, sites will be fully functional) 3
  • 4. Outline • Clustering – K-means – FCM (fuzzy c-means) – SMC (simple membership based clustering) – AP (affinity propagation) – FLAB (fuzzy locally adaptive Bayesian) – Spectral Clustering Methods 4
  • 5. What is Clustering? • Organizing data into classes such that: – High intra-class similarity – Low inter-class similarity • Finding the class labels and the number of classes directly from the data (as opposed to classification tasks) 5
  • 6. What is a natural grouping? 6
  • 7. What is a natural grouping? 9/29/15 7 Clustering is subjective School EmployeesSimpson's Family MalesFemales
  • 9. What is similarity ? 9 Cluster by features • Color • Intensity • Location • Texture • ….
  • 10. Distance metrics 10 0.23 3 342.7 Peter Piotr
  • 11. Motivation for Clustering in Medical Image Segmentation • Assumption: The object of interest can be identified as a cluster in an appropriate feature space. Delineate the cluster to delineate the object. 11
  • 12. • Clustering algorithms essentially perform the same function as classifier methods without the use of training data. • Thus, they are termed unsupervised methods. • In order to compensate for the lack of training data, clustering methods iterate between segmenting the image and characterizing the properties of the each class. 12 FCM FCM with Markov PriorPham et al
  • 13. Motivation in Biomedical Image Segmentation 13 Segmenting the image based on threshold implies underlying a posteriori probabilities for the different classes of which the histogram shows a non-normalized sum
  • 22. Recap: Core of Clustering • Similarity metric • Distance metric 22 Open-box Spectral clustering Software for Medical images Schultz and Kindlmann 2013, IEEE TVCG
  • 23. Multispectral/Multimodal Image Segmentation • The segmentation techniques based on integration of information from several images are called multispectral or multimodal 23
  • 24. Multispectral/Multimodal Image Segmentation • The segmentation techniques based on integration of information from several images are called multispectral or multimodal • In multispectral images, each pixel is characterized by a set of features and the segmentation can be performed in multidimensional (multichannel) feature space using clustering algorithms 24
  • 25. Methods: k-Nearest Neighbor (kNN) C-Means (CM) Fuzzy C-Means (FCM) Simple Membership-based Classification (SMC) Methods differ based on how clusters are defined, detected, and delineated. pI Methods – RpI : Clustering
  • 26. Training: For each of L object classes, determine a true classification feature set Fi, i = 1, 2,…., L. Classification: (1) Choose and fix a value for K (say K = 7). (2) For a given scene S = (C, f) to be segmented, determine the feature vector xc associated with each voxel c. RpI : Clustering - kNN
  • 27. (3) To classify voxel c in C, among all feature vectors in , determine K vectors that are closest to xc. (4) Classify c to that among the L classes which is represented maximally in RpI : Clustering - kNN
  • 28. Applications in MR Brain Tissue Segmentation 28
  • 29. MRI T2 Original MRI PD Original GM, WM, CSF Segmented RpI : Clustering - kNN
  • 30. It is an unsupervised method. No training needed. • Requires number of object classes L to be specified. • Outputs fuzzy membership, at each voxel, in individual object classes. • Also outputs class mean (centroid) • Uses an optimization technique to determine how to optimally partition the feature space into L classes. RpI : Clustering - FCM
  • 31. S = (C, f) : a given scene uck : membership of voxel c in object class k. q : a weighting exponent (q = 2 often used). f(c) : vector-valued scene intensity. µk : centroid (mean) of class k. || • || : any inner product norm (e.g., Euclidean norm) ( ) 2 1 L q ck k c C k J u f c µ ∈ = = ∑ ∑ − Minimization of J yields uck and µk . RpI : Clustering - FCM
  • 32. Applications in T2-MRI Segmentation via K- means (K=9) 32
  • 33. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) 33
  • 34. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) • Breast cancer is the most commonly diagnosed cancer in the United States and the second leading cause of death from cancer in women. 34
  • 35. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) • Breast cancer is the most commonly diagnosed cancer in the United States and the second leading cause of death from cancer in women. • Breast density is an independent risk factor for breast cancer 35
  • 36. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) • Breast cancer is the most commonly diagnosed cancer in the United States and the second leading cause of death from cancer in women. • Breast density is an independent risk factor for breast cancer • Objective and accurate methods for the estimation of density are needed to ensure reliable estimation and, ultimately, yield quantitative reproducible measures that are clinically useful. 36
  • 37. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) • Breast cancer is the most commonly diagnosed cancer in the United States and the second leading cause of death from cancer in women. • Breast density is an independent risk factor for breast cancer • Objective and accurate methods for the estimation of density are needed to ensure reliable estimation and, ultimately, yield quantitative reproducible measures that are clinically useful. • Volume-based quantitative density methods, the aim is to better estimate the amount of fibroglandular (i.e., dense) tissue with respect to the total volume of the breast. 37
  • 38. Quantitative Estimation of Volumetric Breast Tomosynthesis Images (Pertuz et al, Radiology 2015) 38 Red: human annotator,yellow:computer algorithm
  • 39. Let us dig into the theory a bit more… • Unsupervised learning – Finding clusters – Dimensionality reduction (PCA, MDS,…) – Building topographic maps – Finding hidden causes or sources of the data – Modeling the data density 39
  • 40. Let us dig into the theory a bit more… • Unsupervised learning – Finding clusters – Dimensionality reduction (PCA, MDS,…) – Building topographic maps – Finding hidden causes or sources of the data – Modeling the data density • Uses of Unsupervised learning – Classification – Data compression – Make other learning tasks easier – A theory of human learning and perception – …. 40
  • 41. Mixtures of Gaussians 41 x: input, y: output
  • 42. Mixtures of Gaussians 42 You can download GMM train and test C/C++ code from my webpage: http://www.cs.ucf.edu/~bagci/software.html
  • 43. Constrained GMM for MR Brain Image Segmentation: Greenspan et al. IEEE TMI 2006 • Each tissue is represented by large number of Gaussians (to capture complex tissue spatial layout) 43
  • 44. Constrained GMM for MR Brain Image Segmentation: Greenspan et al. IEEE TMI 2006 • Each tissue is represented by large number of Gaussians (to capture complex tissue spatial layout) • Intensity is considered as a global parameter 44
  • 45. Constrained GMM for MR Brain Image Segmentation: Greenspan et al. IEEE TMI 2006 • Each tissue is represented by large number of Gaussians (to capture complex tissue spatial layout) • Intensity is considered as a global parameter • EM is utilized to learn parameter-tied CGMM. – Each Gaussian is linked to a single tissue and all the Gaussians related to the same tissue share the same intensity patterns. 45
  • 46. Constrained GMM for MR Brain Image Segmentation: Greenspan et al. IEEE TMI 2006 • Each tissue is represented by large number of Gaussians (to capture complex tissue spatial layout) • Intensity is considered as a global parameter • EM is utilized to learn parameter-tied CGMM. – Each Gaussian is linked to a single tissue and all the Gaussians related to the same tissue share the same intensity patterns. • Completely unsupervised, no alignment/atlas registration required. But note that general properties of T1 is used to include intensity info. 46
  • 47. Constrained GMM for MR Brain Image Segmentation: Greenspan et al. IEEE TMI 2006 (a) %9 noise, MRI from brain web, slice 95 (b) EM based algorithm (c) CGMM algorithm results 47
  • 48. Clustering methods for PET Images • FCM (fuzzy c-means) • FLAB (fuzzy locally adaptive Bayesian) • K-means • K-NN • Spectral Clustering • …. 48
  • 49. Fuzzy LocallyAdaptive Bayesian (FLAB) Approach for PET Segmentation (Hatt et al, TMI) • Y: observed image (noisy) • X: (binary) segmented object • Bayesian setting: given the image Y, what is the segmentation result X? • P (Y|X) is the likelihood of the observation Y conditionally with respect to the hidden ground-truth X • P(X): prior • P(X|Y): posterior distribution 49
  • 50. Distribution of X (Prior) • Two hard classes (Object + background) + finite number of fuzzy levels. • Consider Y0 and Y1 distributions, with mean and variations • Then, mean and standard deviation of each fuzzy levels are represented as • Use EM algorithm to find unknowns. 50 Epsilon 1/3, 2/3 used.
  • 51. Clustering methods for PET Images • FCM (fuzzy c-means) • FLAB (fuzzy locally adaptive Bayesian) • K-means • K-NN • Spectral Clustering • …. • AP Clustering (affinity propagation) – State of the art for multi-focal uptake segmentation 51 Foster, Bagci, et al., 2014
  • 52. AP – By Frey and Dueck (more than 3.5K citations, published in Science) 52 Example: The 15 images with highest squared error under either affinity propagation or k-centers clustering are shown in the top row. The middle and bottom rows show the exemplars assigned by the two methods,and the boxes show which of the two methods performed betterfor that image, in terms of squared error. Affinity propagation found higher-quality exemplars.
  • 53. Affinity Propagation (AP) Based Clustering 53 • Clusters data by locating exemplars (the data point that best describes a group of data) based on the similarities between pairs of points by passing “messages” between the data – Responsibility r(i,k) • How responsible is point k for being i’s exemplar – Availability a(i,k) • How available is point k to be point i’s exemplar – Messages are iteratively sent and compete until convergence Responsibility—Message 1 k i Possible Exemplar Competing Possible Exemplar r(i,k) a(i,k) Availability—Message 2 k i Competing Possible Exemplar r(i,k) a(i,k)
  • 54. Motivation for AP in PET Images (multi-focal updake) 54 GrosspathologyHisto- pathology 5 weeks 15 weeks
  • 55. Threshold Selection 55 Intensity pdf 0 1 Objec t1 Observed histogram of a PET image is the summation of the histogram of hidden objects Objective for segmentation: Locate the optimal thresholding value(s) for best separation between these objects Objec t2 Objec t3
  • 56. Similarity Function Definition 56 Intensity 0 1 pi pj ji s(i,j) = -(|dij x|n + |dij G|m) Probability difference - Distance includes information of the peaks and valleys between data points—needed for classification dij x Weightparameters learned for different image types and for small animal/human images Gradient information Probability information dij G
  • 57. AP is an iterative process 57
  • 58. Convergence of AP Segmentation 58
  • 59. Comparison to Other Methods 59
  • 60. Summary • K-means • FCM (fuzzy c-means) • K-NN (k-nearest neighborhood) • SMC (simple membership based clustering) • AP (affinity propagation) – Useful for PET image segmentation (multi-focal uptake) 60
  • 61. Slide Credits and References • Credits to: Jayaram K. Udupa of Univ. of Penn., MIPG • Bagci’s CV Course 2015 Fall. • K.D. Toennies, Guide to Medical Image Analysis, • Handbook of Medical Imaging, Vol. 2. SPIE Press. • Handbook of Biomedical Imaging, Paragios, Duncan, Ayache. • Seutens,P., Medical Imaging, Cambridge Press. • Z. Ghahramani, U. Cambridge, UK. 61