SlideShare a Scribd company logo
1 of 34
Segmentation and classification of breast cancer
histopathology images
Presented by Under the guidance of
I. Sofiya Dr. D. Murugan
Research Scholar Professor and Head
Dept. of Computer Science and Engg
MS University
OBJECTIVE
The main objective of the work is
• To segment the nuclei from breast cancer histopathology
images.
• To classify the breast cancer whether it is benign or malignant.
ABSTRACT
• Breast cancer is the most frequently occurring cancer in women worldwide,
hence early diagnosis of malignancy of cancer is very important .
• Breast cancer detection from digitized breast histopathology images and its
grade assessment is crucial task for pathologists. An automated and robust
method of detecting malignancy in breast cancer is required to assist
pathologist.
• First the nucleus are segmented and then the features are extracted for
classification.
INTRODUCTION
• Digital Image Processing means processing digital image by means of a
digital computer.
• Its applications range from medicine to entertainment, passing by
geological processing and remote sensing.
• The analysis of histopathological image is done manually by the
pathologist to detect disease which leads to subjective diagnosis of sample
and varies with level of expertise of examiner and it is also time
consuming. Hence an automated diagnosis is required for a trust worthy
result.
INTRODUCTION TO
HISTOPATHOLOGY IMAGES
• A biopsy is the removal of a small amount of tissue.
• After biopsy the specimen is preserved using preservative mostly formalin,
to retain it shape.
• Then the water content is removed from the sample and placed in paraffin
wax for hardening the specimen to make thin sections.
• The thin sections are made with microtone and placed in a glass slide. Then
the pathologist uses Hematoxylin and eosin dye to stain parts of the cell.
CONTD.,
• Then they are placed under microscope for the histopathologist to look
after the cells and tissue and to diagnose the disease.
• These are digitised as histopathology images by scanning using microscope
slide scanners which are of high resolution.
• The computerized histopathological slides have to undergo some analysis
for an effective and consistent cancer forecasting and diagnosis.
SEGMENTATION IN BREAST
CANCER HISTOPATHOLOGY
IMAGES
• One of the most critical steps is the segmentation of the nuclei in the breast
histopathology images because it is very important to study the features of
nuclei to determine the malignancy.
• Due to the high variability of the tissue appearance, reliable cell nuclei
segmentation of BCH images is still a challenging task.
CLASSIFICATION OF BREAST
CANCER HISTOPATHOLOGY
IMAGES
• After nuclei are precisely segmented, classification phase should be
implemented.
• The most important aspects of the classification performance are the
features extraction and the classification algorithms.
• Most of the extracted features are morphology-based (area, perimeter, etc)
and texture-based features (contrast, sum of squares, variance, etc)
WORK FLOW
BCH Image
Segmentation
Benign Malignant
Classification
Feature extraction
LITERATURE SURVEY
S.
NO
TITLE OF THE PAPER DESCRIPTION YEAR
1 A resolution adaptive deep
hierarchical (RADHicaL)
learning scheme applied to
nuclear segmentation of
digital pathology images
Resolution adaptive deep
hierarchical (RADHicaL)
learning scheme based deep
learning network.
2017
2 Multi-tissue and multi-scale
approach for nuclei
segmentation in H&E
stained images
Multi-tissue and Multi-scale
based Deep learning model.
2018
CONTD.,
S.
NO
TITLE OF THE PAPER DESCRIPTION YEAR
3 SAMS-NET: Stain- aware multi-
scale network for instance-based
nuclei segmentation in histology
images
Stain-Aware Multi-Scale
(SAMS-NET) based deep
learning model
2018
4 A Deep Learning Algorithm for
One-step Contour Aware Nuclei
Segmentation of Histopathological
Images
Deep Learning Algorithm
based on One-step Contour
Aware segmentation
2018
5 Accurate segmentation of nuclei in
pathological images via sparse
reconstruction and deep
convolutional networks
sparse reconstruction and
deep convolutional networks
cascaded by multi-layer
convolution networks
2017
PERFORMANCE EVALUATION OF
SEGMENTATION ALGORITHMS
• Performance evaluation of following segmentation algorithms are carried
out
 OTSU
 Mean Shift
 K means
 FCM
 Fast FCM
 Fast and Robust FCM
