SlideShare a Scribd company logo
Deep Learning based Segmentation Pipeline
for Label-Free Phase-Contrast Microscopy Images
Aydin Ayanzadeh, ¨Ozden Yal¸cın ¨Ozuysal, Devrim Pesen Okvur, Sevgi
¨Onal, Beh¸cet U˘gur T¨oreyin, Devrim ¨Unay
Istanbul Technical University, Izmir Institute of Technology,
Izmir Demokrasi University
September 23, 2020
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 1 / 20
Outline
Problem Motivation
Dataset
Dataset Preparation
Proposed Method
Evaluation Method
Conclusion
Future Work
References
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 2 / 20
Problem Motivation
Segmentation of medical images especially on microscopy images is
challenging.
segmentation make ease the process of cell behaviours.
Reduce the workload and provide oppurtunity for batch analysis of the
cells.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 3 / 20
Literature Review
U-Net[1] and its variants
Maskrcnn[2]
Figure: Representation of U-Net Architecture[1].
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 4 / 20
Dataset
MDA MB-213
Invasive breast cancer cells that which has mesenchymal morphology.
Dataset collected and annotated with the help of experts.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 5 / 20
Dataset Preparation
Figure: Workflow of Dataset Preparation.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 6 / 20
Model
Figure: Representation of ResNet-18 Model[3].
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 7 / 20
Model
ResNet18-FPN
Applying Pretrained ResNet18 in the encoder of FPN.
Representation of ResNet-18-FPN Model.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 8 / 20
Model
ResNet18-UNet
ResNet18 is replaced in the encoder of UNet.
Residual block is replaced in the decoder section.
Figure: Representation of ResNet-18-U-Net Model.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 9 / 20
Training Methodology
The encoder has pre-train of ImageNet.
Test Time Augmentation(TTA)
Loss functions: Binary Cross Entropy loss + Dice Loss
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 10 / 20
Evaluation Metrics
Evaluation Metrics
Precision, Recall, Dice Coefficient, Jaccard Index (IoU)
Precision =
ntp
nfp + ntp
(1)
Recall =
ntp
nfn + ntp
(2)
Jaccard(X, Y ) =
|X Y |
|X Y |
=
|X Y |
|X| + |Y | − |X Y |
(3)
Dice(X, Y ) =
2|X · Y |
|X| + |Y |
(4)
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 11 / 20
Experimental Results on MDA-MB-213
Table: Quantitative results of the segmentation methods.
Methods IoU Dice Precision Recall
EGT[4] 0.4225 0.5940 0.4574 0.8470
PHANTAST[5] 0.5465 0.7068 0.6823 0.7330
LinkNet [6] 0.8593 0.9235 0.9454 0.9025
U-Net [1] 0.8646 0.9274 0.9335 0.9214
Tip-Net[7] 0.8542 0.9214 0.9382 0.9052
ResNet18-UNet 0.8791 0.9357 0.9508 0.9211
ResNet18-FPN 0.8710 0.9311 0.9419 0.9206
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 12 / 20
Qualitative Results
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 13 / 20
Conclusion
Applying alternative encoder(ResNet18) on U-Net and FPN.
The model with alternative encoder and decoder is more robust to
outlier and boundary regions.
Applying pre-trained of ImageNet is successful in convergence to
better results.
Reduce the disparity in the encoder feature and the features that
propagate in the decoder of the U-Net architecture.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 14 / 20
Future Work
Deploy methods for instance segmentation tasks and make it robust
for tracking purpose.
Applying the alternative encoder to gain better results.
Evaluate the performance methods on different modality in medical
image datasets.
Extraction of the time-series dataset by the construction of lineage
relationships among the cells.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 15 / 20
Any Question?
Thank You!
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 16 / 20
References I
Olaf Ronneberger, Philipp Fischer, and Thomas Brox.
U-net: Convolutional networks for biomedical image segmentation.
In Nassir Navab, Joachim Hornegger, William M. Wells, and
Alejandro F. Frangi, editors, Medical Image Computing and
Computer-Assisted Intervention – MICCAI 2015, pages 234–241,
Cham, 2015. Springer International Publishing.
Hsieh-Fu Tsai, Joanna Gajda, Tyler F.W. Sloan, Andrei Rares, and
Amy Q. Shen.
Usiigaci: Instance-aware cell tracking in stain-free phase contrast
microscopy enabled by machine learning.
SoftwareX, 9:230 – 237, 2019.
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun.
Deep residual learning for image recognition.
In Proceedings of the IEEE conference on computer vision and pattern
recognition, pages 770–778, 2016.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 17 / 20
References II
Joe Chalfoun, M Majurski, A Peskin, Catherine Breen, Peter Bajcsy,
and M Brady.
Empirical gradient threshold technique for automated segmentation
across image modalities and cell lines.
Journal of microscopy, 260(1):86–99, 2015.
Nicolas Jaccard, Lewis D Griffin, Ana Keser, Rhys J Macown,
Alexandre Super, Farlan S Veraitch, and Nicolas Szita.
Automated method for the rapid and precise estimation of adherent
cell culture characteristics from phase contrast microscopy images.
Biotechnology and bioengineering, 111(3):504–517, 2014.
Abhishek Chaurasia and Eugenio Culurciello.
Linknet: Exploiting encoder representations for efficient semantic
segmentation.
In 2017 IEEE Visual Communications and Image Processing (VCIP),
pages 1–4. IEEE, 2017.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 18 / 20
References III
Vladimir Iglovikov and Alexey Shvets.
Ternausnet: U-net with VGG11 encoder pre-trained on imagenet for
image segmentation.
CoRR, abs/1801.05746, 2018.
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 19 / 20
Deep Learning based Segmentation Pipeline
for Label-Free Phase-Contrast Microscopy Images
Aydin Ayanzadeh, ¨Ozden Yal¸cın ¨Ozuysal, Devrim Pesen Okvur, Sevgi
¨Onal, Beh¸cet U˘gur T¨oreyin, Devrim ¨Unay
Istanbul Technical University, Izmir Institute of Technology,
Izmir Demokrasi University
September 23, 2020
Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 20 / 20

