paper-with-me

홈 › Papers

LRTD: Long-Range Temporal Dependency based Active Learning for Surgical Workflow Recognition

2020-04-21 · Xueying Shi, Yueming Jin, Qi Dou, Pheng-Ann Heng

Automatic surgical workflow recognition in video is an essentially fundamental yet challenging problem for developing computer-assisted and robotic-assisted surgery. Existing approaches with deep learning have achieved remarkable performance on analysis of surgical videos, however, heavily relying on large-scale labelled datasets. Unfortunately, the annotation is not often available in abundance, because it requires the domain knowledge of surgeons. In this paper, we propose a novel active learning method for cost-effective surgical video analysis. Specifically, we propose a non-local recurrent convolutional network (NL-RCNet), which introduces non-local block to capture the long-range temporal dependency (LRTD) among continuous frames. We then formulate an intra-clip dependency score to represent the overall dependency within this clip. By ranking scores among clips in unlabelled data pool, we select the clips with weak dependencies to annotate, which indicates the most informative ones to better benefit network training. We validate our approach on a large surgical video dataset (Cholec80) by performing surgical workflow recognition task. By using our LRTD based selection strategy, we can outperform other state-of-the-art active learning methods. Using only up to 50% of samples, our approach can exceed the performance of full-data training.

📄 PDF Abstract BibTeX arXiv:2004.09845

Code (1)

xmichelleshihx/AL-LRTD 공식 구현 pytorch

Tasks

Active Learning

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…

Similar Papers 제목 키워드 기반

Rethinking the long-range dependency in Mamba/SSM and transformer models

2025-09-04 · Cong Ma, Kayvan Najarian arxiv

Long-range dependency is one of the most desired properties of recent sequence models such as state-space models (particularly Mamba) and transformer models. New model architectures are being actively developed and bench…

Multi-Slice Low-Rank Tensor Decomposition Based Multi-Atlas Segmentation: Application to Automatic Pathological Liver CT Segmentation

2021-02-24 · Changfa Shi, Min Xian, Xiancheng Zhou, Haotian Wang 외

Liver segmentation from abdominal CT images is an essential step for liver cancer computer-aided diagnosis and surgical planning. However, both the accuracy and robustness of existing liver segmentation methods cannot me…

Image RegistrationLiver SegmentationSegmentationTensor Decomposition

SpoT-Mamba: Learning Long-Range Dependency on Spatio-Temporal Graphs with Selective State Spaces

2024-06-17 · Jinhyeok Choi, Heehyeon Kim, Minhyeong An, Joyce Jiyoung Whang

Spatio-temporal graph (STG) forecasting is a critical task with extensive applications in the real world, including traffic and weather forecasting. Although several recent methods have been proposed to model complex dyn…

MambaWeather Forecasting

Forecaster: A Graph Transformer for Forecasting Spatial and Time-Dependent Data

2019-09-09 · Yang Li, José M. F. Moura

Spatial and time-dependent data is of interest in many applications. This task is difficult due to its complex spatial dependency, long-range temporal dependency, data non-stationarity, and data heterogeneity. To address…

DocTime: A Document-level Temporal Dependency Graph Parser

2022-07-01 · NAACL 2022 7 · Puneet Mathur, Vlad Morariu, Verena Kaynig-Fittkau, Jiuxiang Gu 외

We introduce DocTime - a novel temporal dependency graph (TDG) parser that takes as input a text document and produces a temporal dependency graph. It outperforms previous BERT-based solutions by a relative 4-8% on three…