Open Access
Articles  |   July 2021
Deep Learning Applied to Automated Segmentation of Geographic Atrophy in Fundus Autofluorescence Images
Author Affiliations & Notes
  • Janan Arslan
    Centre for Eye Research Australia, University of Melbourne, Royal Victorian Eye & Ear Hospital, East Melbourne, Victoria, Australia
    Department of Surgery, Ophthalmology, University of Melbourne, Parkville, Victoria, Australia
  • Gihan Samarasinghe
    School of Computer Science and Engineering, University of New South Wales, Kensington, New South Wales, Australia
  • Arcot Sowmya
    School of Computer Science and Engineering, University of New South Wales, Kensington, New South Wales, Australia
  • Kurt K. Benke
    School of Engineering, University of Melbourne, Parkville, Victoria, Australia
    Centre for AgriBioscience, AgriBio, Bundoora, Victoria, Australia
  • Lauren A. B. Hodgson
    Centre for Eye Research Australia, University of Melbourne, Royal Victorian Eye & Ear Hospital, East Melbourne, Victoria, Australia
  • Robyn H. Guymer
    Centre for Eye Research Australia, University of Melbourne, Royal Victorian Eye & Ear Hospital, East Melbourne, Victoria, Australia
    Department of Surgery, Ophthalmology, University of Melbourne, Parkville, Victoria, Australia
  • Paul N. Baird
    Department of Surgery, Ophthalmology, University of Melbourne, Parkville, Victoria, Australia
  • Correspondence: Janan Arslan, Centre for Eye Research Australia Ltd, Level 7, 32 Gisborne St, East Melbourne, VIC 3002, Australia. e-mail: [email protected] 
Translational Vision Science & Technology July 2021, Vol.10, 2. doi:https://doi.org/10.1167/tvst.10.8.2
  • Views
  • PDF
  • Share
  • Tools
    • Alerts
      ×
      This feature is available to authenticated users only.
      Sign In or Create an Account ×
    • Get Citation

      Janan Arslan, Gihan Samarasinghe, Arcot Sowmya, Kurt K. Benke, Lauren A. B. Hodgson, Robyn H. Guymer, Paul N. Baird; Deep Learning Applied to Automated Segmentation of Geographic Atrophy in Fundus Autofluorescence Images. Trans. Vis. Sci. Tech. 2021;10(8):2. https://doi.org/10.1167/tvst.10.8.2.

      Download citation file:


      © ARVO (1962-2015); The Authors (2016-present)

      ×
  • Supplements
Abstract

Purpose: This study describes the development of a deep learning algorithm based on the U-Net architecture for automated segmentation of geographic atrophy (GA) lesions in fundus autofluorescence (FAF) images.

Methods: Image preprocessing and normalization by modified adaptive histogram equalization were used for image standardization to improve effectiveness of deep learning. A U-Net–based deep learning algorithm was developed and trained and tested by fivefold cross-validation using FAF images from clinical datasets. The following metrics were used for evaluating the performance for lesion segmentation in GA: dice similarity coefficient (DSC), DSC loss, sensitivity, specificity, mean absolute error (MAE), accuracy, recall, and precision.

Results: In total, 702 FAF images from 51 patients were analyzed. After fivefold cross-validation for lesion segmentation, the average training and validation scores were found for the most important metric, DSC (0.9874 and 0.9779), for accuracy (0.9912 and 0.9815), for sensitivity (0.9955 and 0.9928), and for specificity (0.8686 and 0.7261). Scores for testing were all similar to the validation scores. The algorithm segmented GA lesions six times more quickly than human performance.

Conclusions: The deep learning algorithm can be implemented using clinical data with a very high level of performance for lesion segmentation. Automation of diagnostics for GA assessment has the potential to provide savings with respect to patient visit duration, operational cost and measurement reliability in routine GA assessments.

Translational Relevance: A deep learning algorithm based on the U-Net architecture and image preprocessing appears to be suitable for automated segmentation of GA lesions on clinical data, producing fast and accurate results.

