paper-with-me

홈 › Papers

SASVi - Segment Any Surgical Video

2025-02-12 · Ssharvien Kumar Sivakumar, Yannik Frisch, Amin Ranem, Anirban Mukhopadhyay

Purpose: Foundation models, trained on multitudes of public datasets, often require additional fine-tuning or re-prompting mechanisms to be applied to visually distinct target domains such as surgical videos. Further, without domain knowledge, they cannot model the specific semantics of the target domain. Hence, when applied to surgical video segmentation, they fail to generalise to sections where previously tracked objects leave the scene or new objects enter. Methods: We propose SASVi, a novel re-prompting mechanism based on a frame-wise Mask R-CNN Overseer model, which is trained on a minimal amount of scarcely available annotations for the target domain. This model automatically re-prompts the foundation model SAM2 when the scene constellation changes, allowing for temporally smooth and complete segmentation of full surgical videos. Results: Re-prompting based on our Overseer model significantly improves the temporal consistency of surgical video segmentation compared to similar prompting techniques and especially frame-wise segmentation, which neglects temporal information, by at least 1.5%. Our proposed approach allows us to successfully deploy SAM2 to surgical videos, which we quantitatively and qualitatively demonstrate for three different cholecystectomy and cataract surgery datasets. Conclusion: SASVi can serve as a new baseline for smooth and temporally consistent segmentation of surgical videos with scarcely available annotation data. Our method allows us to leverage scarce annotations and obtain complete annotations for full videos of the large-scale counterpart datasets. We make those annotations publicly available, providing extensive annotation data for the future development of surgical data science models.

📄 PDF Abstract BibTeX arXiv:2502.09653

Code (1)

MECLabTUDA/SASVi 공식 구현 pytorch

Tasks

SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Surgical SAM 2: Real-time Segment Anything in Surgical Video by Efficient Frame Pruning

2024-08-15 · Haofeng Liu, Erli Zhang, Junde Wu, Mingxuan Hong 외

Surgical video segmentation is a critical task in computer-assisted surgery and is vital for enhancing surgical quality and patient outcomes. Recently, the Segment Anything Model 2 (SAM2) framework has shown superior adv…

SegmentationVideo SegmentationVideo Semantic Segmentation

Zero-Shot Surgical Tool Segmentation in Monocular Video Using Segment Anything Model 2

2024-08-03 · Ange Lou, Yamin Li, Yike Zhang, Robert F. Labadie 외

The Segment Anything Model 2 (SAM 2) is the latest generation foundation model for image and video segmentation. Trained on the expansive Segment Anything Video (SA-V) dataset, which comprises 35.5 million masks across 5…

DiversitySegmentationVideo SegmentationVideo Semantic Segmentation+1

Safe Screening With Variational Inequalities and Its Application to LASSO

2013-07-29 · Jun Liu, Zheng Zhao, Jie Wang, Jieping Ye

Sparse learning techniques have been routinely used for feature selection as the resulting model usually has a small number of non-zero entries. Safe screening, which eliminates the features that are guaranteed to have z…

Computational Efficiencyfeature selectionSparse Learning

HieraSurg: Hierarchy-Aware Diffusion Model for Surgical Video Generation

2025-06-26 · Diego Biagini, Nassir Navab, Azade Farshad

Surgical Video Synthesis has emerged as a promising research direction following the success of diffusion models in general-domain video generation. Although existing approaches achieve high-quality video generation, mos…

Panoptic SegmentationSegmentationVideo Generation

Is Segment Anything Model 2 All You Need for Surgery Video Segmentation? A Systematic Evaluation

2024-12-31 · Cheng Yuan, Jian Jiang, Kunyi Yang, Lv Wu 외

Surgery video segmentation is an important topic in the surgical AI field. It allows the AI model to understand the spatial information of a surgical scene. Meanwhile, due to the lack of annotated surgical data, surgery …

AllSegmentationVideo SegmentationVideo Semantic Segmentation