Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2022 Feb 1.
Published in final edited form as: Angiogenesis. 2020 Oct 9;24(1):7–11. doi: 10.1007/s10456-020-09752-8

Vessel Tech: A high-accuracy pipeline for comprehensive mouse retinal vasculature characterization

Xuelin Wang 1,*, Guofu Zhu 2,*, Shumin Wang 3, Jordan Rhen 3, Jinjiang Pang 3,#, Zhengwu Zhang 1,#
PMCID: PMC7920901  NIHMSID: NIHMS1636334  PMID: 33033849

Abstract

Mouse retinal vasculature is a well-recognized and commonly used animal model for angiogenesis and microvascular remodeling. Morphological features of retinal vasculature reflect the vessel’s biological functions, and are critical in understanding the physiological and pathological process of vascular development and disease. Here we developed a comprehensive software, Vessel Tech, using retinal vasculature images of postnatal mice. This pipeline can automatically process retinal vascular images, reconstruct vessel network with high accuracy and assess global and local vascular characteristics based on the recent machine-learning techniques. The development of Vessel Tech provides a powerful tool for vascular biologists.

Keywords: Mouse retinal vasculature, Deep Learning, Vascular development, Morphologic analysis, Automatic Quantification

Letter to Editor

Blood vessels constitute the largest networks in our body and play important roles in oxygen transportation, nutrient delivery, inflammatory response, wound healing and respond to many stimuli. A subtle micro-environmental variation can result in significant morphological changes of blood vessels, especially small vessels[1]. It has been appreciated that vascular morphology can reflect its biological functions, and thus, analysis of vessel morphology is critical in understanding physiological and pathological processes in vascular development and diseases[2]. The current study aims at developing a comprehensive pipeline, named Vessel Tech, for automatically characterizing vascular morphology in mouse retina, which is a well-recognized animal model for angiogenesis and microvascular remodeling[3]. From postnatal day 0 (P0) to P7, the first vessel in arises from the optic nerve head and spreads radially over the entire retina following a complex vessel network. Two pivotal processes occur during this period: angiogenesis and micro-vascular remodeling[46]. Angiogenesis is the process where new blood vessels grow from existing ones by sprouting, and vascular remodeling is usually expressed as structural alterations such as vessel regression, vessel diameter and area change, and artery-vein specification without the formation of new vessels (Supplementary Fig 1AC).

Our Vessel Tech pipeline relies on the recent development of convolutional neural network (CNN), and can achieve high accuracy in both image segmentation and vessel network reconstruction. A special CNN architecture U-net model is used to perform vessel segmentation. U-net gets its name from its architecture, which when visualized, appears similar to the letter U. It has been successfully applied in pixel-based image segmentation and will be effective even with limited training images[7]. However, its application to the mouse vascular imaging analysis is still limited. As the current state-of-the art vessel analysis tools, such as Angioquant[8], Angiotool[9], RAVE[10], and Autotube[11] are still using a threshold-based segmentation method with a relatively low accuracy in the vessel segmentation and in later morphological analysis.

The workflow of Vessel Tech contains four modules (Fig. 1A): image preprocessing, vessel segmentation, vessel network reconstruction and retinal vascular feature extraction. Both code and data involved in the training and testing of Vessel Tech can be downloaded through https://github.com/zhengwu/Vessel-Tech. The raw mouse retina images from P2-P7 (there are few vessels before P2) were first pre-processed with grayscale transformation, intensity adjustment, illumination correction and denoising to enhance the image quality. The vessel segmentation step separates the vessels from the background using the U-net model. The output image from the U-net model is a probability map, and we employed the Otsu method[12] to convert the probability map into a binary image.

Fig. 1. Workflow of Vessel Tech (A), and evaluation of its vessel segmentation (B) and vessel network reconstruction (C) accuracy.

Fig. 1.

(B) Left: Illustration of vascular area dividing with rings. The scale bar represents 1mm. Right: Plots of vessel segmentation accuracy in different rings with Vessel Tech and Autotube. Here 200 pixels equal to 0.25mm. (C) Nodes within a patch of retinal vasculature at P5 were detected by different methods and accuracies were calculated. From left to right: manually annotated ground truth image, Vessel Tech results, and Autotube results. The patch size is 150 * 150 pixels, which is 1/400 of the whole retina image (3000 * 3000 pixels). 150 pixels equal to 187.5μm. The detection accuracy is shown on the top right of each plot.

After having a binary image with 1 indicating the vessel area and 0 the background, we reconstructed the vessel network, e.g., to identify the edges (the skeletons) and nodes (branching points) of the vessels while preserving topological structures. Then relying on rich literature on topological data analysis[13] and network data analysis[14], we extracted various morphological features to delineate the vessel network’s shape, connectivity and topology. Vessel Tech pipeline provides vascular morphological features described in Supplementary Fig.1D, and from these basic features, we can derive many other features to quantify the vessel network, such as spatial density of nodes, and other network-related topological features.

To evaluate Vessel Tech’s performance, we focused on two aspects: (1) the vessel segmentation accuracy, and (2) the vessel network reconstruction accuracy. The vessel segmentation accuracy is defined as ACC=i={0,1}ni,ii={0,1}j={0,1}ni,j, where ni,j is the number of pixels in class i predicted as class j. Given that the complexities of vessel network structures vary across different locations, we divided the entire developing retinal vessel network with circles, as indicated in the left panel of Fig. 1B, and evaluated segmentation accuracy of Vessel Tech in the rings independently. As most existing tools for vessel network analysis (such as AutoTube[11] and RAVE[10]) used similar threshold-based methods for vessel segmentation, we only compared Vessel Tech with the newest software – AutoTube[11]. Vessel Tech provided greater accuracy for the segmentation of the whole vessel network (Vessel Tech v.s. Autotube, 92.29% v.s. 90.91%) and local rings, especially in the middle rings where the vessel network becomes more complex (Fig. 2B). We also quantified the accuracy of the recovered vessel network, which is done through measuring the accuracy of network node recovery. To find the correctly identified nodes, we first matched nodes in the reconstructed network to the ones in the ground truth network based on distances between nodes in the two networks. For the matched node-pairs that have distances less than a default value (the same value used for merging nodes in the network reconstruction section; refer to the Materials and Methods), we regarded these nodes in the reconstructed network as a correct detection. The default value used for merging nodes was 21.74μm (5 pixels in our data). The accuracy of the node detection is defined as ACC=nmatchednall, where nmatched denotes the number of nodes in the ground truth image that has been detected in the prediction images, and nall is the total number of nodes in the ground truth image. Evaluated on a patch of P5, Vessel Tech correctly recovered 83.3% of the nodes, while Autotube only recovered 64.3% (Fig. 1C). For the whole vascular network, Vessel Tech achieved 85% accuracy, while the Autotube only had 79%. We noticed that in blurred areas or low contrast areas, Vessel Tech was more sensitive and accurate at detecting the vessel network.

Fig. 2. Illustration of global and local features extracted with Vessel Tech from mouse retinal vasculature at P2-P7.

Fig. 2.

(A-B) Amplified images of retinal vasculature and its network reconstruction. (A) The whole mount staining of mouse retinal vasculature at P5. (B) The corresponding network images generated by Vessel Tech. A: artery. V: vein. All scale bars represent 1mm. (C-I) The vascular features at P2-P7 were analyzed and their corresponding increasing rates were calculated. (C) total number of nodes (branching points) in the whole network, (D) average vessel length, (E) vessel segments, (F) total vessel area, (G) vessel network diameter (from the center to the edge of vessel network), (H) mean diameter and (I) vessel network diameter of the whole retinal vasculature. In (D), the unit is pixel and 10000 pixels equal to 43.48 mm. (J-L) Vessel diameter and tortuosity changes in precise locations of mouse retinal vasculature at P5. (J) Reference image. The whole retina was first divided into ring areas with circles having the same center with varying radius from 100 to 400, and then further divided into 12 pieces counterclockwise with annotations at each piece (0–360 degrees). The feature statistics (average diameter and average tortuosity) were calculated in each small region and plotted in (K) and (L). The two points a, b in (K) and (L) correspond to the red boxes in the reference image (J). In (K), 4 pixels equal to 17.39 μm.

