IVCVAug 2, 2021

Projective Skip-Connections for Segmentation Along a Subset of Dimensions in Retinal OCT

arXiv:2108.00831v126 citations
Originality Incremental advance
AI Analysis

This addresses a methodological gap in medical imaging for tasks requiring lower-dimensional segmentation masks, such as in retinal OCT analysis, though it appears incremental as it builds on UNet-like structures.

The paper tackles the problem of segmenting medical images where the output mask is a projection to a subset of input dimensions, proposing a novel convolutional neural network architecture that outperforms state-of-the-art approaches on retinal OCT datasets for geographic atrophy and retinal blood vessel segmentation.

In medical imaging, there are clinically relevant segmentation tasks where the output mask is a projection to a subset of input image dimensions. In this work, we propose a novel convolutional neural network architecture that can effectively learn to produce a lower-dimensional segmentation mask than the input image. The network restores encoded representation only in a subset of input spatial dimensions and keeps the representation unchanged in the others. The newly proposed projective skip-connections allow linking the encoder and decoder in a UNet-like structure. We evaluated the proposed method on two clinically relevant tasks in retinal Optical Coherence Tomography (OCT): geographic atrophy and retinal blood vessel segmentation. The proposed method outperformed the current state-of-the-art approaches on all the OCT datasets used, consisting of 3D volumes and corresponding 2D en-face masks. The proposed architecture fills the methodological gap between image classification and ND image segmentation.

Foundations

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

Your Notes