English

See in Depth: Training-Free Surgical Scene Segmentation with Monocular Depth Priors

Computer Vision and Pattern Recognition 2025-12-08 v1 Artificial Intelligence

Abstract

Pixel-wise segmentation of laparoscopic scenes is essential for computer-assisted surgery but difficult to scale due to the high cost of dense annotations. We propose depth-guided surgical scene segmentation (DepSeg), a training-free framework that utilizes monocular depth as a geometric prior together with pretrained vision foundation models. DepSeg first estimates a relative depth map with a pretrained monocular depth estimation network and proposes depth-guided point prompts, which SAM2 converts into class-agnostic masks. Each mask is then described by a pooled pretrained visual feature and classified via template matching against a template bank built from annotated frames. On the CholecSeg8k dataset, DepSeg improves over a direct SAM2 auto segmentation baseline (35.9% vs. 14.7% mIoU) and maintains competitive performance even when using only 10--20% of the object templates. These results show that depth-guided prompting and template-based classification offer an annotation-efficient segmentation approach.

Keywords

Cite

@article{arxiv.2512.05529,
  title  = {See in Depth: Training-Free Surgical Scene Segmentation with Monocular Depth Priors},
  author = {Kunyi Yang and Qingyu Wang and Cheng Yuan and Yutong Ban},
  journal= {arXiv preprint arXiv:2512.05529},
  year   = {2025}
}

Comments

The first two authors contributed equally