paper-with-me

홈 › Papers

TUNeS: A Temporal U-Net with Self-Attention for Video-based Surgical Phase Recognition

2023-07-19 · Isabel Funke, Dominik Rivoir, Stefanie Krell, Stefanie Speidel

Objective: To enable context-aware computer assistance in the operating room of the future, cognitive systems need to understand automatically which surgical phase is being performed by the medical team. The primary source of information for surgical phase recognition is typically video, which presents two challenges: extracting meaningful features from the video stream and effectively modeling temporal information in the sequence of visual features. Methods: For temporal modeling, attention mechanisms have gained popularity due to their ability to capture long-range dependencies. In this paper, we explore design choices for attention in existing temporal models for surgical phase recognition and propose a novel approach that uses attention more effectively and does not require hand-crafted constraints: TUNeS, an efficient and simple temporal model that incorporates self-attention at the core of a convolutional U-Net structure. In addition, we propose to train the feature extractor, a standard CNN, together with an LSTM on preferably long video segments, i.e., with long temporal context. Results: In our experiments, almost all temporal models performed better on top of feature extractors that were trained with longer temporal context. On these contextualized features, TUNeS achieves state-of-the-art results on the Cholec80 dataset. Conclusion: This study offers new insights on how to use attention mechanisms to build accurate and efficient temporal models for surgical phase recognition. Significance: Implementing automatic surgical phase recognition is essential to automate the analysis and optimization of surgical workflows and to enable context-aware computer assistance during surgery, thus ultimately improving patient care.

📄 PDF Abstract BibTeX arXiv:2307.09997

Code (1)

https://gitlab.com/nct_tso_public/tunes 공식 구현 pytorch

Tasks

Surgical phase recognition

Methods 이 논문이 사용한 방법론

((FaQ's--Expedia)))How do I file a dispute with Expedia? How do I file a dispute with Expedia? To file a dispute with Expedia, start by contacting their customer service team via phone at +(1)(888)(829)(0881) or…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
U-Net 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

LoViT: Long Video Transformer for Surgical Phase Recognition

2023-05-15 · Yang Liu, Maxence Boels, Luis C. Garcia-Peraza-Herrera, Tom Vercauteren 외

Online surgical phase recognition plays a significant role towards building contextual tools that could quantify performance and oversee the execution of surgical workflows. Current approaches are limited since they trai…

Online surgical phase recognitionSurgical phase recognition

Friends Across Time: Multi-Scale Action Segmentation Transformer for Surgical Phase Recognition

2024-01-22 · Bokai Zhang, Jiayuan Meng, Bin Cheng, Dean Biskup 외

Automatic surgical phase recognition is a core technology for modern operating rooms and online surgical video assessment platforms. Current state-of-the-art methods use both spatial and temporal information to tackle th…

Action SegmentationOffline surgical phase recognitionOnline surgical phase recognitionSegmentation+1

Symmetric Dilated Convolution for Surgical Gesture Recognition

2020-07-13 · Jinglu Zhang, Yinyu Nie, Yao Lyu, Hailin Li 외

Automatic surgical gesture recognition is a prerequisite of intra-operative computer assistance and objective surgical skill assessment. Prior works either require additional sensors to collect kinematics data or have li…

Gesture RecognitionSurgical Gesture Recognition

Slot-BERT: Self-supervised Object Discovery in Surgical Video

2025-01-21 · Guiqiu Liao, Matjaz Jogan, Marcel Hussing, Kenta Nakahashi 외

Object-centric slot attention is a powerful framework for unsupervised learning of structured and explainable representations that can support reasoning about objects and actions, including in surgical videos. While conv…

DisentanglementDomain AdaptationObjectObject Discovery

Human Gaze Guided Attention for Surgical Activity Recognition

2022-03-09 · Abdishakour Awale, Duygu Sarikaya

Modeling and automatically recognizing surgical activities are fundamental steps toward automation in surgery and play important roles in providing timely feedback to surgeons. Accurately recognizing surgical activities …

Activity RecognitionVideo Understanding