paper-with-me

Papers

Surgical-DINO: Adapter Learning of Foundation Models for Depth Estimation in Endoscopic Surgery

2024-01-11 · Beilei Cui, Mobarakol Islam, Long Bai, Hongliang Ren

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. Code is available at https://github.com/BeileiCui/SurgicalDINO.

📄 PDF Abstract BibTeX arXiv:2401.06013

Code (1)

beileicui/surgicaldino 공식 구현 pytorch

Tasks

3D ReconstructionDepth Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

DART: Depth-as-Target Pretraining for Surgical Vision Foundation Models

2026-09-03 · John J. Han, Adam Schmidt, Muhammad Abdullah Jamal, Jie Ying Wu 외 arxiv

Vision foundation models (VFMs) are valuable in data-scarce domains such as surgery, where a single pretrained backbone can provide rich representations for many downstream tasks. Yet the dominant self-supervised pretrai…

Depth Estimation

Surgical Depth Anything: Depth Estimation for Surgical Scenes using Foundation Models

2024-10-09 · Ange Lou, Yamin Li, Yike Zhang, Jack Noble

Monocular depth estimation is crucial for tracking and reconstruction algorithms, particularly in the context of surgical videos. However, the inherent challenges in directly obtaining ground truth depth maps during surg…

Depth EstimationMonocular Depth Estimation

Last-Layer-Centric Feature Recombination: Unleashing 3D Geometric Knowledge in DINOv3 for Monocular Depth Estimation

2026-04-29 · Gongshu Wang, Zhirui Wang, Kan Yang arxiv

Monocular depth estimation (MDE) is a fundamental yet inherently ill-posed task. Recent vision foundation models (VFMs), particularly DINO-based transformers, have significantly improved accuracy and generalization for d…

Monocular Depth Estimation

Advancing human-centric AI for robust X-ray analysis through holistic self-supervised learning

2024-05-02 · Théo Moutakanni, Piotr Bojanowski, Guillaume Chassagnon, Céline Hudelot 외

AI Foundation models are gaining traction in various applications, including medical fields like radiology. However, medical foundation models are often tested on limited tasks, leaving their generalisability and biases …

Self-Supervised LearningText Generation

Benchmarking Robustness of Endoscopic Depth Estimation with Synthetically Corrupted Data

2024-09-24 · An Wang, Haochen Yin, Beilei Cui, Mengya Xu 외

Accurate depth perception is crucial for patient outcomes in endoscopic surgery, yet it is compromised by image distortions common in surgical settings. To tackle this issue, our study presents a benchmark for assessing …

BenchmarkingDepth EstimationMonocular Depth Estimation