paper-with-me

Papers

DepthMaster: Taming Diffusion Models for Monocular Depth Estimation

2025-01-05 · Ziyang Song, Zerong Wang, Bo Li, Hao Zhang, Ruijie Zhu, Li Liu, Peng-Tao Jiang, Tianzhu Zhang

Monocular depth estimation within the diffusion-denoising paradigm demonstrates impressive generalization ability but suffers from low inference speed. Recent methods adopt a single-step deterministic paradigm to improve inference efficiency while maintaining comparable performance. However, they overlook the gap between generative and discriminative features, leading to suboptimal results. In this work, we propose DepthMaster, a single-step diffusion model designed to adapt generative features for the discriminative depth estimation task. First, to mitigate overfitting to texture details introduced by generative features, we propose a Feature Alignment module, which incorporates high-quality semantic features to enhance the denoising network's representation capability. Second, to address the lack of fine-grained details in the single-step deterministic framework, we propose a Fourier Enhancement module to adaptively balance low-frequency structure and high-frequency details. We adopt a two-stage training strategy to fully leverage the potential of the two modules. In the first stage, we focus on learning the global scene structure with the Feature Alignment module, while in the second stage, we exploit the Fourier Enhancement module to improve the visual quality. Through these efforts, our model achieves state-of-the-art performance in terms of generalization and detail preservation, outperforming other diffusion-based methods across various datasets. Our project page can be found at https://indu1ge.github.io/DepthMaster_page.

📄 PDF Abstract BibTeX arXiv:2501.02576

Code (1)

indu1ge/DepthMaster 공식 구현 pytorch

Tasks

DenoisingDepth EstimationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

DepthMaster: Unified Monocular Depth Estimation for Perspective and Panoramic Images

2026-06-10 · Pengfei Wang, Shihao Wang, Liyi Chen, Zhiyuan Ma 외 arxiv

While monocular depth estimation has achieved significant progress, achieving generalized metric depth estimation for both narrow field-of-view (FoV) perspectives and $360^\circ$ panoramas remains an unsolved challenge. …

Monocular Depth Estimation

ICDepth: Taming Video Diffusion Models for Video Depth Estimation via In-Context Conditioning

2026-07-02 · Xuanhua He, Jiaxin Xie, Mingzhe Zheng, Qifeng Chen arxiv

Monocular video depth estimation requires temporal consistency, geometric accuracy, and generalization across diverse scenarios, yet existing methods struggle to achieve all three simultaneously. Discriminative models ex…

Zero-shot GeneralizationDepth 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

EDADepth: Enhanced Data Augmentation for Monocular Depth Estimation

2024-09-10 · Nischal Khanal, Shivanand Venkanna Sheshappanavar

Due to their text-to-image synthesis feature, diffusion models have recently seen a rise in visual perception tasks, such as depth estimation. The lack of good-quality datasets makes the extraction of a fine-grain semant…

Data AugmentationDepth EstimationImage GenerationMonocular Depth Estimation+2

UniGeo: Taming Video Diffusion for Unified Consistent Geometry Estimation

2025-05-30 · Yang-tian Sun, Xin Yu, Zehuan Huang, Yi-Hua Huang 외

Recently, methods leveraging diffusion model priors to assist monocular geometric estimation (e.g., depth and normal) have gained significant attention due to their strong generalization ability. However, most existing w…

Video Generation