IVCVOct 16, 2020

Ensembling Low Precision Models for Binary Biomedical Image Segmentation

arXiv:2010.08648v115 citations
Originality Incremental advance
AI Analysis

This addresses segmentation challenges in medical imaging for clinicians, but it is incremental as it builds on existing ensemble methods.

The paper tackles the problem of asymmetric errors in biomedical image segmentation by training an ensemble of low-precision, high-recall models to cancel out false positives, showing significant performance boosts in three applications like carotid artery and lesion segmentation.

Segmentation of anatomical regions of interest such as vessels or small lesions in medical images is still a difficult problem that is often tackled with manual input by an expert. One of the major challenges for this task is that the appearance of foreground (positive) regions can be similar to background (negative) regions. As a result, many automatic segmentation algorithms tend to exhibit asymmetric errors, typically producing more false positives than false negatives. In this paper, we aim to leverage this asymmetry and train a diverse ensemble of models with very high recall, while sacrificing their precision. Our core idea is straightforward: A diverse ensemble of low precision and high recall models are likely to make different false positive errors (classifying background as foreground in different parts of the image), but the true positives will tend to be consistent. Thus, in aggregate the false positive errors will cancel out, yielding high performance for the ensemble. Our strategy is general and can be applied with any segmentation model. In three different applications (carotid artery segmentation in a neck CT angiography, myocardium segmentation in a cardiovascular MRI and multiple sclerosis lesion segmentation in a brain MRI), we show how the proposed approach can significantly boost the performance of a baseline segmentation method.

Foundations

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

Your Notes