Learning to Efficiently Adapt Foundation Models for Self-Supervised Endoscopic 3D Scene Reconstruction from Any Cameras
Beilei Cui, Long Bai, Mobarakol Islam, An Wang, Zhiqi Ma, Yiming Huang, Feng Li, Zhen Chen, Zhongliang Jiang, Nassir Navab, Hongliang Ren
TL;DR
This work tackles the challenge of accurate 3D reconstruction from endoscopic video under limited ground-truth data. It introduces Endo3DAC, a unified, self-supervised framework that freezes a foundation-model backbone and uses GDV-LoRA adapters with task-specific decoders to jointly estimate depth $D_t$, relative pose $T_{t\rightarrow s}$, and intrinsics $K$ from monocular videos. A dense 3D reconstruction pipeline then refines depth scales/shifts and optimizes poses to enable TSDF fusion, achieving state-of-the-art results across four public endoscopic datasets with relatively few trainable parameters. The approach demonstrates strong generalization (zero-shot) to unseen organs and cameras, suggesting imminent practical impact for real-time surgical navigation and VR/AR-assisted procedures. Overall, Endo3DAC showcases how selective adaptation of foundation models can yield fast, robust endoscopic 3D scene understanding without requiring ground-truth data during training.
Abstract
Accurate 3D scene reconstruction is essential for numerous medical tasks. Given the challenges in obtaining ground truth data, there has been an increasing focus on self-supervised learning (SSL) for endoscopic depth estimation as a basis for scene reconstruction. While foundation models have shown remarkable progress in visual tasks, their direct application to the medical domain often leads to suboptimal results. However, the visual features from these models can still enhance endoscopic tasks, emphasizing the need for efficient adaptation strategies, which still lack exploration currently. In this paper, we introduce Endo3DAC, a unified framework for endoscopic scene reconstruction that efficiently adapts foundation models. We design an integrated network capable of simultaneously estimating depth maps, relative poses, and camera intrinsic parameters. By freezing the backbone foundation model and training only the specially designed Gated Dynamic Vector-Based Low-Rank Adaptation (GDV-LoRA) with separate decoder heads, Endo3DAC achieves superior depth and pose estimation while maintaining training efficiency. Additionally, we propose a 3D scene reconstruction pipeline that optimizes depth maps' scales, shifts, and a few parameters based on our integrated network. Extensive experiments across four endoscopic datasets demonstrate that Endo3DAC significantly outperforms other state-of-the-art methods while requiring fewer trainable parameters. To our knowledge, we are the first to utilize a single network that only requires surgical videos to perform both SSL depth estimation and scene reconstruction tasks. The code will be released upon acceptance.
