paper-with-me

Papers

Revisiting Surgical Instrument Segmentation Without Human Intervention: A Graph Partitioning View

2024-08-27 · Mingyu Sheng, Jianan Fan, Dongnan Liu, Ron Kikinis, Weidong Cai

Surgical instrument segmentation (SIS) on endoscopic images stands as a long-standing and essential task in the context of computer-assisted interventions for boosting minimally invasive surgery. Given the recent surge of deep learning methodologies and their data-hungry nature, training a neural predictive model based on massive expert-curated annotations has been dominating and served as an off-the-shelf approach in the field, which could, however, impose prohibitive burden to clinicians for preparing fine-grained pixel-wise labels corresponding to the collected surgical video frames. In this work, we propose an unsupervised method by reframing the video frame segmentation as a graph partitioning problem and regarding image pixels as graph nodes, which is significantly different from the previous efforts. A self-supervised pre-trained model is firstly leveraged as a feature extractor to capture high-level semantic features. Then, Laplacian matrixs are computed from the features and are eigendecomposed for graph partitioning. On the "deep" eigenvectors, a surgical video frame is meaningfully segmented into different modules such as tools and tissues, providing distinguishable semantic information like locations, classes, and relations. The segmentation problem can then be naturally tackled by applying clustering or threshold on the eigenvectors. Extensive experiments are conducted on various datasets (e.g., EndoVis2017, EndoVis2018, UCL, etc.) for different clinical endpoints. Across all the challenging scenarios, our method demonstrates outstanding performance and robustness higher than unsupervised state-of-the-art (SOTA) methods. The code is released at https://github.com/MingyuShengSMY/GraphClusteringSIS.git.

📄 PDF Abstract BibTeX arXiv:2408.14789

Code (1)

mingyushengsmy/graphclusteringsis 공식 구현 pytorch

Tasks

graph partitioning

Similar Papers 제목 키워드 기반

Unsupervised Surgical Instrument Segmentation via Anchor Generation and Semantic Diffusion

2020-08-27 · Daochang Liu, Yuhui Wei, Tingting Jiang, Yizhou Wang 외

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 …

Feature CorrelationSegmentation

Rethinking Text-Promptable Surgical Instrument Segmentation with Robust Framework

2024-11-19 · Tae-Min Choi, Juyoun Park

Surgical instrument segmentation is an essential component of computer-assisted and robotic surgery systems. Vision-based segmentation models typically produce outputs limited to a predefined set of instrument categories…

Segmentation

Video-Instrument Synergistic Network for Referring Video Instrument Segmentation in Robotic Surgery

2023-08-18 · Hongqiu Wang, Lei Zhu, Guang Yang, Yike Guo 외

Robot-assisted surgery has made significant progress, with instrument segmentation being a critical factor in surgical intervention quality. It serves as the building block to facilitate surgical robot navigation and sur…

Robot NavigationSegmentation

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

2024-04-22 · Yuyang Sheng, Sophia Bano, Matthew J. Clarkson, Mobarakol Islam

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 pos…

Instance SegmentationSegmentationSemantic Segmentation

m2caiSeg: Semantic Segmentation of Laparoscopic Images using Convolutional Neural Networks

2020-08-23 · Salman Maqbool, Aqsa Riaz, Hasan Sajid, Osman Hasan

Autonomous surgical procedures, in particular minimal invasive surgeries, are the next frontier for Artificial Intelligence research. However, the existing challenges include precise identification of the human anatomy a…

AnatomyData AugmentationScene UnderstandingSegmentation+2