REVIEW 3 major objections 6 minor 3 cited by
SharpDepth: Sharpening Metric Depth Predictions Using Diffusion Distillation
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read SharpDepth claims a diffusion-based refiner can add sharp boundaries to metric depth predictions while preserving absolute scale, using no ground-truth depth during training.
desk verdict SharpDepth has a plausible training recipe, but its own boundary-completion numbers show it losing to the trivial UniDepth-aligned Lotus baseline, so the simultaneous accuracy-and-sharpness claim doesn't hold as stated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is Noise-aware Gating combined with the difference map. The difference map $e$ is computed between the normalized UniDepth and Lotus predictions; the latent of the metric depth is then blended as $z'_d = \hat{e} \odot \epsilon + (1-\hat{e}) \odot z_d$, so high-disagreement regions receive more noise and become the focus of the diffusion sharpener. Two losses drive training: a modified Score Distillation Sampling (SDS) loss distills fine detail from the pretrained diffusion depth model, and a Noise-aware Reconstruction loss $L_{\text{recons}} = \| e \odot (\hat{d} - d) \|$ keeps the output anchored to the metric estimate. An exponential moving average of the training model replaces the static teacher as training progresses, so the difference map shrinks as the sharpener improves.
What would settle it
Run SharpDepth on a domain where UniDepth is known to be systematically wrong—for example, highly reflective or transparent surfaces such as those in the Booster benchmark—and compare its aligned RMSE against UniDepth's; if SharpDepth's error tracks UniDepth's error one-to-one and no shared error is ever corrected, the claim that the refiner adds independent metric accuracy is refuted.
Extended reading notes
Core claim
The central claim is that a diffusion-based depth sharpener can refine the output of a metric depth estimator so that the final prediction is simultaneously metrically accurate and visually sharp, without any ground-truth depth supervision. SharpDepth takes the metric depth map from UniDepth and the affine-invariant depth map from Lotus, normalizes both to a common range, and forms a difference map that marks where the two models disagree. The refiner receives a latent in which disagreement regions are heavily noised and agreement regions are mostly preserved, then is trained with a score distillation loss from the diffusion depth teacher and a noise-aware reconstruction loss that keeps the output close to the metric estimate. At test time the decoded output is rescaled by least-squares alignment to the original metric depth on low-difference pixels. The paper reports that this restores sharp boundaries and thin structures while retaining the absolute scale of the metric backbone.
Load-bearing premise
The load-bearing premise is that pixels where UniDepth and Lotus agree are reliable enough to anchor both the difference map and the final least-squares rescale, so any bias shared by the two models is inherited by SharpDepth.
Editorial extensions
If this is right
- If SharpDepth is correct, metric depth estimators can be sharpened post hoc without re-training on ground-truth depth, making detail recovery cheap.
- The training set of roughly 90,000 real images suggests that label-free refinement can reach competitive zero-shot accuracy with 100–150 times less data than discriminative metric models.
- Downstream tasks that consume depth maps—point-cloud fusion, TSDF reconstruction, and Gaussian-splatting SLAM—should inherit sharper object boundaries from the improved depth maps, as demonstrated on TUM fr1/desk and KITTI reconstructions.
- Because alignment is performed only on low-difference pixels, the final metric scale is tied to the metric backbone, so SharpDepth's accuracy cannot exceed the reliability of that backbone on the aligned pixels.
Reading between the lines
- The method's metric accuracy is effectively inherited: the final least-squares rescale to UniDepth means SharpDepth can be no more metric than UniDepth on the aligned pixels, and a better or worse metric teacher would shift the reported accuracy accordingly.
- The difference-map trust rule assumes that agreement between UniDepth and Lotus marks trustworthy pixels, so errors the two models share—for example, systematic biases from similar training data—would be invisible to the gating and passed through.
- A natural extension is to treat the metric backbone as a swappable module: the same trained sharpener could be applied to any metric depth model, and the paper's qualitative Metric3Dv2 results suggest this transfer works without retraining.
- Because the SDS loss encourages consistency with the diffusion teacher's distribution, the sharpness gain may be limited on scene contents the teacher was never trained on; feeding synthetic or out-of-domain images could test how much of the detail comes from the teacher prior versus the input image.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SharpDepth proposes a diffusion-based depth sharpener that refines the metric depth predictions of a discriminative model (UniDepth) using the generative prior of an affine-invariant diffusion depth model (Lotus). The method is trained without ground-truth depth, using a difference map between the metric and affine-invariant predictions to drive a noise-aware gating mechanism, an SDS distillation loss, and a noise-aware reconstruction loss. The paper reports zero-shot depth accuracy on seven real datasets and boundary detail metrics on three synthetic and one real dataset, claiming that SharpDepth achieves both metric accuracy and sharp boundaries. The central evidence is Tables 1 and 2, with UniDepth-aligned Lotus introduced as a baseline that rescales Lotus to UniDepth using scale and shift.
Significance. If the claims were fully supported, the paper would make a useful contribution: a ground-truth-free, data-efficient refinement of metric depth that adds high-frequency detail while preserving absolute scale has clear practical value, and the proposed noise-aware gating and EMA-based teacher updating are reasonable design ideas. The training scheme on roughly 90k images is substantially cheaper than typical discriminative depth pipelines, which is a concrete strength. However, the evaluation as presented does not establish the central claim of simultaneous accuracy and sharpness: the sharpness metrics in Table 2 do not show an advantage over the simple UniDepth-aligned Lotus baseline, and the metric accuracy comparison is confounded by test-time least-squares alignment to UniDepth. The paper's contribution is therefore not yet convincingly demonstrated.
major comments (3)
- [Sec. 5.1, Implementation details] The final output is post-processed with least-squares alignment to the original UniDepth depth, restricted to pixels with minimal differences. This means the reported A.Rel, RMSE, and delta1 values in Tables 1, 2, and 6 are not the raw output of the learned model; part of the metric accuracy is enforced by construction. The claim that SharpDepth 'keeps the scale of UniDepth' is trivial under this protocol. The paper should report metrics without this test-time alignment, or alternatively show that the raw output is already metrically accurate and justify the alignment as an independent post-processing step. Without this, the consistent A.Rel advantage over UniDepth-aligned Lotus may be an artifact of the more refined alignment procedure rather than of the learned refinement.
- [Table 2, PDBE/DBE completion] The paper's own detail benchmark contradicts the sharpness half of the central claim. On the completion component of PDBE/DBE, SharpDepth is worse than UniDepth-aligned Lotus on all four reported datasets: Sintel 36.2 vs. 31.9, UnrealStereo4K 61.5 vs. 33.2, Spring 147.6 vs. 102.7, and iBims 13.1 vs. 11.0. Since UniDepth-aligned Lotus is the natural control (the generative prior rescaled to UniDepth without any learned refinement), the learned pipeline does not demonstrate improved boundary completeness; it is worse. The sentence in Sec. 5.2 that SharpDepth 'consistently surpass[es] the naive UniDepth-aligned Lotus baseline across all datasets' is only true for depth accuracy metrics, not for boundary completion. The authors should either provide a boundary metric on which SharpDepth clearly beats this baseline, or revise the claim to describe a trade-off rather than a simultaneous gain.
- [Sec. 4.1, difference map assumption] The gating mechanism and the test-time alignment both rely on the assumption that pixels where UniDepth and Lotus agree are reliable and need no refinement. This assumption can fail when the two models share systematic errors, for example on thin structures, transparent surfaces, or specular regions, and the paper provides no validation that low-difference pixels actually agree with ground truth. This is load-bearing for the method, because both the noise-aware gating and the reconstruction loss direct the model away from exactly those regions. The authors should add an analysis (e.g., on a small labeled validation set) showing that low-difference pixels are indeed trustworthy, or discuss the failure mode and why it is not fatal.
minor comments (6)
- [Sec. 5.1, Metrics] The PDBE metric is introduced but its accuracy and completion components are not defined in the main text; a brief definition or a pointer to the supplementary equation would help readers interpret Table 2.
- [Figure 2] The Pareto-frontier plot aggregates DBE Completion over three synthetic datasets, but the aggregation rule is not stated; please specify whether it is a mean over Sintel, UnrealStereo4K, and Spring, and whether iBims is included.
- [Eq. (5)] The SDS loss in Eq. (5) omits the weighting w_t that appears in Eq. (3); please state the exact weighting and noise schedule used in the implementation.
- [Eq. (6)] The norm in Eq. (6) is unspecified; if it is the L1 norm, this should be stated, as the type of norm affects the optimization behavior.
- [Sec. 5.1, Implementation details] The phrase 'the output is rescaled using least-squares alignment with the original metric depth' is ambiguous: it should be stated whether the least-squares fit uses only low-difference pixels or weights them, and how the difference map threshold is determined.
- [Sec. 5.1, Training data size] The claim that 90,000 images is '100-150 times smaller than the amount of data used for discriminative depth models' needs an explicit comparison; the reference models and their training set sizes should be named.
Circularity Check
Metric accuracy is inherited from UniDepth by construction: the output is least-squares rescaled to the input metric depth on low-difference pixels and Eq. (6) trains it to stay close to that same input; the sharpness claim is independently evaluated against GT edges, so circularity is partial.
-
fitted input called prediction
[Section 5.1, Implementation details]
"Min-max normalization is applied to the input, and the output is rescaled using least-squares alignment with the original metric depth. The difference map is applied to ensure alignment only for pixels with minimal differences."
The final metric depth map is post-processed by fitting a least-squares scale-and-shift to the input UniDepth depth on the trusted (low-difference) pixels. Reported metric errors (A.Rel, RMSE, δ1) therefore measure a quantity whose absolute scale is supplied by UniDepth at test time, not a scale learned or predicted independently by SharpDepth. The statement that SharpDepth 'retains' discriminative metric accuracy is thus a consequence of the alignment operation, i.e., the predicted metric component reduces to the input by construction. The sharpness component is not circular because DBE/PDBE are computed against ground-truth-derived depth edges.
-
self definitional
[Section 4.2, Noise-aware Reconstruction Loss and Eq. (6)]
"we introduce an additional reconstruction loss that preserves the accuracy of the discriminative model by measuring the distance between our network’s output and the discriminative output in Eq. (6). ... Lrecons = ∥e ⊙ ( ˆd − d)∥"
Here d is both the conditioning input to the sharpener and the regression target of the reconstruction loss. 'Preserving metric accuracy' is therefore defined as keeping the output close to d on the difference-weighted pixels; the model is explicitly trained so that the metric component stays anchored to UniDepth. This makes the metric half of the central claim true by definition of the training objective rather than by an independent empirical derivation. The sharpness objective (SDS) is separate and is measured against GT edges, so only the metric half is self-definitional.
full rationale
The circularity is confined to the metric-accuracy component of the central claim. SharpDepth's output is tied to UniDepth in two places: at training time, Eq. (6) minimizes the difference-weighted distance between the output and the input metric depth d, and at test time Sec. 5.1 rescales the decoded output to d with least-squares alignment on low-difference pixels. Consequently, the paper's claim of retaining discriminative accuracy is partly enforced by construction rather than independently demonstrated. The sharpness claim is not circular: DBE and PDBE are measured against depth edges derived from ground truth, not against UniDepth, and the comparison to the UniDepth-aligned Lotus baseline is a meaningful external control. I do not count the paper's own DBE/PDBE tables (Tab. 2), where SharpDepth has worse boundary completion than UniDepth-aligned Lotus on all four datasets, as circularity; that is an evidence/correctness concern about the sharpness half of the claim. The EMA self-teacher in Sec. 4.1 is self-referential but is initialized from an external Lotus teacher and the ablation (Tab. 3, settings E/G/H) shows frozen and EMA teachers behave comparably, so it is a bootstrap rather than a load-bearing equivalence. No self-citation or imported-uniqueness pattern is present. Overall, because the metric half reduces to a fit to the input while the sharpness half is independently evaluated, a partial-circularity score of 6 is appropriate.
Assumptions & free parameters
free parameters (3)
- lambda_SDS =
1.0
- lambda_recons =
0.3
- per-image scale and shift alignment =
per image
assumptions (4)
- domain assumption Agreement between normalized UniDepth and Lotus depths marks trustworthy regions; disagreement marks regions needing refinement.
- domain assumption The pretrained Lotus model is a valid teacher for SDS distillation and provides a useful sharpness prior.
- domain assumption Training on 1% of six real datasets without ground truth is sufficient for zero-shot generalization across indoor and outdoor scenes.
- domain assumption The SDS approximation dropping the U-Net Jacobian is valid for this depth distillation setting.
Cite this review
Pith. "Pith review of SharpDepth: Sharpening Metric Depth Predictions Using Diffusion Distillation." pith.science (2026). https://pith.science/paper/THR45XT5
@misc{pith2026241118229,
author = {Pith},
title = {Pith review of: SharpDepth: Sharpening Metric Depth Predictions Using Diffusion Distillation},
year = {2026},
howpublished = {\url{https://pith.science/paper/THR45XT5}},
note = {Machine review of arXiv:2411.18229}
}
read the original abstract
We propose SharpDepth, a novel approach to monocular metric depth estimation that combines the metric accuracy of discriminative depth estimation methods (e.g., Metric3D, UniDepth) with the fine-grained boundary sharpness typically achieved by generative methods (e.g., Marigold, Lotus). Traditional discriminative models trained on real-world data with sparse ground-truth depth can accurately predict metric depth but often produce over-smoothed or low-detail depth maps. Generative models, in contrast, are trained on synthetic data with dense ground truth, generating depth maps with sharp boundaries yet only providing relative depth with low accuracy. Our approach bridges these limitations by integrating metric accuracy with detailed boundary preservation, resulting in depth predictions that are both metrically precise and visually sharp. Our extensive zero-shot evaluations on standard depth estimation benchmarks confirm SharpDepth effectiveness, showing its ability to achieve both high depth accuracy and detailed representation, making it well-suited for applications requiring high-quality depth perception across diverse, real-world environments.
Figures
Figures from the paper (13 more)
Forward citations
Cited by 3 Pith papers
-
MetricHMSR:Metric Human Mesh and Scene Recovery from Monocular Images
From one image, MetricHMSR jointly estimates a metric human mesh, its global 3D position, and a corrected metric scene depth map.
-
E3D-Bench: A Benchmark for End-to-End 3D Geometric Foundation Models
E3D-Bench compares 16 3D geometric foundation models on depth, reconstruction, pose, and view-synthesis tasks with a unified evaluation toolkit.
-
Depth Anything at Any Condition
A fine-tuned Depth Anything V2 model using perturbation consistency and spatial distance constraints improves monocular depth estimation under adverse conditions without any labeled data.
Reference graph
Works this paper leans on
-
[1]
Arkitscenes: A diverse real-world dataset for 3d indoor scene understanding using mobile rgb-d data
Gilad Baruch, Zhuoyuan Chen, Afshin Dehghan, Tal Dimry, Yuri Feigin, Peter Fu, Thomas Gebauer, Brandon Joffe, Daniel Kurz, Arik Schwartz, et al. Arkitscenes: A diverse real-world dataset for 3d indoor scene understanding using mobile rgb-d data. arXiv preprint arXiv:2111.08897, 2021. 2, 5, 6, 9
arXiv 2021
-
[2]
Zoedepth: Zero-shot transfer by com- bining relative and metric depth, 2023
Shariq Farooq Bhat, Reiner Birkl, Diana Wofk, Peter Wonka, and Matthias M ¨uller. Zoedepth: Zero-shot transfer by com- bining relative and metric depth, 2023. 2, 3, 6, 7, 11
work page 2023
-
[3]
nuscenes: A multi- modal dataset for autonomous driving
Holger Caesar, Varun Bankiti, Alex H Lang, Sourabh V ora, Venice Erin Liong, Qiang Xu, Anush Krishnan, Yu Pan, Gi- ancarlo Baldan, and Oscar Beijbom. nuscenes: A multi- modal dataset for autonomous driving. In CVPR, 2020. 6, 9
work page 2020
-
[4]
Oasis: A large-scale dataset for single image 3d in the wild
Weifeng Chen, Shengyi Qian, David Fan, Noriyuki Kojima, Max Hamilton, and Jia Deng. Oasis: A large-scale dataset for single image 3d in the wild. In CVPR, 2020. 3
work page 2020
-
[5]
Indoor scene understanding with geometric and semantic contexts
Wongun Choi, Yu-Wei Chao, Caroline Pantofaru, and Silvio Savarese. Indoor scene understanding with geometric and semantic contexts. IJCV, 112, 2015. 1
work page 2015
-
[6]
Scannet: Richly-annotated 3d reconstructions of indoor scenes
Angela Dai, Angel X Chang, Manolis Savva, Maciej Hal- ber, Thomas Funkhouser, and Matthias Nießner. Scannet: Richly-annotated 3d reconstructions of indoor scenes. In Proceedings of the IEEE conference on computer vision and pattern recognition, 2017. 5, 9
work page 2017
-
[7]
Towards real-time monocular depth estimation for robotics: A survey
Xingshuai Dong, Matthew A Garratt, Sreenatha G Anavatti, and Hussein A Abbass. Towards real-time monocular depth estimation for robotics: A survey. IEEE Transactions on Intelligent Transportation Systems, 23(10), 2022. 1
work page 2022
-
[8]
Omnidata: A scalable pipeline for making multi-task mid-level vision datasets from 3d scans
Ainaz Eftekhar, Alexander Sax, Jitendra Malik, and Amir Zamir. Omnidata: A scalable pipeline for making multi-task mid-level vision datasets from 3d scans. In ICCV, 2021. 3
work page 2021
Show all 57 references
-
[9]
Depth map prediction from a single image using a multi-scale deep net- work
David Eigen, Christian Puhrsch, and Rob Fergus. Depth map prediction from a single image using a multi-scale deep net- work. NIPS, 27, 2014. 6
2014
-
[10]
Deep ordinal regression net- work for monocular depth estimation
Huan Fu, Mingming Gong, Chaohui Wang, Kayhan Bat- manghelich, and Dacheng Tao. Deep ordinal regression net- work for monocular depth estimation. In CVPR, 2018. 3
2018
-
[11]
Geowiz- ard: Unleashing the diffusion priors for 3d geometry estima- tion from a single image
Xiao Fu, Wei Yin, Mu Hu, Kaixuan Wang, Yuexin Ma, Ping Tan, Shaojie Shen, Dahua Lin, and Xiaoxiao Long. Geowiz- ard: Unleashing the diffusion priors for 3d geometry estima- tion from a single image. In ECCV. Springer, 2025. 3
2025
-
[12]
Vision meets robotics: The kitti dataset
Andreas Geiger, Philip Lenz, Christoph Stiller, and Raquel Urtasun. Vision meets robotics: The kitti dataset. IJRR, 32 (11), 2013. 6, 8, 9
2013
-
[13]
Digging into self-supervised monocular depth estimation
Cl ´ement Godard, Oisin Mac Aodha, Michael Firman, and Gabriel J Brostow. Digging into self-supervised monocular depth estimation. In ICCV, 2019. 1
2019
-
[14]
3d packing for self-supervised monocular depth estimation
Vitor Guizilini, Rares Ambrus, Sudeep Pillai, Allan Raven- tos, and Adrien Gaidon. 3d packing for self-supervised monocular depth estimation. In CVPR, 2020
2020
-
[15]
Full surround mon- odepth from multiple cameras
Vitor Guizilini, Igor Vasiljevic, Rares Ambrus, Greg Shakhnarovich, and Adrien Gaidon. Full surround mon- odepth from multiple cameras. IEEE Robotics and Automa- tion Letters, 7(2), 2022. 1, 9
2022
-
[16]
Towards zero-shot scale-aware monoc- ular depth estimation, 2023
Vitor Guizilini, Igor Vasiljevic, Dian Chen, Rares Ambrus, and Adrien Gaidon. Towards zero-shot scale-aware monoc- ular depth estimation, 2023. 3
2023
-
[17]
Lotus: Diffusion-based visual foundation model for high-quality dense prediction
Jing He, Haodong Li, Wei Yin, Yixun Liang, Leheng Li, Kaiqiang Zhou, Hongbo Liu, Bingbing Liu, and Ying- Cong Chen. Lotus: Diffusion-based visual foundation model for high-quality dense prediction. arXiv preprint arXiv:2409.18124, 2024. 2, 3, 4, 6, 7, 9, 11
2024 arXiv
-
[18]
Denoising diffu- sion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffu- sion probabilistic models. CVPR, 2020. 4
2020
-
[19]
Metric3d v2: A versatile monocular geomet- ric foundation model for zero-shot metric depth and surface normal estimation
Mu Hu, Wei Yin, Chi Zhang, Zhipeng Cai, Xiaoxiao Long, Hao Chen, Kaixuan Wang, Gang Yu, Chunhua Shen, and Shaojie Shen. Metric3d v2: A versatile monocular geomet- ric foundation model for zero-shot metric depth and surface normal estimation. arXiv preprint arXiv:2404.15506, 20...
2024 arXiv
-
[20]
Brushnet: A plug-and-play image inpaint- ing model with decomposed dual-branch diffusion
Xuan Ju, Xian Liu, Xintao Wang, Yuxuan Bian, Ying Shan, and Qiang Xu. Brushnet: A plug-and-play image inpaint- ing model with decomposed dual-branch diffusion. arXiv preprint arXiv:2403.06976, 2024. 4
2024 arXiv
-
[21]
Repurpos- ing diffusion-based image generators for monocular depth estimation
Bingxin Ke, Anton Obukhov, Shengyu Huang, Nando Met- zger, Rodrigo Caye Daudt, and Konrad Schindler. Repurpos- ing diffusion-based image generators for monocular depth estimation. In CVPR, 2024. 2, 3, 4, 6, 7, 9, 11
2024
-
[22]
Evaluation of cnn-based single-image depth estimation methods
Tobias Koch, Lukas Liebel, Friedrich Fraundorfer, and Marco Korner. Evaluation of cnn-based single-image depth estimation methods. In ECCV Workshops, 2018. 6, 9
2018
-
[23]
From big to small: Multi-scale local planar guidance for monocular depth estimation
Jin Han Lee, Myung-Kyu Han, Dong Wook Ko, and Il Hong Suh. From big to small: Multi-scale local planar guidance for monocular depth estimation. arXiv preprint arXiv:1907.10326, 2019. 3
1907 arXiv
-
[24]
Megadepth: Learning single- view depth prediction from internet photos
Zhengqi Li and Noah Snavely. Megadepth: Learning single- view depth prediction from internet photos. In CVPR, 2018. 3
2018
-
[25]
Patchre- finer: Leveraging synthetic data for real-domain high- resolution monocular metric depth estimation
Zhenyu Li, Shariq Farooq Bhat, and Peter Wonka. Patchre- finer: Leveraging synthetic data for real-domain high- resolution monocular metric depth estimation. In ECCV. Springer, 2024. 3, 6, 7, 11
2024
-
[26]
Magic3d: High-resolution text-to-3d content creation
Chen-Hsuan Lin, Jun Gao, Luming Tang, Towaki Takikawa, Xiaohui Zeng, Xun Huang, Karsten Kreis, Sanja Fidler, Ming-Yu Liu, and Tsung-Yi Lin. Magic3d: High-resolution text-to-3d content creation. In CVPR, 2023. 3
2023
-
[27]
Repaint: Inpainting using denoising diffusion probabilistic models
Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Gool. Repaint: Inpainting using denoising diffusion probabilistic models. In CVPR, 2022. 4
2022
-
[28]
Hidenobu Matsuki, Riku Murai, Paul H. J. Kelly, and An- drew J. Davison. Gaussian Splatting SLAM. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, 2024. 10
2024
-
[29]
Spring: A high-resolution high- detail dataset and benchmark for scene flow, optical flow and stereo
Lukas Mehl, Jenny Schmalfuss, Azin Jahedi, Yaroslava Nali- vayko, and Andr ´es Bruhn. Spring: A high-resolution high- detail dataset and benchmark for scene flow, optical flow and stereo. In CVPR, 2023. 2, 6, 9
2023
-
[30]
Swiftbrush: One-step text-to-image diffusion model with variational score distilla- tion
Thuan Hoang Nguyen and Anh Tran. Swiftbrush: One-step text-to-image diffusion model with variational score distilla- tion. In CVPR, 2024. 4 22
2024
-
[31]
UniDepth: Universal monocular metric depth estimation
Luigi Piccinelli, Yung-Hsu Yang, Christos Sakaridis, Mattia Segu, Siyuan Li, Luc Van Gool, and Fisher Yu. UniDepth: Universal monocular metric depth estimation. In CVPR,
-
[32]
Barron, and Ben Milden- hall
Ben Poole, Ajay Jain, Jonathan T. Barron, and Ben Milden- hall. Dreamfusion: Text-to-3d using 2d diffusion. arXiv,
-
[33]
Booster: a benchmark for depth from images of specular and transparent surfaces
Pierluigi Zama Ramirez, Alex Costanzino, Fabio Tosi, Mat- teo Poggi, Samuele Salti, Stefano Mattoccia, and Luigi Di Stefano. Booster: a benchmark for depth from images of specular and transparent surfaces. PAMI, 2023. 6, 9
2023
-
[34]
Vi- sion transformers for dense prediction
Ren ´e Ranftl, Alexey Bochkovskiy, and Vladlen Koltun. Vi- sion transformers for dense prediction. In ICCV, 2021. 3
2021
-
[35]
Towards robust monocular depth estimation: Mixing datasets for zero-shot cross-dataset transfer
Ren ´e Ranftl, Katrin Lasinger, David Hafner, Konrad Schindler, and Vladlen Koltun. Towards robust monocular depth estimation: Mixing datasets for zero-shot cross-dataset transfer. PAMI, 44(3), 2022. 3
2022
-
[36]
High-resolution image syn- thesis with latent diffusion models, 2021
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj¨orn Ommer. High-resolution image syn- thesis with latent diffusion models, 2021. 3, 4
2021
-
[37]
A multi-view stereo benchmark with high- resolution images and multi-camera videos
Thomas Schops, Johannes L Schonberger, Silvano Galliani, Torsten Sattler, Konrad Schindler, Marc Pollefeys, and An- dreas Geiger. A multi-view stereo benchmark with high- resolution images and multi-camera videos. In CVPR, 2017. 6
2017
-
[38]
Indoor segmentation and support inference from rgbd images
Nathan Silberman, Derek Hoiem, Pushmeet Kohli, and Rob Fergus. Indoor segmentation and support inference from rgbd images. In ECCV. Springer, 2012. 6, 9
2012
-
[39]
A benchmark for the evalua- tion of rgb-d slam systems
J ¨urgen Sturm, Nikolas Engelhard, Felix Endres, Wolfram Burgard, and Daniel Cremers. A benchmark for the evalua- tion of rgb-d slam systems. In 2012 IEEE/RSJ international conference on intelligent robots and systems, pages 573–580. IEEE, 2012. 9, 10
2012
-
[40]
Scalability in perception for autonomous driving: Waymo open dataset
Pei Sun, Henrik Kretzschmar, Xerxes Dotiwalla, Aurelien Chouard, Vijaysai Patnaik, Paul Tsui, James Guo, Yin Zhou, Yuning Chai, Benjamin Caine, et al. Scalability in perception for autonomous driving: Waymo open dataset. In CVPR,
-
[41]
Smd-nets: Stereo mixture density networks
Fabio Tosi, Yiyi Liao, Carolin Schmitt, and Andreas Geiger. Smd-nets: Stereo mixture density networks. In CVPR, 2021. 2, 6, 9
2021
-
[42]
Diode: A dense indoor and outdoor depth dataset
Igor Vasiljevic, Nick Kolkin, Shanyi Zhang, Ruotian Luo, Haochen Wang, Falcon Z Dai, Andrea F Daniele, Moham- madreza Mostajabi, Steven Basart, Matthew R Walter, et al. Diode: A dense indoor and outdoor depth dataset. arXiv preprint arXiv:1908.00463, 2019. 6, 8, 9
1908 arXiv
-
[43]
Yeh, and Greg Shakhnarovich
Haochen Wang, Xiaodan Du, Jiahao Li, Raymond A. Yeh, and Greg Shakhnarovich. Score jacobian chaining: Lift- ing pretrained 2d diffusion models for 3d generation. arXiv preprint arXiv:2212.00774, 2022. 3
2022 arXiv
-
[44]
Can scale-consistent monocu- lar depth be learned in a self-supervised scale-invariant man- ner? In ICCV, 2021
Lijun Wang, Yifan Wang, Linzhao Wang, Yunlong Zhan, Ying Wang, and Huchuan Lu. Can scale-consistent monocu- lar depth be learned in a self-supervised scale-invariant man- ner? In ICCV, 2021. 1
2021
-
[45]
Self-supervised monocular depth hints
Jamie Watson, Michael Firman, Gabriel J Brostow, and Daniyar Turmukhambetov. Self-supervised monocular depth hints. In ICCV, 2019. 1
2019
-
[46]
Argoverse 2: Next generation datasets for self-driving perception and forecasting
Benjamin Wilson, William Qi, Tanmay Agarwal, John Lambert, Jagjeet Singh, Siddhesh Khandelwal, Bowen Pan, Ratnesh Kumar, Andrew Hartnett, Jhony Kaesemodel Pontes, et al. Argoverse 2: Next generation datasets for self-driving perception and forecasting. arXiv preprint arXiv:230...
2023 arXiv
-
[47]
Lessons and insights from creating a syn- thetic optical flow benchmark
Jonas Wulff, Daniel J Butler, Garrett B Stanley, and Michael J Black. Lessons and insights from creating a syn- thetic optical flow benchmark. In ECCV. Springer, 2012. 2, 6, 9
2012
-
[48]
Pandaset: Advanced sensor suite dataset for autonomous driving
Pengchuan Xiao, Zhenlei Shao, Steven Hao, Zishuo Zhang, Xiaolin Chai, Judy Jiao, Zesong Li, Jian Wu, Kai Sun, Kun Jiang, et al. Pandaset: Advanced sensor suite dataset for autonomous driving. In 2021 IEEE International Intelligent Transportation Systems Conference (ITSC). IEEE...
2021
-
[49]
Depth anything: Unleashing the power of large-scale unlabeled data
Lihe Yang, Bingyi Kang, Zilong Huang, Xiaogang Xu, Jiashi Feng, and Hengshuang Zhao. Depth anything: Unleashing the power of large-scale unlabeled data. In CVPR, 2024. 2, 3
2024
-
[50]
Virtual normal: En- forcing geometric constraints for accurate and robust depth prediction
Wei Yin, Yifan Liu, and Chunhua Shen. Virtual normal: En- forcing geometric constraints for accurate and robust depth prediction. PAMI, 2021. 3
2021
-
[51]
Metric3d: Towards zero-shot metric 3d prediction from a single image
Wei Yin, Chi Zhang, Hao Chen, Zhipeng Cai, Gang Yu, Kaixuan Wang, Xiaozhi Chen, and Chunhua Shen. Metric3d: Towards zero-shot metric 3d prediction from a single image. In ICCV, pages 9043–9053, 2023. 3, 5
2023
-
[52]
Real-time monocular depth estima- tion with sparse supervision on mobile
Mehmet Kerim Yucel, Valia Dimaridou, Anastasios Drosou, and Albert Saa-Garriga. Real-time monocular depth estima- tion with sparse supervision on mobile. In CVPR, 2021. 1
2021
-
[53]
Taskonomy: Disentangling task transfer learning
Amir R Zamir, Alexander Sax, William Shen, Leonidas J Guibas, Jitendra Malik, and Silvio Savarese. Taskonomy: Disentangling task transfer learning. In CVPR, 2018. 5, 9
2018
-
[54]
3dmatch: Learning local geometric descriptors from rgb-d reconstruc- tions
Andy Zeng, Shuran Song, Matthias Nießner, Matthew Fisher, Jianxiong Xiao, and Thomas Funkhouser. 3dmatch: Learning local geometric descriptors from rgb-d reconstruc- tions. In CVPR, 2017. 9, 10
2017
-
[55]
Betterdepth: Plug-and-play diffu- sion refiner for zero-shot monocular depth estimation
Xiang Zhang, Bingxin Ke, Hayko Riemenschneider, Nando Metzger, Anton Obukhov, Markus Gross, Konrad Schindler, and Christopher Schroers. Betterdepth: Plug-and-play diffu- sion refiner for zero-shot monocular depth estimation. arXiv preprint arXiv:2407.17952, 2024. 3, 6, 7
2024 arXiv
-
[56]
Tryondiffusion: A tale of two un- ets
Luyang Zhu, Dawei Yang, Tyler Zhu, Fitsum Reda, William Chan, Chitwan Saharia, Mohammad Norouzi, and Ira Kemelmacher-Shlizerman. Tryondiffusion: A tale of two un- ets. In CVPR, 2023. 4 23
2023
-
[2024]
1, 2, 3, 4, 5, 6, 7, 10, 11
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.