CVOct 13, 2017

Retinal Fluid Segmentation and Detection in Optical Coherence Tomography Images using Fully Convolutional Neural Network

arXiv:1710.04778v134 citations
Originality Synthesis-oriented
AI Analysis

This work addresses retinal disease diagnosis by improving fluid analysis in OCT images, but it is incremental as it builds on existing methods like graph-cut and neural networks.

The paper tackled the problem of segmenting and detecting retinal fluid in optical coherence tomography images, achieving a mean Dice score of 0.7317 for segmentation and a mean AUC of 0.985 for detection.

As a non-invasive imaging modality, optical coherence tomography (OCT) can provide micrometer-resolution 3D images of retinal structures. Therefore it is commonly used in the diagnosis of retinal diseases associated with edema in and under the retinal layers. In this paper, a new framework is proposed for the task of fluid segmentation and detection in retinal OCT images. Based on the raw images and layers segmented by a graph-cut algorithm, a fully convolutional neural network was trained to recognize and label the fluid pixels. Random forest classification was performed on the segmented fluid regions to detect and reject the falsely labeled fluid regions. The leave-one-out cross validation experiments on the RETOUCH database show that our method performs well in both segmentation (mean Dice: 0.7317) and detection (mean AUC: 0.985) tasks.

Foundations

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

Your Notes