CVAug 27, 2020

Unsupervised Surgical Instrument Segmentation via Anchor Generation and Semantic Diffusion

arXiv:2008.11946v131 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing labeling costs for surgical tool segmentation in medical imaging, though it is incremental as it builds on unsupervised methods.

The paper tackles surgical instrument segmentation without manual annotations by generating pseudo-labels from handcrafted cues and using a semantic diffusion loss, achieving 0.71 IoU and 0.81 Dice scores on a benchmark dataset.

Surgical instrument segmentation is a key component in developing context-aware operating rooms. Existing works on this task heavily rely on the supervision of a large amount of labeled data, which involve laborious and expensive human efforts. In contrast, a more affordable unsupervised approach is developed in this paper. To train our model, we first generate anchors as pseudo labels for instruments and background tissues respectively by fusing coarse handcrafted cues. Then a semantic diffusion loss is proposed to resolve the ambiguity in the generated anchors via the feature correlation between adjacent video frames. In the experiments on the binary instrument segmentation task of the 2017 MICCAI EndoVis Robotic Instrument Segmentation Challenge dataset, the proposed method achieves 0.71 IoU and 0.81 Dice score without using a single manual annotation, which is promising to show the potential of unsupervised learning for surgical tool segmentation.

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