CVMay 19, 2017

Simultaneous Multiple Surface Segmentation Using Deep Learning

arXiv:1705.07142v120 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and accurate segmentation in medical imaging, particularly for retinal analysis in conditions like age-related macular degeneration, by automating a process that previously required expert design, though it is incremental as it builds on existing deep learning methods.

The paper tackled the problem of automatically segmenting 3-D surfaces in volumetric medical images, which is crucial for biomedical analysis, by proposing a deep learning approach that learns features from data without human intervention. The result showed a statistically significant improvement in accuracy, reducing the mean unsigned surface positioning error from 2.31 voxels to 1.27 voxels and speeding up processing from 2837.46 seconds to 94.34 seconds compared to a state-of-the-art graph-based method.

The task of automatically segmenting 3-D surfaces representing boundaries of objects is important for quantitative analysis of volumetric images, and plays a vital role in biomedical image analysis. Recently, graph-based methods with a global optimization property have been developed and optimized for various medical imaging applications. Despite their widespread use, these require human experts to design transformations, image features, surface smoothness priors, and re-design for a different tissue, organ or imaging modality. Here, we propose a Deep Learning based approach for segmentation of the surfaces in volumetric medical images, by learning the essential features and transformations from training data, without any human expert intervention. We employ a regional approach to learn the local surface profiles. The proposed approach was evaluated on simultaneous intraretinal layer segmentation of optical coherence tomography (OCT) images of normal retinas and retinas affected by age related macular degeneration (AMD). The proposed approach was validated on 40 retina OCT volumes including 20 normal and 20 AMD subjects. The experiments showed statistically significant improvement in accuracy for our approach compared to state-of-the-art graph based optimal surface segmentation with convex priors (G-OSC). A single Convolution Neural Network (CNN) was used to learn the surfaces for both normal and diseased images. The mean unsigned surface positioning errors obtained by G-OSC method 2.31 voxels (95% CI 2.02-2.60 voxels) was improved to $1.27$ voxels (95% CI 1.14-1.40 voxels) using our new approach. On average, our approach takes 94.34 s, requiring 95.35 MB memory, which is much faster than the 2837.46 s and 6.87 GB memory required by the G-OSC method on the same computer system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes