CVAug 1, 2018

Recurrent neural networks for aortic image sequence segmentation with sparse annotations

arXiv:1808.00273v1128 citations
Originality Incremental advance
AI Analysis

This improves segmentation accuracy and smoothness for clinicians analyzing aortic MR images, but it is incremental as it builds on existing neural network methods.

The authors tackled aortic image sequence segmentation with sparse manual annotations by combining a fully convolutional network with a recurrent neural network, achieving an average Dice metric of 0.960 for the ascending aorta and 0.953 for the descending aorta.

Segmentation of image sequences is an important task in medical image analysis, which enables clinicians to assess the anatomy and function of moving organs. However, direct application of a segmentation algorithm to each time frame of a sequence may ignore the temporal continuity inherent in the sequence. In this work, we propose an image sequence segmentation algorithm by combining a fully convolutional network with a recurrent neural network, which incorporates both spatial and temporal information into the segmentation task. A key challenge in training this network is that the available manual annotations are temporally sparse, which forbids end-to-end training. We address this challenge by performing non-rigid label propagation on the annotations and introducing an exponentially weighted loss function for training. Experiments on aortic MR image sequences demonstrate that the proposed method significantly improves both accuracy and temporal smoothness of segmentation, compared to a baseline method that utilises spatial information only. It achieves an average Dice metric of 0.960 for the ascending aorta and 0.953 for the descending aorta.

Foundations

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

Your Notes