OTSU ALGORITHM
1. Read the input image.
2. Compute histogram and probability of each intensity values.
3. Separate into 2 classes by a threshold .
4. Compute weight and mean of two classes
5. Find the variance
6. If the intensity value is lesser than variance it is 0 and if it is greater it is 1.
MEAN SHIFT ALGORITHM
1. Read the input image.
2. Randomly select any pixel as center point.
3. Set bandwidth
4. Make a cluster of the center point with the specified bandwidth.
5. Find the mean value of the cluster and make it new cluster point.
6. Make a cluster for the new center point with the same bandwidth.
7. Repeat step (5) and (6) until all the points are visited.
K MEANS ALGORITHM
1. Read the input image.
2. Set the number of cluster .
3. Randomly select cluster centers.
4. Calculate the distance between each pixel value and cluster center.
5. Assign data point to the cluster center whose distance from the cluster
center is minimum of all other cluster center.
6. Find the average of data points in the clusters and the average values are
the new cluster center.
7. Go to step (5).
8. Repeat steps 6 and 7 until no new cluster centers are formed.
FCM ALGORITHM
1. Read the input image.
2. Set the number of cluster as .
3. Set the fuzziness exponent .
4. Randomly select cluster centers.
5. Calculate membership matrix.
6. Compute new centers
7. Repeat step (5) and (6) until no new centers are formed.
FAST FCM ALGORITHM
1. Read the input image.
2. Set the number of cluster as .
3. Set the fuzziness exponent .
4. Randomly select cluster centers.
5. Calculate membership matrix.
6. Find the new centroid .
7. Repeat step (5) and (6) until no new centers are formed.
FAST AND ROBUST FCM
ALGORITHM
1. Read the input image.
2. Compute the median filtered image.
3. Set the number of cluster .
4. Update the partition matrix.
5. Modify the partition matrix.
6. Update the cluster centers.
7. Repeat steps 4-6 until no new cluster is formed.
DATASET DESCRIPTION
• To compare the performance of segmentation algorithms this work has
been tested over set of breast cancer histopathology images collected from
publicly available database which is called TNBC (Triple Negative Breast
Cancer) dataset.
• The dataset contains 50 digitised breast cancer histopathology slides
images obtained from 11 patients with its respective ground truth images
each of size 512x512 pixels.
PERFORMANCE ANALYSIS
• Performance of segmentation algorithms are evaluated using metrics such
as accuracy, sensitivity, specificity, F measure, Positive and negative
prediction value.
 Accuracy is the most intuitive performance measure and it is simply a ratio
of correctly predicted observation to the total observations.
 Precision is the ratio of correctly predicted positive observations to the
total predicted positive observations.
 Sensitivity is the ratio of correctly predicted positive observations to the all
observations in actual class.
 Specificity is the measures the proportion of actual negatives that are
correctly identified as such.
 F Measure is the weighted average of Precision and Recall. F1 score is
more helpful than accuracy in uneven distribution.
 The positive and negative predictive values (PPV and NPV respectively)
