Expand this Topic clickable element to expand a topic
Skip to content
Optica Publishing Group

Robust non-perfusion area detection in three retinal plexuses using convolutional neural network in OCT angiography

Open Access Open Access

Abstract

Non-perfusion area (NPA) is a quantitative biomarker useful for characterizing ischemia in diabetic retinopathy (DR). Projection-resolved optical coherence tomographic angiography (PR-OCTA) allows visualization of retinal capillaries and quantify NPA in individual plexuses. However, poor scan quality can make current NPA detection algorithms unreliable and inaccurate. In this work, we present a robust NPA detection algorithm using convolutional neural network (CNN). By merging information from OCT angiograms and OCT reflectance images, the CNN could exclude signal reduction and motion artifacts and detect the avascular features from local to global with the resolution preserved. Across a wide range of signal strength indices, and on both healthy and DR eyes, the algorithm achieved high accuracy and repeatability.

© 2019 Optical Society of America under the terms of the OSA Open Access Publishing Agreement

Corrections

2 January 2020: A typographical correction was made to the author affiliations.

1. Introduction

Diabetic retinopathy (DR) is a major cause of vision loss worldwide [15]. Diabetic macular ischemia is an important clinical feature in DR [69], with prognostic value in DR [1012]. An objective evaluation of macular ischemia has become more practical with optical coherence tomographic angiography (OCTA) [7,13,14], which captures capillary level-detail of macular vasculature in three-dimension non-invasively.

More recently, we developed a “projection-resolved” (PR)- OCTA algorithm [1517] that suppresses projection artifacts on both en face and cross-sectional angiograms and enhances depth resolution of vascular networks [7,9]. By using PR-OCTA, it is possible to acquire accurate, detailed images not only of the superficial vascular complex (SVC) but also the intermediate (ICP) and deep capillary plexuses (DCP). Recent work indicates that an evaluation of the individual plexuses provides a superior diagnostic accuracy in DR [7,9,18,19].

However, automated image analysis can yield incorrect estimations of NPA when the images are compromised by poor scan quality, motion, or signal reduction artifacts. Our recent progress on detecting NPA on $6 \times 6 mm^2$ SVC angiograms using a customized network [20,21]. Despite this preliminary promise, it is more challenging to detect NPA in the ICP and DCP since these angiograms are more susceptible to signal reduction and motion artifacts. With light propagating deeper, the signal strength would be attenuated, the signal to noise ratio might be decreased. Although projection artifacts were suppressed by our prior work, the discontinuity of vasculature caused by superficial vascular shadow is still very obvious, which makes the NPA detection more challenging. Therefore, a robust NPA detection platform is essential to investigate the pathological effects on ICP and DCP.

In this work we present a robust NPA detection algorithm using a CNN that, regardless of image quality, is able to detect NPA in three retinal plexuses by accurately distinguishing decreased flow signal from nonperfusion from artifacts caused by signal reduction and motion artifacts.

2. Dataset

OCTA scans were collected in Casey Eye Institute, Oregon Health & Science University, Portland, OR, USA and Shanxi Eye Hospital, Taiyuan, Shanxi, PR China. The study was conducted in compliance with the Declaration of Helsinki.

Participants with healthy eyes and patients diagnosed with DR were scanned using a $70 kHz$ commercial OCTA system (RTVue-XR; Optovue, Fremont, CA) with a central wavelength of 840nm. The eyes were scanned using a $3 \times 3 mm^2$ macular scan pattern. There were 304 A-lines in each B-scan and 304 B-scans in each volumetric scan. B-scans were repeated two times at the same location to produce an OCTA volume, and retinal blood flows were detected using the commercial split-spectrum amplitude-decorrelation angiography (SSADA) algorithm [22]. One X-fast and one Y-fast scan were obtained and registered to suppress motion artifacts [23].

For data preprocessing, retinal layers were segmented by a directional graph search algorithm incorporated in our in-house COOL-ART software for OCTA image processing, and segmentation errors were corrected manually on challenging scans (Fig. 1(A)) [24,25]. The PR-OCTA algorithm [15] removed projection artifacts and visualized retinal capillary plexuses in three distinct slabs located at different depths (Fig. 1(B)-(E)) [26].

 figure: Fig. 1.

Fig. 1. Projection-resolved angiograms (bottom row) compared to original OCTA images (top row). (A), Cross-sectional structural OCT scans, with inner retinal flow signal overlaid in violet and choriocappilaris flow in red. Remaining columns are en face projections of (B), superficial vascular complex (SVC, inner $80\%$ of the ganglion cell complex); (C), intermediate capillary plexus (ICP,outer $20\%$ of the GCC and inner $50\%$ of the inner nuclear layer); (D), deep capillary plexus (DCP, outer $50\%$ of the INL and outer plexiform layer).

Download Full Size | PDF

3. NPA Detection using a convolutional neural network

3.1 Artifact included challenges in detecting NPA

Signal reduction is one of the major challenges for NPA detection. It is mainly caused by two factors: 1. shadow artifacts caused by vitreous opacity or vignetting; and 2. Defocus artifacts caused by the quality of focusing, astigmatism, and aberrations. In the view of optics, shadow artifacts can be explained by signal attenuation below strongly absorbing or scattering obstructions, and present similar visual characteristics as NPA in that no vessels or capillaries appear in the affected area. This poses a challenge for machine learning methods. On defocused scans, not only is flow signal reduced, but NPA boundaries are blurred, which increases the difficulty of identifying small NPA.

Eye motion artifacts are the other major challenge. They include microssacadic and bulk motion artifacts. Miscrosaccadic artifacts manifest as bright stripes with high flow value on angiograms, and can cause under-segmentation when they happen to fall on NPA. Bulk motion artifacts have similar signal strength to capillaries, and can entail minimal contrast between NPA and vascular areas. In particular, they make calculating a self-adapted thresholding map to detect the NPA area challenging.

3.2 Detecting NPA using CNN

Regardless of the causes, a key challenge for accurate NPA detection is differentiating signal loss due to artifacts from true NPA. We hypothesize that the en face mean projection of OCT reflectance, along with the corresponding OCTA angiograms, can be used for this purpose. The key insight is that true NPA should manifest in only the OCTA signal, while signal loss due to artifacts will affect both the structural and angiographic signal simultaneously. In this study, the goal was to reliably segment NPA in three retinal plexuses. Input to the CNN then consisted of the slab-specific mean projection of angiographic and structural images. The mean projection of the OCT reflectance of the entire inner retina is also included because it could help distinguish reduced tissue reflectivity (e.g. due to fluid accumulation) from shadow.

In common CNN architecture, pooling layers are repeated with convolution layers. The replicated pooling layers compress features, enabling detection across multiple scales. However, with capillary widths of only 1-5 pixels, the feature resolution reduction caused by replicated pooling layers is unacceptable since it may completely eliminate capillaries from being considered. Hence, we replaced most pooling layers with atrous kernels, which detect and extract multi-scale features while maintaining feature resolution.

Atrous kernels are generated by dilating the kernel with zeros. The dilation size refers to the distance between the kernel elements. A dilation rate of one is the original $3 \times 3$ size; while a dilation rate of two adds one zero among the kernel elements, and a dilation rate of three is adding two zeros among the kernel elements (Fig. 2). The overall kernel size increases with the number of zeros included, as does the distance between the kernel elements. As illustrated in Fig. 2, the result is that as kernel size increases the field of view for feature extraction grows, but critically the computational cost is equivalent across each atrous dilation rate.

 figure: Fig. 2.

Fig. 2. Atrous kernels with rate = 1, 2 and 3. The red square is the center of kernel.

Download Full Size | PDF

The CNN architecture designed by this study is shown in Fig. 3. During encoding, atrous kernels were applied in convolution layers. In deeper layers of the network the feature dimension increases. During decoding, the U-net-like architecture concatenated raw features from the encoding. To detect variously sized NPAs, atrous kernels were also used to parallelize feature decoding and extract the multi-scale features for decision-making. The softmax activation function generated the NPA probability maps as output. Pixels with probability greater than $0.5$ were labeled as NPA.

 figure: Fig. 3.

Fig. 3. CNN architecture for NPA detection. The numbers below each convolution block is the number of kernels for each convolution layer, atrous dilation rate was demonstrated below

Download Full Size | PDF

3.3 Training

3.3.1 Subjects and ground truth generation

The data used in this study consisted of a total $1428$ scans acquired from both eyes of $428$ participants, including $122$ normal controls, $56$ diabetics without retinopathy, $118$ with mild to moderate DR, and $132$ with severe DR. DR scans included $2$ repeat scans within each visit and $2-3$ follow-up visits per patient. We reserved $110$ cases for testing, and used the remainder for training. $10$ healthy eyes were also scanned to generate scans with manufactured reduced signal strength artifacts for training and testing the robustness of the proposed algorithm in low-quality images. We manufactured scan quality reduction by placing neutral density filters in the beam path to simulate shadow artifacts and adjusted the defocus parameter on the AngioVue software manually to simulate defocus artifacts. The optical density filters ranged from $0.1$ to $0.6$, and the defocus ranged from $-0.5$ to $-4.5$ diopters related to the baseline which was scanned without neutral density filters and with optimal focus. Five of ten manufactured signal reduction scan sets were reserved for validation.

Certified graders manually delineated the ground truth NPA and a retinal specialist reviewed the results on our in-house software which was equipped with a semi-automated NPA detection algorithm (Fig. 4). Shadow graphics were identified on the both inner retinal slab (Fig. 4 bottom left) and plexus-specific en face reflectance images (Fig. 4 bottom right). The manual correction function allowed graders to remove the over-detected NPA in shadow area, and delineate the under-detected NPA area with a stylus or mouse, which a region growing software then would fill this area automatically. To generate reliable ground truth, three graders were manually defined the NPA, and a majority-vote scheme was applied that the NPA was graded by two more graders in pixel-level(Fig. 4(B1)-(B3)).

 figure: Fig. 4.