More Related Content

What's hot

Object Pose Estimation
Object Pose EstimationObject Pose Estimation
Object Pose Estimation
Arithmer Inc.
 
crfasrnn_presentation
crfasrnn_presentationcrfasrnn_presentation
crfasrnn_presentation
Sadeep Jayasumana
 
Pixel Recurrent Neural Networks
Pixel Recurrent Neural NetworksPixel Recurrent Neural Networks
Pixel Recurrent Neural Networks
neouyghur
 
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
Universitat Politècnica de Catalunya
 
A simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representationsA simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representations
Devansh16
 
[PR12] PixelRNN- Jaejun Yoo
[PR12] PixelRNN- Jaejun Yoo[PR12] PixelRNN- Jaejun Yoo
[PR12] PixelRNN- Jaejun Yoo
JaeJun Yoo
 
Image segmentation hj_cho
Image segmentation hj_choImage segmentation hj_cho
Image segmentation hj_cho
Hyungjoo Cho
 
A Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detectionA Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detection
vivatechijri
 
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Universitat Politècnica de Catalunya
 
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
Sangmin Woo
 
Conditional Image Generation with PixelCNN Decoders
Conditional Image Generation with PixelCNN DecodersConditional Image Generation with PixelCNN Decoders
Conditional Image Generation with PixelCNN Decoders
suga93
 
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
Universitat Politècnica de Catalunya
 
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
Guangrui Liu
 
#6 PyData Warsaw: Deep learning for image segmentation
#6 PyData Warsaw: Deep learning for image segmentation#6 PyData Warsaw: Deep learning for image segmentation
#6 PyData Warsaw: Deep learning for image segmentation
Matthew Opala
 
