CVSep 25, 2020

Going to Extremes: Weakly Supervised Medical Image Segmentation

arXiv:2009.11988v176 citations
Originality Incremental advance
AI Analysis

This addresses the bottleneck of annotation costs for medical imaging researchers, though it is incremental in leveraging existing weak supervision techniques.

The paper tackles the problem of expensive medical image annotation by proposing a weakly supervised segmentation method using extreme point clicks, achieving improved segmentation through iterative training and custom loss mechanisms.

Medical image annotation is a major hurdle for developing precise and robust machine learning models. Annotation is expensive, time-consuming, and often requires expert knowledge, particularly in the medical field. Here, we suggest using minimal user interaction in the form of extreme point clicks to train a segmentation model which, in effect, can be used to speed up medical image annotation. An initial segmentation is generated based on the extreme points utilizing the random walker algorithm. This initial segmentation is then used as a noisy supervision signal to train a fully convolutional network that can segment the organ of interest, based on the provided user clicks. Through experimentation on several medical imaging datasets, we show that the predictions of the network can be refined using several rounds of training with the prediction from the same weakly annotated data. Further improvements are shown utilizing the clicked points within a custom-designed loss and attention mechanism. Our approach has the potential to speed up the process of generating new training datasets for the development of new machine learning and deep learning-based models for, but not exclusively, medical image analysis.

Code Implementations2 repos
Foundations

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

Your Notes