Search papers, labs, and topics across Lattice.
The paper introduces SurGo-R1, a new benchmark dataset (ResGo) and model for identifying safe operative zones ("Go Zones") in laparoscopic surgical videos, addressing the limitations of existing AI systems that fail to account for the phase-dependent nature of intraoperative reasoning. They optimize SurGo-R1 using Reinforcement Learning from Human Feedback (RLHF) with a multi-turn architecture that first identifies the surgical phase before predicting the Go Zone. Results on unseen procedures demonstrate a significant improvement in phase accuracy, mIoU, and hardcore accuracy compared to generalist vision-language models, highlighting the importance of contextual reasoning in surgical video analysis.
Current vision-language models are surprisingly bad at surgical safety reasoning, failing to integrate phase information to identify safe operative zones, but a new RLHF-tuned model closes the gap.
Minimally invasive surgery has dramatically improved patient operative outcomes, yet identifying safe operative zones remains challenging in critical phases, requiring surgeons to integrate visual cues, procedural phase, and anatomical context under high cognitive load. Existing AI systems offer binary safety verification or static detection, ignoring the phase-dependent nature of intraoperative reasoning. We introduce ResGo, a benchmark of laparoscopic frames annotated with Go Zone bounding boxes and clinician-authored rationales covering phase, exposure quality reasoning, next action and risk reminder. We introduce evaluation metrics that treat correct grounding under incorrect phase as failures, revealing that most vision-language models cannot handle such tasks and perform poorly. We then present SurGo-R1, a model optimized via RLHF with a multi-turn phase-then-go architecture where the model first identifies the surgical phase, then generates reasoning and Go Zone coordinates conditioned on that context. On unseen procedures, SurGo-R1 achieves 76.6% phase accuracy, 32.7 mIoU, and 54.8% hardcore accuracy, a 6.6$\times$ improvement over the mainstream generalist VLMs. Code, model and benchmark will be available at https://github.com/jinlab-imvr/SurGo-R1