paper-with-me

Papers

Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation

2023-12-04 · CVPR 2024 1 · Bingxin Ke, Anton Obukhov, Shengyu Huang, Nando Metzger, Rodrigo Caye Daudt, Konrad Schindler

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 learning has led to a breakthrough. The impressive progress of monocular depth estimators has mirrored the growth in model capacity, from relatively modest CNNs to large Transformer architectures. Still, monocular depth estimators tend to struggle when presented with images with unfamiliar content and layout, since their knowledge of the visual world is restricted by the data seen during training, and challenged by zero-shot generalization to new domains. This motivates us to explore whether the extensive priors captured in recent generative diffusion models can enable better, more generalizable depth estimation. We introduce Marigold, a method for affine-invariant monocular depth estimation that is derived from Stable Diffusion and retains its rich prior knowledge. The estimator can be fine-tuned in a couple of days on a single GPU using only synthetic training data. It delivers state-of-the-art performance across a wide range of datasets, including over 20% performance gains in specific cases. Project page: https://marigoldmonodepth.github.io.

📄 PDF Abstract BibTeX arXiv:2312.02145

Code (4)

prs-eth/marigold 공식 구현 pytorch
Magicboomliu/Accelerator-Simple-Template pytorch
damaggu/tadp pytorch
indu1ge/DepthMaster pytorch

Tasks

Depth EstimationGPUMonocular Depth EstimationScene UnderstandingZero-shot Generalization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…

Similar Papers 제목 키워드 기반

FiffDepth: Feed-forward Transformation of Diffusion-Based Generators for Detailed Depth Estimation

2024-12-01 · Yunpeng Bai, QiXing Huang

Monocular Depth Estimation (MDE) is essential for applications like 3D scene reconstruction, autonomous navigation, and AI content creation. However, robust MDE remains challenging due to noisy real-world data and distri…

3D Scene ReconstructionAutonomous NavigationDepth EstimationMonocular Depth Estimation

Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation

2026-09-08 · Igor Pavlovic, Thiemo Wandel, Anton Obukhov, Luca Bartolomei 외 hf

Monocular depth estimation is a ubiquitous yet highly ill-posed computer vision task, with downstream applications in scene reconstruction, computational photography, and robotics, among others. Despite the field's matur…

Surface Normals EstimationMonocular Depth EstimationImage Generation

iNVS: Repurposing Diffusion Inpainters for Novel View Synthesis

2023-10-24 · Yash Kant, Aliaksandr Siarohin, Michael Vasilkovsky, Riza Alp Guler 외

We present a method for generating consistent novel views from a single source image. Our approach focuses on maximizing the reuse of visible pixels from the source image. To achieve this, we use a monocular depth estima…

Novel View Synthesis

Fractal Autoregressive Depth Estimation with Continuous Token Diffusion

2026-03-16 · Jinchang Zhang, Xinrou Kang, Guoyu Lu arxiv

Monocular depth estimation can benefit from autoregressive (AR) generation, but direct AR modeling is hindered by the modality gap between RGB and depth, inefficient pixel-wise generation, and instability in continuous d…

Monocular Depth EstimationComputational Efficiency

Marigold-DC: Zero-Shot Monocular Depth Completion with Guided Diffusion

2024-12-18 · Massimiliano Viola, Kevin Qu, Nando Metzger, Bingxin Ke 외

Depth completion upgrades sparse depth measurements into dense depth maps guided by a conventional image. Existing methods for this highly ill-posed task operate in tightly constrained settings and tend to struggle when …

DenoisingDepth CompletionDepth EstimationMonocular Depth Estimation+1