Fig. 4. Ground truth generation. (A), In-house graphical user interface software; (B), manually graded NPA overlaid on the superficial vascular complex angiogram; (C), ground truth segmentation determined by majority vote from the three manually segmented images in (B).

Download Full Size | PDF

3.3.2 Implementation

The training loss was calculated by the cross-entropy function with $L2$ regularization to prevent overfitting:

$$J_{L2}={-}\sum_{i=1}^N{y_i \cdot log(p_i)}+\alpha \sum{w^Tw}$$
where $y_i$ is the label, $p_i$ is the output from a softmax activation function, $N$ is the number of classes, $w$ is vector containing the weights of the convolution kernels, and $\alpha$ is the $L2$ regularization weight. During the training, the Adam optimizer was used to accelerate convergence. Batch normalization was also applied to help prevent over-fitting and improve generalization capability. The learning rate was getting smaller with training to achieve the optimal parameters.

The designed CNN was implemented using Tensor Flow with an intel $i7-6800K@3.40GHZ$, DDR4 $128 GB$ RAM, and Nvidia $2080Ti$ graphics card ($4352$ CUDA cores, $1635 MHZ$ Boost clock, $11GB$ GDDR6 memory).

4. Results

4.1 Effect of signal attenuation

As illustrated by Fig. 5, neutral density filters attenuated the brightness of OCT angiograms, but the vasculature was sharply defined because the laser beam was still focused on the retina (Fig. 5B). This can be qualified by the signal strength index (SSI), a proprietary measurement provided by averaging the logarithmic reflectance of tissue volume and normalizing the value in $[0,\,100]$ [27]. SSI relates to overall image brightness, a proxy for image quality. Defocus, however, not only reduces SSI but blurs the entire angiogram (Fig. 5(C)). As demonstrated in Fig. 5, the effects of the neutral density filter and defocus are different, however in neither case are additional imaging artifacts introduced by the manufactured signal attenuation.

 figure: Fig. 5.

Fig. 5. Manufactured signal strength attenuation on inner retina angiograms. (A), Uninhibited scan; (B), scan captured with a 0.6 neutral density filter; (C), scan captured with 4 diopters of defocus. SSI: Signal strength index.

Download Full Size | PDF

To better explore effect of these artifacts, we normalized SSI by its highest value in the complete manufactured artifact data set. This normalization in this manner indicates that neutral density filters effectively lowered SSI (Fig. 6(A)).

 figure: Fig. 6.

Fig. 6. Effects of signal attenuation for NPA detection. (A), Normalized SSI (see text) declines as optical density of the neutral density filter increases; algorithm performance in the SVC (B), ICP (C), and DCP (D) is unaffected by increasing optical density, as evidenced by the low regression values and slopes of the best fit lines to the normalized FAZ areas (see text).

Download Full Size | PDF

In healthy eyes, only the foveal avascular zone (FAZ) is avascular. We determined an FAZ baseline from the inner retinal maximum projection en face angiogram, since the FAZ has the best contrast (Fig. 7(A)). Even in neutral density filter signal-attenuated OCTA scans, the detected NPAs were quite similar to the unaltered scans (Fig. 7(B)-(D)). In order to directly quantify these results, we normalized the detected FAZ areas to the manually delineated baseline case. Ideally the normalized FAZ area would have a value of 1, indicating that signal reduction did not affect the CNN’s performance. As can be seen by the essentially similar shape and size of the segmented NPA even as SSI declines from left to right in the figure, the algorithm’s performance was not affected detrimentally by SSI decline. Indeed, in all of our measurements normalized FAZ area was close to unity, and showed no significant trend with SSI reduction (Fig. 6(B)-(D)).

 figure: Fig. 7.

Fig. 7. Detected NPA (in blue) on optically filtered scans of a representative normal eye. The size and shape of the detected NPA (here, limited to the foveal avascular zone; FAZ) did not appreciably change with increasing optical density (columns running left to right).

Download Full Size | PDF

Next, we tested the performance of the proposed algorithm on manufactured defocus scans. The beam defocus was calibrated by diopters. By again normalizing SSI and FAZ area to the highest measured SSI value in the defocus data set, we found that defocus successfully produces signal attenuation but did not adversely affect our algorithm’s performance (Fig. 8). Visual inspection confirms this conclusion, as the shape and area of the detected FAZ area did not obviously change with increasing defocus (Fig. 9).

 figure: Fig. 8.

Fig. 8. Effects of signal attenuation for NPA detection. (A), Normalized SSI (see text) declines as optical density of the neutral density filter increases; algorithm performance in the SVC (B), ICP (C), and DCP (D) is unaffected by increasing optical density, as evidenced by the low regression values and slopes of the best fit lines to normalized FAZ areas (see text).

Download Full Size | PDF

 figure: Fig. 9.

Fig. 9. Detected NPA (in blue) on defocused scans of a representative normal eye. The size and shape of the detected NPA (here, limited to the foveal avascular zone; FAZ) did not appreciably change with increasing defocus (columns running left to right).

Download Full Size | PDF

In order to quantify the effect of SSI reduction directly, we compared normalized FAZ area in our manufactured artifact data set directly, again found no significant trend (Fig. 10).

 figure: Fig. 10.

