| Literature DB >> 31519998 |
Estibaliz Gómez-de-Mariscal1,2, Martin Maška3, Anna Kotrbová4, Vendula Pospíchalová4, Pavel Matula3, Arrate Muñoz-Barrutia5,6.
Abstract
Small extracellular vesicles (sEVs) are cell-derived vesicles of nanoscale size (~30-200 nm) that function as conveyors of information between cells, reflecting the cell of their origin and its physiological condition in their content. Valuable information on the shape and even on the composition of individual sEVs can be recorded using transmission electron microscopy (TEM). Unfortunately, sample preparation for TEM image acquisition is a complex procedure, which often leads to noisy images and renders automatic quantification of sEVs an extremely difficult task. We present a completely deep-learning-based pipeline for the segmentation of sEVs in TEM images. Our method applies a residual convolutional neural network to obtain fine masks and use the Radon transform for splitting clustered sEVs. Using three manually annotated datasets that cover a natural variability typical for sEV studies, we show that the proposed method outperforms two different state-of-the-art approaches in terms of detection and segmentation performance. Furthermore, the diameter and roundness of the segmented vesicles are estimated with an error of less than 10%, which supports the high potential of our method in biological applications.Entities:
Year: 2019 PMID: 31519998 PMCID: PMC6744556 DOI: 10.1038/s41598-019-49431-3
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Diagram of the workflow dedicated to the detection and segmentation of small extracellular vesicles in transmission electron microscopy images: (I) Data normalization: Every input image is rescaled to a pixel size of 1.56 nm and split into patches of the same size (400 × 400 pixels); (II) Fully Residual U-Net (FRU-Net) training; Every patch belonging to the images in the training set is transformed to augment the training data size and FRU-Net is trained; (III) Probability map post-processing: All the patches in the test set are processed with the trained FRU-Net. A probability map is obtained after reconstruction of the patches. A binary mask is obtained by thresholding the probability map. Finally, the mask is processed using the Radon transform to facilitate the separation of the clustered vesicle in their individual components.
Figure 2Fully Residual U-Net architecture. Input size is written on the side of each box. The number of feature maps in each convolutional layer is written on the top of each box. Blue and gray boxes represent sets of feature maps. Residual layers (purple, pink and orange boxes) form a set of a convolutional layers with their residual extension, shown in detail in Supplementary Fig. S2. The flow for each new input image patch starts in the black box (top left) and finishes in the white box (top right).
Figure 3Qualitative evaluation of the segmentation results produced by the three compared methods over a single image in Dataset 3. From left to the right: (a) Original image with the pixel size 1.98 nm; scale bar is 500 nm; (b) Ground truth; Results of: (c) Fully Residual U-Net; (d) U-Net; (e) TEM ExosomeAnalyzer.
Summary of the performance of each compared method (Fully Residual U-Net (FRU-Net), U-Net and TEM ExosomeAnalyzer (EA)) on different datasets (D1, D2 and D3).
| Method | All objects | Correctly detected vesicles | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Dataset 1 (65) | SEG | DET |
|
| SEG* |
|
| TP | FP |
|
|
| FRU-Net |
|
|
|
|
|
|
|
| 4 |
|
|
| U-Net |
|
|
| 1.6e−05** | 0.83 | 0.09 | 0.16 |
|
|
| 1e−04** |
| EA | 0.52 | 0.69 | 0.166 | 3e−11** |
|
|
| 45 |
| 0.375 | 3e−11** |
|
| |||||||||||
| FRU-Net |
|
|
|
|
|
|
|
| 254 |
|
|
| U-Net |
|
| 2.3e−05** |
|
|
|
|
|
|
|
|
| EA | 0.41 | 0.47 | 0.138 | 0.379 | 0.83 |
| 0.09 | 167 |
| 0.454 | 0.161 |
|
| |||||||||||
| FRU-Net |
|
|
| 0.488 |
|
|
|
|
|
|
|
| U-Net | 0.69 | 0.77 | 0.434 |
| 0.83 | 0.11 |
| 565 | 257 | 0.475 | 0.440 |
| EA |
|
|
|
|
|
|
|
|
|
|
|
SEG: Jaccard coefficient over all Ground Truth sEVs. DET: Acyclic Oriented Graphs Matching measure. SEG*: Jaccard coefficient for the correctly-detected sEV. δ: diameter error. δ: roundness error. p: Wilcoxon Rank Sum test’s mean p-value for diameters after the k-fold cross-validation. p: Wilcoxon rank sum test’s mean p-value for roundness after the k-fold cross-validation. (*) 95% and (**) 99% of statistical significance. TP: True positives. FP: False Positives. In bold, the best performance and in italics, the worst, per dataset.