The Importance of Time in Visual Attention Models
The Importance of Time in Visual Attention ModelsThe Importance of Time in Visual Attention Models
The Importance of Time in Visual Attention Models
Universitat Politècnica de Catalunya
 
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
Deep Learning JP
 
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
Universitat Politècnica de Catalunya
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural Networks
Usman Qayyum
 
3D human body modeling from RGB images
3D human body modeling from RGB images3D human body modeling from RGB images
3D human body modeling from RGB images
Arithmer Inc.
 
Labeling fundus images for classification models
Labeling fundus images for classification modelsLabeling fundus images for classification models
Labeling fundus images for classification models
PetteriTeikariPhD
 

What's hot (20)

Object Pose Estimation
Object Pose EstimationObject Pose Estimation
Object Pose Estimation
 
crfasrnn_presentation
crfasrnn_presentationcrfasrnn_presentation
crfasrnn_presentation
 
Pixel Recurrent Neural Networks
Pixel Recurrent Neural NetworksPixel Recurrent Neural Networks
Pixel Recurrent Neural Networks
 
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
Medical Imaging at UPC - Elisa Sayrol - UPC Barcelona 2018
 
A simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representationsA simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representations
 
[PR12] PixelRNN- Jaejun Yoo
[PR12] PixelRNN- Jaejun Yoo[PR12] PixelRNN- Jaejun Yoo
[PR12] PixelRNN- Jaejun Yoo
 
Image segmentation hj_cho
Image segmentation hj_choImage segmentation hj_cho
Image segmentation hj_cho
 
A Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detectionA Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detection
 
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
 
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
Recent Breakthroughs in AI + Learning Visual-Linguistic Representation in the...
 
Conditional Image Generation with PixelCNN Decoders
Conditional Image Generation with PixelCNN DecodersConditional Image Generation with PixelCNN Decoders
Conditional Image Generation with PixelCNN Decoders
 
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
Content-based Image Retrieval - Eva Mohedano - UPC Barcelona 2018
 
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
Poster - Convolutional Neural Networks for Real-time Road Sign Detection-V3Mr...
 
#6 PyData Warsaw: Deep learning for image segmentation
#6 PyData Warsaw: Deep learning for image segmentation#6 PyData Warsaw: Deep learning for image segmentation
#6 PyData Warsaw: Deep learning for image segmentation
 
The Importance of Time in Visual Attention Models
The Importance of Time in Visual Attention ModelsThe Importance of Time in Visual Attention Models
The Importance of Time in Visual Attention Models
 
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
[DL輪読会]Learning Visible Connectivity Dynamics for Cloth Smoothing (CoRL2021)
 
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
Deep 3D Analysis - Javier Ruiz-Hidalgo - UPC Barcelona 2018
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural Networks
 
3D human body modeling from RGB images
3D human body modeling from RGB images3D human body modeling from RGB images
3D human body modeling from RGB images
 
Labeling fundus images for classification models
Labeling fundus images for classification modelsLabeling fundus images for classification models
Labeling fundus images for classification models
 

Similar to Deep Learning based Segmentation Pipeline for Label-Free Phase-Contrast Microscopy Images

Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
IRJET Journal
 
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
IRJET Journal
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
IRJET Journal
 
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
IRJET Journal
 
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
IRJET Journal
 
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
IRJET Journal
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...
IJECEIAES
 
Diabetic Retinopathy Detection
Diabetic Retinopathy DetectionDiabetic Retinopathy Detection
Diabetic Retinopathy Detection
IRJET Journal
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
IRJET Journal
 
IRJET- Brain Tumor Detection using Deep Learning
IRJET- Brain Tumor Detection using Deep LearningIRJET- Brain Tumor Detection using Deep Learning
IRJET- Brain Tumor Detection using Deep Learning
IRJET Journal
 
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with TumourIRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET Journal
 
