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

PPTX
Semantic segmentation with Convolutional Neural Network Approaches
PDF
Semantic Segmentation - Fully Convolutional Networks for Semantic Segmentation
PDF
Deep Visual Saliency - Kevin McGuinness - UPC Barcelona 2017
PDF
A brief introduction to recent segmentation methods
PDF
Visual Saliency Prediction with Deep Learning - Kevin McGuinness - UPC Barcel...
PDF
DeepFix: a fully convolutional neural network for predicting human fixations...
PDF
Medical Imaging at DCU - Kevin McGuinness - UPC Barcelona 2018
PDF
Deep Learning for Structure-from-Motion (SfM)
Semantic segmentation with Convolutional Neural Network Approaches
Semantic Segmentation - Fully Convolutional Networks for Semantic Segmentation
Deep Visual Saliency - Kevin McGuinness - UPC Barcelona 2017
A brief introduction to recent segmentation methods
Visual Saliency Prediction with Deep Learning - Kevin McGuinness - UPC Barcel...
DeepFix: a fully convolutional neural network for predicting human fixations...
Medical Imaging at DCU - Kevin McGuinness - UPC Barcelona 2018
Deep Learning for Structure-from-Motion (SfM)

What's hot (20)

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

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

PDF
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
PPTX
UNetEliyaLaialy (2).pptx
PDF
UNet-VGG16 with transfer learning for MRI-based brain tumor segmentation
PDF
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
PPTX
Rafiqul islam
PPTX
U-Net (1).pptx
PDF
Transfer Learning Model for Image Segmentation by Integrating U-NetPlusPlus a...
PDF
Brain Tumor Segmentation in MRI Images
PDF
78201916
PPTX
Fa19_P1.pptx
PDF
Fine-tuning U-net for medical image segmentation based on activation function...
PPTX
alger 16 Deep learning Available Solutions.pptx
PDF
78-ijsrr-d-2250.ebn-f.pdf
PPTX
nnU-Net: a self-configuring method for deep learning-based biomedical image s...
PDF
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
PDF
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
PPTX
confocal microscopy cell image segm.pptx
PDF
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
PDF
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
PPTX
phase2.pptx project slides which helps to know the content
Cell Segmentation of 2D Phase-Contrast Microscopy Images with Deep Learning M...
UNetEliyaLaialy (2).pptx
UNet-VGG16 with transfer learning for MRI-based brain tumor segmentation
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Rafiqul islam
U-Net (1).pptx
Transfer Learning Model for Image Segmentation by Integrating U-NetPlusPlus a...
Brain Tumor Segmentation in MRI Images
78201916
Fa19_P1.pptx
Fine-tuning U-net for medical image segmentation based on activation function...
alger 16 Deep learning Available Solutions.pptx
78-ijsrr-d-2250.ebn-f.pdf
nnU-Net: a self-configuring method for deep learning-based biomedical image s...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
confocal microscopy cell image segm.pptx
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
phase2.pptx project slides which helps to know the content
Ad

More from UMBC (20)

PDF
LinkedGuard: SafeGuarding LinkedIn Privacy by Identifying Authentic Companies...
PPTX
Mreps efficient and flexible detection of tandem repeats in dna
PDF
Protein family specific models using deep neural networks and transfer learni...
PDF
Spatial information Fuzzy C-mean(SFCM)
PDF
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
PPTX
Fuzzy Clustering(C-means, K-means)
PPTX
A machine learning based protocol for efficient routing in opportunistic netw...
PPTX
Estimating Number of People in ITU-EEB as an Application of People Counting T...
PDF
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
PPTX
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
PDF
Smart city take home question answers
PDF
Possible Application for smart Airports
PDF
udacity Advance Lane identification
PPTX
Kaggle Dog breed Identification
PPTX
udacity Advance Lane identification (progress presentation)
PPTX
Term project proposal image processing project
PPTX
presntation about smart charging for the vehicles
PDF
Report for Smart aiport application
PPTX
Gaussian Three-Dimensional SVM for Edge Detection Applications
PPTX
Bgp(مسیریابی سیستم های خودمختار)
LinkedGuard: SafeGuarding LinkedIn Privacy by Identifying Authentic Companies...
Mreps efficient and flexible detection of tandem repeats in dna
Protein family specific models using deep neural networks and transfer learni...
Spatial information Fuzzy C-mean(SFCM)
CENTRALITY OF GRAPH ON DIFFERENT NETWORK TOPOLOGIES
Fuzzy Clustering(C-means, K-means)
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...
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
AlexNet(ImageNet Classification with Deep Convolutional Neural Networks)
Smart city take home question answers
Possible Application for smart Airports
udacity Advance Lane identification
Kaggle Dog breed Identification
udacity Advance Lane identification (progress presentation)
Term project proposal image processing project
presntation about smart charging for the vehicles
Report for Smart aiport application
Gaussian Three-Dimensional SVM for Edge Detection Applications
Bgp(مسیریابی سیستم های خودمختار)

Recently uploaded (20)

PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
DOCX
573137875-Attendance-Management-System-original
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
additive manufacturing of ss316l using mig welding
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Well-logging-methods_new................
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
PPT on Performance Review to get promotions
PDF
Digital Logic Computer Design lecture notes
PPTX
Sustainable Sites - Green Building Construction
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
573137875-Attendance-Management-System-original
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
additive manufacturing of ss316l using mig welding
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Well-logging-methods_new................
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPT on Performance Review to get promotions
Digital Logic Computer Design lecture notes
Sustainable Sites - Green Building Construction
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Mechanical Engineering MATERIALS Selection
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.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