CVApr 18, 2019

VoteNet: A Deep Learning Label Fusion Method for Multi-Atlas Segmentation

arXiv:1904.08963v2118 citations
Originality Incremental advance
AI Analysis

This work addresses the speed and accuracy limitations of multi-atlas segmentation for medical image analysis, offering an incremental improvement by integrating DL into label fusion.

The paper tackles the problem of multi-atlas segmentation (MAS) being slow and less accurate than deep learning (DL) methods by proposing VoteNet, a DL-based label fusion strategy that locally selects reliable atlases and fuses labels via plurality voting. Experiments on 3D brain MRI data show VoteNet significantly outperforms other label fusion strategies and a direct DL approach, with an analysis indicating potential for further improvements.

Deep learning (DL) approaches are state-of-the-art for many medical image segmentation tasks. They offer a number of advantages: they can be trained for specific tasks, computations are fast at test time, and segmentation quality is typically high. In contrast, previously popular multi-atlas segmentation (MAS) methods are relatively slow (as they rely on costly registrations) and even though sophisticated label fusion strategies have been proposed, DL approaches generally outperform MAS. In this work, we propose a DL-based label fusion strategy (VoteNet) which locally selects a set of reliable atlases whose labels are then fused via plurality voting. Experiments on 3D brain MRI data show that by selecting a good initial atlas set MAS with VoteNet significantly outperforms a number of other label fusion strategies as well as a direct DL segmentation approach. We also provide an experimental analysis of the upper performance bound achievable by our method. While unlikely achievable in practice, this bound suggests room for further performance improvements. Lastly, to address the runtime disadvantage of standard MAS, all our results make use of a fast DL registration approach.

Foundations

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

Your Notes