Skip to content

[IPCAI'2024 (IJCARS special issue)] Surgical-DINO: Adapter Learning of Foundation Models for Depth Estimation in Endoscopic Surgery

Notifications You must be signed in to change notification settings

BeileiCui/SurgicalDINO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

[IPCAI'2024] Surgical-DINO: Adapter Learning of Foundation Models for Depth Estimation in Endoscopic Surgery

Image

  • 2024-05-14 Our new paper for adapting the foundation model for self-supervised depth estimation EndoDAC has been provisional accepted for MICCAI 2024!

Introduction

This is the implementation for our Surgical-DINO.

Purpose: Depth estimation in robotic surgery is vital in 3D reconstruction, surgical navigation and augmented reality visualization. Although the foundation model exhibits outstanding performance in many vision tasks, including depth estimation (e.g., DINOv2), recent works observed its limitations in medical and surgical domain-specific applications. This work presents a low-ranked adaptation (LoRA) of the foundation model for surgical depth estimation.

Methods: We design a foundation model-based depth estimation method, referred to as Surgical-DINO, a low-rank adaptation of the DINOv2 for depth estimation in endoscopic surgery. We build LoRA layers and integrate them into DINO to adapt with surgery-specific domain knowledge instead of conventional fine-tuning. During training, we freeze the DINO image encoder, which shows excellent visual representation capacity, and only optimize the LoRA layers and depth decoder to integrate features from the surgical scene.

Results: Our model is extensively validated on a MICCAI challenge dataset of SCARED, which is collected from da Vinci Xi endoscope surgery. We empirically show that Surgical-DINO significantly outperforms all the state-of-the-art models in endoscopic depth estimation tasks. The analysis with ablation studies has shown evidence of the remarkable effect of our LoRA layers and adaptation.

Conclusion: Surgical-DINO shed some light on the successful adaptation of the foundation models into the surgical domain for depth estimation. There is clear evidence in the results that zero-shot prediction on pre-trained weights in computer vision datasets or naive fine-tuning is not sufficient to use the foundation model in the surgical domain directly.

Notes

We are focusing on self-supervised learning now so we only provide the Surgical-DINO model and corresponding losses in ./surgicaldino.py. We provide an example on how to use it so you can easily adapt our model to your current or other baselines to start training. We also provide the results on SCARED Dataset with the splits in AF-SfMLearner below.

Results

Method Abs Rel Sq Rel RMSE RMSE log δ
SfMLearner 0.079 0.879 6.896 0.110 0.947
Fang et al. 0.078 0.794 6.794 0.109 0.946
Defeat-Net 0.077 0.792 6.688 0.108 0.941
SC-SfMLeaner 0.068 0.645 5.988 0.097 0.957
Monodepth2 0.071 0.590 5.606 0.094 0.953
Endo-SfM 0.062 0.606 5.726 0.093 0.957
AF-SfMLeaner 0.059 0.435 4.925 0.082 0.974
DINOv2 (zero-shot) 0.088 0.963 7.447 0.120 0.933
DINOv2 (fine-tuned) 0.060 0.459 4.692 0.081 0.963
Surgical-DINO SSL (Ours) 0.059 0.427 4.904 0.081 0.974
Surgical-DINO Supervised (Ours) 0.053 0.377 4.296 0.074 0.975

Note: SSL refers to Self-Supervised Learning method.

Initialization

You can use your own environment cause Surgical-DINO only requires torch and transformer.

You can also build up the environment as instructed by dinov2 and install transformer by pip install transformer.

Citation

If you found our paper our results helpful, please consider citing our paper as follows:

@article{beilei2024surgical,
  title={Surgical-DINO: Adapter Learning of Foundation Models for Depth Estimation in Endoscopic Surgery},
  author={Cui, Beilei and Islam, Mobarakol and Bai, Long and Ren, Hongliang},
  journal={International Journal of Computer Assisted Radiology and Surgery},
  year={2024}
}

About

[IPCAI'2024 (IJCARS special issue)] Surgical-DINO: Adapter Learning of Foundation Models for Depth Estimation in Endoscopic Surgery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages