S^2Former-OR: Single-Stage Bi-Modal Transformer for Scene Graph Generation in OR
Jialun Pei, Diandian Guo, Jingyang Zhang, Manxi Lin, Yueming Jin, Pheng-Ann Heng
TL;DR
This work tackles scene graph generation in operating rooms by eliminating multi-stage pipelines in favor of a single-stage, end-to-end, bi-modal transformer that fuses 2D multi-view imagery and 3D point clouds. The approach introduces a View-Sync Transfusion module for cross-view interaction, a Geometry-Visual Cohesion mechanism to integrate appearance and geometry, and a relation-sensitive transformer with dynamic relation queries to predict subject–object relations directly. Empirical results on the 4D-OR dataset show superior precision, recall, and macro F1 for key surgical relations, with substantially fewer parameters and faster inference than prior OR-SGG methods, and strong generalization to the 3DSSG benchmark. Clinically, the method improves downstream tasks such as clinical role prediction, demonstrating practical potential for real-time surgical intelligence and workflow optimization.
Abstract
Scene graph generation (SGG) of surgical procedures is crucial in enhancing holistically cognitive intelligence in the operating room (OR). However, previous works have primarily relied on multi-stage learning, where the generated semantic scene graphs depend on intermediate processes with pose estimation and object detection. This pipeline may potentially compromise the flexibility of learning multimodal representations, consequently constraining the overall effectiveness. In this study, we introduce a novel single-stage bi-modal transformer framework for SGG in the OR, termed S^2Former-OR, aimed to complementally leverage multi-view 2D scenes and 3D point clouds for SGG in an end-to-end manner. Concretely, our model embraces a View-Sync Transfusion scheme to encourage multi-view visual information interaction. Concurrently, a Geometry-Visual Cohesion operation is designed to integrate the synergic 2D semantic features into 3D point cloud features. Moreover, based on the augmented feature, we propose a novel relation-sensitive transformer decoder that embeds dynamic entity-pair queries and relational trait priors, which enables the direct prediction of entity-pair relations for graph generation without intermediate steps. Extensive experiments have validated the superior SGG performance and lower computational cost of S^2Former-OR on 4D-OR benchmark, compared with current OR-SGG methods, e.g., 3 percentage points Precision increase and 24.2M reduction in model parameters. We further compared our method with generic single-stage SGG methods with broader metrics for a comprehensive evaluation, with consistently better performance achieved.
