Skip to main content
QUICK REVIEW

[Paper Review] 2018 Robotic Scene Segmentation Challenge

Max Allan, Satoshi Kondo|arXiv (Cornell University)|Jan 30, 2020
Surgical Simulation and Training17 references118 citations
TL;DR

This paper presents the 2018 EndoVis robotic scene segmentation challenge, introducing anatomical and medical device classes, 19 porcine endoscope sequences, and a multi-team benchmark evaluated with mean IoU across four test datasets.

ABSTRACT

In 2015 we began a sub-challenge at the EndoVis workshop at MICCAI in Munich using endoscope images of ex-vivo tissue with automatically generated annotations from robot forward kinematics and instrument CAD models. However, the limited background variation and simple motion rendered the dataset uninformative in learning about which techniques would be suitable for segmentation in real surgery. In 2017, at the same workshop in Quebec we introduced the robotic instrument segmentation dataset with 10 teams participating in the challenge to perform binary, articulating parts and type segmentation of da Vinci instruments. This challenge included realistic instrument motion and more complex porcine tissue as background and was widely addressed with modifications on U-Nets and other popular CNN architectures. In 2018 we added to the complexity by introducing a set of anatomical objects and medical devices to the segmented classes. To avoid over-complicating the challenge, we continued with porcine data which is dramatically simpler than human tissue due to the lack of fatty tissue occluding many organs.

Motivation & Objective

  • Extend semantic segmentation to both medical devices and anatomy in robot-assisted surgery.
  • Provide a challenging, variable dataset with realistic instrument motion and background tissue.
  • Benchmark diverse deep learning architectures on pixel-wise endoscopic scene segmentation.
  • Highlight labeling challenges such as 'covered kidney' to reflect surgical realism.

Proposed method

  • Multiple leading CNN architectures were submitted, including ResNeXt-101 with Squeeze-Excitation blocks, U-Net with VGG-19 encoder, and DeepLab V3+ variants.
  • Approaches used various encoders/decoders (ResNet, VGG, Xception, PSPNet, GCN) with data augmentations and class-specific loss objectives.
  • Two-branch or multi-task strategies were explored (separate networks for instruments vs. organs, ensemble methods, and post-processing like CRF).
  • Evaluation relied on mean intersection over union (IoU) computed per frame and averaged over frames and datasets.
  • Datasets were annotated to include medical devices (instruments, ultrasound probes, clips) and anatomical classes (kidney parenchyma, covered kidney, small intestine) with a background class.

Experimental results

Research questions

  • RQ1What is the segmentation performance (mean IoU) of state-of-the-art models on the EndoVis 2018 segmentation challenge across instrument and anatomical classes?
  • RQ2Which architectures and data augmentation strategies yield the best mean IoU across diverse test scenarios?
  • RQ3How do anatomical labeling challenges (e.g., covered kidney) and tissue occlusions affect segmentation performance?
  • RQ4How does model performance vary across four distinct test datasets that simulate different surgical views and occlusions?

Key findings

  • Test Dataset 1 shows average IoU across methods around 0.5–0.67 for key classes, with some teams scoring near 0.9 for specific classes like kidney parenchyma.
  • Test Dataset 2 reports overall averages around 0.45–0.48, with instrument and parenchyma classes generally better predicted than heavily occluded labels like covered kidney.
  • Test Dataset 3 achieves higher averages around 0.65–0.70 for several methods, but kidney-facing surfaces remain challenging when heavily covered.
  • Test Dataset 4 yields lower overall averages (~0.28–0.38), reflecting strong occlusion and complex backgrounds, with kidney surface often the hardest class.
  • Overall cross-dataset average (Table V) indicates methods outperform on some datasets and underperform on occluded/complex scenes, with aggregated average IoU around 0.478.
  • Multiple teams dominated by OTH Regensburg, NCT, IRCAD across datasets, indicating consensus on strong architectures like DeepLab-based and encoder-decoder models.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.