Fig. 10. Effects of SSI attenuation for NPA detection in three plexuses. NPA detection on the SVC (A), ICP (B) and DCP (C) were unaffected by SSI variation.

Download Full Size | PDF

4.2 Effect of artifacts in clinical dataset

While it is not possible to manufacture other artifacts in a similar manner to signal strength reduction, it is still possible to assess our algorithm’s performance on representative scans qualitatively. As noted, shadow artifacts are especially detrimental for NPA detection, since they mimic the appearance of avascular regions. As indicated in a representative scan (from NPDR eye, Fig. 11), our algorithm was able to correctly exclude shadow area from being detected as NPA.

 figure: Fig. 11.

Fig. 11. Detected NPA (in blue) on a low-quality scan of non-proliferative DR affected by shadow artifacts (white arrows).

Download Full Size | PDF

In our previous algorithms, microsaccadic artifacts can also disrupt NPA detection and quantification. The algorithm we propose here also correctly classified regions affected by microsaccadic artifacts as NPA (Fig. 12).

 figure: Fig. 12.

Fig. 12. Detected NPA (in blue) on a low-quality scan of proliferative DR eye affected by microsaccade artifacts.

Download Full Size | PDF

Finally, bulk motion artifacts can increase the background level in OCTA scans, potentially diminishing contrast between vasculature and static tissue. This artifact also did not obviously affect our algorithm’s performance (Fig. 13).

 figure: Fig. 13.

Fig. 13. Detected NPA (in blue) on a low-quality scan of proliferative DR affected by bulk motion artifacts.

Download Full Size | PDF

4.3 Performance on clinical DR scans

To further assess performance of the algorithm, we evaluated its segmentation accuracy on DR scans, since DR is a key application for NPA detection. We assessed the agreement between the outputs of the algorithm and the ground truth using four metrics: intersection over union (IOU), precision, recall, and F1 score. They are defined as:

$$IOU = \frac{GT {\bigcup} Out}{GT {\bigcap} Out}$$
$$precision = \frac{TP}{TP + FP}$$
$$recall = \frac{TP}{TP + FN}$$
$$F1 = 2 \times \frac{precision \times recall}{precision + recall}$$
where $GT$ is the manually graded NPA and Out is the NPA detected by the proposed algorithm, $TP$ is true positive, $FP$ is the false positive, and $FN$ is false negative.

Using these metrics, we explored the effect of DR severity on NPA detection (Table 1). Across all DR severities and in each plexus, the algorithm achieved high IOU, precision, recall, and F1 score. As expected, the extent of NPA increases with DR severity. Importantly, NPA on diabetics without retinopathy was larger than that in normal controls, indicating that NPA could serve as a biomarker for detecting DR at an early stage. However, the mean IOU deteriorated in more severe DR in the ICP and DCP. Despite the PR-OCTA algorithm, some projection artifacts remain in these plexuses. Scattering and absorption of light also attenuates flow signal in the deeper layers, reducing the NPA contrast with the surrounding vasculature. The decline in performance, however, partially due to the difficulty of establishing an adequate ground truth. In eyes with large NPA and significant signal attenuation, human graders may find it difficult to clearly delineate the true NPA.

Tables Icon

Table 1. Agreement between detected NPA and ground truth ($mean \pm standard\, deviation$) grouped by DR severity

NPA detection on a representative severe DR case ($SSI=54$) is demonstrated (Fig. 14). The detected NPA well matches the ground truth in the SVC (Fig. 14(A1)-(D1)), where NPA contrasts most with perfused regions. In the ICP (Fig. 14(A2)-(D2)), the primary detected regions still match the ground truth; and even in the DCP with least contrast (Fig. 14(A3)-(D3)) the detection was accurate. After close visual inspection, we found that small capillaries with low flow strength and isolated area were excluded on the manually graded ground truth; the algorithm-labeled regions appear more "realistic" than the human-labeled. This explains why mean IOU is low in severer cases.

 figure: Fig. 14.

Fig. 14. NPA detection on a severe DR. (A), Angiograms in specific layers-superficial vascular complex (SVC), intermediate capillary plexus (ICP), and deep capillary plexus (DCP); (B), the ground truth delineated by an expert grader (green); (C), the output probabilities with brighter blue indicating a higher output probability; (D), the detected NPA (final results, with probability value $>0.5$).

Download Full Size | PDF

4.4 Repeatability assessment

50 healthy eyes enrolled in our clinical studies were scanned twice to test repeatability by calculating the coefficient of variation (CV) in NPA segmentation. Scans affected by shadow and motion artifacts were also included in this dataset. Our study shows the intra-visit repeatability is very high (Table 2). In a healthy eye, detected NPA should be identical in the whole inner retinal slab, SVC, ICP and DCP. This was demonstrated by the nearly consistent NPA area in (Table 1). Moreover, the size of detected FAZ is also highly matched with our previous outcome [7], which indicated that the performance of the algorithm is robust in all layers and reliable in clinical studies. Figure 15 demonstrated a test scan with focal shadow artifacts. The designed CNN was capable of differentiating shadow artifacts from NPA. The majority of shadow artifacts was excluded in outputs, and only a few small areas were mis-detected (Fig. 15(C1)). Despite these occasional mis-segmentations, our algorithm performs favorably against other algorithms that have either ignored the effect on shadow artifacts, as in [28,29] or required manual corrections [30].