Introduction
Geographic atrophy (GA) is one of two end stages of age-related macular degeneration (AMD)—an age-associated disease of the macula that manifests in those aged 50 years and older. It is responsible for 8.7% of legal blindness globally, affecting approximately 5 million people worldwide, and 9 to 10 million cases are expected by the year 2040.1,2 The pathogenesis and etiology of AMD and its progression to GA is not completely understood, and drug therapies are currently not available.36 GA is characterized by death of the retinal pigment epithelium (RPE) and photoreceptor cells, as well as loss of the underlying choriocapillaris, which appear as sharply demarcated areas on retinal imaging.4 Vision loss occurs when atrophic lesions approach the central foveal area, and standard tasks such as reading and recognizing faces become increasingly difficult.7,8 In the absence of treatment, the condition continues to deteriorate over time, potentially leading to legal blindness (defined as 6/60 vision in Australia). The rate of irreversible vision loss is also highly variable.8 
Several imaging modalities are available for the assessment of GA, including fundus autofluorescence (FAF), color fundus photography (CFP), spectral domain optical coherence tomography (SD-OCT), and near-infrared FAF (IR). Currently, the growth of a GA lesion as seen on FAF is accepted as an outcome in clincial intervention trials by the United States Food and Drug Administration9; hence, there is much interest and need to accurately define borders and thus lesion size in a timely and efficient manner. Often, FAF is used with semiautomated software to help define the boundaries of a GA lesion.10 Such software relies heavily on a human user to correctly annotate and identify lesion boundaries within the image. 
There are no clinically available complete automation software packages for the extraction of GA information from retinal images. Several groups have, however, developed artificial intelligence (AI)–based automation methods for isolation of GA lesions.1130 These studies applied a process known as semantic segmentation—the labeling of each pixel within an image and the precise extraction of regions of interest. The range of algorithms tested included region-growing, interactive segmentation using watershed transform, level set approach, geometric active contour model, Fuzzy c-means, k-nearest neighbor (kNN), Chan-Vese model via local similarity factor, convolutional neural networks (CNN), sparse autoencoder deep networks, and an offline/self-learning model. The retinal images used in these GA-AI publications predominantly included FAF imaging. However, SD-OCT, combinations of SD-OCT/FAF, FAF/CFP, and FAF/IR were also used. Among these segmentation algorithms, sensitivity ranged from 0.47 to 0.983, specificity ranged from 0.93 to 0.99, accuracy ranged from 0.42 to 0.995, mean overlap ratio ranged from 0.659 to 0.899, correlation coefficient ranged from 0.82 to 0.998, and the Dice similarity coefficient (DSC) ranged from 0.66 to 0.89. 
Although there are many metrics that can be used for the assessment of semantic segmentation algorithms, the DSC is the most suitable because it measures the overlap between machine-generated results and the ground truth (i.e., human annotated images).31 In the literature, four studies used this metric for evaluation of segmentation algorithms, with results ranging from DSC of 0.66, as reported by Liefers et al.,32 who described a U-Net–based encoder-decoder structure, to a study by Hu et al.,16 who reported a DSC of 0.89 for the application of the level set method on FAF images. In general, an overview of the literature suggests that results from algorithms applied to CFP images produce less promising results when compared with other, more grayscale-based FAF images. For example, sensitivities for CFP-based segmentation algorithms were in the range 0.47 to 0.65; however, for FAF-based algorithms, the range was 0.825 to 0.983. This is due to media opacities and low contrast between atrophic areas and the intact retina in CFPs, which make the detection of GA lesions and their boundaries difficult, even for highly qualified and experienced clinicians and graders.8,25,33 Furthermore, among the segmentation algorithms already applied in the GA-AI space, a majority of the publications reported relatively small image sample sizes. This was not unusual, given there are many constraints on accessing adequate medical data samples, including challenges on sharing data because of privacy or ethical concerns; the lack of equipment within healthcare systems that makes the sharing of available data challenging; and generally a lack of available cases which could be used to train an AI algorithm, especially in the case of deep learning.3436 
In this study, we applied the deep learning U-Net approach to FAF images obtained from GA-affected patients at various stages of progression. The U-Net is a modification of the CNN. It was designed to predict and classify each pixel within an image and thus create a more precise segmentation with fewer training images required.37 In the past, the U-Net architecture was used for GA segmentation by Wu et al.,28 who conducted segmentation on SD-OCT and synthesized FAF images, and by Schmidt-Erfurth et al.,30 who used a residual U-Net model to isolate hyperreflective foci voxels. Liefers et al.32 described segmentation on CFP using a deep learning model with an encoder-decoder structure with residual blocks, shortcut connections, and contracting-expanding pathways, citing the U-Net developers Ronneberger et al.37 
Time-series segmentation captures a range of lesion sizes and shapes and provides added variability to reflect real-world clinical settings. For example, it is common for many patients to approach an optometrist or ophthalmologist several months after disease onset, when lesions may have already appeared in a variety of spatial patterns.38 Therefore an automated segmentation method with the capability of detecting GA lesions at all stages of the disease would be invaluable in a clinical setting. 
In this article, the aim was to use the U-Net deep learning approach to isolate lesions in FAF images together with suitable image normalization and pre-processing to address image quality issues. Image segmentation is the first step in the automation of GA assessment because extraction of GA area is required at patient presentations to chart progression of GA growth over time. 
Methods
Study Design and Participants
The study was approved by the Human Research Ethics Committee of the Royal Victorian Eye and Ear Hospital. The study was conducted in accordance with the International Conference on Harmonization Guidelines for Good Clinical Practice and tenets of the Declaration of Helsinki. Ethics approval was provided by the Human Research Ethics Committee (HREC: Project No. 95/283H/15) by the Royal Victorian Eye and Ear Hospital. 
Subjects included in this retrospective analysis were AMD participants involved in macular natural history studies from the Centre for Eye Research Australia or from a private ophthalmology practice diagnosed with GA. Cases were referred from a senior medical retinal specialist (R.H.G.) and graded in the Macular Research Unit grading center. Inclusion criteria included being over the age of 50 years, having a diagnosis of AMD (on the basis of the presence of drusen greater than 125 µm) with progression to GA in either one of both eyes. An atrophic lesion was required to be in the macular and not extend beyond the limits of the FAF image at the first visit (i.e., baseline). Participants were required to have foveal centered FAF images and at least three visits recorded over a minimum of two years, with FAF imaging of sufficient quality. Good-quality images were classified as those with minimal or correctable artefacts (e.g., by correction of illumination with pre-processing techniques), and images should encompass the entire macular area and part (i.e., around half) of the optic disc. No minimum lesion sizes were set, because the objective of the study was to be able to automate all lesion sizes. Images contained both unifocal and multifocal lesions. Sampling in the training phase for the algorithm was augmented by time-series segmentation without limitation on lesion size. 
Exclusion criteria included participants with neovascular AMD and macular atrophy from causes other than AMD, such as inherited retinal dystrophies, including Stargardt's disease. These patients were excluded based on the determination of a retinal specialist (R.H.G.). Also excluded were patients who had undergone any prior treatment or participated in a treatment trial for AMD. Peripapillary atrophy was not included in the analysis and all participants required atrophy in the FAF image to be included. Poor-quality images were excluded and were classified as images that were not salvageable with preprocessing techniques (e.g., excessive blurriness, shadowing, and contrast issues); images where the optic disc was completely absent; and images where the optic disc was in the center of the image. 
FAF images were captured using the Heidelberg Spectralis-OCT (Heidelberg Engineering, Heidelberg, Germany). FAF image files, along with basic demographic data were retrospectively collected in Tagged Image File Format (i.e., TIFF or TIF), and original sizes of images were either 768 × 768 or 1536 × 1536 pixels with 30° × 30° field-of-view. As images were collected retrospectively and from real-time clinical settings, automatic real-time tracking ranged from five to 100. 
Outputs from the accompanying software—RegionFinder—were used to compare the machine-generated outputs with the gold standard (i.e., ground truth based on human graders). This included obtaining measurements, such as the total area of growth (mm2). Additionally, manually drawn annotations (using Wacom Cintiq Pro 13 drawing tablet), separate from RegionFinder, were used to train the AI algorithm. Two graders were involved in the annotation process—a principal grader and a senior grader—for a subset of images to check for consistency. The intraclass correlation coefficient was used as a measure of consistency between the graders. 
Image Normalization and Preprocessing
Deep learning algorithms require very large datasets for training on raw images to cover for image acquisition problems that can affect performance. This potential challenge can be addressed by image preprocessing for image standardization, which can greatly reduce the sample size necessary. Problems during FAF image acquisition include illumination (poor uniformity of intensity in the image plane), blurred vision (from involuntary eye movements), physical discomfort (from viewing the blue-light beam), and dark contrasts or “shadowing” (because of vitreous opacities, incorrect adjustments of the camera, or the position of the patient relative to the camera). According to the Heidelberg Engineering's HRA+OCT Spectralis Manual, the built-in real-time eye-tracking system was designed to minimize eye movement artefacts. The manual recommends obtaining and averaging between six to 24 scans to obtain a good-quality FAF image.39 Poor image quality may create a misinterpretation or might even render the FAF image uninterpretable. Although standardized protocols like the one stipulated by Heidelberg Engineering do exist, noises and artefacts may still appear during image acquisition.40,41 
It is possible to correct for camera characteristics or other issues with image acquisition quality using preprocessing techniques.42 For this dataset, images with extreme artefacts that could not be salvaged with image preprocessing techniques were removed from the dataset. Extreme artefacts here were defined as the presence of overwhelming artefacts that skewed the extraction of information from the image, such as extreme darkness, blurriness or graininess. For the remaining set of images, residual artefacts were removed using the Contrast Limited Adaptive Histogram Equalization (CLAHE) technique.43 The CLAHE corrects for different illumination and contrast conditions, as well as improving the edges of objects within the image.43 Figure 1 illustrates the conversion of an image using CLAHE. Images in their original form (Fig. 1a) can, technically, be trained on a U-Net architecture. However, the resultant model would be flawed, producing contrast-related errors and outputs that do not accurately isolate lesions. By using CLAHE, it is easier to train the algorithm and for the algorithm to produce high quality outputs in its prediction of lesion areas. 
Figure 1.
 