Anomaly detection using deep learning based model with feature attention
Anomaly detection using deep learning based model with feature attentionAnomaly detection using deep learning based model with feature attention
Anomaly detection using deep learning based model with feature attention
IAESIJAI
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET Journal
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET Journal
 
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
Zabir Al Nazi Nabil
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep Learning
IRJET Journal
 
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
IRJET Journal
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
IRJET Journal
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET Journal
 

Similar to Deep Learning based Segmentation Pipeline for Label-Free Phase-Contrast Microscopy Images (20)

Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
 
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
Convolutional Neural Network Based Method for Accurate Brain Tumor Detection ...
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
 
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
MIScnn: A Framework for Medical Image Segmentation with Convolutional Neural ...
 
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
 
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...
 
Diabetic Retinopathy Detection
Diabetic Retinopathy DetectionDiabetic Retinopathy Detection
Diabetic Retinopathy Detection
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
IRJET- Brain Tumor Detection using Deep Learning
IRJET- Brain Tumor Detection using Deep LearningIRJET- Brain Tumor Detection using Deep Learning
IRJET- Brain Tumor Detection using Deep Learning
 
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with TumourIRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
 
Anomaly detection using deep learning based model with feature attention
Anomaly detection using deep learning based model with feature attentionAnomaly detection using deep learning based model with feature attention
Anomaly detection using deep learning based model with feature attention
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
 
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
Automatic Skin Lesion Segmentation and Melanoma Detection: Transfer Learning ...
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep Learning
 
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
DEVELOPMENT OF FAST AND ROBUST IMAGE REGISTRATION METHOD USING DISTANCE MEASU...
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
 

More from Fellowship at Vodafone FutureLab

Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
Fellowship at Vodafone FutureLab
 
Mreps efficient and flexible detection of tandem repeats in dna
Mreps  efficient and flexible detection of tandem repeats in dnaMreps  efficient and flexible detection of tandem repeats in dna
Mreps efficient and flexible detection of tandem repeats in dna
Fellowship at Vodafone FutureLab
 
Protein family specific models using deep neural networks and transfer learni...
Protein family specific models using deep neural networks and transfer learni...Protein family specific models using deep neural networks and transfer learni...
Protein family specific models using deep neural networks and transfer learni...
Fellowship at Vodafone FutureLab
 
Spatial information Fuzzy C-mean(SFCM)
Spatial information Fuzzy C-mean(SFCM)Spatial information Fuzzy C-mean(SFCM)
Spatial information Fuzzy C-mean(SFCM)
Fellowship at Vodafone FutureLab
 
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIESCENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
Fellowship at Vodafone FutureLab
 
Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)
Fellowship at Vodafone FutureLab
 
A machine learning based protocol for efficient routing in opportunistic netw...
A machine learning based protocol for efficient routing in opportunistic netw...A machine learning based protocol for efficient routing in opportunistic netw...
A machine learning based protocol for efficient routing in opportunistic netw...
Fellowship at Vodafone FutureLab
 
Estimating Number of People in ITU-EEB as an Application of People Counting T...
Estimating Number of People in ITU-EEB as an Application of People Counting T...Estimating Number of People in ITU-EEB as an Application of People Counting T...
Estimating Number of People in ITU-EEB as an Application of People Counting T...
Fellowship at Vodafone FutureLab
 
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
Fellowship at Vodafone FutureLab
 
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
Fellowship at Vodafone FutureLab
 
Smart city take home question answers
Smart city take home question answersSmart city take home question answers
Smart city take home question answers
Fellowship at Vodafone FutureLab
 
Possible Application for smart Airports
Possible Application for smart AirportsPossible Application for smart Airports
Possible Application for smart Airports
Fellowship at Vodafone FutureLab
 