Tables Icon

Table 2. Repeatability of NPA detection on healthy eyes

 figure: Fig. 15.

Fig. 15. NPA detection on a healthy eye (in blue) affected by focal shadow artifacts (white arrows).

Download Full Size | PDF

5. Discussion and conclusion

While NPA is as an important biomarker for DR [7,9,14,19], accurately quantifying NPA from OCTA scans can be challenging. Particularly, artifacts that reduce signal have confounded previous automated approaches to identify NPA, resulting in misclassification [28,29,31], that require manual correction [30]. While our previous work also used the OCT reflectance image to account for shadow artifacts, our results were limited to the SVC [20,21], requiring manual correction in the ICP or DCP. This is not an insignificant task, since it would require an expert to examine $2/3$ of plexus en face images. Because the NPA in ICP and DCP can provide information about DR progression distinct from SVC, an accurate assessment of the these plexuses is critical [32].

However, automated NPA detection in the deeper plexuses poses a significant challenge. First, it requires an accurate means of removing flow projection artifacts. Previous methods such as slab subtraction could not remove the projection artifacts without introducing disruption in the vasculature that led to false identification of NPA [33]. Secondly, signal strength diminishes in deeper anatomic slabs, making algorithms more vulnerable to error from signal reducing artifacts, necessitating an algorithm that can demonstrate insensitivity to such variation (section 4.1). The ability to mitigate the effect of inherent signal variation between different images is especially important because diseased eyes often have lower signal strength (SSI) due to complications such as the presence of edema, cataract, floaters and poor tear film quality. Algorithm dependence on SSI could therefore compound the effect of diseases if it were dependent on SSI, since SSI-biased NPA detection is also potentially pathology-biased.

We have presented a method that accurately detects NPA on three retinal plexuses. The test set used to evaluate performance did not exclude any OCTA scans due to image quality regardless of artifacts or high noise levels, indicating that the CNN could be effective on clinical data sets.

Several design choices contributed to the CNN’s performance. By including both plexus-specific angiograms and en face OCT reflectance maps in the CNN input, it was able to differentiate NPA from shadow artifacts from NPA. The CNN also incorporated atrous kernels, which enabled it to detect NPA at multiple scales while maintaining the resolution of the detected regions. The low CV indicated the high repeatability of healthy controls collected on clinic. This proposed method contributed to a more repeatable results compared to manual grading, which might be affected by subjective judgements, thresholding and other image processing based methods [19,31,34]. Finally, the CNN trained on a diverse data set, which allowed it to learn a large variety of features relevant to the NPA detection task and facilitated accurate performance even on images with severe disease or low quality. One possible deficiency in the proposed solution is that its segmentation accuracy apparently diminished as DR severity increased. While disagreement with the ground truth is obviously not preferred, NPA segmentation in severe DR cases is difficult not just for automated procedures but for human graders as well. Thus, a reduced disagreement between the algorithm and human grader may not necessarily indicate a worse performance.

Funding

National Institutes of Health (P30 EY010572, R01 EY024544, R01 EY027833); National Natural Science Foundation of China (81971697); Research to Prevent Blindness (unrestricted departmental funding grant, William & Mary Greve Special Scholar Award).

Disclosures

Oregon Health & Science University (OHSU) and Yali Jia have a significant financial interest in Optovue, Inc. These potential conflicts of interest have been reviewed and managed by OHSU.

References

1. Early Treatment Diabetic Retinopathy Study Research Group, “Fluorescein angiographic risk factors for progression of diabetic retinopathy: ETDRS report number 13,” Ophthalmology 98(5), 834–840 (1991). [CrossRef]  

2. Diabetic Retinopathy Clinical Research Network, “Relationship between optical coherence tomography–measured central retinal thickness and visual acuity in diabetic macular edema,” Ophthalmology 114(3), 525–536 (2007). [CrossRef]  

3. D. A. Sim, P. A. Keane, S. Fung, M. Karampelas, S. R. Sadda, M. Fruttiger, P. J. Patel, A. Tufail, and C. A. Egan, “Quantitative analysis of diabetic macular ischemia using optical coherence tomography,” Invest. Ophthalmol. Visual Sci. 55(1), 417–423 (2014). [CrossRef]  

4. K. Sakata, H. Funatsu, S. Harino, H. Noma, and S. Hori, “Relationship between macular microcirculation and progression of diabetic macular edema,” Ophthalmology 113(8), 1385–1391 (2006). [CrossRef]  

5. R. Klein, B. E. Klein, S. E. Moss, M. D. Davis, and D. L. DeMets, “The wisconsin epidemiologic study of diabetic retinopathy: Ii. prevalence and risk of diabetic retinopathy when age at diagnosis is less than 30 years,” Arch. Ophthalmol. 102(4), 520–526 (1984). [CrossRef]  