Image preprocessing using the CLAHE technique. (A) Original FAF image and (B) CLAHE-applied FAF image. The original image was very dark in contrast and illumination. Using the original image would have resulted in contrast-related errors, making it more difficult for the algorithm to distinguish the GA lesions. The CLAHE-applied image shows the dramatic improvement using this technique. CLAHE, Contrast Limited Adaptive Histogram Equalization; FAF, Fundus autofluorescence.
Figure 1.
 
Image preprocessing using the CLAHE technique. (A) Original FAF image and (B) CLAHE-applied FAF image. The original image was very dark in contrast and illumination. Using the original image would have resulted in contrast-related errors, making it more difficult for the algorithm to distinguish the GA lesions. The CLAHE-applied image shows the dramatic improvement using this technique. CLAHE, Contrast Limited Adaptive Histogram Equalization; FAF, Fundus autofluorescence.
Learning Algorithm
A deep learning model was developed using the U-Net architecture together with appropriate image contrast normalization, hyperparameters and training data. The basic U-Net architecture is illustrated in Figure 2 and consists of contracting (left side) and expansive (right side) pathways. The foundation of the architecture is the Fully Convolutional Network. For the contracting pathway, there is a repetitive pattern of two 3 × 3 convolutions, a rectified linear unit (ReLU) and a 2 × 2 max pooling operation. At every downsampling step, the number of convolution filters is doubled from the previous step (e.g., step 1 begins with 64 filters, which increases to 128 by step 2). For the expansive pathway, each repeated upsampling step consists of 2 × 2 convolutions that halve the number of filters, a concatenation with the correspondingly cropped feature map from the contracting path, and finally two 3 × 3 convolutions followed by a ReLU. A 1 × 1 convolution is used at the final layer to map each 64-component feature vector to the desired number of classes. The contracting and expansive pathways form a “U” shape, thus aptly giving this architecture its name.37 In our implementation, the ReLU-aware He Normal initialization was used. He Normal derives from the research of Glorot and Bengio,44 who used a scaled uniform distribution for initialization and assumed activations are linear. Proposed by He et al.,45 this initializer is considered to be more sound for ReLU activation, and involves each layer's weight being initialized in accordance with the size of previous layers. 
Figure 2.
 
U-Net architecture. The U-Net architecture was created for biomedical image segmentation. The U-Net is aptly named because of the arrangements of the filters in a “U” shape. The contracting pathway (left) consists of two 3 × 3 convolutions, ReLU activation and 2 × 2 max pooling. The expansive pathway (right) consist of 2 × 2 convolution, a concatenation with the correspondingly cropped feature map from the contracting pathway, two 3 × 3 convolutions and ReLU activation (see Ronneberger et al.37).
Figure 2.
 