udacity Advance Lane identification
udacity Advance Lane identificationudacity Advance Lane identification
udacity Advance Lane identification
Fellowship at Vodafone FutureLab
 
Kaggle Dog breed Identification
Kaggle Dog breed IdentificationKaggle Dog breed Identification
Kaggle Dog breed Identification
Fellowship at Vodafone FutureLab
 
udacity Advance Lane identification (progress presentation)
udacity Advance Lane identification (progress presentation)udacity Advance Lane identification (progress presentation)
udacity Advance Lane identification (progress presentation)
Fellowship at Vodafone FutureLab
 
Term project proposal image processing project
Term project proposal image processing projectTerm project proposal image processing project
Term project proposal image processing project
Fellowship at Vodafone FutureLab
 
presntation about smart charging for the vehicles
presntation about smart charging for the  vehiclespresntation about smart charging for the  vehicles
presntation about smart charging for the vehicles
Fellowship at Vodafone FutureLab
 
Report for Smart aiport application
Report for Smart aiport  applicationReport for Smart aiport  application
Report for Smart aiport application
Fellowship at Vodafone FutureLab
 
Gaussian Three-Dimensional SVM for Edge Detection Applications
Gaussian Three-Dimensional SVM for Edge Detection ApplicationsGaussian Three-Dimensional SVM for Edge Detection Applications
Gaussian Three-Dimensional SVM for Edge Detection Applications
Fellowship at Vodafone FutureLab
 
Bgp(مسیریابی سیستم های خودمختار)
Bgp(مسیریابی سیستم های خودمختار)Bgp(مسیریابی سیستم های خودمختار)
Bgp(مسیریابی سیستم های خودمختار)
Fellowship at Vodafone FutureLab
 

More from Fellowship at Vodafone FutureLab (20)

Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
 
Mreps efficient and flexible detection of tandem repeats in dna
Mreps  efficient and flexible detection of tandem repeats in dnaMreps  efficient and flexible detection of tandem repeats in dna
Mreps efficient and flexible detection of tandem repeats in dna
 
Protein family specific models using deep neural networks and transfer learni...
Protein family specific models using deep neural networks and transfer learni...Protein family specific models using deep neural networks and transfer learni...
Protein family specific models using deep neural networks and transfer learni...
 
Spatial information Fuzzy C-mean(SFCM)
Spatial information Fuzzy C-mean(SFCM)Spatial information Fuzzy C-mean(SFCM)
Spatial information Fuzzy C-mean(SFCM)
 
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIESCENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
 
Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)Fuzzy Clustering(C-means, K-means)
Fuzzy Clustering(C-means, K-means)
 
A machine learning based protocol for efficient routing in opportunistic netw...
A machine learning based protocol for efficient routing in opportunistic netw...A machine learning based protocol for efficient routing in opportunistic netw...
A machine learning based protocol for efficient routing in opportunistic netw...
 
Estimating Number of People in ITU-EEB as an Application of People Counting T...
Estimating Number of People in ITU-EEB as an Application of People Counting T...Estimating Number of People in ITU-EEB as an Application of People Counting T...
Estimating Number of People in ITU-EEB as an Application of People Counting T...
 
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
 
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
 
Smart city take home question answers
Smart city take home question answersSmart city take home question answers
Smart city take home question answers
 
Possible Application for smart Airports
Possible Application for smart AirportsPossible Application for smart Airports
Possible Application for smart Airports
 
udacity Advance Lane identification
udacity Advance Lane identificationudacity Advance Lane identification
udacity Advance Lane identification
 
Kaggle Dog breed Identification
Kaggle Dog breed IdentificationKaggle Dog breed Identification
Kaggle Dog breed Identification
 
udacity Advance Lane identification (progress presentation)
udacity Advance Lane identification (progress presentation)udacity Advance Lane identification (progress presentation)
udacity Advance Lane identification (progress presentation)
 
Term project proposal image processing project
Term project proposal image processing projectTerm project proposal image processing project
Term project proposal image processing project
 
