paper-with-me

Papers

ScaleDepth: Decomposing Metric Depth Estimation into Scale Prediction and Relative Depth Estimation

2024-07-11 · Ruijie Zhu, Chuxin Wang, Ziyang Song, Li Liu, Tianzhu Zhang, Yongdong Zhang

Estimating depth from a single image is a challenging visual task. Compared to relative depth estimation, metric depth estimation attracts more attention due to its practical physical significance and critical applications in real-life scenarios. However, existing metric depth estimation methods are typically trained on specific datasets with similar scenes, facing challenges in generalizing across scenes with significant scale variations. To address this challenge, we propose a novel monocular depth estimation method called ScaleDepth. Our method decomposes metric depth into scene scale and relative depth, and predicts them through a semantic-aware scale prediction (SASP) module and an adaptive relative depth estimation (ARDE) module, respectively. The proposed ScaleDepth enjoys several merits. First, the SASP module can implicitly combine structural and semantic features of the images to predict precise scene scales. Second, the ARDE module can adaptively estimate the relative depth distribution of each image within a normalized depth space. Third, our method achieves metric depth estimation for both indoor and outdoor scenes in a unified framework, without the need for setting the depth range or fine-tuning model. Extensive experiments demonstrate that our method attains state-of-the-art performance across indoor, outdoor, unconstrained, and unseen scenes. Project page: https://ruijiezhu94.github.io/ScaleDepth

📄 PDF Abstract BibTeX arXiv:2407.08187

Code (1)

RuijieZhu94/mmdepth/blob/main/projects/ScaleDepth/README.md 공식 구현 pytorch

Tasks

Depth EstimationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Depth Extraction from Videos Using Geometric Context and Occlusion Boundaries

2015-10-25 · S. Hussain Raza, Omar Javed, Aveek Das, Harpreet Sawhney 외

We present an algorithm to estimate depth in dynamic video scenes. We propose to learn and infer depth in videos from appearance, motion, occlusion boundaries, and geometric context of the scene. Using our method, depth …

Camera Pose EstimationDepth EstimationPose Estimation

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

Self-Supervised Monocular Scene Decomposition and Depth Estimation

2021-10-21 · Sadra Safadoust, Fatma Güney

Self-supervised monocular depth estimation approaches either ignore independently moving objects in the scene or need a separate segmentation step to identify them. We propose MonoDepthSeg to jointly estimate depth and s…

Depth EstimationMonocular Depth Estimation

Neural Fields for Structured Lighting

2023-01-01 · ICCV 2023 1 · Aarrushi Shandilya, Benjamin Attal, Christian Richardt, James Tompkin 외

We present an image formation model and optimization procedure that combines the advantages of neural radiance fields and structured light imaging. Existing depth-supervised neural models rely on depth sensors to acc…

Learning Residual Flow as Dynamic Motion from Stereo Videos

2019-09-16 · Seokju Lee, Sunghoon Im, Stephen Lin, In So Kweon

We present a method for decomposing the 3D scene flow observed from a moving stereo rig into stationary scene elements and dynamic object motion. Our unsupervised learning framework jointly reasons about the camera motio…

Depth And Camera MotionMotion EstimationOptical Flow EstimationStereo Matching+2