are the proportions of positive and negative results
in statistics and diagnostic tests that are true positive and true
negative results, respectively.
EXPERIMENTAL RESULTS
ACCURACY
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 91.65485 98.58578 97.13758 95.34786 97.99214 98.67656
Image 2 93.97679 96.41387 96.45276 96.65674 97.99105 98.13311
Image 3 93.8357 98.45874 97.24377 98.34276 93.87634 98.26528
Image 4 87.41720 91.87746 95.14736 97.80536 94.37678 92.87236
Image 5 97.74617 93.48129 97.34767 97.81342 97.99306 97.78467
Image 6 93.8357 96.41387 97.13758 93.75467 96.39988 98.13311
Image 7 89.74873 97.57385 92.83483 95.34899 97.99105 98.57234
Image 8 96.67245 93.38864 98.13798 97.80536 98.34676 91.74689
Image 9 92.47398 96.55345 94.79870 97.98767 97.99643 98.36754
Image 10 97.34676 95.44133 98.23123 98.21432 91.76343 90.83789
Average 93.8357 96.41387 97.13758 97.80536 97.99105 98.13311
SENSITIVITY
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 44.98734 90.182378 83.87123 91.471089 96.287389 91.549488
Image 2 37.38273 94.559727 80.87146 97.847879 84.819278 95.184788
Image 3 72.31268 92.231897 94.17467 87.479887 90.887372 87.287987
Image 4 65.37298 96.127879 93.94878 92.245734 86.298378 93.874898
Image 5 64.03413 91.128398 92.90785 94.914898 93.298378 90.983487
Image 6 52.27387 98.928379 96.98779 86.897487 90.887372 97.184788
Image 7 75.82378 94.559727 86.42792 96.748978 89.198798 91.549488
Image 8 64.03413 97.928379 97.74398 92.245734 92.827388 91.081237
Image 9 68.23787 93.238700 92.90785 95.128738 94.742678 93.273888
Image 10 55.82789 95.187467 89.87498 90.213897 90.454746 89.723698
Average 64.03413 94.559727 92.90785 92.245734 90.887372 91.549488
SPECIFICITY
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 99.676254 94.918082 98.289738 98.287730 99.432838 99.582837
Image 2 98.238708 97.239089 97.966555 97.277099 99.392324 99.338709
Image 3 99.728880 96.777258 97.591874 98.924879 98.237987 99.423411
Image 4 97.283708 96.523879 98.270908 99.279028 99.383278 99.563898
Image 5 99.676254 98.238778 97.428370 97.283700 98.283800 92.823709
Image 6 99.689823 97.388723 97.702309 98.894983 99.422899 99.522986
Image 7 99.828397 96.777258 93.823709 96.238798 99.229983 99.423411
Image 8 99.828380 96.423989 97.966555 99.219387 99.398409 94.823779
Image 9 97.238782 96.823700 97.923099 98.748787 99.383278 99.432399
Image 10 99.593287 95.238770 96.923890 98.894983 99.129389 91.083276
Average 99.676254 96.777258 97.966555 98.894983 99.383278 99.423411
POSITIVE PREDICTION VALUE
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 94.987432 89.812378 89.954398 95.349878 95.832698 94.28397
Image 2 98.342769 80.432989 83.893758 94.239888 97.41237 97.24798
Image 3 97.485192 88.974980 90.437879 96.498748 94.148798 96.88513
Image 4 96.654688 85.186324 89.963984 90.946698 96.239879 98.25798
Image 5 98.234765 85.023487 89.954398 95.324786 96.823187 96.78378
Image 6 97.598673 87.092384 92.438709 94.239888 97.842798 98.91247
Image 7 97.485192 83.094988 88.479099 96.746998 92.327099 97.47878
Image 8 99.433328 92.740989 94.478789 92.346897 96.653601 96.58614
Image 9 95.489698 85.186324 85.437687 93.928347 95.398998 96.88513
Image 10 97.474669 81.473524 82.489709 92.974987 96.653601 95.92874
Average 97.485192 85.186324 89.954398 94.239888 96.6536 96.88513
NEGATIVE PREDICTION VALUE
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 90.08954 99.067821 98.67264 96.85789 91.654523 97.423323
Image 2 93.39534 98.965478 98.615342 99.21945 92.657873 93.123988
Image 3 94.07895 98.910279 99.39267 91.278467 98.234687 99.745923
Image 4 93.40678 98.910279 90.65342 98.946723 98.358923 91.372492
Image 5 93.39534 98.86543 98.601031 98.486544 98.626539 98.361567
Image 6 93.56789 98.92367 98.547892 98.496342 99.385728 98.491876
Image 7 93.26421 98.910279 97.34657 93.56245 98.234687 93.184638
Image 8 92.86542 97.789432 98.60103 96.43856 99.498253 98.361502
Image 9 93.39534 98.910279 95.49832 98.486544 97.477123 99.324545
Image 10 93.40678 95.32189 98.75834 98.527348 95.763296 98.498232
Average 93.39534 98.910279 98.601031 98.486544 98.234687 98.361502
F MEASURE
IMAGES SEGMENTATION ALGORITHMS
OTSU K MEANS MEAN
SHIFT
FCM FFCM FRFCM
Image 1 85.757874 90.285087 96.092837 92.734769 94.945647 95.024897
Image 2 73.786416 95.776567 95.370168 94.343489 95.234898 97.894787
Image 3 77.975288 93.685497 93.847239 96.827209 94.391878 94.983247
Image 4 78.092348 96.454975 95.745688 95.454704 94.964332 95.234780
Image 5 72.657483 95.655642 92.746799 96.715267 94.589437 95.324127
Image 6 79.467764 93.278484 95.370168 95.587634 94.972834 95.623479
Image 7 77.975288 95.872367 95.498147 95.234868 95.823647 97.347889
Image 8 82.764178 95.655642 95.583479 95.781746 93.392480 98.743087
Image 9 70.238973 94.234787 94.893488 95.129357 94.945647 95.324127
Image 10 75.870834 95.823579 95.287438 95.454704 94.689437 93.348988
Average 77.975288 95.655642 95.370168 95.454704 94.945647 95.324127
PERFORMANCE EVALUATION OF
SEGMENTATION ALGORITHMS
0
20
40
60
80
100
120
Acc Sen spec ppv Npv Fm
FastFCM
FCM
FRFCM
Kmeans
Meanshift
Otsu
Percentage
Metrics
CONCLUSION
 Many algorithms and methods are developed for segmentation to segment