6. A. Ishibazawa, T. Nagaoka, A. Takahashi, T. Omae, T. Tani, K. Sogawa, H. Yokota, and A. Yoshida, “Optical coherence tomography angiography in diabetic retinopathy: a prospective pilot study,” Am. J. Ophthalmol. 160(1), 35–44.e1 (2015). [CrossRef]  

7. T. S. Hwang, A. M. Hagag, J. Wang, M. Zhang, A. Smith, D. J. Wilson, D. Huang, and Y. Jia, “Automated quantification of nonperfusion areas in 3 vascular plexuses with optical coherence tomography angiography in eyes of patients with diabetes,” JAMA Ophthalmol. 136(8), 929–936 (2018). [CrossRef]  

8. T. S. Hwang, Y. Jia, S. S. Gao, S. T. Bailey, A. K. Lauer, C. J. Flaxel, D. J. Wilson, and D. Huang, “Optical coherence tomography angiography features of diabetic retinopathy,” Retina 35(11), 2371–2376 (2015). [CrossRef]  

9. T. S. Hwang, M. Zhang, K. Bhavsar, X. Zhang, J. P. Campbell, P. Lin, S. T. Bailey, C. J. Flaxel, A. K. Lauer, D. J. Wilson, D. Huang, and Y. Jia, “Visualization of 3 distinct retinal plexuses by projection-resolved optical coherence tomography angiography in diabetic retinopathy,” JAMA Ophthalmol. 134(12), 1411–1419 (2016). [CrossRef]  

10. D. Y. Lin, M. S. Blumenkranz, R. J. Brothers, D. M. Grosvenor, and T. D. D. S. Group, “The sensitivity and specificity of single-field nonmydriatic monochromatic digital fundus photography with remote image interpretation for diabetic retinopathy screening: a comparison with ophthalmoscopy and standardized mydriatic color photography,” Am. J. Ophthalmol. 134(2), 204–213 (2002). [CrossRef]  

11. M. M. Wessel, N. Nair, G. D. Aaker, J. R. Ehrlich, D. J. D’Amico, and S. Kiss, “Peripheral retinal ischaemia, as evaluated by ultra-widefield fluorescein angiography, is associated with diabetic macular oedema,” Br. J. Ophthalmol. 96(5), 694–698 (2012). [CrossRef]  

12. C. Shen, S. Yan, M. Du, H. Zhao, L. Shao, and Y. Hu, “Assessment of capillary dropout in the superficial retinal capillary plexus by optical coherence tomography angiography in the early stage of diabetic retinopathy,” BMC Ophthalmol. 18(1), 113 (2018). [CrossRef]  

13. Y. Jia, S. T. Bailey, T. S. Hwang, S. M. McClintic, S. S. Gao, M. E. Pennesi, C. J. Flaxel, A. K. Lauer, D. J. Wilson, J. Hornegger, J. G. Fujimoto, and D. Huang, “Quantitative optical coherence tomography angiography of vascular abnormalities in the living human eye,” Proc. Natl. Acad. Sci. 112(18), E2395–E2402 (2015). [CrossRef]  

14. T. S. Hwang, S. S. Gao, L. Liu, A. K. Lauer, S. T. Bailey, C. J. Flaxel, D. J. Wilson, D. Huang, and Y. Jia, “Automated quantification of capillary nonperfusion using optical coherence tomography angiography in diabetic retinopathy,” JAMA Ophthalmol. 134(4), 367–373 (2016). [CrossRef]  

15. J. Wang, M. Zhang, T. S. Hwang, S. T. Bailey, D. Huang, D. J. Wilson, and Y. Jia, “Reflectance-based projection-resolved optical coherence tomography angiography,” Biomed. Opt. Express 8(3), 1536–1548 (2017). [CrossRef]  

16. M. Zhang, T. S. Hwang, J. P. Campbell, S. T. Bailey, D. J. Wilson, D. Huang, and Y. Jia, “Projection-resolved optical coherence tomographic angiography,” Biomed. Opt. Express 7(3), 816–828 (2016). [CrossRef]  

17. R. C. Patel, J. Wang, T. S. Hwang, M. Zhang, S. S. Gao, M. E. Pennesi, S. T. Bailey, B. J. Lujan, X. Wang, D. J. Wilson, D. Huang, and Y. Jia, “Plexus-specific detection of retinal vascular pathologic conditions with projection-resolved oct angiography,” Ophthalmol. Retin. 2(8), 816–826 (2018). [CrossRef]  

18. J. J. Park, C. S. Chung, and A. A. Fawzi, “Visualizing structure and vascular interactions: macular nonperfusion in three capillary plexuses,” Ophthalmic Surgery, Lasers Imaging Retin. 49(11), e182–e190 (2018). [CrossRef]  

19. M. Zhang, T. S. Hwang, C. Dongye, D. J. Wilson, D. Huang, and Y. Jia, “Automated quantification of nonperfusion in three retinal plexuses using projection-resolved optical coherence tomography angiography in diabetic retinopathy,” Invest. Ophthalmol. Visual Sci. 57(13), 5101–5106 (2016). [CrossRef]  