U-Net architecture. The U-Net architecture was created for biomedical image segmentation. The U-Net is aptly named because of the arrangements of the filters in a “U” shape. The contracting pathway (left) consists of two 3 × 3 convolutions, ReLU activation and 2 × 2 max pooling. The expansive pathway (right) consist of 2 × 2 convolution, a concatenation with the correspondingly cropped feature map from the contracting pathway, two 3 × 3 convolutions and ReLU activation (see Ronneberger et al.37).
The adaptive learning rate optimization algorithm, ADAM, was used for stochastic gradient descent and was used with a learning rate of LR = 3 × 10−5. The ADAM optimizer includes bias corrections on both first- and second-order moments.46 The learning rate is an optimization hyperparameter that adjusts the weight of the algorithm during training. The learning rate was evaluated by assessment of the Dice loss and quality of segmentation outputs. For the dataset, we found larger learning rates, such as LR = 10−4, produced suboptimal outputs that did not distinctly characterize GA lesion areas. 
The batch size was set to 32, the steps per epoch was set to 175, and the number of epochs selected was 80. Batch sizes typically range from 32 to 512. Note that U-Net designers favor small batch sizes to minimize overhead and maximize graphics processing unit memory.37 The regularization effect of small batch sizes contributes to the ability to generalize.47,48 We found 80 epochs to be sufficient in reaching peak model performance and minimizing loss. Learning curves were created using Python's ggplot (http://ggplot.yhathq.com/). 
The hardware implementation of the U-Net was carried out on an operating system with an Intel Core i7-7820HQ CPU @ 2.90GHz. All training, testing, and statistics were performed using Keras (https://keras.io/) and Tensorflow (https://www.tensorflow.org/) using NVIDIA Quadro M1200 Graphics Processing Unit. 
Training and Validation
The algorithm performance was evaluated by five-fold cross-validation,49 which is widely used in classification for model assessment and provides estimates of error rates by rotating through subsets of training data and test data (Fig. 3).5054 
Figure 3.
 
Fivefold cross-validation. This cross-validation was chosen because it has been empirically shown to yield test error rates not excessively influenced by high bias and variances.
Figure 3.
 
Fivefold cross-validation. This cross-validation was chosen because it has been empirically shown to yield test error rates not excessively influenced by high bias and variances.
Performance Metrics
The following metrics were used for evaluating the performance of the U-Net algorithm: the DSC, DSC loss, sensitivity, specificity, mean absolute error (MAE), accuracy, recall, and precision.19,55,56 Bland-Altman plots and coefficient of repeatability (CR) were used to measure the difference between ground truth and segmentation results both visually and numerically, respectively.57,58 Bland-Altman plots were created using Python's pyCompare (https://pypi.org/project/pyCompare/) and the unit of measure used was pixels. We further compared ground truth with automation segmentation using Spearman's correlation coefficient (ρ) and plotted an appropriate regression line using Python's ggplot. 
Although DSC was our primary focus as the metric for segmentation performance, the additional evaluation metrics included were used so that results were comparable with other GA-AI findings. For example, in semantic segmentation, a lower sensitivity would suggest undersegmentation where lesion boundaries would not be captured in detail. Conversely, a lower specificity could indicate oversegmentation where lesions are resolved with too much detail possibly caused by noise or artefacts. 
The metrics were computed from pixel-level values for true positives (TP), true negatives (TN), false positives (FP) and false negatives (FN). In the context of this study, TP was defined as correctly segmented GA lesion pixels, TN was the correctly identified background pixels, FP was the background pixels mistakenly segmented as GA lesion pixels, and FN was the GA lesion pixels mistakenly identified as background pixels. 
The DSC is a spatial overlap index and a validation metric for reproducibility. It measures the agreement between results obtained using ground truth (such as human annotation) and machine-predicted results.19,55,56 
\begin{equation}{\rm{DSC}} = \frac{{2TP}}{{2TP + FP + FN}}\end{equation}
(1)
 
DSC loss is simply denoted as  
\begin{equation}{\rm{DS}}{{\rm{C}}_{{\rm{loss}}}} = 1 - DSC\end{equation}
(2)
 
Sensitivity (also known as recall) is defined as the proportion of TP pixels found within the lesions.56 
\begin{equation}{\rm{Sensitivity}} = \frac{{TP}}{{TP + FN}}\end{equation}
(3)
 
Specificity is the measure of diagnostic test accuracy and is defined as the proportion of TN pixels found within the background.56 
\begin{equation}{\hbox{Specificity}} = \frac{{TN}}{{TN + FP}}\end{equation}
(4)
 
The MAE measures closeness of predictions (observed vs. predicted) and is expressed as  
\begin{equation}{\rm{MAE}} = \frac{1}{n}\mathop \sum \limits_{i = 1}^n \left| {{y_i} - {x_i}} \right|\end{equation}
(5)
where yi is the prediction and xi is the true value.59 
The accuracy of the algorithm is its ability to distinguish different classes (i.e., GA lesion pixel or background pixel).60 
\begin{equation}{\rm{Accuracy}} = \frac{{TP + TN}}{{TP + TN + FP + FN}}\end{equation}
(6)
 
Precision represents the proportion of pixels correctly classified as GA lesions.60 
\begin{equation}{\rm{Precision}} = \frac{{TP}}{{TP + FP}}\end{equation}
(7)
 
Finally, the coefficient of repeatability (CR) measured the difference between ground truth and automated segmentation outcomes.57,58 
\begin{equation}CR = 1.96 \times \sqrt {\frac{{\sum {{\left( {{d_2} - {d_1}} \right)}^2}}}{n}} \end{equation}
(8)
 
These metrics were evaluated for every cross-validation fold and compared predicted outcomes to that of human-annotated ground truths. The metrics DSC, sensitivity, specificity, accuracy, and precision all have an outcome range of 0 to 1; the closer to 1 the result, the better the outcome. Conversely, the metrics DSCloss along with MAE should ideally be as close to 0 as possible to indicate that loss and error is minimized. 
Qualitative Assessment
While human subjectivity should be accounted for, combining a qualitative assessment along with a quantitative assessment strengthens the evaluation of model prediction. For the purposes of this study, qualitative assessment involves (a) the speed of the algorithm as compared to its human counterpart, and (b) the human visually evaluating machine-generated outcomes and determining whether outputs graphically appear to be accurate. 
Results
A total of 702 FAF images from 51 patients with GA secondary to AMD were included in the study, and whose images were manually annotated. The cohort of images and patients was quite large and diverse as compared to others in the GA-AI segmentation space.11 The cohort consisted of 99 eyes, 49 left eyes (49.5%) and 50 right eyes (50.5%). A total of 359 images were for the left eye and 343 images were for the right eye. The cohort consisted of 38 females (74.5%) and 13 males (25.5%) with an average age of 76.7 ± 8.9 years. Total follow-up time was 61.5 ± 25.3 months. The intraclass correlation coefficient for consistency between the two graders was 0.9855 (95% confidence interval [CI]: 0.9298, 0.9971), showing close agreement between the graders. To suit the requirements of the cross-validation, the images were divided into four parts of 140 images and one part of 142 images by random allocation, with a mix of fast and slow progressors. 
Learning curves across all fivefolds with training/validation loss and accuracy are presented in Figure 4 and for DSC and DSCloss in Figure 5. For quantified training outcomes (Table 1), DSC ranged from 0.9752 to 0.9931, DSCloss ranged from 0.0069 to 0.0248, sensitivity ranged from 0.9948 to 0.9967, specificity ranged from 0.785 to 0.8925, MAE ranged from 0.0122 to 0.0443, accuracy ranged from 0.99 to 0.9935, and precision ranged from 0.9934 to 0.9963. 
Figure 4.
 
Learning curves with training/validation loss and accuracy across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high accuracy and low loss throughout all fivefolds.
Figure 4.
 
Learning curves with training/validation loss and accuracy across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high accuracy and low loss throughout all fivefolds.
Figure 5.
 
Learning curves for DSC and DSCloss across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high DSC and low loss throughout all 5-folds. DSC, Dice similarity coefficient.
Figure 5.
 
Learning curves for DSC and DSCloss across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high DSC and low loss throughout all 5-folds. DSC, Dice similarity coefficient.
Table 1.
 
Geographic Atrophy U-Net Training Results
Table 1.
 
Geographic Atrophy U-Net Training Results
For quantified validation outcomes (Table 2), DSC ranged from 0.9512 to 0.9947, DSCloss ranged from 0.0053 to 0.0488, sensitivity ranged from 0.9887 to 0.998, specificity ranged from 0.5557 to 0.871, MAE ranged from 0.0103-0.0818, accuracy ranged from 0.9702 to 0.9921, and precision ranged from 0.974 to 0.9938. 
Table 2.
 
Geographic Atrophy U-Net Validation Results
Table 2.
 
Geographic Atrophy U-Net Validation Results
For quantified test outcomes (Table 3), DSC ranged from 0.9548 to 0.9916, DSCloss ranged from 0.0084 to 0.0452, sensitivity ranged from 0.9824 to 0.9937, specificity ranged from 0.6060 to 0.8613, MAE ranged from 0.0160 to 0.0712, accuracy ranged from 0.9666 to 0.9883, and precision ranged from 0.9693 to 0.9970. 
Table 3.
 
Geographic Atrophy U-Net Test Results
Table 3.
 
Geographic Atrophy U-Net Test Results
The Bland-Altman plots and CRs (Fig. 6) illustrate graphically that there are minimal differences between the ground truth and segmentation results. The Bland-Altman plots the difference between the ground truth and segmentation output measurements vs. the mean of the two measurements. The Bland-Altman showed a bias of (A) −1238.05 pixels (95% CI agreement: −5052.40, 2576.31), (B) −615.99 pixels (95% CI agreement: −10788.48, 9556.50), (C) 1451.87 pixels (95% CI agreement: −10857.75, 13761.49), (D) −1876.28 pixels (95% CI agreement: −6607.24, 2854.68), and (E) −1115.70 pixels (95% CI agreement: −7306.82, 5075.42). The coefficients of repeatability were (A) 4520.79 pixels (95% CI: 4030.03, 5148.73), (B) 10243.88 pixels (95% CI: 8941.18, 11994.43), (C) 12634.26 pixels (95% CI: 10961.46, 14914.32), (D.) 5992.17 pixels (95% CI: 5334.85, 6835.69), (E) 6565.97 pixels (95% CI: 5818.85, 7534.94). 
Figure 6.
 
Bland-Altman plots and coefficient of repeatability across all fivefolds of cross-validation (in units of pixels).
Figure 6.
 
Bland-Altman plots and coefficient of repeatability across all fivefolds of cross-validation (in units of pixels).
The Spearman's correlation coefficient and regression line (Fig. 7) reveals that there is a strong positive correlation between ground truth and segmentation measurements. The Spearman's correlation coefficients were (A) ρ = 0.9936 (P < 0.001), (B) ρ = 0.9808 (P < 0.001), (C) ρ = 0.9249 (P < 0.001), (D) ρ = 0.9977 (P < 0.001), (E) ρ = 0.9984 (P < 0.001). 
Figure 7.
 
Spearman's correlations and regression lines across all fivefolds of cross-validation (in units of pixels).
Figure 7.
 
Spearman's correlations and regression lines across all fivefolds of cross-validation (in units of pixels).
Further to the quantifiable results of the algorithm, we evaluated visually the outputs generated by the U-Net to confirm that lesions were being extracted accurately. Figures 8 and 9 illustrate four sample cases of the U-Net GA lesion output of preprocessed FAF images. The presented cases showed extremely well-outlined lesions. The time in which GA lesions were extracted was compared between humans and the automation method. The average time it took a human, using RegionFinder, to annotate GA lesions was on average 1.04 minutes across all 702 images. The U-Net GA automation takes 6.06 seconds. The qualitative and quantitative assessment coupled illustrate a good performance of the algorithm. 
Figure 8.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 8.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 9.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 9.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
In the current study, the 702 images from 51 persons are comparable with other recent studies using deep learning for GA image segmentation. See, for example, Liefers et al.,32 who used 409 images for model development and evaluation from two cohorts: 87 images from the BMES study (26 participants, 43 eyes) and 322 images from the RS study (149 participants, 195 eyes). The average time patients were observed in our cohort was quite long (61.5 months), which increased sample variability for model training. 
The possibility of overfitting was addressed by (a) appropriate selection of hyperparameters, (b) early stopping in training, (c) batch size selection, and (d) its absence confirmed by results from the fivefold cross-validation—which would have revealed significant disparities between training and test results if the model was overfitted. For example, good results for the training phase, but poor results for the testing phase would be indicative of overfitting. Segmentation and cross-validation were carried out at the patient-level in addition to the image-level, using one image per eye for 99 eyes (Table 4). This is an additional check against overfitting, subject to certain statistical assumptions.61,62 We found similar outputs and results with patient-level and image-level segmentation. No evidence of overfitting was found. 
Table 4.
 
Geographic Atrophy U-Net Patient-Level Segmentation Results
Table 4.
 
Geographic Atrophy U-Net Patient-Level Segmentation Results
The current study and experimental results included a number of features that, in combination, distinguish it from other studies: (a) it is a retrospective case study, under clinical conditions, (b) application of the U-Net deep learning architecture to GA segmentation with hyperparameters tuned to a new set of clinical data, (c) use of FAF imagery from the Heidelberg Spectralis instrumentation, and (d) data preprocessing using an optimal normalization process based on CLAHE. This combination of features does not appear to have been reported elsewhere in the research literature. 
Discussion
The automation of GA lesion segmentation is described using a deep learning algorithm based on the U-Net architecture. The algorithm was assessed both qualitatively and quantitatively. Quantitatively, performance was evaluated against the metrics DSC, DSC loss, sensitivity, specificity, MAE, accuracy, recall, and precision. The U-Net performance on FAF images coupled with preprocessing was successful in GA lesion segmentation. Training, validation, and testing scores were very high, particularly for the main metric of interest—the DSC—where the average DSC for training, validation and testing was 0.9874, 0.9779, and 0.9780, respectively. The highest DSC reported in the literature for GA-AI semantic segmentation was 0.89 for the study by Hu et al.,16 using a level set method on FAF images. The test DSC score of 0.9780 ± 0.0124 produced here compares favorably with other U-Net-based algorithms. Wu et al.28 reported a DSC score of 0.872 ± 0.66 on SD-OCT and synthesized FAF images, whereas Liefers et al.32 reported an average DSC score of 0.72 ± 0.26 on CFP. Differences in performance can be ascribed to differences in data quality, different settings for hyperparameters, and the design of image normalization methods. 
When comparison is made on the basis of accuracy (the more commonly used outcome evaluation), the algorithm compares favorably with scores reported by Hu et al.20 (i.e., 0.97 accuracy using kNN with FAF images) and Ji et al.28 (i.e., 0.986 and 0.995 accuracies using sparse autoencoders with SD-OCT scans). Our accuracies were 0.9912, 0.9815, and 0.9774 for training, validation, and testing, respectively. Similarly, the sensitivity of the algorithm was very good, with values of 0.9955, 0.9928, and 0.9903 for training, validation and testing, respectively. The highest sensitivity performance reported in the literature was 0.983, by Lee et al.13 (i.e., watershed transform algorithm with FAF images). In this study, qualitative evaluation by visual assessment of machine-generated outputs provided augmentation of scores based on objective metrics. Visually, the U-Net GA automation appears to capture all lesions visually accessible to the human grader. The speed of the automation was far greater than the speed of human judgement. For the 702 images in the dataset, the speed of automation was ∼6.06 seconds to complete each task, whereas the human grader averaged 1.04 minutes. 
Metric values (whether DSC, sensitivity, specificity or accuracy) of 0.7–0.8 are typically considered acceptable, whereas 0.8 to 0.9 are considered excellent. Specificities for GA-AI segmentation algorithms ranged from 0.93 to 0.99 in the literature. For this algorithm, the specificities were 0.8686, 0.7261, and 0.7498 for training, validation and testing, respectively. With the results for specificity indicating good performance rather than excellent, there may be a possibility of oversegmentation occurring. Oversegmentation may be due to correctly detecting boundaries of interest within an image (lesion boundaries), but also insignificant boundaries as well. Visually, this may appear as the segmented areas being split up more than necessary. This is in contrast to undersegmentation, where individual segments are merged into singular segments. Future work to address this issue could involve combining the U-Net segmentation algorithm with other AI tools, such as texture discrimination, for improved resolution in spatial analysis. 
Some limitations in the study included constraints on the use of the FAF imaging modality, such as image artefacts (e.g., blurriness, shadowing, and poor contrast), discomfort for the patient associated with the blue-light beam, low signal strength, and its potential for toxicity for the retina.41 Preprocessing techniques were used to standardize FAF images to address some of these issues. Augmentation of machine learning performance in future may be possible by including other imaging modalities, such as gray-scale SD-OCT images during training, which have been used in the past to quantify atrophy of photoreceptors.6365 In the current study, the cross-validation approach was used to evaluate performance under controlled experimental conditions. In future, more extensive training and application to external datasets are possible using a model-to-data approach, also known as federated learning, as demonstrated by Mehta et al.36,66 This process involves exporting the partially trained deep learning model to different institutions for incremental training, while preserving local data privacy. 
Conclusion
Estimation of GA area in FAF images is required to evaluate the severity and rate of progression of GA in clinical presentations. To automate this process, a deep learning approach was developed for semantic segmentation and applied to FAF images, with image preprocessing and normalization by CLAHE. The algorithm produced very high accuracy with very high DSC scores, matching or exceeding human performance in all metrics. 
The automation results presented in this article are based on application to clinical data and therefore provide support that the algorithm is suitable for application in clinical settings. Automation of diagnostics for GA has the potential to provide savings with respect to patient visit duration, operational cost, and measurement reliability in routine GA assessments. 
Acknowledgments
Supported by the National Health & Medical Research Council of Australia (NHMRC) Senior Research Fellowship 1138585 for (P.N.B.); NHMRC Fellowship GNT1103013 (R.H.G.); and RB McComas Research Scholarship in Ophthalmology from the University of Melbourne (J.A.). 
Disclosure: J. Arslan, None; G. Samarasinghe, None; A. Sowmya, None; K.K. Benke, None; L.A.B. Hodgson, R.H. Guymer, Bayer (C), Novartis (C), Roche Genentech (C), Apellis (C); P.N. Baird, None 
References
Resnikoff S, Pascolini D, Etya'ale D, et al. Global data on visual impairment in the year 2002. Bull World Health Organ. 2002; 82: 844–851.
Wong WL, Su X, Li X, et al. Global prevalence of age-related macular degeneration and disease burden projection for 2020 and 2040: a systematic review and meta-analysis. Lancet Global Health. 2014; 2: e106–e116. [CrossRef] [PubMed]
Boyer DS, Schmidt-Erfurth U, van Lookeren Campagne M, Henry EC, Brittain C. The pathophysiology of geographic atrophy secondary to age-related macular degeneration and the complement pathway as a therapeutic target. Retina. 2017; 37: 819–835. [CrossRef] [PubMed]
Holz FG, Strauss EC, Schmitz-Valckenberg S, van Lookeren Campagne M. Geographic atrophy: clinical features and potential therapeutic approaches. Ophthalmology. 2014; 121: 1079–1091. [CrossRef] [PubMed]
Solomon SD, Lindsley K, Vedula SS, Krzystolik MG, Hawkins BS. Anti-vascular endothelial growth factor for neovascular age-related macular degeneration. Cochrane Database Syst Rev. 2014; 8(8): CD005139.
Hobbs RP, Bernstein PS. Nutrient Supplementation for Age-related Macular Degeneration, Cataract, and Dry Eye. J Ophthalmic Vis Res. 2014; 9: 487–493. [PubMed]
Bhutto I, Lutty G. Understanding age-related macular degeneration (AMD): relationships between the photoreceptor/retinal pigment epithelium/Bruch's membrane/choriocapillaris complex. Mol Aspects Med. 2012; 33: 295–317. [CrossRef] [PubMed]
Fleckenstein M, Mitchell P, Freund KB, et al. The progression of geographic atrophy secondary to age-related macular degeneration. Ophthalmology. 2018; 125: 369–390. [CrossRef] [PubMed]
Csaky KG, Richman EA, Ferris FL, 3rd. Report from the NEI/FDA Ophthalmic Clinical Trial Design and Endpoints Symposium. Invest Ophthalmol Vis Sci. 2008; 49: 479–489. [CrossRef] [PubMed]
Schmitz-Valckenberg S, Brinkmann CK, Alten F, et al. Semiautomated image processing method for identification and quantification of geographic atrophy in age-related macular degeneration. Invest Ophthalmol Vis Sci. 2011; 52: 7640–7646. [CrossRef] [PubMed]
Arslan J, Samarasinghe G, Benke KK, et al. Artificial intelligence algorithms for analysis of geographic atrophy: a review and evaluation. Transl Vis Sci Technol. 2020; 9: 57–57. [CrossRef] [PubMed]
Deckert A, Schmitz-Valckenberg S, Jorzik J, Bindewald A, Holz FG, Mansmann U. Automated analysis of digital fundus autofluorescence images of geographic atrophy in advanced age-related macular degeneration using confocal scanning laser ophthalmoscopy (cSLO). BMC Ophthalmol. 2005; 5: 8. [CrossRef] [PubMed]
Lee N, Smith RT, Laine AF. Interactive segmentation for geographic atrophy in retinal fundus images. Conf Rec Asilomar Conf Signals Syst Comput. 2008; 2008: 655–658. [PubMed]
Devisetti K, Karnowski TP, Giancardo L, Li Y, Chaum E. Geographic atrophy segmentation in infrared and autofluorescent retina images using supervised learning. Conf Proc IEEE Eng Med Biol Soc. 2011; 2011: 3958–3961.
Chen Q, de Sisternes L, Leng T, Zheng L, Kutzscher L, Rubin DL. Semi-automatic geographic atrophy segmentation for SD-OCT images. Biomed Opt Express. 2013; 4: 2729–2750. [CrossRef] [PubMed]
Hu Z, Medioni GG, Hernandez M, Hariri A, Wu X, Sadda SR. Segmentation of the geographic atrophy in spectral-domain optical coherence tomography and fundus autofluorescence images. Invest Ophthalmol Vis Sci. 2013; 54: 8375–8383. [CrossRef] [PubMed]
Hu Z, Medioni G, Hernandez M, Sadda S. Supervised pixel classification for segmenting geographic atrophy in fundus autofluorescence images. In Medical Imaging 2014: Computer-Aided Diagnosis. Bellingham, WA: International Society for Optics and Photonics; 2014; 9035: 90350G.
Ramsey DJ, Sunness JS, Malviya P, Applegate C, Hager GD, Handa JT. Automated image alignment and segmentation to follow progression of geographic atrophy in age-related macular degeneration. Retina. 2014; 34: 1296–1307. [CrossRef] [PubMed]
Feeny AK, Tadarati M, Freund DE, Bressler NM, Burlina P. Automated segmentation of geographic atrophy of the retinal epithelium via random forests in AREDS color fundus images. Comput Biol Med. 2015; 65: 124–136. [CrossRef] [PubMed]
Hu Z, Medioni GG, Hernandez M, Sadda SR. Automated segmentation of geographic atrophy in fundus autofluorescence images using supervised pixel classification. J Med Imaging (Bellingham). 2015; 2: 014501. [CrossRef] [PubMed]
Niu S, de Sisternes L, Chen Q, Leng T, Rubin DL. Automated geographic atrophy segmentation for SD-OCT images using region-based C-V model via local similarity factor. Biomed Opt Express. 2016; 7: 581–600. [CrossRef] [PubMed]
Fang L, Cunefare D, Wang C, Guymer RH, Li S, Farsiu S. Automatic segmentation of nine retinal layer boundaries in OCT images of non-exudative AMD patients using deep learning and graph search. Biomed Opt Express. 2017; 8: 2732–2744. [PubMed]
Hu Z, Wang Z, Abdelfattah NS, Sadda J, Sadda SR. Automated geographic atrophy segmentation in infrared reflectance images using deep convolutional neural networks. Invest Ophthalmol Vis Sci. 2018; 59: 1714–1714.
Hu ZH, Wang ZY, Sadda SR. Automated segmentation of geographic atrophy using deep convolutional neural networks. Proc Spie. 2018;10575.
Ji Z, Chen Q, Niu S, Leng T, Rubin DL. Beyond retinal layers: a deep voting model for automated geographic atrophy segmentation in SD-OCT images. Transl Vis Sci Technol. 2018; 7: 1. [PubMed]
Xu R, Niu S, Gao K, Chen Y. Multi-path 3D Convolution Neural Network for Automated Geographic Atrophy Segmentation in SD-OCT Images. In: International Conference on Intelligent Computing; Cham, Switzerland: Springer; 2018: 493–503.
Yang Q, Dong Y, Tokuda K, et al. Automated geographic atrophy detection in OCT volumes. Investigative Ophthalmology & Visual Science. 2018; 59: 3225–3225.
Wu M, Cai X, Chen Q, et al. Geographic atrophy segmentation in SD-OCT images using synthesized fundus autofluorescence imaging. Comput Meth Prog Bio. 2019; 182: 105101.
Xu R, Niu S, Chen Q, Ji Z, Rubin D, Chen Y. Automated geographic atrophy segmentation for SD-OCT images based on two-stage learning model. Comput Biol Med. 2019; 105: 102–111. [PubMed]
Schmidt-Erfurth U, Bogunovic H, Grechenig C, et al. Role of deep learning quantified hyperreflective foci for the prediction of geographic atrophy progression. Am J Ophthalmol. 2020.
Smistad E, Østvik A, Haugen BO, Løvstakken L. 2D left ventricle segmentation using deep learning. 2017 IEEE International Ultrasonics Symposium (IUS). 2017: 1–4.
Liefers B, Colijn JM, González-Gonzalo C, et al. A deep learning model for segmentation of geographic atrophy to study its long-term natural history. Ophthalmology. 2020; 127: 1086–1096. [PubMed]
Arya M, Sabrosa AS, Duker JS, Waheed NK. Choriocapillaris changes in dry age-related macular degeneration and geographic atrophy: a review. Eye Vis (Lond). 2018; 5: 22. [PubMed]
Willemink MJ, Koszek WA, Hardell C, et al. Preparing Medical Imaging Data for Machine Learning. Radiology. 2020; 295: 4–15. [PubMed]
Benke KK, Arslan J. Deep learning algorithms and the protection of data privacy. JAMA Ophthalmol. 2020; 138: 1024–1025. [PubMed]
Mehta N, Lee CS, Mendonca LSM, et al. Model-to-data approach for deep learning in optical coherence tomography intraretinal fluid segmentation. JAMA Ophthalmol. 2020; 138: 1017–1024. [PubMed]
Ronneberger O, Fischer P, U-Net Brox T.: Convolutional Networks for Biomedical Image Segmentation. Cham: Springer International Publishing; 2015: 234–241.
Hatami N, Gavet Y, Debayle J. Classification of Time-Series Images Using Deep Convolutional Neural Networks. The 10th International Conference on Machine Vision (ICMV 2017). Vienne, Austria: ICMV Committees; 2017: 1710.00886.
Heidelberg Engineering Academy. HRA+OCT Spectralis: How to Acquire the Perfect Image. Available at https://www.heidelbergengineering.com.
Holz FG, Spaide RF, Bird AC, Schmitz-Valckenberg S. Atlas of fundus autofluorescence imaging. New York: Springer; 2007.
Yung M, Klufas MA, Sarraf D. Clinical applications of fundus autofluorescence in retinal disease. Int J Retina Vitreous. 2016; 2: 12. [PubMed]
Szeliski R. Computer vision algorithms and applications. Texts in Computer Science. New York: Springer, 2011:1 online resource (xx, 812 p.).
International Conference on Computational Science and Technology. International (4th: 2017: Kuala Lumpur M. Computational Science and Technology: 4th ICCST 2017, Kuala Lumpur, Malaysia, 29-30 November, 2017. Singapore: Springer Nature Singapore Pte Ltd.; 2018.
Glorot X, Bengio Y. Understanding the difficulty of training deep feedforward neural networks. International Conference on Artificial Intelligence and Statistics. 2010: 249–256.
He K, Zhang X, Ren S, Sun J. Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classificatio. arXiv 2015;1502.01852.
Kingma DP, Ba J. Adam: A Method for Stochastic Optimization. arXiv 2017;1412.6980.
Zur RM, Jiang Y, Pesce LL, Drukker K. Noise injection for training artificial neural networks: a comparison with weight decay and early stopping. Med Phys. 2009; 36: 4810–4818. [PubMed]
Keskar NS, Mudigere D, Nocedal J, Smelyanskiy M, Tang PTKP. On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima. arXiv 2017;1609.04836.
Jakubovitz D, Giryes R, Rodrigues MRD. Generalization Error in Deep Learning. In: Boche H, Caire G, Calderbank R, Kutyniok G, Mathar R, P. P (eds). Compressed Sensing and Its Applications. Cham: Springer; 2019: 153–193.
Zheng A. Evaluating Machine Learning Models. Sebastopol, CA: O'Reilly Media, Inc.; 2015.
Kohavi R. A study of cross-validation and bootstrap for accuracy estimation and model selection. IJCAI. 1995; 14: 1137.
Dabbs B, Junker B. Comparison of cross-validation methods for stochastic block models. arXiv:160503000 2016.
James G, Witten D, Hastie T, Tibshirani R. An Introduction to Statistical Learning: with Applications in R. New York: Springer; 2013.
Kuhn M, Johnson K. Applied Predictive Modeling. New York: Springer; 2013.
Zou KH, Warfield SK, Bharatha A, et al. Statistical validation of image segmentation quality based on a spatial overlap index. Acad Radiol. 2004; 11: 178–189. [PubMed]
Taha AA, Hanbury A. Metrics for evaluating 3D medical image segmentation: analysis, selection, and tool. BMC Med Imaging. 2015; 15: 29. [PubMed]
Bland JM, Altman DG. Statistical methods for assessing agreement between two methods of clinical measurement. Lancet. 1986; 1: 307–310. [PubMed]
Bland JM, Altman DG. Measuring agreement in method comparison studies. Stat Methods Med Res. 1999; 8: 135–160. [PubMed]
Dey N, Ashour AS, Shi F, Balas VE. Soft Computing Based Medical Image Analysis. London: Academic Press; 2018.
Xu Y, Wang Y, Yuan J, Cheng Q, Wang X, Carson PL. Medical breast ultrasound image segmentation by machine learning. Ultrasonics. 2019; 91: 1–9. [PubMed]
Little MA, Varoquaux G, Saeb S, et al. Using and understanding cross-validation strategies. Perspectives on Saeb et al. GigaScience. 2017; 6(5): gix020.
Arlot S, Celisse A. A survey of cross-validation procedures for model selection. Statistics Surveys. 2010; 4: 40–79, 40.
Reiter GS, Told R, Schranz M, et al. Subretinal Drusenoid Deposits and Photoreceptor Loss Detecting Global and Local Progression of Geographic Atrophy by SD-OCT Imaging. Invest Ophthalmol Vis Sci. 2020; 61: 11. [PubMed]
Camino A, Wang Z, Wang J, et al. Deep learning for the segmentation of preserved photoreceptors on en face optical coherence tomography in two inherited retinal diseases. Biomed Opt Express. 2018; 9: 3092–3105. [PubMed]
Pfau M, von der Emde L, de Sisternes L, et al. Progression of photoreceptor degeneration in geographic atrophy secondary to age-related macular degeneration. JAMA Ophthalmol. 2020; 138: 1026–1034. [PubMed]
Mehta N, Lee CS, Mendonça LSM, et al. Model-to-data approach for deep learning in optical coherence tomography intraretinal fluid segmentation. JAMA Ophthalmol. 2020; 138: 1017–1024. [PubMed]
Figure 1.
 
Image preprocessing using the CLAHE technique. (A) Original FAF image and (B) CLAHE-applied FAF image. The original image was very dark in contrast and illumination. Using the original image would have resulted in contrast-related errors, making it more difficult for the algorithm to distinguish the GA lesions. The CLAHE-applied image shows the dramatic improvement using this technique. CLAHE, Contrast Limited Adaptive Histogram Equalization; FAF, Fundus autofluorescence.
Figure 1.
 
Image preprocessing using the CLAHE technique. (A) Original FAF image and (B) CLAHE-applied FAF image. The original image was very dark in contrast and illumination. Using the original image would have resulted in contrast-related errors, making it more difficult for the algorithm to distinguish the GA lesions. The CLAHE-applied image shows the dramatic improvement using this technique. CLAHE, Contrast Limited Adaptive Histogram Equalization; FAF, Fundus autofluorescence.
Figure 2.
 
U-Net architecture. The U-Net architecture was created for biomedical image segmentation. The U-Net is aptly named because of the arrangements of the filters in a “U” shape. The contracting pathway (left) consists of two 3 × 3 convolutions, ReLU activation and 2 × 2 max pooling. The expansive pathway (right) consist of 2 × 2 convolution, a concatenation with the correspondingly cropped feature map from the contracting pathway, two 3 × 3 convolutions and ReLU activation (see Ronneberger et al.37).
Figure 2.
 
U-Net architecture. The U-Net architecture was created for biomedical image segmentation. The U-Net is aptly named because of the arrangements of the filters in a “U” shape. The contracting pathway (left) consists of two 3 × 3 convolutions, ReLU activation and 2 × 2 max pooling. The expansive pathway (right) consist of 2 × 2 convolution, a concatenation with the correspondingly cropped feature map from the contracting pathway, two 3 × 3 convolutions and ReLU activation (see Ronneberger et al.37).
Figure 3.
 
Fivefold cross-validation. This cross-validation was chosen because it has been empirically shown to yield test error rates not excessively influenced by high bias and variances.
Figure 3.
 
Fivefold cross-validation. This cross-validation was chosen because it has been empirically shown to yield test error rates not excessively influenced by high bias and variances.
Figure 4.
 
Learning curves with training/validation loss and accuracy across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high accuracy and low loss throughout all fivefolds.
Figure 4.
 
Learning curves with training/validation loss and accuracy across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high accuracy and low loss throughout all fivefolds.
Figure 5.
 
Learning curves for DSC and DSCloss across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high DSC and low loss throughout all 5-folds. DSC, Dice similarity coefficient.
Figure 5.
 
Learning curves for DSC and DSCloss across all fivefolds of cross-validation. (A) Cross-validation 1. (B) Cross-validation 2. (C) Cross-validation 3. (D) Cross-validation 4. (E) Cross-validation 5. The learning curve illustrates a consistent outcome of high DSC and low loss throughout all 5-folds. DSC, Dice similarity coefficient.
Figure 6.
 
Bland-Altman plots and coefficient of repeatability across all fivefolds of cross-validation (in units of pixels).
Figure 6.
 
Bland-Altman plots and coefficient of repeatability across all fivefolds of cross-validation (in units of pixels).
Figure 7.
 
Spearman's correlations and regression lines across all fivefolds of cross-validation (in units of pixels).
Figure 7.
 
Spearman's correlations and regression lines across all fivefolds of cross-validation (in units of pixels).
Figure 8.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 8.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 9.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Figure 9.
 
Qualitative assessment of model prediction outcomes. Test cases A and B. In addition to assessing the performance of U-Net quantitatively, we evaluated the performance by visually assessing the degree of accuracy of U-Net-based lesion segmentation. The test cases presented demonstrate a good segmentation outcome.
Table 1.
 
Geographic Atrophy U-Net Training Results
Table 1.
 
Geographic Atrophy U-Net Training Results
Table 2.
 
Geographic Atrophy U-Net Validation Results
Table 2.
 
Geographic Atrophy U-Net Validation Results
Table 3.
 
Geographic Atrophy U-Net Test Results
Table 3.
 
Geographic Atrophy U-Net Test Results
Table 4.
 
Geographic Atrophy U-Net Patient-Level Segmentation Results
Table 4.
 
Geographic Atrophy U-Net Patient-Level Segmentation Results
×
×

This PDF is available to Subscribers Only

Sign in or purchase a subscription to access this content. ×

You must be signed into an individual account to use this feature.

×