paper-with-me

홈 › Papers

Surgformer: Surgical Transformer with Hierarchical Temporal Attention for Surgical Phase Recognition

2024-08-07 · Shu Yang, Luyang Luo, Qiong Wang, Hao Chen

Existing state-of-the-art methods for surgical phase recognition either rely on the extraction of spatial-temporal features at a short-range temporal resolution or adopt the sequential extraction of the spatial and temporal features across the entire temporal resolution. However, these methods have limitations in modeling spatial-temporal dependency and addressing spatial-temporal redundancy: 1) These methods fail to effectively model spatial-temporal dependency, due to the lack of long-range information or joint spatial-temporal modeling. 2) These methods utilize dense spatial features across the entire temporal resolution, resulting in significant spatial-temporal redundancy. In this paper, we propose the Surgical Transformer (Surgformer) to address the issues of spatial-temporal modeling and redundancy in an end-to-end manner, which employs divided spatial-temporal attention and takes a limited set of sparse frames as input. Moreover, we propose a novel Hierarchical Temporal Attention (HTA) to capture both global and local information within varied temporal resolutions from a target frame-centric perspective. Distinct from conventional temporal attention that primarily emphasizes dense long-range similarity, HTA not only captures long-term information but also considers local latent consistency among informative frames. HTA then employs pyramid feature aggregation to effectively utilize temporal information across diverse temporal resolutions, thereby enhancing the overall temporal representation. Extensive experiments on two challenging benchmark datasets verify that our proposed Surgformer performs favorably against the state-of-the-art methods. The code is released at https://github.com/isyangshu/Surgformer.

📄 PDF Abstract BibTeX arXiv:2408.03867

Code (1)

isyangshu/surgformer 공식 구현 pytorch

Tasks

Surgical phase recognition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

SurgFormer: Scalable Learning of Organ Deformation with Resection Support and Real-Time Inference

2026-03-06 · Ashkan Shahbazi, Elaheh Akbari, Kyvia Pereira, Jon S. Heiselman 외 arxiv

We introduce SurgFormer, a multiresolution gated transformer for data driven soft tissue simulation on volumetric meshes. High fidelity biomechanical solvers are often too costly for interactive use, so we train SurgForm…

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

OperA: Attention-Regularized Transformers for Surgical Phase Recognition

2021-03-05 · Tobias Czempiel, Magdalini Paschali, Daniel Ostler, Seong Tae Kim 외

In this paper we introduce OperA, a transformer-based model that accurately predicts surgical phases from long video sequences. A novel attention regularization loss encourages the model to focus on high-quality frames d…

Surgical phase recognition

Holistic Surgical Phase Recognition with Hierarchical Input Dependent State Space Models

2025-06-26 · Haoyang Wu, Tsun-Hsuan Wang, Mathias Lechner, Ramin Hasani 외

Surgical workflow analysis is essential in robot-assisted surgeries, yet the long duration of such procedures poses significant challenges for comprehensive video analysis. Recent approaches have predominantly relied on …

State Space ModelsSurgical phase recognition

MATIS: Masked-Attention Transformers for Surgical Instrument Segmentation

2023-03-16 · Nicolás Ayobi, Alejandra Pérez-Rondón, Santiago Rodríguez, Pablo Arbeláez

We propose Masked-Attention Transformers for Surgical Instrument Segmentation (MATIS), a two-stage, fully transformer-based method that leverages modern pixel-wise attention mechanisms for instrument segmentation. MATIS …

Segmentation