paper-with-me

Papers

PrimeDepth: Efficient Monocular Depth Estimation with a Stable Diffusion Preimage

2024-09-13 · Denis Zavadski, Damjan Kalšan, Carsten Rother

This work addresses the task of zero-shot monocular depth estimation. A recent advance in this field has been the idea of utilising Text-to-Image foundation models, such as Stable Diffusion. Foundation models provide a rich and generic image representation, and therefore, little training data is required to reformulate them as a depth estimation model that predicts highly-detailed depth maps and has good generalisation capabilities. However, the realisation of this idea has so far led to approaches which are, unfortunately, highly inefficient at test-time due to the underlying iterative denoising process. In this work, we propose a different realisation of this idea and present PrimeDepth, a method that is highly efficient at test time while keeping, or even enhancing, the positive aspects of diffusion-based approaches. Our key idea is to extract from Stable Diffusion a rich, but frozen, image representation by running a single denoising step. This representation, we term preimage, is then fed into a refiner network with an architectural inductive bias, before entering the downstream task. We validate experimentally that PrimeDepth is two orders of magnitude faster than the leading diffusion-based method, Marigold, while being more robust for challenging scenarios and quantitatively marginally superior. Thereby, we reduce the gap to the currently leading data-driven approach, Depth Anything, which is still quantitatively superior, but predicts less detailed depth maps and requires 20 times more labelled data. Due to the complementary nature of our approach, even a simple averaging between PrimeDepth and Depth Anything predictions can improve upon both methods and sets a new state-of-the-art in zero-shot monocular depth estimation. In future, data-driven approaches may also benefit from integrating our preimage.

📄 PDF Abstract BibTeX arXiv:2409.09144

Code (1)

vislearn/PrimeDepth 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth EstimationScene UnderstandingZero-shot Generalization

Methods 이 논문이 사용한 방법론

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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Stealing Stable Diffusion Prior for Robust Monocular Depth Estimation

2024-03-08 · Yifan Mao, Jian Liu, Xianming Liu

Monocular depth estimation is a crucial task in computer vision. While existing methods have shown impressive results under standard conditions, they often face challenges in reliably performing in scenarios such as low-…

Depth EstimationMonocular Depth EstimationScene Understanding

Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation

2023-12-04 · CVPR 2024 1 · Bingxin Ke, Anton Obukhov, Shengyu Huang, Nando Metzger 외

Monocular depth estimation is a fundamental computer vision task. Recovering 3D depth from a single image is geometrically ill-posed and requires scene understanding, so it is not surprising that the rise of deep learnin…

Depth EstimationGPUMonocular Depth EstimationScene Understanding+1

SeeClear: Reliable Transparent Object Depth Estimation via Generative Opacification

2026-03-20 · Xiaoying Wang, Yumeng He, Jingkai Shi, Jiayin Lu 외 arxiv

Monocular depth estimation remains challenging for transparent objects, where refraction and transmission are difficult to model and break the appearance assumptions used by depth networks. As a result, state-of-the-art …

Transparent Object Depth EstimationMonocular Depth Estimation

Leveraging Stable Diffusion for Monocular Depth Estimation via Image Semantic Encoding

2025-02-01 · Jingming Xia, Guanqun Cao, Guang Ma, Yiben Luo 외

Monocular depth estimation involves predicting depth from a single RGB image and plays a crucial role in applications such as autonomous driving, robotic navigation, 3D reconstruction, etc. Recent advancements in learnin…

3D ReconstructionAutonomous DrivingDepth EstimationDepth Prediction+1

DiffusionDepth: Diffusion Denoising Approach for Monocular Depth Estimation

2023-03-09 · Yiqun Duan, Xianda Guo, Zheng Zhu

Monocular depth estimation is a challenging task that predicts the pixel-wise depth from a single 2D image. Current methods typically model this problem as a regression or classification task. We propose DiffusionDepth, …

DecoderDenoisingDepth EstimationMonocular Depth Estimation