20. Y. Guo, A. Camino, J. Wang, D. Huang, T. S. Hwang, and Y. Jia, “Mednet, a neural network for automated detection of avascular area in oct angiography,” Biomed. Opt. Express 9(11), 5147–5158 (2018). [CrossRef]  

21. Y. Guo, T. T. Hormel, H. Xiong, B. Wang, A. Camino, J. Wang, D. Huang, T. S. Hwang, and Y. Jia, “Development and validation of a deep learning algorithm for distinguishing the nonperfusion area from signal reduction artifacts on oct angiography,” Biomed. Opt. Express 10(7), 3257–3268 (2019). [CrossRef]  

22. Y. Jia, O. Tan, J. Tokayer, B. Potsaid, Y. Wang, J. J. Liu, M. F. Kraus, H. Subhash, J. G. Fujimoto, J. Hornegger, and D. Huang, “Split-spectrum amplitude-decorrelation angiography with optical coherence tomography,” Opt. Express 20(4), 4710–4725 (2012). [CrossRef]  

23. M. F. Kraus, B. Potsaid, M. A. Mayer, R. Bock, B. Baumann, J. J. Liu, J. Hornegger, and J. G. Fujimoto, “Motion correction in optical coherence tomography volumes on a per a-scan basis using orthogonal scan patterns,” Biomed. Opt. Express 3(6), 1182–1199 (2012). [CrossRef]  

24. M. Zhang, J. Wang, A. D. Pechauer, T. S. Hwang, S. S. Gao, L. Liu, L. Liu, S. T. Bailey, D. J. Wilson, D. Huang, and Y. Jia, “Advanced image processing for optical coherence tomographic angiography of macular diseases,” Biomed. Opt. Express 6(12), 4661–4675 (2015). [CrossRef]  

25. Y. Guo, A. Camino, M. Zhang, J. Wang, D. Huang, T. Hwang, and Y. Jia, “Automated segmentation of retinal layer boundaries and capillary plexuses in wide-field optical coherence tomographic angiography,” Biomed. Opt. Express 9(9), 4429–4442 (2018). [CrossRef]  

26. J. Campbell, M. Zhang, T. Hwang, S. Bailey, D. Wilson, Y. Jia, and D. Huang, “Detailed vascular anatomy of the human retina by projection-resolved optical coherence tomography angiography,” Sci. Rep. 7(1), 42201 (2017). [CrossRef]  

27. J. J. Yu, A. Camino, L. Liu, X. Zhang, J. Wang, S. S. Gao, Y. Jia, and D. Huang, “Signal strength reduction effects in oct angiography,” Ophthalmol. Retin. 3(10), 835–842 (2019). [CrossRef]  

28. S. A. Agemy, N. K. Scripsema, C. M. Shah, T. Chui, P. M. Garcia, J. G. Lee, R. C. Gentile, Y.-S. Hsiao, Q. Zhou, T. Ko, and R. Richard B., “Retinal vascular perfusion density mapping using optical coherence tomography angiography in normals and diabetic retinopathy patients,” Retina 35(11), 2353–2363 (2015). [CrossRef]  

29. P. L. Nesper, P. K. Roberts, A. C. Onishi, H. Chai, L. Liu, L. M. Jampol, and A. A. Fawzi, “Quantifying microvascular abnormalities with increasing severity of diabetic retinopathy using optical coherence tomography angiography,” Invest. Ophthalmol. Visual Sci. 58(6), BIO307 (2017). [CrossRef]  

30. A. Y. Alibhai, L. R. De Pretto, E. M. Moult, C. Or, M. Arya, M. McGowan, O. Carrasco-Zevallos, B. Lee, S. Chen, C. R. Baumal, A. J. Witkin, E. Reichel, A. Z. de Freitas, J. S. Duker, J. G. Fujimoto, and N. K. Waheed, “Quantification of retinal capillary nonperfusion in diabetics using wide-field optical coherence tomography angiography,” Retina (2018).

31. J. Schottenhamml, E. M. Moult, S. Ploner, B. Lee, E. A. Novais, E. Cole, S. Dang, C. D. Lu, L. Husvogt, N. K. Waheed, J. S. Duker, J. Hornegger, and J. G. Fujimoto, “An automatic intercapillary area based algorithm for quantifying diabetes related capillary dropout using oct angiography,” Retina 36, S93–S101 (2016). [CrossRef]  

32. A. C. Onishi, P. L. Nesper, P. K. Roberts, G. A. Moharram, H. Chai, L. Liu, L. M. Jampol, and A. A. Fawzi, “Importance of considering the middle capillary plexus on oct angiography in diabetic retinopathy,” Invest. Ophthalmol. Visual Sci. 59(5), 2167–2176 (2018). [CrossRef]  

33. L. Liu, S. S. Gao, S. T. Bailey, D. Huang, D. Li, and Y. Jia, “Automated choroidal neovascularization detection algorithm for optical coherence tomography angiography,” Biomed. Opt. Express 6(9), 3564–3576 (2015). [CrossRef]  

