Table of Contents
Fetching ...

Efficient Surgical Tool Recognition via HMM-Stabilized Deep Learning

Haifeng Wang, Hao Xu, Jun Wang, Jian Zhou, Ke Deng

TL;DR

This work tackles surgical tool recognition and phase detection in videos by arguing that surgical workflows exhibit a compact temporal structure amenable to a Hidden Markov Model (HMM). It introduces an HMM-stabilized deep learning framework that couples a phase Markov chain with per-phase tool-presence chains, leveraging DL predictions through probabilistic emissions and enabling stable, interpretable inference via EM and Viterbi methods. Semi-supervised learning and an annotation-efficient Lobec100 data-collection strategy demonstrate that the proposed approach achieves competitive accuracy while reducing training cost and enabling flexible use of partially labeled data. The results underscore the value of integrating statistical learning with deep learning for structured unstructured data, offering improved robustness, transparency, and practicality for surgical video analysis.

Abstract

Recognizing various surgical tools, actions and phases from surgery videos is an important problem in computer vision with exciting clinical applications. Existing deep-learning-based methods for this problem either process each surgical video as a series of independent images without considering their dependence, or rely on complicated deep learning models to count for dependence of video frames. In this study, we revealed from exploratory data analysis that surgical videos enjoy relatively simple semantic structure, where the presence of surgical phases and tools can be well modeled by a compact hidden Markov model (HMM). Based on this observation, we propose an HMM-stabilized deep learning method for tool presence detection. A wide range of experiments confirm that the proposed approaches achieve better performance with lower training and running costs, and support more flexible ways to construct and utilize training data in scenarios where not all surgery videos of interest are extensively labelled. These results suggest that popular deep learning approaches with over-complicated model structures may suffer from inefficient utilization of data, and integrating ingredients of deep learning and statistical learning wisely may lead to more powerful algorithms that enjoy competitive performance, transparent interpretation and convenient model training simultaneously.

Efficient Surgical Tool Recognition via HMM-Stabilized Deep Learning

TL;DR

This work tackles surgical tool recognition and phase detection in videos by arguing that surgical workflows exhibit a compact temporal structure amenable to a Hidden Markov Model (HMM). It introduces an HMM-stabilized deep learning framework that couples a phase Markov chain with per-phase tool-presence chains, leveraging DL predictions through probabilistic emissions and enabling stable, interpretable inference via EM and Viterbi methods. Semi-supervised learning and an annotation-efficient Lobec100 data-collection strategy demonstrate that the proposed approach achieves competitive accuracy while reducing training cost and enabling flexible use of partially labeled data. The results underscore the value of integrating statistical learning with deep learning for structured unstructured data, offering improved robustness, transparency, and practicality for surgical video analysis.

Abstract

Recognizing various surgical tools, actions and phases from surgery videos is an important problem in computer vision with exciting clinical applications. Existing deep-learning-based methods for this problem either process each surgical video as a series of independent images without considering their dependence, or rely on complicated deep learning models to count for dependence of video frames. In this study, we revealed from exploratory data analysis that surgical videos enjoy relatively simple semantic structure, where the presence of surgical phases and tools can be well modeled by a compact hidden Markov model (HMM). Based on this observation, we propose an HMM-stabilized deep learning method for tool presence detection. A wide range of experiments confirm that the proposed approaches achieve better performance with lower training and running costs, and support more flexible ways to construct and utilize training data in scenarios where not all surgery videos of interest are extensively labelled. These results suggest that popular deep learning approaches with over-complicated model structures may suffer from inefficient utilization of data, and integrating ingredients of deep learning and statistical learning wisely may lead to more powerful algorithms that enjoy competitive performance, transparent interpretation and convenient model training simultaneously.
Paper Structure (30 sections, 37 equations, 9 figures, 3 tables)

This paper contains 30 sections, 37 equations, 9 figures, 3 tables.

Figures (9)

  • Figure 1: Key features of the Cholec80 dataset. (a) Basic summary on presence of the 7 major surgical tools in the Cholec80 dataset. (b) Proportion of the 7 phases in cholecystectomy surgery. (c) Phase transition matrix. (d) Status transition matrices of 7 tools in 7 different surgical phases. (We only colored the anti-diagonal of the transition matrix.)
  • Figure 2: Key features of the M2CAI dataset. (a) Basic characteristics of the 7 tools of interest with bounding boxes highlighted. (b) Tool transition matrices of 7 tools.
  • Figure 3: Key features of the Lobec100 dataset. (a) Basic characteristics of the 10 tools of interest. (b) Tool transition matrices of 10 tools.
  • Figure 4: A graphical illustration of the HMM-stabilized deep learning method for tool presence detection and phase recognition.
  • Figure 5: Cost-Effectiveness analysis of different methods.
  • ...and 4 more figures