the nuclei from the breast histopathology images.
 Six existing and standard segmentation algorithms are carried out on breast
cancer histopathology images and their performance are evaluated.
 Fast and Robust FCM has given best accuracy among the six .
 In future, an efficient segmentation algorithm may be proposed to
automatically segment the nuclei.
REFERENCES
• Al-Milaji, Zahraa, et al. "Integrating segmentation with deep learning for
enhanced classification of epithelial and stromal tissues in H&E images."
Pattern Recognition Letters (2017).
• Bulten, Wouter, et al. "Automated segmentation of epithelial tissue in
prostatectomy slides using deep learning." Medical Imaging 2018: Digital
Pathology. Vol. 10581. International Society for Optics and Photonics,
2018.
• Chen, Hao, et al. "DCAN: Deep contour-aware networks for object
instance segmentation from histology images." Medical image analysis 36
(2017): 135-146.
• Cui, Yuxin, et al. "A Deep Learning Algorithm for One-step Contour
Aware Nuclei Segmentation of Histopathological Images." arXiv preprint
arXiv:1803.02786 (2018).
CONTD.,
• Dabass, Manju, Rekha Vig, and Sharda Vashisth. "Review of
Histopathological Image Segmentation via current Deep Learning
Approaches." 2018 4th International Conference on Computing
Communication and Automation (ICCCA). IEEE, 2018.
• Graham, Simon, and Nasir M. Rajpoot. "SAMS-NET: Stainaware multi-
scale network for instance-based nuclei segmentation in histology images."
Biomedical Imaging (ISBI 2018), 2018 IEEE 15th International
Symposium on. IEEE, 2018.
• Janowczyk, Andrew, et al. "A resolution adaptive deep hierarchical
(RADHicaL) learning scheme applied to nuclear segmentation of digital
pathology images." Computer Methods in Biomechanics and Biomedical
Engineering: Imaging & Visualization 6.3 (2018): 270-276.
CONFERENCE
• Participated and presented a paper titled “A Survey of segmentation
Algorithm for segmenting Histopathology images” in the “International
Conference on Multidisciplinary research in global challenges and
perspectives of sustainable development”, held on 21st December 2019 at
St. jerome’s College, Nagercoil, Kanyakumari.
THANK YOU

More Related Content

Similar to sec dc.pptx

A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
CSCJournals
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
Editor IJMTER
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
Iaetsd Iaetsd
 

Similar to sec dc.pptx (20)

Multiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMMultiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCM
 
Classification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture FeaturesClassification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture Features
 
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
 
Az4102375381
Az4102375381Az4102375381
Az4102375381
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learning
 
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
 
Automatic detection of tb
Automatic detection of tbAutomatic detection of tb
Automatic detection of tb
 
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
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
 