34. K. Morino, T. Murakami, Y. Dodo, S. Yasukura, T. Yoshitake, M. Fujimoto, and A. Tsujikawa, “Characteristics of diabetic capillary nonperfusion in macular and extramacular white spots on optical coherence tomography angiography,” Invest. Ophthalmol. Visual Sci. 60(5), 1595–1603 (2019). [CrossRef]  

Cited By

Optica participates in Crossref's Cited-By Linking service. Citing articles from Optica Publishing Group journals and other participating publishers are listed here.

Alert me when this article is cited.


Figures (15)

Fig. 1.
Fig. 1. Projection-resolved angiograms (bottom row) compared to original OCTA images (top row). (A), Cross-sectional structural OCT scans, with inner retinal flow signal overlaid in violet and choriocappilaris flow in red. Remaining columns are en face projections of (B), superficial vascular complex (SVC, inner $80\%$ of the ganglion cell complex); (C), intermediate capillary plexus (ICP,outer $20\%$ of the GCC and inner $50\%$ of the inner nuclear layer); (D), deep capillary plexus (DCP, outer $50\%$ of the INL and outer plexiform layer).
Fig. 2.
Fig. 2. Atrous kernels with rate = 1, 2 and 3. The red square is the center of kernel.
Fig. 3.
Fig. 3. CNN architecture for NPA detection. The numbers below each convolution block is the number of kernels for each convolution layer, atrous dilation rate was demonstrated below
Fig. 4.
Fig. 4. Ground truth generation. (A), In-house graphical user interface software; (B), manually graded NPA overlaid on the superficial vascular complex angiogram; (C), ground truth segmentation determined by majority vote from the three manually segmented images in (B).
Fig. 5.
Fig. 5. Manufactured signal strength attenuation on inner retina angiograms. (A), Uninhibited scan; (B), scan captured with a 0.6 neutral density filter; (C), scan captured with 4 diopters of defocus. SSI: Signal strength index.
Fig. 6.
Fig. 6. Effects of signal attenuation for NPA detection. (A), Normalized SSI (see text) declines as optical density of the neutral density filter increases; algorithm performance in the SVC (B), ICP (C), and DCP (D) is unaffected by increasing optical density, as evidenced by the low regression values and slopes of the best fit lines to the normalized FAZ areas (see text).
Fig. 7.
Fig. 7. Detected NPA (in blue) on optically filtered scans of a representative normal eye. The size and shape of the detected NPA (here, limited to the foveal avascular zone; FAZ) did not appreciably change with increasing optical density (columns running left to right).
Fig. 8.
Fig. 8. Effects of signal attenuation for NPA detection. (A), Normalized SSI (see text) declines as optical density of the neutral density filter increases; algorithm performance in the SVC (B), ICP (C), and DCP (D) is unaffected by increasing optical density, as evidenced by the low regression values and slopes of the best fit lines to normalized FAZ areas (see text).
Fig. 9.
Fig. 9. Detected NPA (in blue) on defocused scans of a representative normal eye. The size and shape of the detected NPA (here, limited to the foveal avascular zone; FAZ) did not appreciably change with increasing defocus (columns running left to right).
Fig. 10.
Fig. 10. Effects of SSI attenuation for NPA detection in three plexuses. NPA detection on the SVC (A), ICP (B) and DCP (C) were unaffected by SSI variation.
Fig. 11.
Fig. 11. Detected NPA (in blue) on a low-quality scan of non-proliferative DR affected by shadow artifacts (white arrows).
Fig. 12.
Fig. 12. Detected NPA (in blue) on a low-quality scan of proliferative DR eye affected by microsaccade artifacts.
Fig. 13.
Fig. 13. Detected NPA (in blue) on a low-quality scan of proliferative DR affected by bulk motion artifacts.
Fig. 14.
Fig. 14. NPA detection on a severe DR. (A), Angiograms in specific layers-superficial vascular complex (SVC), intermediate capillary plexus (ICP), and deep capillary plexus (DCP); (B), the ground truth delineated by an expert grader (green); (C), the output probabilities with brighter blue indicating a higher output probability; (D), the detected NPA (final results, with probability value $>0.5$ ).
Fig. 15.
Fig. 15. NPA detection on a healthy eye (in blue) affected by focal shadow artifacts (white arrows).

Tables (2)

Tables Icon

Table 1. Agreement between detected NPA and ground truth ( m e a n ± s t a n d a r d d e v i a t i o n ) grouped by DR severity

Tables Icon

Table 2. Repeatability of NPA detection on healthy eyes

Equations (5)

Equations on this page are rendered with MathJax. Learn more.

J L 2 = i = 1 N y i l o g ( p i ) + α w T w
I O U = G T O u t G T O u t
p r e c i s i o n = T P T P + F P
r e c a l l = T P T P + F N
F 1 = 2 × p r e c i s i o n × r e c a l l p r e c i s i o n + r e c a l l
Select as filters


Select Topics Cancel
© Copyright 2024 | Optica Publishing Group. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.