Leveraging Surgical Activity Grammar for Primary Intention Prediction in Laparoscopy Procedures
Jie Zhang, Song Zhou, Yiwei Wang, Chidan Wan, Huan Zhao, Xiong Cai, Han Ding
TL;DR
This work tackles Primary Intention (PI) recognition in laparoscopic procedures by introducing a grammar-augmented framework that blends top-down surgical activity grammar with bottom-up visual cues. It models surgical activities as SP-AOG, a PCFG with And/Or decomposition, and uses a three-stage pipeline: a DNN-based PI probability matrix (P*), grammar induction via ADIOS to obtain a grammar G*, and parsing with Generalized Earley Parser (GEP) to infer the PI sequence A*. On the CholecPI dataset derived from CholecT50, grammar-augmented models consistently outperform state-of-the-art vision-only detectors across micro accuracy and weighted F1 metrics, with RDV+$\mathcal{G}_{10}$ achieving the strongest overall performance. The results demonstrate the value of hierarchical grammar in surgical workflow understanding, enabling improved planning and automation for robotic surgery and suggesting avenues for combining grammar with advanced planning tools, including potential LLM-guided robot planning.
Abstract
Surgical procedures are inherently complex and dynamic, with intricate dependencies and various execution paths. Accurate identification of the intentions behind critical actions, referred to as Primary Intentions (PIs), is crucial to understanding and planning the procedure. This paper presents a novel framework that advances PI recognition in instructional videos by combining top-down grammatical structure with bottom-up visual cues. The grammatical structure is based on a rich corpus of surgical procedures, offering a hierarchical perspective on surgical activities. A grammar parser, utilizing the surgical activity grammar, processes visual data obtained from laparoscopic images through surgical action detectors, ensuring a more precise interpretation of the visual information. Experimental results on the benchmark dataset demonstrate that our method outperforms existing surgical activity detectors that rely solely on visual features. Our research provides a promising foundation for developing advanced robotic surgical systems with enhanced planning and automation capabilities.
