Different U-Net - Neural Networks architecture for Semantic Segmentation from bright field microscopic time-series images
This is the official repository of Different U-Net - Neural Networks architecture for Semantic Segmentation from bright field microscopic time-series images
Compression between Different U-Net - Neural Networks architecture for Semantic Segmentation
Ali Ghaznavi∗,
Renata Rychtáriková∗,
Mohammadmehdi Saberioon∗,
Dalibor Štys∗
(* indicates equal contribution)
For details, please refer to:
[Paper]
A case study on HeLa line. Living cell segmentation from bright-field light microscopic images is challenging due to the image complexity and temporal changes in the living cells. Recently developed deep learning (DL)-based methods became popular in medical and microscopic image segmentation tasks due to their success and promising outcomes. The main objective of this paper is to develop a deep learning, UNet-based method to segment the living cells of the HeLa line in bright-field transmitted light microscopy. To find the most suitable architecture for our datasets, we have proposed a residual attention U-Net and compared it with an attention and a simple U-Net architecture. The attention mechanism highlights the remarkable features and suppresses activations in the irrelevant image regions. The residual mechanism overcomes with vanishing gradient problem. The Mean-IoU score for our datasets reaches 0.9505, 0.9524, and 0.9530 for the simple, attention, and residual attention U-Net, respectively. We achieved the most accurate semantic segmentation results in the Mean-IoU and Dice metrics by applying the residual and attention mechanisms together. The watershed method applied to this best - Residual Attention - semantic segmentation result gave the segmentation with the specific information for each cell.
Cell segmentation from telecentric bright-field transmitted light microscopic images using a Residual Attention U-Net:
The data achieved by transmitted light microscope from living Hela cells in different time-laps experiments under the condition already have been described in manuscript and divided to train, test and validation sets.
The labeled data have been prepared manually to train with the deep learning based methods
The models have been trained based on three different U-Net architecture (with the size of 512 * 512) to achieve the best segmentation result already reported in manuscript.
The Data-Set is Available in below links:
[To download Dataset you can use this link:] Click Here "Microscopic data-set web directory include: Training, Testing and Validation datasets are separately available in the linked repository."
We use this Deep Neural Network architecture: Modelling Bright Filed Dataset on U-Net Networks:
Important hyperparameters setup:
Image Size = 512 * 512
number of layer ; default = 5
Activation function = Leaky ReLU
epoch size; default = 100
batch size; default = 8
Early Stop = 15
learning rate ; default = 10e -3
Step per Epoch = 100
dropout_rate = 0.05
To run the script please use this file on Google Colab or Jupyter Notebook:
U_Net_ATT_Unet+Res_Unet_Pub_V2.ipynbWe uses evaluation Metrics for experimental results:
Precision, Recall, Intersection over Union (IoU), Accuracy, Dice
If you find our work useful in your research, please consider citing:
@article{unknown,
author = {Ghaznavi, Ali and Rychtarikova, Renata and Saberioon, Mehdi and Stys, Dalibor},
year = {2022},
month = {03},
pages = {},
doi = {https://doi.org/10.1016/j.compbiomed.2022.105805}
title = {Cell segmentation from telecentric bright-field transmitted light microscopic images using a Residual Attention U-Net: a case study on HeLa line}
}
-
22/03/2022: Adding the dataset information
-
-----: Initial release.

