REMOTE: Real-time Ego-motion Tracking for Various Endoscopes via Multimodal Visual Feature Learning
Liangjing Shao, Benshuang Chen, Shuting Zhao, Xinrong Chen
TL;DR
The paper tackles real-time ego-motion tracking for endoscopes across varied scenes. It introduces REMOTE, a multimodal visual feature learning framework that exploits scene, motion, and joint features from consecutive frames to predict relative pose, followed by absolute pose calculation from an initial pose. A novel attention-based joint feature extractor and depthwise-separable pose decoder enable rich representation and real-time performance, validated on NEPose, SimCol, and EndoSLAM with state-of-the-art accuracy and >30 fps. This approach has strong potential to enhance navigation and automation in robot-assisted endoscopy.
Abstract
Real-time ego-motion tracking for endoscope is a significant task for efficient navigation and robotic automation of endoscopy. In this paper, a novel framework is proposed to perform real-time ego-motion tracking for endoscope. Firstly, a multi-modal visual feature learning network is proposed to perform relative pose prediction, in which the motion feature from the optical flow, the scene features and the joint feature from two adjacent observations are all extracted for prediction. Due to more correlation information in the channel dimension of the concatenated image, a novel feature extractor is designed based on an attention mechanism to integrate multi-dimensional information from the concatenation of two continuous frames. To extract more complete feature representation from the fused features, a novel pose decoder is proposed to predict the pose transformation from the concatenated feature map at the end of the framework. At last, the absolute pose of endoscope is calculated based on relative poses. The experiment is conducted on three datasets of various endoscopic scenes and the results demonstrate that the proposed method outperforms state-of-the-art methods. Besides, the inference speed of the proposed method is over 30 frames per second, which meets the real-time requirement. The project page is here: remote-bmxs.netlify.app