Lec13: Clustering Based Medical Image Segmentation Methods
Lec13: Clustering Based Medical Image Segmentation MethodsLec13: Clustering Based Medical Image Segmentation Methods
Lec13: Clustering Based Medical Image Segmentation Methods
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing
 
Iaetsd classification of lung tumour using
Iaetsd classification of lung tumour usingIaetsd classification of lung tumour using
Iaetsd classification of lung tumour using
 
Brain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive BoostingBrain Tumor Detection and Classification using Adaptive Boosting
Brain Tumor Detection and Classification using Adaptive Boosting
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
Kx2418461851
Kx2418461851Kx2418461851
Kx2418461851
 
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
 

Recently uploaded

Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
TusharBahuguna2
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
tbatkhuu1
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
tbatkhuu1
 

Recently uploaded (20)

Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 

sec dc.pptx

  • 1. Segmentation and classification of breast cancer histopathology images Presented by Under the guidance of I. Sofiya Dr. D. Murugan Research Scholar Professor and Head Dept. of Computer Science and Engg MS University
  • 2. OBJECTIVE The main objective of the work is • To segment the nuclei from breast cancer histopathology images. • To classify the breast cancer whether it is benign or malignant.
  • 3. ABSTRACT • Breast cancer is the most frequently occurring cancer in women worldwide, hence early diagnosis of malignancy of cancer is very important . • Breast cancer detection from digitized breast histopathology images and its grade assessment is crucial task for pathologists. An automated and robust method of detecting malignancy in breast cancer is required to assist pathologist. • First the nucleus are segmented and then the features are extracted for classification.
  • 4. INTRODUCTION • Digital Image Processing means processing digital image by means of a digital computer. • Its applications range from medicine to entertainment, passing by geological processing and remote sensing. • The analysis of histopathological image is done manually by the pathologist to detect disease which leads to subjective diagnosis of sample and varies with level of expertise of examiner and it is also time consuming. Hence an automated diagnosis is required for a trust worthy result.
  • 5. INTRODUCTION TO HISTOPATHOLOGY IMAGES • A biopsy is the removal of a small amount of tissue. • After biopsy the specimen is preserved using preservative mostly formalin, to retain it shape. • Then the water content is removed from the sample and placed in paraffin wax for hardening the specimen to make thin sections. • The thin sections are made with microtone and placed in a glass slide. Then the pathologist uses Hematoxylin and eosin dye to stain parts of the cell.
  • 6. CONTD., • Then they are placed under microscope for the histopathologist to look after the cells and tissue and to diagnose the disease. • These are digitised as histopathology images by scanning using microscope slide scanners which are of high resolution. • The computerized histopathological slides have to undergo some analysis for an effective and consistent cancer forecasting and diagnosis.
  • 7. SEGMENTATION IN BREAST CANCER HISTOPATHOLOGY IMAGES • One of the most critical steps is the segmentation of the nuclei in the breast histopathology images because it is very important to study the features of nuclei to determine the malignancy. • Due to the high variability of the tissue appearance, reliable cell nuclei segmentation of BCH images is still a challenging task.
  • 8. CLASSIFICATION OF BREAST CANCER HISTOPATHOLOGY IMAGES • After nuclei are precisely segmented, classification phase should be implemented. • The most important aspects of the classification performance are the features extraction and the classification algorithms. • Most of the extracted features are morphology-based (area, perimeter, etc) and texture-based features (contrast, sum of squares, variance, etc)
  • 9. WORK FLOW BCH Image Segmentation Benign Malignant Classification Feature extraction
  • 10. LITERATURE SURVEY S. NO TITLE OF THE PAPER DESCRIPTION YEAR 1 A resolution adaptive deep hierarchical (RADHicaL) learning scheme applied to nuclear segmentation of digital pathology images Resolution adaptive deep hierarchical (RADHicaL) learning scheme based deep learning network. 2017 2 Multi-tissue and multi-scale approach for nuclei segmentation in H&E stained images Multi-tissue and Multi-scale based Deep learning model. 2018
  • 11. CONTD., S. NO TITLE OF THE PAPER DESCRIPTION YEAR 3 SAMS-NET: Stain- aware multi- scale network for instance-based nuclei segmentation in histology images Stain-Aware Multi-Scale (SAMS-NET) based deep learning model 2018 4 A Deep Learning Algorithm for One-step Contour Aware Nuclei Segmentation of Histopathological Images Deep Learning Algorithm based on One-step Contour Aware segmentation 2018 5 Accurate segmentation of nuclei in pathological images via sparse reconstruction and deep convolutional networks sparse reconstruction and deep convolutional networks cascaded by multi-layer convolution networks 2017
  • 12. PERFORMANCE EVALUATION OF SEGMENTATION ALGORITHMS • Performance evaluation of following segmentation algorithms are carried out  OTSU  Mean Shift  K means  FCM  Fast FCM  Fast and Robust FCM
  • 13. OTSU ALGORITHM 1. Read the input image. 2. Compute histogram and probability of each intensity values. 3. Separate into 2 classes by a threshold . 4. Compute weight and mean of two classes 5. Find the variance 6. If the intensity value is lesser than variance it is 0 and if it is greater it is 1.
  • 14. MEAN SHIFT ALGORITHM 1. Read the input image. 2. Randomly select any pixel as center point. 3. Set bandwidth 4. Make a cluster of the center point with the specified bandwidth. 5. Find the mean value of the cluster and make it new cluster point. 6. Make a cluster for the new center point with the same bandwidth. 7. Repeat step (5) and (6) until all the points are visited.
  • 15. K MEANS ALGORITHM 1. Read the input image. 2. Set the number of cluster . 3. Randomly select cluster centers. 4. Calculate the distance between each pixel value and cluster center. 5. Assign data point to the cluster center whose distance from the cluster center is minimum of all other cluster center. 6. Find the average of data points in the clusters and the average values are the new cluster center. 7. Go to step (5). 8. Repeat steps 6 and 7 until no new cluster centers are formed.
  • 16. FCM ALGORITHM 1. Read the input image. 2. Set the number of cluster as . 3. Set the fuzziness exponent . 4. Randomly select cluster centers. 5. Calculate membership matrix. 6. Compute new centers 7. Repeat step (5) and (6) until no new centers are formed.
  • 17. FAST FCM ALGORITHM 1. Read the input image. 2. Set the number of cluster as . 3. Set the fuzziness exponent . 4. Randomly select cluster centers. 5. Calculate membership matrix. 6. Find the new centroid . 7. Repeat step (5) and (6) until no new centers are formed.
  • 18. FAST AND ROBUST FCM ALGORITHM 1. Read the input image. 2. Compute the median filtered image. 3. Set the number of cluster . 4. Update the partition matrix. 5. Modify the partition matrix. 6. Update the cluster centers. 7. Repeat steps 4-6 until no new cluster is formed.
  • 19. DATASET DESCRIPTION • To compare the performance of segmentation algorithms this work has been tested over set of breast cancer histopathology images collected from publicly available database which is called TNBC (Triple Negative Breast Cancer) dataset. • The dataset contains 50 digitised breast cancer histopathology slides images obtained from 11 patients with its respective ground truth images each of size 512x512 pixels.
  • 20. PERFORMANCE ANALYSIS • Performance of segmentation algorithms are evaluated using metrics such as accuracy, sensitivity, specificity, F measure, Positive and negative prediction value.  Accuracy is the most intuitive performance measure and it is simply a ratio of correctly predicted observation to the total observations.  Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.
  • 21.  Sensitivity is the ratio of correctly predicted positive observations to the all observations in actual class.  Specificity is the measures the proportion of actual negatives that are correctly identified as such.  F Measure is the weighted average of Precision and Recall. F1 score is more helpful than accuracy in uneven distribution.
  • 22.  The positive and negative predictive values (PPV and NPV respectively) are the proportions of positive and negative results in statistics and diagnostic tests that are true positive and true negative results, respectively.
  • 23. EXPERIMENTAL RESULTS ACCURACY IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 91.65485 98.58578 97.13758 95.34786 97.99214 98.67656 Image 2 93.97679 96.41387 96.45276 96.65674 97.99105 98.13311 Image 3 93.8357 98.45874 97.24377 98.34276 93.87634 98.26528 Image 4 87.41720 91.87746 95.14736 97.80536 94.37678 92.87236 Image 5 97.74617 93.48129 97.34767 97.81342 97.99306 97.78467 Image 6 93.8357 96.41387 97.13758 93.75467 96.39988 98.13311 Image 7 89.74873 97.57385 92.83483 95.34899 97.99105 98.57234 Image 8 96.67245 93.38864 98.13798 97.80536 98.34676 91.74689 Image 9 92.47398 96.55345 94.79870 97.98767 97.99643 98.36754 Image 10 97.34676 95.44133 98.23123 98.21432 91.76343 90.83789 Average 93.8357 96.41387 97.13758 97.80536 97.99105 98.13311
  • 24. SENSITIVITY IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 44.98734 90.182378 83.87123 91.471089 96.287389 91.549488 Image 2 37.38273 94.559727 80.87146 97.847879 84.819278 95.184788 Image 3 72.31268 92.231897 94.17467 87.479887 90.887372 87.287987 Image 4 65.37298 96.127879 93.94878 92.245734 86.298378 93.874898 Image 5 64.03413 91.128398 92.90785 94.914898 93.298378 90.983487 Image 6 52.27387 98.928379 96.98779 86.897487 90.887372 97.184788 Image 7 75.82378 94.559727 86.42792 96.748978 89.198798 91.549488 Image 8 64.03413 97.928379 97.74398 92.245734 92.827388 91.081237 Image 9 68.23787 93.238700 92.90785 95.128738 94.742678 93.273888 Image 10 55.82789 95.187467 89.87498 90.213897 90.454746 89.723698 Average 64.03413 94.559727 92.90785 92.245734 90.887372 91.549488
  • 25. SPECIFICITY IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 99.676254 94.918082 98.289738 98.287730 99.432838 99.582837 Image 2 98.238708 97.239089 97.966555 97.277099 99.392324 99.338709 Image 3 99.728880 96.777258 97.591874 98.924879 98.237987 99.423411 Image 4 97.283708 96.523879 98.270908 99.279028 99.383278 99.563898 Image 5 99.676254 98.238778 97.428370 97.283700 98.283800 92.823709 Image 6 99.689823 97.388723 97.702309 98.894983 99.422899 99.522986 Image 7 99.828397 96.777258 93.823709 96.238798 99.229983 99.423411 Image 8 99.828380 96.423989 97.966555 99.219387 99.398409 94.823779 Image 9 97.238782 96.823700 97.923099 98.748787 99.383278 99.432399 Image 10 99.593287 95.238770 96.923890 98.894983 99.129389 91.083276 Average 99.676254 96.777258 97.966555 98.894983 99.383278 99.423411
  • 26. POSITIVE PREDICTION VALUE IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 94.987432 89.812378 89.954398 95.349878 95.832698 94.28397 Image 2 98.342769 80.432989 83.893758 94.239888 97.41237 97.24798 Image 3 97.485192 88.974980 90.437879 96.498748 94.148798 96.88513 Image 4 96.654688 85.186324 89.963984 90.946698 96.239879 98.25798 Image 5 98.234765 85.023487 89.954398 95.324786 96.823187 96.78378 Image 6 97.598673 87.092384 92.438709 94.239888 97.842798 98.91247 Image 7 97.485192 83.094988 88.479099 96.746998 92.327099 97.47878 Image 8 99.433328 92.740989 94.478789 92.346897 96.653601 96.58614 Image 9 95.489698 85.186324 85.437687 93.928347 95.398998 96.88513 Image 10 97.474669 81.473524 82.489709 92.974987 96.653601 95.92874 Average 97.485192 85.186324 89.954398 94.239888 96.6536 96.88513
  • 27. NEGATIVE PREDICTION VALUE IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 90.08954 99.067821 98.67264 96.85789 91.654523 97.423323 Image 2 93.39534 98.965478 98.615342 99.21945 92.657873 93.123988 Image 3 94.07895 98.910279 99.39267 91.278467 98.234687 99.745923 Image 4 93.40678 98.910279 90.65342 98.946723 98.358923 91.372492 Image 5 93.39534 98.86543 98.601031 98.486544 98.626539 98.361567 Image 6 93.56789 98.92367 98.547892 98.496342 99.385728 98.491876 Image 7 93.26421 98.910279 97.34657 93.56245 98.234687 93.184638 Image 8 92.86542 97.789432 98.60103 96.43856 99.498253 98.361502 Image 9 93.39534 98.910279 95.49832 98.486544 97.477123 99.324545 Image 10 93.40678 95.32189 98.75834 98.527348 95.763296 98.498232 Average 93.39534 98.910279 98.601031 98.486544 98.234687 98.361502
  • 28. F MEASURE IMAGES SEGMENTATION ALGORITHMS OTSU K MEANS MEAN SHIFT FCM FFCM FRFCM Image 1 85.757874 90.285087 96.092837 92.734769 94.945647 95.024897 Image 2 73.786416 95.776567 95.370168 94.343489 95.234898 97.894787 Image 3 77.975288 93.685497 93.847239 96.827209 94.391878 94.983247 Image 4 78.092348 96.454975 95.745688 95.454704 94.964332 95.234780 Image 5 72.657483 95.655642 92.746799 96.715267 94.589437 95.324127 Image 6 79.467764 93.278484 95.370168 95.587634 94.972834 95.623479 Image 7 77.975288 95.872367 95.498147 95.234868 95.823647 97.347889 Image 8 82.764178 95.655642 95.583479 95.781746 93.392480 98.743087 Image 9 70.238973 94.234787 94.893488 95.129357 94.945647 95.324127 Image 10 75.870834 95.823579 95.287438 95.454704 94.689437 93.348988 Average 77.975288 95.655642 95.370168 95.454704 94.945647 95.324127
  • 29. PERFORMANCE EVALUATION OF SEGMENTATION ALGORITHMS 0 20 40 60 80 100 120 Acc Sen spec ppv Npv Fm FastFCM FCM FRFCM Kmeans Meanshift Otsu Percentage Metrics
  • 30. CONCLUSION  Many algorithms and methods are developed for segmentation to segment the nuclei from the breast histopathology images.  Six existing and standard segmentation algorithms are carried out on breast cancer histopathology images and their performance are evaluated.  Fast and Robust FCM has given best accuracy among the six .  In future, an efficient segmentation algorithm may be proposed to automatically segment the nuclei.
  • 31. REFERENCES • Al-Milaji, Zahraa, et al. "Integrating segmentation with deep learning for enhanced classification of epithelial and stromal tissues in H&E images." Pattern Recognition Letters (2017). • Bulten, Wouter, et al. "Automated segmentation of epithelial tissue in prostatectomy slides using deep learning." Medical Imaging 2018: Digital Pathology. Vol. 10581. International Society for Optics and Photonics, 2018. • Chen, Hao, et al. "DCAN: Deep contour-aware networks for object instance segmentation from histology images." Medical image analysis 36 (2017): 135-146. • Cui, Yuxin, et al. "A Deep Learning Algorithm for One-step Contour Aware Nuclei Segmentation of Histopathological Images." arXiv preprint arXiv:1803.02786 (2018).
  • 32. CONTD., • Dabass, Manju, Rekha Vig, and Sharda Vashisth. "Review of Histopathological Image Segmentation via current Deep Learning Approaches." 2018 4th International Conference on Computing Communication and Automation (ICCCA). IEEE, 2018. • Graham, Simon, and Nasir M. Rajpoot. "SAMS-NET: Stainaware multi- scale network for instance-based nuclei segmentation in histology images." Biomedical Imaging (ISBI 2018), 2018 IEEE 15th International Symposium on. IEEE, 2018. • Janowczyk, Andrew, et al. "A resolution adaptive deep hierarchical (RADHicaL) learning scheme applied to nuclear segmentation of digital pathology images." Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization 6.3 (2018): 270-276.
  • 33. CONFERENCE • Participated and presented a paper titled “A Survey of segmentation Algorithm for segmenting Histopathology images” in the “International Conference on Multidisciplinary research in global challenges and perspectives of sustainable development”, held on 21st December 2019 at St. jerome’s College, Nagercoil, Kanyakumari.