paper-with-me

홈 › Papers

Exploring Segment-level Semantics for Online Phase Recognition from Surgical Videos

2021-11-22 · Xinpeng Ding, Xiaomeng Li

Automatic surgical phase recognition plays a vital role in robot-assisted surgeries. Existing methods ignored a pivotal problem that surgical phases should be classified by learning segment-level semantics instead of solely relying on frame-wise information. This paper presents a segment-attentive hierarchical consistency network (SAHC) for surgical phase recognition from videos. The key idea is to extract hierarchical high-level semantic-consistent segments and use them to refine the erroneous predictions caused by ambiguous frames. To achieve it, we design a temporal hierarchical network to generate hierarchical high-level segments. Then, we introduce a hierarchical segment-frame attention module to capture relations between the low-level frames and high-level segments. By regularizing the predictions of frames and their corresponding segments via a consistency loss, the network can generate semantic-consistent segments and then rectify the misclassified predictions caused by ambiguous low-level frames. We validate SAHC on two public surgical video datasets, i.e., the M2CAI16 challenge dataset and the Cholec80 dataset. Experimental results show that our method outperforms previous state-of-the-arts and ablation studies prove the effectiveness of our proposed modules. Our code has been released at: https://github.com/xmed-lab/SAHC.

📄 PDF Abstract BibTeX arXiv:2111.11044

Code (1)

xmed-lab/sahc 공식 구현 pytorch

Tasks

Surgical phase recognition

Similar Papers 제목 키워드 기반

Box2Seg: Learning Semantics of 3D Point Clouds with Box-Level Supervision

2022-01-09 · Yan Liu, Qingyong Hu, Yinjie Lei, Kai Xu 외

Learning dense point-wise semantics from unstructured 3D point clouds with fewer labels, although a realistic problem, has been under-explored in literature. While existing weakly supervised methods can effectively learn…

Semantic Segmentation

Meta-SurDiff: Classification Diffusion Model Optimized by Meta Learning is Reliable for Online Surgical Phase Recognition

2025-06-17 · Yufei Li, Jirui Wu, Long Tian, Liming Wang 외

Online surgical phase recognition has drawn great attention most recently due to its potential downstream applications closely related to human life and health. Despite deep models have made significant advances in captu…

Meta-LearningOnline surgical phase recognitionSurgical phase recognition

Exploring Regional Clues in CLIP for Zero-Shot Semantic Segmentation

2024-01-01 · CVPR 2024 1 · Yi Zhang, Meng-Hao Guo, Miao Wang, Shi-Min Hu

CLIP has demonstrated marked progress in visual recognition due to its powerful pre-training on large-scale image-text pairs. However it still remains a critical challenge: how to transfer image-level knowledge into …

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation

Decompose and Transfer: CoT-Prompting Enhanced Alignment for Open-Vocabulary Temporal Action Detection

2026-03-25 · Sa Zhu, Wanqian Zhang, Lin Wang, Xiaohua Chen 외 arxiv

Open-Vocabulary Temporal Action Detection (OV-TAD) aims to classify and localize action segments in untrimmed videos for unseen categories. Previous methods rely solely on global alignment between label-level semantics a…

Action Detection

Open-world Semantic Segmentation via Contrasting and Clustering Vision-Language Embedding

2022-07-18 · Quande Liu, Youpeng Wen, Jianhua Han, Chunjing Xu 외

To bridge the gap between supervised semantic segmentation and real-world applications that acquires one model to recognize arbitrary new concepts, recent zero-shot segmentation attracts a lot of attention by exploring t…

ClusteringOnline ClusteringSegmentationSemantic Segmentation+1