CVDec 2, 2018

End-to-end Learning of Convolutional Neural Net and Dynamic Programming for Left Ventricle Segmentation

arXiv:1812.00328v21 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for medical imaging segmentation, specifically targeting left ventricle analysis in MRI.

The paper tackled the problem of left ventricle segmentation from heart MRI by combining convolutional neural networks with dynamic programming using synthetic gradients for end-to-end learning, resulting in significantly better segmentation accuracy with fewer labeled images.

Differentiable programming is able to combine different functions or programs in a processing pipeline with the goal of applying end-to-end learning or optimization. A significant impediment is the non-differentiable nature of some algorithms. We propose to use synthetic gradients (SG) to overcome this difficulty. SG uses the universal function approximation property of neural networks. We apply SG to combine convolutional neural network (CNN) with dynamic programming (DP) in end-to-end learning for segmenting left ventricle from short axis view of heart MRI. Our experiments show that end-to-end combination of CNN and DP requires fewer labeled images to achieve a significantly better segmentation accuracy than using only CNN.

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