presntation about smart charging for the vehicles
presntation about smart charging for the  vehiclespresntation about smart charging for the  vehicles
presntation about smart charging for the vehicles
 
Report for Smart aiport application
Report for Smart aiport  applicationReport for Smart aiport  application
Report for Smart aiport application
 
Gaussian Three-Dimensional SVM for Edge Detection Applications
Gaussian Three-Dimensional SVM for Edge Detection ApplicationsGaussian Three-Dimensional SVM for Edge Detection Applications
Gaussian Three-Dimensional SVM for Edge Detection Applications
 
Bgp(مسیریابی سیستم های خودمختار)
Bgp(مسیریابی سیستم های خودمختار)Bgp(مسیریابی سیستم های خودمختار)
Bgp(مسیریابی سیستم های خودمختار)
 

Recently uploaded

Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
Kamal Acharya
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
morris_worm_intro_and_source_code_analysis_.pdf
morris_worm_intro_and_source_code_analysis_.pdfmorris_worm_intro_and_source_code_analysis_.pdf
morris_worm_intro_and_source_code_analysis_.pdf
ycwu0509
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
AI for Legal Research with applications, tools
AI for Legal Research with applications, toolsAI for Legal Research with applications, tools
AI for Legal Research with applications, tools
mahaffeycheryld
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 

Recently uploaded (20)

Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
morris_worm_intro_and_source_code_analysis_.pdf
morris_worm_intro_and_source_code_analysis_.pdfmorris_worm_intro_and_source_code_analysis_.pdf
morris_worm_intro_and_source_code_analysis_.pdf
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
AI for Legal Research with applications, tools
AI for Legal Research with applications, toolsAI for Legal Research with applications, tools
AI for Legal Research with applications, tools
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 

