IVCVLGOct 10, 2019

ErrorNet: Learning error representations from limited data to improve vascular segmentation

arXiv:1910.04814v419 citations
Originality Incremental advance
AI Analysis

This work addresses segmentation accuracy issues for medical imaging applications, particularly in scenarios with limited data and domain variations, offering a method that does not require target domain data or parameter tuning.

The paper tackles the problem of segmentation errors in medical imaging due to small sample sizes and domain shifts by proposing ErrorNet, a framework that learns to correct mistakes by predicting injected errors, and demonstrates improved performance over baseline and alternative methods on retinal vessel segmentation datasets.

Deep convolutional neural networks have proved effective in segmenting lesions and anatomies in various medical imaging modalities. However, in the presence of small sample size and domain shift problems, these models often produce masks with non-intuitive segmentation mistakes. In this paper, we propose a segmentation framework called ErrorNet, which learns to correct these segmentation mistakes through the repeated process of injecting systematic segmentation errors to the segmentation result based on a learned shape prior, followed by attempting to predict the injected error. During inference, ErrorNet corrects the segmentation mistakes by adding the predicted error map to the initial segmentation result. ErrorNet has advantages over alternatives based on domain adaptation or CRF-based post processing, because it requires neither domain-specific parameter tuning nor any data from the target domains. We have evaluated ErrorNet using five public datasets for the task of retinal vessel segmentation. The selected datasets differ in size and patient population, allowing us to evaluate the effectiveness of ErrorNet in handling small sample size and domain shift problems. Our experiments demonstrate that ErrorNet outperforms a base segmentation model, a CRF-based post processing scheme, and a domain adaptation method, with a greater performance gain in the presence of the aforementioned dataset limitations.

Foundations

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

Your Notes