paper-with-me

Papers

Digging into contrastive learning for robust depth estimation with diffusion models

2024-04-15 · Jiyuan Wang, Chunyu Lin, Lang Nie, Kang Liao, Shuwei Shao, Yao Zhao

Recently, diffusion-based depth estimation methods have drawn widespread attention due to their elegant denoising patterns and promising performance. However, they are typically unreliable under adverse conditions prevalent in real-world scenarios, such as rainy, snowy, etc. In this paper, we propose a novel robust depth estimation method called D4RD, featuring a custom contrastive learning mode tailored for diffusion models to mitigate performance degradation in complex environments. Concretely, we integrate the strength of knowledge distillation into contrastive learning, building the `trinity' contrastive scheme. This scheme utilizes the sampled noise of the forward diffusion process as a natural reference, guiding the predicted noise in diverse scenes toward a more stable and precise optimum. Moreover, we extend noise-level trinity to encompass more generic feature and image levels, establishing a multi-level contrast to distribute the burden of robust perception across the overall network. Before addressing complex scenarios, we enhance the stability of the baseline diffusion model with three straightforward yet effective improvements, which facilitate convergence and remove depth outliers. Extensive experiments demonstrate that D4RD surpasses existing state-of-the-art solutions on synthetic corruption datasets and real-world weather conditions. Source code and data are available at \url{https://github.com/wangjiyuan9/D4RD}.

📄 PDF Abstract BibTeX arXiv:2404.09831

Code (1)

wangjiyuan9/d4rd 공식 구현 pytorch

Tasks

Contrastive LearningDenoisingDepth EstimationKnowledge DistillationUnsupervised Monocular Depth Estimation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
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…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Digging Into Self-Supervised Monocular Depth Estimation

2018-06-04 · Clément Godard, Oisin Mac Aodha, Michael Firman, Gabriel Brostow

Per-pixel ground-truth depth data is challenging to acquire at scale. To overcome this limitation, self-supervised learning has emerged as a promising alternative for training models to perform monocular depth estimation…

Camera Pose EstimationDepth EstimationImage ReconstructionMonocular Depth Estimation+4

Digging Into Self-Supervised Monocular Depth Estimation

2019-10-01 · ICCV 2019 10 · Clement Godard, Oisin Mac Aodha, Michael Firman, Gabriel J. Brostow

Per-pixel ground-truth depth data is challenging to acquire at scale. To overcome this limitation, self-supervised learning has emerged as a promising alternative for training models to perform monocular depth estimation…

Depth EstimationMonocular Depth EstimationSelf-Supervised Learning

LiteDepth: Digging into Fast and Accurate Depth Estimation on Mobile Devices

2022-09-02 · Zhenyu Li, Zehui Chen, Jialei Xu, Xianming Liu 외

Monocular depth estimation is an essential task in the computer vision community. While tremendous successful methods have obtained excellent results, most of them are computationally expensive and not applicable for rea…

Data AugmentationDepth EstimationMonocular Depth EstimationRaspberry Pi 4

Deep Digging into the Generalization of Self-Supervised Monocular Depth Estimation

2022-05-23 · Jinwoo Bae, Sungho Moon, Sunghoon Im

Self-supervised monocular depth estimation has been widely studied recently. Most of the work has focused on improving performance on benchmark datasets, such as KITTI, but has offered a few experiments on generalization…

Depth EstimationMonocular Depth Estimation

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