We first applied Vessel Tech to reconstruct vessel networks and analyze global vasculature characteristics and their changes from P2 to P7. To better visualize the details, we enlarged the images of stained retinal vasculature at P5 and its reconstructed network in Fig.2AB. We extracted global features of the whole retinal vasculature, such as the number of nodes (branching points), average vessel length, vessel segments, vessel area, and distance from vessel center to vessel edge. These angiogenic features in the whole retinal vasculature demonstrated a time dependent increase with the maximum achieved at P7 (Fig. 2CI). The increasing rates of these global features had a substantial elevation at P3 and were maintained at high levels until P5, indicating that the peak of sprouting was between P3-P5. At P6-P7, on the other hand, the rates sharply decreased to 10–20%, implying a decrease in sprouting angiogenesis and a possible increase of vessel regression. In contrast, the mean vessel diameter and mean vessel tortuosity were comparable at different times.

The mouse retinal vasculature develops fast during P2 to P7, and it is critical to study local vessel features. Thus, we divided the whole retinal vascular network into 5 regions using 5 circles and summarized the vascular features of these regions in Supplementary Fig. 2. Based on the changes of the angiogenic features in every regions, we assigned three zones: the sprouting zone (zone 40–100% where sprouting angiogenesis occurs), the intermedia zone (zone 20–40% where vessels transition from sprouting to mature), and the mature zone (zone 0–20% where vessel maturation has finished). We further analyzed new specific metrics such as the vessel branching pattern and the vessel diameter distribution et al (Supplementary Fig.24). The alternations of diameter and tortuosity in certain vessels indicate special physiological or pathological conditions and requires more precise evaluations; therefore, the whole retina was divided into 12 small ring sectors and annotated with degrees and radii (Fig. 2J). The statistics were calculated in each small region and presented in Fig. 2KL, providing geographical visualization of vessel diameter and tortuosity.

Vessel Tech has several advantages over current vessel network analysis software programs. a. High accuracy. Utilizing advanced imaging preprocessing procedures and deep learning models, Vessel Tech achieves better vessel segmentation and network reconstruction, especially in regions with complex vessel structures. b. High efficiency. Compared to the existing manual quantification[15], using Vessel Tech can substantially shorten the analysis time. c. Comprehensive vessel features characterization. Vessel Tech provides all features of whole retinal vasculature listed in Supplementary Fig.1D as well as specific features in distinct developmental zones and even in a precise location.

Vessel Tech will be a compelling tool and its future applications include a. Identifying genes responsible for various vascular metrics. Vessel Tech can perform unbiased analyses with high accuracy, and automatically process large amount retinal vascular images from different mouse strains to identify specific genes controlling different vascular metrics. b. Discovering subtle changes of vascular metrics in pathological conditions. Prematurity and diabetic retinopathy are common vascular diseases. Application of Vessel Tech in these disease mouse models may capture previously unnoticeable variations during the progression of the disease and reveal novel insights into their pathophysiology. c. Exploring the communications between EC and other cell types in retina. Combination of staining of different cell markers and EC makers will provide merged images with more sophisticated information[16,17]. Analyzing these images with Vessel Tech will reveal novel regulatory mechanisms mediated by no-ECs on vascular morphology. d. Analyzing vasculature in other organs. The current version of Vessel Tech can be updated to analyze 3D vessel networks to study more sophisticated vasculatures in different mouse models or human organs.

Supplementary Material

10456_2020_9752_MOESM1_ESM

Acknowledgments

We acknowledge Jay Hwang for editing the manuscript.

Sources of Funding

This work was supported by Jinjiang Pang’s grants from the National Institutes of Health (R01 HL122777–05, R01 HL122777–06A1) and American Heart Association Innovative Project Award (19IPLOI34760446).

Footnotes

Conflict of Interest Statement

None.

Publisher's Disclaimer: This Author Accepted Manuscript is a PDF file of an unedited peer-reviewed manuscript that has been accepted for publication but has not been copyedited or corrected. The official version of record that is published in the journal is kept up to date and so may therefore differ from this version.

