Hierarchical Context Transformer for Multi-level Semantic Scene Understanding
Luoying Hao, Yan Hu, Yang Yue, Li Wu, Huazhu Fu, Jinming Duan, Jiang Liu
TL;DR
The paper tackles the lack of holistic, hierarchical understanding in surgical scene analysis by introducing MSSU, which jointly models phase ($p$), step ($s$), and fine-grained actions/instruments ($a$, $t$) through a Hierarchical Context Transformer (HCT). Core innovations include the Hierarchical Relation Aggregation Module (HRAM) to fuse cross-task information, Inter-task Contrastive Learning (ICL) to align task representations, and the spatial-temporal adapters in HCT+ to enable efficient transfer learning. Experiments on a private cataract dataset and the public PSI-AVA dataset demonstrate state-of-the-art performance across phase, step, instrument, and action tasks, with ablations validating the contributions of HRAM and ICL and adapter-based efficiency. The approach offers a scalable, end-to-end framework for comprehensive surgical scene understanding, facilitating context-aware computer-assisted systems and advanced clinical analytics, while maintaining practical computational costs through ST-Ada integration.
Abstract
A comprehensive and explicit understanding of surgical scenes plays a vital role in developing context-aware computer-assisted systems in the operating theatre. However, few works provide systematical analysis to enable hierarchical surgical scene understanding. In this work, we propose to represent the tasks set [phase recognition --> step recognition --> action and instrument detection] as multi-level semantic scene understanding (MSSU). For this target, we propose a novel hierarchical context transformer (HCT) network and thoroughly explore the relations across the different level tasks. Specifically, a hierarchical relation aggregation module (HRAM) is designed to concurrently relate entries inside multi-level interaction information and then augment task-specific features. To further boost the representation learning of the different tasks, inter-task contrastive learning (ICL) is presented to guide the model to learn task-wise features via absorbing complementary information from other tasks. Furthermore, considering the computational costs of the transformer, we propose HCT+ to integrate the spatial and temporal adapter to access competitive performance on substantially fewer tunable parameters. Extensive experiments on our cataract dataset and a publicly available endoscopic PSI-AVA dataset demonstrate the outstanding performance of our method, consistently exceeding the state-of-the-art methods by a large margin. The code is available at https://github.com/Aurora-hao/HCT.
