paper-with-me

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-light or rainy conditions due to the absence of diverse training data. This paper introduces a novel approach named Stealing Stable Diffusion (SSD) prior for robust monocular depth estimation. The approach addresses this limitation by utilizing stable diffusion to generate synthetic images that mimic challenging conditions. Additionally, a self-training mechanism is introduced to enhance the model's depth estimation capability in such challenging environments. To enhance the utilization of the stable diffusion prior further, the DINOv2 encoder is integrated into the depth model architecture, enabling the model to leverage rich semantic priors and improve its scene understanding. Furthermore, a teacher loss is introduced to guide the student models in acquiring meaningful knowledge independently, thus reducing their dependency on the teacher models. The effectiveness of the approach is evaluated on nuScenes and Oxford RobotCar, two challenging public datasets, with the results showing the efficacy of the method. Source code and weights are available at: https://github.com/hitcslj/SSD.

📄 PDF Abstract BibTeX arXiv:2403.05056

Code (1)

hitcslj/ssd 공식 구현

Tasks

Depth EstimationMonocular Depth EstimationScene Understanding

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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

PriorDiffusion: Leverage Language Prior in Diffusion Models for Monocular Depth Estimation

2024-11-24 · Ziyao Zeng, Jingcheng Ni, Daniel Wang, Patrick Rim 외

Traditional monocular depth estimation suffers from inherent ambiguity and visual nuisance. We argue that language prior can enhance monocular depth estimation by leveraging the inductive bias learned during the text-to-…

DenoisingDepth EstimationInductive BiasMonocular Depth Estimation

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 r…

Depth EstimationMonocular Depth EstimationScene UnderstandingZero-shot Generalization

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

Boost 3D Reconstruction using Diffusion-based Monocular Camera Calibration

2024-11-26 · Junyuan Deng, Wei Yin, Xiaoyang Guo, Qian Zhang 외

In this paper, we present DM-Calib, a diffusion-based approach for estimating pinhole camera intrinsic parameters from a single input image. Monocular camera calibration is essential for many 3D vision tasks. However, mo…

3D ReconstructionCamera CalibrationDepth EstimationPose Estimation