References

  • 1.Krishnan L, Chang CC, Nunes SS, Williams SK, Weiss JA, Hoying JB (2013) Manipulating the microvasculature and its microenvironment. Crit Rev Biomed Eng 41 (2):91–123. doi: 10.1615/critrevbiomedeng.2013008077 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Corliss BA, Mathews C, Doty R, Rohde G, Peirce SM (2019) Methods to label, image, and analyze the complex structural architectures of microvascular networks. Microcirculation 26 (5):e12520. doi: 10.1111/micc.12520 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Fruttiger M (2002) Development of the mouse retinal vasculature: angiogenesis versus vasculogenesis. Invest Ophthalmol Vis Sci 43 (2):522–527 [PubMed] [Google Scholar]
  • 4.Franco CA, Jones ML, Bernabeu MO, Geudens I, Mathivet T, Rosa A, Lopes FM, Lima AP, Ragab A, Collins RT, Phng LK, Coveney PV, Gerhardt H (2015) Dynamic endothelial cell rearrangements drive developmental vessel regression. PLoS Biol 13 (4):e1002125. doi: 10.1371/journal.pbio.1002125 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Fruttiger M (2007) Development of the retinal vasculature. Angiogenesis 10 (2):77–88. doi: 10.1007/s10456-007-9065-1 [DOI] [PubMed] [Google Scholar]
  • 6.Korn C, Scholz B, Hu J, Srivastava K, Wojtarowicz J, Arnsperger T, Adams RH, Boutros M,Augustin HG, Augustin I (2014) Endothelial cell-derived non-canonical Wnt ligands control vascular pruning in angiogenesis. Development 141 (8):1757–1766. doi: 10.1242/dev.104422 [DOI] [PubMed] [Google Scholar]
  • 7.Pashaei M, Kamangir H, Starek MJ, Tissot P (2020) Review and evaluation of deep learning architectures for efficient land cover mapping with UAS hyper-spatial imagery: A case study over a Wetland. Remote Sensing 12 (6):959 [Google Scholar]
  • 8.Niemisto A, Dunmire V, Yli-Harja O, Zhang W, Shmulevich I (2005) Robust quantification of in vitro angiogenesis through image analysis. IEEE Trans Med Imaging 24 (4):549–553. doi: 10.1109/tmi.2004.837339 [DOI] [PubMed] [Google Scholar]
  • 9.Zudaire E, Gambardella L, Kurcz C, Vermeren S (2011) A computational tool for quantitative analysis of vascular networks. PLoS One 6 (11):e27385. doi: 10.1371/journal.pone.0027385 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Seaman ME, Peirce SM, Kelly K (2011) Rapid analysis of vessel elements (RAVE): a tool for studying physiologic, pathologic and tumor angiogenesis. PLoS One 6 (6):e20807. doi: 10.1371/journal.pone.0020807 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Montoya-Zegarra JA, Russo E, Runge P, Jadhav M, Willrodt AH, Stoma S, Norrelykke SF, Detmar M, Halin C (2019) AutoTube: a novel software for the automated morphometric analysis of vascular networks in tissues. Angiogenesis 22 (2):223–236. doi: 10.1007/s10456018-9652-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Otsu N (1979) A Threshold Selection Method from Gray-Level Histograms. IEEE Transactions on Systems, Man, and Cybernetics 9 (1):62–66 [Google Scholar]
  • 13.Chazal F, Michel B (2017) An introduction to Topological Data Analysis: fundamental and practical aspects for data scientists. https://arxiv.org/abs/1710.04019. Accessed June 26 2020 [DOI] [PMC free article] [PubMed]
  • 14.Kolaczyk ED (2009) Statistical Analysis of Network Data. Springer New York, [Google Scholar]
  • 15.Pitulescu ME, Schmidt I, Benedito R, Adams RH (2010) Inducible gene targeting in the neonatal vasculature and analysis of retinal angiogenesis in mice. Nat Protoc 5 (9):1518–1534. doi: 10.1038/nprot.2010.113 [DOI] [PubMed] [Google Scholar]
  • 16.Majumder S, Zhu G, Xu X, Senchanthisai S, Jiang D, Liu H, Xue C, Wang X, Coia H, Cui Z, Smolock EM, Libby RT, Berk BC, Pang J (2016) G-Protein-Coupled Receptor-2-Interacting Protein-1 Controls Stalk Cell Fate by Inhibiting Delta-like 4-Notch1 Signaling. Cell Rep 17 (10):2532–2541. doi: 10.1016/j.celrep.2016.11.017 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Zhu G, Lin Y, Liu H, Jiang D, Singh S, Li X, Yu Z, Fan L, Wang S, Rhen J, Li W, Xu Y, Ge J, Pang J (2018) Dll4-Notch1 signaling but not VEGF-A is essential for hyperoxia induced vessel regression in retina. Biochem Biophys Res Commun 507 (1–4):400–406. doi: 10.1016/j.bbrc.2018.11.051 [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

10456_2020_9752_MOESM1_ESM

RESOURCES