Tracking Everything in Robotic-Assisted Surgery
Bohan Zhan, Wang Zhao, Yi Fang, Bo Du, Francisco Vasconcelos, Danail Stoyanov, Daniel S. Elson, Baoru Huang
TL;DR
The paper tackles the problem of accurately tracking tissues and instruments in RAMIS videos, where traditional sparse keypoint methods and dense optical flow struggle under deformation, occlusion, and rapid instrument motion. It introduces a new annotated surgical tracking dataset with 20 real-world videos and 25 points per frame to benchmark tracking methods, and proposes SurgMotion, a TAP-based tracker enhanced with a tool mask constraint, ARAP consistency, and a LoFTR-guided long-term loss. Extensive experiments show SurgMotion outperforms state-of-the-art TAP-based methods on surgical instrument tracking, especially in challenging scenarios, while maintaining strong tissue tracking, and ablations verify the effectiveness of each loss term. The work provides a practical contribution to RAMIS by delivering a rigorous evaluation resource and a robust tracking method, with code and data publicly available to accelerate further research.
Abstract
Accurate tracking of tissues and instruments in videos is crucial for Robotic-Assisted Minimally Invasive Surgery (RAMIS), as it enables the robot to comprehend the surgical scene with precise locations and interactions of tissues and tools. Traditional keypoint-based sparse tracking is limited by featured points, while flow-based dense two-view matching suffers from long-term drifts. Recently, the Tracking Any Point (TAP) algorithm was proposed to overcome these limitations and achieve dense accurate long-term tracking. However, its efficacy in surgical scenarios remains untested, largely due to the lack of a comprehensive surgical tracking dataset for evaluation. To address this gap, we introduce a new annotated surgical tracking dataset for benchmarking tracking methods for surgical scenarios, comprising real-world surgical videos with complex tissue and instrument motions. We extensively evaluate state-of-the-art (SOTA) TAP-based algorithms on this dataset and reveal their limitations in challenging surgical scenarios, including fast instrument motion, severe occlusions, and motion blur, etc. Furthermore, we propose a new tracking method, namely SurgMotion, to solve the challenges and further improve the tracking performance. Our proposed method outperforms most TAP-based algorithms in surgical instruments tracking, and especially demonstrates significant improvements over baselines in challenging medical videos. Our code and dataset are available at https://github.com/zhanbh1019/SurgicalMotion.
