CVSep 13, 2017

An Exploration of 2D and 3D Deep Learning Techniques for Cardiac MR Image Segmentation

arXiv:1709.04496v2270 citations
AI Analysis

This work addresses automated segmentation for cardiac function evaluation, but it is incremental as it compares existing methods on a standard dataset.

The paper tackled cardiac MR image segmentation by exploring 2D and 3D convolutional neural networks, finding that 2D slice-by-slice processing was beneficial due to slice thickness, with mean Dice coefficients of 0.950 (LV), 0.893 (RV), and 0.899 (Myo).

Accurate segmentation of the heart is an important step towards evaluating cardiac function. In this paper, we present a fully automated framework for segmentation of the left (LV) and right (RV) ventricular cavities and the myocardium (Myo) on short-axis cardiac MR images. We investigate various 2D and 3D convolutional neural network architectures for this task. We investigate the suitability of various state-of-the art 2D and 3D convolutional neural network architectures, as well as slight modifications thereof, for this task. Experiments were performed on the ACDC 2017 challenge training dataset comprising cardiac MR images of 100 patients, where manual reference segmentations were made available for end-diastolic (ED) and end-systolic (ES) frames. We find that processing the images in a slice-by-slice fashion using 2D networks is beneficial due to a relatively large slice thickness. However, the exact network architecture only plays a minor role. We report mean Dice coefficients of $0.950$ (LV), $0.893$ (RV), and $0.899$ (Myo), respectively with an average evaluation time of 1.1 seconds per volume on a modern GPU.

Code Implementations1 repo
Foundations

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

Your Notes