Deep Learning based Segmentation Pipeline for Label-Free Phase-Contrast Microscopy Images

  • 1. Deep Learning based Segmentation Pipeline for Label-Free Phase-Contrast Microscopy Images Aydin Ayanzadeh, ¨Ozden Yal¸cın ¨Ozuysal, Devrim Pesen Okvur, Sevgi ¨Onal, Beh¸cet U˘gur T¨oreyin, Devrim ¨Unay Istanbul Technical University, Izmir Institute of Technology, Izmir Demokrasi University September 23, 2020 Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 1 / 20
  • 2. Outline Problem Motivation Dataset Dataset Preparation Proposed Method Evaluation Method Conclusion Future Work References Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 2 / 20
  • 3. Problem Motivation Segmentation of medical images especially on microscopy images is challenging. segmentation make ease the process of cell behaviours. Reduce the workload and provide oppurtunity for batch analysis of the cells. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 3 / 20
  • 4. Literature Review U-Net[1] and its variants Maskrcnn[2] Figure: Representation of U-Net Architecture[1]. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 4 / 20
  • 5. Dataset MDA MB-213 Invasive breast cancer cells that which has mesenchymal morphology. Dataset collected and annotated with the help of experts. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 5 / 20
  • 6. Dataset Preparation Figure: Workflow of Dataset Preparation. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 6 / 20
  • 7. Model Figure: Representation of ResNet-18 Model[3]. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 7 / 20
  • 8. Model ResNet18-FPN Applying Pretrained ResNet18 in the encoder of FPN. Representation of ResNet-18-FPN Model. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 8 / 20
  • 9. Model ResNet18-UNet ResNet18 is replaced in the encoder of UNet. Residual block is replaced in the decoder section. Figure: Representation of ResNet-18-U-Net Model. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 9 / 20
  • 10. Training Methodology The encoder has pre-train of ImageNet. Test Time Augmentation(TTA) Loss functions: Binary Cross Entropy loss + Dice Loss Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 10 / 20
  • 11. Evaluation Metrics Evaluation Metrics Precision, Recall, Dice Coefficient, Jaccard Index (IoU) Precision = ntp nfp + ntp (1) Recall = ntp nfn + ntp (2) Jaccard(X, Y ) = |X Y | |X Y | = |X Y | |X| + |Y | − |X Y | (3) Dice(X, Y ) = 2|X · Y | |X| + |Y | (4) Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 11 / 20
  • 12. Experimental Results on MDA-MB-213 Table: Quantitative results of the segmentation methods. Methods IoU Dice Precision Recall EGT[4] 0.4225 0.5940 0.4574 0.8470 PHANTAST[5] 0.5465 0.7068 0.6823 0.7330 LinkNet [6] 0.8593 0.9235 0.9454 0.9025 U-Net [1] 0.8646 0.9274 0.9335 0.9214 Tip-Net[7] 0.8542 0.9214 0.9382 0.9052 ResNet18-UNet 0.8791 0.9357 0.9508 0.9211 ResNet18-FPN 0.8710 0.9311 0.9419 0.9206 Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 12 / 20
  • 13. Qualitative Results Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 13 / 20
  • 14. Conclusion Applying alternative encoder(ResNet18) on U-Net and FPN. The model with alternative encoder and decoder is more robust to outlier and boundary regions. Applying pre-trained of ImageNet is successful in convergence to better results. Reduce the disparity in the encoder feature and the features that propagate in the decoder of the U-Net architecture. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 14 / 20
  • 15. Future Work Deploy methods for instance segmentation tasks and make it robust for tracking purpose. Applying the alternative encoder to gain better results. Evaluate the performance methods on different modality in medical image datasets. Extraction of the time-series dataset by the construction of lineage relationships among the cells. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 15 / 20
  • 16. Any Question? Thank You! Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 16 / 20
  • 17. References I Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. In Nassir Navab, Joachim Hornegger, William M. Wells, and Alejandro F. Frangi, editors, Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015, pages 234–241, Cham, 2015. Springer International Publishing. Hsieh-Fu Tsai, Joanna Gajda, Tyler F.W. Sloan, Andrei Rares, and Amy Q. Shen. Usiigaci: Instance-aware cell tracking in stain-free phase contrast microscopy enabled by machine learning. SoftwareX, 9:230 – 237, 2019. Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 17 / 20
  • 18. References II Joe Chalfoun, M Majurski, A Peskin, Catherine Breen, Peter Bajcsy, and M Brady. Empirical gradient threshold technique for automated segmentation across image modalities and cell lines. Journal of microscopy, 260(1):86–99, 2015. Nicolas Jaccard, Lewis D Griffin, Ana Keser, Rhys J Macown, Alexandre Super, Farlan S Veraitch, and Nicolas Szita. Automated method for the rapid and precise estimation of adherent cell culture characteristics from phase contrast microscopy images. Biotechnology and bioengineering, 111(3):504–517, 2014. Abhishek Chaurasia and Eugenio Culurciello. Linknet: Exploiting encoder representations for efficient semantic segmentation. In 2017 IEEE Visual Communications and Image Processing (VCIP), pages 1–4. IEEE, 2017. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 18 / 20
  • 19. References III Vladimir Iglovikov and Alexey Shvets. Ternausnet: U-net with VGG11 encoder pre-trained on imagenet for image segmentation. CoRR, abs/1801.05746, 2018. Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 19 / 20
  • 20. Deep Learning based Segmentation Pipeline for Label-Free Phase-Contrast Microscopy Images Aydin Ayanzadeh, ¨Ozden Yal¸cın ¨Ozuysal, Devrim Pesen Okvur, Sevgi ¨Onal, Beh¸cet U˘gur T¨oreyin, Devrim ¨Unay Istanbul Technical University, Izmir Institute of Technology, Izmir Demokrasi University September 23, 2020 Aydin Ayanzadeh (SpC4ing Group./˙IT¨U) Cell Segmentation of PCM. September 23, 2020 20 / 20