CVApr 22, 2024

Surgical-DeSAM: Decoupling SAM for Instrument Segmentation in Robotic Surgery

arXiv:2404.14040v119 citationsh-index: 8Int J Comput Assist Radiol Surg
Originality Incremental advance
AI Analysis

This addresses the need for automated, real-time segmentation in robotic surgery, where manual prompting is impractical, representing a domain-specific incremental improvement.

The paper tackles the problem of real-time surgical instrument segmentation without manual prompts by developing Surgical-DeSAM, which uses a detection model to generate automatic bounding box prompts and decouples SAM for segmentation, achieving dice scores of 89.62 and 90.70 on EndoVis 2017 and 2018 datasets.

Purpose: The recent Segment Anything Model (SAM) has demonstrated impressive performance with point, text or bounding box prompts, in various applications. However, in safety-critical surgical tasks, prompting is not possible due to (i) the lack of per-frame prompts for supervised learning, (ii) it is unrealistic to prompt frame-by-frame in a real-time tracking application, and (iii) it is expensive to annotate prompts for offline applications. Methods: We develop Surgical-DeSAM to generate automatic bounding box prompts for decoupling SAM to obtain instrument segmentation in real-time robotic surgery. We utilise a commonly used detection architecture, DETR, and fine-tuned it to obtain bounding box prompt for the instruments. We then empolyed decoupling SAM (DeSAM) by replacing the image encoder with DETR encoder and fine-tune prompt encoder and mask decoder to obtain instance segmentation for the surgical instruments. To improve detection performance, we adopted the Swin-transformer to better feature representation. Results: The proposed method has been validated on two publicly available datasets from the MICCAI surgical instruments segmentation challenge EndoVis 2017 and 2018. The performance of our method is also compared with SOTA instrument segmentation methods and demonstrated significant improvements with dice metrics of 89.62 and 90.70 for the EndoVis 2017 and 2018. Conclusion: Our extensive experiments and validations demonstrate that Surgical-DeSAM enables real-time instrument segmentation without any additional prompting and outperforms other SOTA segmentation methods.

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