CVMar 14, 2018

Topology guaranteed segmentation of the human retina from OCT using convolutional neural networks

arXiv:1803.05120v130 citations
Originality Incremental advance
AI Analysis

This provides a more flexible and efficient tool for medical professionals to analyze retinal layer thicknesses, which correlate with disease progression in conditions like multiple sclerosis, though it is incremental as it builds on existing segmentation methods.

The paper tackles the problem of automating retinal layer segmentation from OCT images by developing cascaded deep networks that guarantee topological correctness in a single feed-forward pass, achieving a mean absolute boundary error of 2.82 μm, comparable to state-of-the-art graph methods at 2.83 μm.

Optical coherence tomography (OCT) is a noninvasive imaging modality which can be used to obtain depth images of the retina. The changing layer thicknesses can thus be quantified by analyzing these OCT images, moreover these changes have been shown to correlate with disease progression in multiple sclerosis. Recent automated retinal layer segmentation tools use machine learning methods to perform pixel-wise labeling and graph methods to guarantee the layer hierarchy or topology. However, graph parameters like distance and smoothness constraints must be experimentally assigned by retinal region and pathology, thus degrading the flexibility and time efficiency of the whole framework. In this paper, we develop cascaded deep networks to provide a topologically correct segmentation of the retinal layers in a single feed forward propagation. The first network (S-Net) performs pixel-wise labeling and the second regression network (R-Net) takes the topologically unconstrained S-Net results and outputs layer thicknesses for each layer and each position. Relu activation is used as the final operation of the R-Net which guarantees non-negativity of the output layer thickness. Since the segmentation boundary position is acquired by summing up the corresponding non-negative layer thicknesses, the layer ordering (i.e., topology) of the reconstructed boundaries is guaranteed even at the fovea where the distances between boundaries can be zero. The R-Net is trained using simulated masks and thus can be generalized to provide topology guaranteed segmentation for other layered structures. This deep network has achieved comparable mean absolute boundary error (2.82 μm) to state-of-the-art graph methods (2.83 μm).

Foundations

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

Your Notes