REVIEW 4 major objections 4 minor 76 references
Repurposing Marigold for Zero-Shot Metric Depth Estimation via Defocus Blur Cues
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Defocus blur cues, injected at inference time, turn a pre-trained relative-depth diffusion model into a metric-depth estimator without retraining.
desk verdict Clever training-free idea that deserves a serious referee, but the headline comparison is built on hyperparameters tuned on the same seven test scenes, so the stated edge over baselines isn't established yet. 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 object is the defocus-blur forward model, $\hat{\mathbf{x}}_b = g(\mathbf{x}, d_m, f, F, N)$, which forms a blurred image as a spatially varying convolution between the all-in-focus image and a depth-dependent disc PSF with a smooth linear edge; the PSF radius is the circle of confusion $c(d) = \frac{f^2}{N}\frac{|d-F|}{d(F-f)s}$, with focal length $f$, focus distance $F$, F-stop $N$, and pixel size $s$ taken from camera metadata. The second ingredient is Marigold-LCM, a single-step latent consistency version of Marigold (a Stable Diffusion-based model trained for monocular relative depth), which acts as a differentiable map from a Gaussian noise latent $z_T^{(d)}$ and the AIF image to a depth map. The paper backpropagates the blur-rendering loss through that map into $z_T^{(d)}$ and through the affine parameters $\alpha = s_{\max}\sigma(a)$, $\beta = s_{\min}\sigma(b)$, rescaling $z_T^{(d)}$ to the Gaussian annulus norm so it stays on the prior manifold. The disc PSF with linear falloff, rather than a Gaussian approximation, is what keeps the gradient signal physically consistent with the real lens.
What would settle it
Capture a new indoor scene containing a strong occlusion boundary and a textured foreground, run the two-aperture optimization, and compare against the RealSense ground truth at the boundary; if the predicted depth is systematically wrong exactly where the depth changes abruptly while the blur-rendering loss stays small, the shift-invariant no-occlusion forward model is fitting a wrong explanation. A second check is to use a lens with strong spherical aberration or a non-circular aperture: the paper's own Fig. 2 predicts model mismatch, so a larger-than-expected error drop versus the Gaussian-PSF baseline would confirm the disc-PSF assumption is load-bearing.
Extended reading notes
Core claim
At the center of the claim is an affine lift from relative to metric depth, $d_m = \alpha \cdot d + \beta$, whose two parameters are learned per scene at inference time. The paper's discovery is that defocus blur is a sufficient physical signal to determine those parameters and to refine the relative depth map itself, because the blurred image can be synthesized, via a disc point-spread function whose radius is the circle of confusion, from the all-in-focus image and any candidate metric depth. Minimizing the $\ell^2$ distance between the synthesized and the actually captured blurred image, with respect to $\alpha$, $\beta$, and Marigold's initial noise latent $z_T^{(d)}$, yields metric depth that is correctly scaled and less texture-coupled. On the authors' seven-scene real dataset, this yields an average RMSE of 0.273 m and a $\delta_1$ accuracy of 0.879, compared with RMSE 0.459-0.644 and $\delta_1$ 0.259-0.650 for the learned zero-shot baselines.
Load-bearing premise
The optimization relies on the photographed blur being well described by the thin-lens circle-of-confusion model: a depth-dependent, shift-invariant disc PSF, no occlusion, a truly all-in-focus small-aperture image, and radiometrically linear, energy-balanced raw captures; if the real lens's PSF, focus readout, occlusion, or scene radiance violate these assumptions, the gradient signal can be biased.
Editorial extensions
If this is right
- A relative-only depth foundation model can be converted into a metric estimator at test time with only two aperture settings and known camera parameters, requiring no training data and no camera calibration.
- Defocus cues do double duty: they fix the global metric scale and offset, and they refine the relative depth map itself, since ablating the noise-latent optimization degrades all reported metrics.
- The choice of PSF model matters: with a Gaussian PSF the method's average RMSE rises to 0.528, while the disc PSF gives 0.273, so physical fidelity of the forward model is a primary driver of accuracy.
- The best blur strength is an intermediate F-stop (f/8 on the real data, f/13 in simulation); too little or too much blur makes the inverse problem ill-posed.
- The approach is zero-shot in the sense that no weights are retrained, but it is not real-time: optimization takes roughly 3.5-4 minutes per scene on an A-40 GPU.
Reading between the lines
- Going beyond the paper, the same inference-time scheme could be adapted to dual-pixel sensors, which encode a similar depth-dependent blur without needing two physical apertures, potentially bringing the physics-based scale correction to ordinary phone cameras.
- An untested but natural extension is to jointly estimate the all-in-focus image and the depth map from a single blurred capture, removing the small-aperture requirement and making the method usable in light-limited settings.
- The physics-plus-prior recipe is not limited to visible-light photography: any depth-dependent blur model, such as those in endoscopy, microscopy, or hyperspectral imaging, could be plugged into the same latent-noise optimization, and the authors point to these applications as future directions.
- A testable prediction of the paper is that on scenes with severe occlusions or reflective and transparent surfaces, the optimization will fit the blur model by distorting depth in the wrong places; measuring per-pixel error against ground truth in those regions would quantify the cost of the no-occlusion assumption.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a training-free method that turns Marigold, a pretrained relative monocular depth diffusion model, into a metric depth estimator at inference time. Two raw images are captured at the same viewpoint: an all-in-focus image at a small aperture (F-stop 22) and a blurred image at a larger aperture (F-stop 8). The method optimizes the initial latent noise of Marigold-LCM together with affine scale and offset parameters (alpha and beta) by minimizing an L2 loss between the captured blurred image and a blurred image synthesized from the predicted metric depth through a disc-PSF defocus forward model. The authors collect a seven-scene dataset using a rigidly coupled DSLR and Intel RealSense camera, compare against MLPro, UniDepth, and Metric3D, and report lower average RMSE, REL, and log10 errors as well as higher delta accuracy metrics (Table 1). They also report ablations on the PSF model, aperture choice, alpha/beta initialization, noise-latent initialization, and the number of sampling steps.
Significance. The central idea, using physical defocus blur as an inference-time cue to convert a relative depth prior into metric depth, is original and potentially useful. The paper includes a physically grounded forward model, a clear ablation showing the disc PSF outperforms a Gaussian PSF, robustness results over ten noise-latent initializations with standard deviations (Table 10), and an analysis of aperture sensitivity. If the quantitative claim survives a properly protocoled evaluation, this would be a meaningful contribution to zero-shot metric depth estimation. The main weakness is that the headline numerical claim currently rests on an evaluation protocol in which key hyperparameters were selected on the same seven test scenes used for the final comparison.
major comments (4)
- [Appendix G / Table 12] The main result in Table 1 is obtained with the blurred image captured at F-stop N=8, but Appendix G, Table 12 reports performance for N=4, 8, 11, 13, and 16 on the same real test scenes, and the main text chooses N=8 because it is the best on those scenes. This is test-set selection: the reported RMSE of 0.273 is the best of several aperture choices rather than the result of a fixed protocol. To support the headline comparison, the aperture should be selected on held-out scenes or by a pre-registered criterion that does not use the evaluation scenes.
- [Appendix A / Eq. (9)] The scene depth bounds smin=1.49 and smax=3.5 are described as 'a conservative upper bound on the potential maximum scale and offset in the real dataset,' meaning they were set using the evaluation dataset itself. Since alpha and beta are parameterized as sigmoid functions of smax and smin in Eq. (9), these dataset-derived bounds directly constrain the metric output. The paper should justify how these bounds are known a priori without access to the test scenes, and ideally include a sensitivity analysis showing that the results are stable over a range of smin and smax values.
- [Appendix D / Tables 3-9] The per-scene tables show that baselines outperform the proposed method on several scenes: for example, Metric3D has lower RMSE than the proposed method on BOOKS (0.263 vs. 0.312) and SHOERACK (0.209 vs. 0.251), and both UniDepth and Metric3D beat the proposed method on THORDOG (0.424 and 0.422 vs. 0.505). The average improvements in Table 1 are therefore driven by a small number of favorable scenes, such as PLANE and STAIRS. With only seven scenes, no error bars on Table 1, and no significance tests, the claim of consistent superiority is not established. The authors should report per-scene confidence intervals and a paired significance test, or substantially temper the claim.
- [Eq. (6)-(7) / Limitations] The optimization signal for alpha, beta, and the latent depends on the accuracy of the defocus forward model, which assumes a depth-dependent shift-invariant disc PSF, neglects occlusion, and relies on the focus distance F being read manually from the lens's analog scale. The paper acknowledges occlusion-boundary errors in the Limitations section, but it does not quantify the sensitivity of the metric result to errors in F or to PSF falloff parameters. A sensitivity analysis for F and for the PSF shape would help establish that the recovered metric scale is not biased by forward-model mismatch.
minor comments (4)
- [Eq. (11) / Section 3] The constraint ||z_T||_2 = sqrt(M) appears in Eq. (11), and Section 3 mentions rescaling to this norm, but the optimization procedure in Section 4 does not state how often or in what form this projection is applied during the 200 iterations; this should be specified for reproducibility.
- [Appendix C] The text says 'we use the pyrealsense2library' without a space, and it would be clearer to say 'the pyrealsense2 library.'
- [Table 2 caption] The caption 'Optimizing with the noise latent with defocus cues (ours) improves upon optimizing only the affine parameters' should be rephrased for clarity, for example 'Optimizing the noise latent jointly with the affine parameters improves upon optimizing only the affine parameters.'
- [Fig. 4 caption] The caption contains a sentence fragment beginning 'recovers sharp details but fails at metric scale and relative depth accuracy for many of the scenes'; the subject of this sentence is missing and should be supplied.
Circularity Check
No equation-level circularity: metric depth is recovered by optimizing against a physical defocus forward model; self-citations are non-load-bearing and the evaluation-selection concern is a correctness risk, not a derivation cycle.
full rationale
The central derivation defines metric depth as d_m = smax*sigma(a)*D(xhat_phi(z_T, z_x, 1)) + smin*sigma(b) (Eq. 9) and solves argmin ||x_b - g(x, d_m, f, F, N)||^2 (Eqs. 10-11). Neither the metric scale/offset nor the refined noise latent is fit to ground-truth depth or to the evaluation metrics; the optimization target is the captured blurred image through the thin-lens/CoC forward model. Marigold is an external pretrained model, and the defocus blur formation model is independent physics. The few self-citations (DITTO/DITTO-2 for noise optimization, and DiffuserCam for lensless imaging) are related-work/inspiration and are not used to justify the central claim. Concerns that scene bounds smin=1.49, smax=3.5 and the F-stop N=8 were selected using the same seven test scenes affect the strength and validity of the reported average improvement (a test-set-selection and overfitting risk), but they do not make any equation reduce to its inputs by construction. No specific circular step of the enumerated kinds can be exhibited from the paper's equations or citations; per the review rule, this is a non-finding with minor caveats.
Assumptions & free parameters
free parameters (5)
- Scene metric depth bounds (smin, smax) =
smin=1.49 m, smax=3.5 m
- Blurred-image F-stop N =
N=8
- Marigold-LCM sampling steps =
1
- Optimizer learning rates =
1.5e-3 for z_T, 5e-3 for a,b
- Optimization iterations =
200
assumptions (6)
- domain assumption Thin-lens circle-of-confusion model, Eq. (2)
- domain assumption Small-aperture capture is an all-in-focus image with linear radiometric response and balanced energy
- domain assumption Depth-wise shift-invariant disc PSF with no occlusion, Eqs. (3) through (6)
- domain assumption Marigold latent prior is a valid manifold for gradient-based inference-time optimization
- ad hoc to paper Known scene depth bounds smin and smax
- domain assumption RealSense depth maps are accurate ground truth after calibration and averaging
Cite this review
Pith. "Pith review of Repurposing Marigold for Zero-Shot Metric Depth Estimation via Defocus Blur Cues." pith.science (2026). https://pith.science/paper/TIGRVVBH
@misc{pith2026250517358,
author = {Pith},
title = {Pith review of: Repurposing Marigold for Zero-Shot Metric Depth Estimation via Defocus Blur Cues},
year = {2026},
howpublished = {\url{https://pith.science/paper/TIGRVVBH}},
note = {Machine review of arXiv:2505.17358}
}
read the original abstract
Recent monocular metric depth estimation (MMDE) methods have made notable progress towards zero-shot generalization. However, they still exhibit a significant performance drop on out-of-distribution datasets. We address this limitation by injecting defocus blur cues at inference time into Marigold, a \textit{pre-trained} diffusion model for zero-shot, scale-invariant monocular depth estimation (MDE). Our method effectively turns Marigold into a metric depth predictor in a training-free manner. To incorporate defocus cues, we capture two images with a small and a large aperture from the same viewpoint. To recover metric depth, we then optimize the metric depth scaling parameters and the noise latents of Marigold at inference time using gradients from a loss function based on the defocus-blur image formation model. We compare our method against existing state-of-the-art zero-shot MMDE methods on a self-collected real dataset, showing quantitative and qualitative improvements.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Defocus deblurring using dual-pixel data
Abdullah Abuolaim and Michael S Brown. Defocus deblurring using dual-pixel data. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part X 16, pages 111–126. Springer, 2020
work page 2020
-
[2]
Focal flow: Measuring distance and velocity with defocus and differential motion
Emma Alexander, Qi Guo, Sanjeev Koppal, Steven Gortler, and Todd Zickler. Focal flow: Measuring distance and velocity with defocus and differential motion. InComputer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part III 14, pages 667–682. Springer, 2016
work page 2016
-
[3]
Diffusercam: lensless single-exposure 3d imaging.Optica, 5(1):1–9, 2017
Nick Antipa, Grace Kuo, Reinhard Heckel, Ben Mildenhall, Emrah Bostan, Ren Ng, and Laura Waller. Diffusercam: lensless single-exposure 3d imaging.Optica, 5(1):1–9, 2017
work page 2017
-
[4]
Central limit theorems for gaussian polytopes.The Annals of Probability, 35(4):1593–1621, 2007
Imre Bárány, Van Vu, et al. Central limit theorems for gaussian polytopes.The Annals of Probability, 35(4):1593–1621, 2007
work page 2007
-
[5]
Shariq Farooq Bhat, Reiner Birkl, Diana Wofk, Peter Wonka, and Matthias Müller. Zoedepth: Zero-shot transfer by combining relative and metric depth.arXiv preprint arXiv:2302.12288, 2023
arXiv 2023
- [6]
-
[7]
Depth pro: Sharp monocular metric depth in less than a second.arXiv preprint arXiv:2410.02073, 2024
Aleksei Bochkovskii, Amaël Delaunoy, Hugo Germain, Marcel Santos, Yichao Zhou, Stephan R Richter, and Vladlen Koltun. Depth pro: Sharp monocular metric depth in less than a second.arXiv preprint arXiv:2410.02073, 2024
arXiv 2024
-
[8]
Marcela Carvalho, Bertrand Le Saux, Pauline Trouvé-Peloux, Andrés Almansa, and Frédéric Champagnat. Deep depth from defocus: how can defocus blur improve 3d estimation using dense neural networks? In Proceedings of the European Conference on Computer Vision (ECCV) Workshops, pages 0–0, 2018
work page 2018
Show all 76 references
-
[9]
McCann, Marc L
Hyungjin Chung, Jeongsol Kim, Michael T. McCann, Marc L. Klasky, and Jong Chul Ye. Diffusion poste- rior sampling for general noisy inverse problems. InInternational Conference on Learning Representations (ICLR), 2023
2023
-
[10]
Improving diffusion models for inverse problems using manifold constraints
Hyungjin Chung, Byeongsu Sim, Dohoon Ryu, and Jong Chul Ye. Improving diffusion models for inverse problems using manifold constraints. InAdvances in Neural Information Processing Systems (NeurIPS), 2022
2022
-
[11]
Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction
Hyungjin Chung, Byeongsu Sim, and Jong Chul Ye. Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12403–12...
2022
-
[12]
A survey on diffusion models for inverse problems.arXiv preprint arXiv:2410.00083, 2024
Giannis Daras, Hyungjin Chung, Chieh-Hsin Lai, Yuki Mitsufuji, Jong Chul Ye, Peyman Milanfar, Alexandros G Dimakis, and Mauricio Delbracio. A survey on diffusion models for inverse problems.arXiv preprint arXiv:2410.00083, 2024
-
[13]
Diffusiondepth: Diffusion denoising approach for monocular depth estimation
Yiquan Duan, Xianda Guo, and Zheng Zhu. Diffusiondepth: Diffusion denoising approach for monocular depth estimation. InEuropean Conference on Computer Vision, pages 432–449. Springer, 2024
2024
-
[14]
Reno: Enhancing one-step text-to-image models through reward-based noise optimization.Advances in Neural Information Processing Systems, 37:125487–125519, 2024
Luca Eyring, Shyamgopal Karthik, Karsten Roth, Alexey Dosovitskiy, and Zeynep Akata. Reno: Enhancing one-step text-to-image models through reward-based noise optimization.Advances in Neural Information Processing Systems, 37:125487–125519, 2024
2024
-
[15]
Range estimation by optical differentiation.Journal of the Optical Society of America A, 15(7):1777–1786, 1998
Hany Farid and Eero P Simoncelli. Range estimation by optical differentiation.Journal of the Optical Society of America A, 15(7):1777–1786, 1998. 10
1998
-
[16]
Geowizard: Unleashing the diffusion priors for 3d geometry estimation from a single image
Xiao Fu, Wei Yin, Mu Hu, Kaixuan Wang, Yuexin Ma, Ping Tan, Shaojie Shen, Dahua Lin, and Xiaoxiao Long. Geowizard: Unleashing the diffusion priors for 3d geometry estimation from a single image. In European Conference on Computer Vision, pages 241–258. Springer, 2024
2024
-
[17]
Bermano, Tal Hassner, and Daniel Cohen- Or
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit H. Bermano, Tal Hassner, and Daniel Cohen- Or. An image is worth one word: Personalizing text-to-image generation using textual inversion.arXiv preprint arXiv:2208.01618, 2022
2022 arXiv
-
[18]
Learning single camera depth estimation using dual-pixels
Rahul Garg, Neal Wadhwa, Sameer Ansari, and Jonathan T Barron. Learning single camera depth estimation using dual-pixels. InProceedings of the IEEE/CVF international conference on computer vision, pages 7628–7637, 2019
2019
-
[19]
Passive snapshot coded aperture dual-pixel rgb-d imaging
Bhargav Ghanekar, Salman Siddique Khan, Pranav Sharma, Shreyas Singh, Vivek Boominathan, Kaushik Mitra, and Ashok Veeraraghavan. Passive snapshot coded aperture dual-pixel rgb-d imaging. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages...
2024
-
[20]
Single image depth estimation trained via depth from defocus cues
Shir Gur and Lior Wolf. Single image depth estimation trained via depth from defocus cues. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 7683–7692, 2019
2019
-
[21]
Deep depth from focus
Caner Hazirbas, Sebastian Georg Soyer, Maximilian Christian Staab, Laura Leal-Taixé, and Daniel Cremers. Deep depth from focus. InComputer Vision–ACCV 2018: 14th Asian Conference on Computer Vision, Perth, Australia, December 2–6, 2018, Revised Selected Papers, Part III 14, pa...
2018
-
[22]
Lotus: Diffusion-based visual foundation model for high-quality dense prediction
Jing He, Haodong Li, Wei Yin, Yixun Liang, Leheng Li, Kaiqiang Zhou, Hongbo Zhang, Bingbing Liu, and Ying-Cong Chen. Lotus: Diffusion-based visual foundation model for high-quality dense prediction. arXiv preprint arXiv:2409.18124, 2024
2024 arXiv
-
[23]
Depth from defocus with learned optics for imaging and occlusion-aware depth estimation
Hayato Ikoma, Cindy M Nguyen, Christopher A Metzler, Yifan Peng, and Gordon Wetzstein. Depth from defocus with learned optics for imaging and occlusion-aware depth estimation. In2021 IEEE International Conference on Computational Photography (ICCP), pages 1–12. IEEE, 2021
2021
-
[24]
A construct-optimize approach to sparse view synthesis without camera pose
Kaiwen Jiang, Yang Fu, Mukund Varma T, Yash Belhe, Xiaolong Wang, Hao Su, and Ravi Ramamoorthi. A construct-optimize approach to sparse view synthesis without camera pose. InACM SIGGRAPH 2024 Conference Papers, pages 1–11, 2024
2024
-
[25]
On the relation between time and intensity in photographic exposure.Journal of the Optical Society of America, 12(4):321–348, 1926
Loyd A Jones, Emery Huse, and Vincent C Hall. On the relation between time and intensity in photographic exposure.Journal of the Optical Society of America, 12(4):321–348, 1926
1926
-
[26]
Repurposing diffusion-based image generators for monocular depth estimation
Bingxin Ke, Anton Obukhov, Shengyu Huang, Nando Metzger, Rodrigo Caye Daudt, and Konrad Schindler. Repurposing diffusion-based image generators for monocular depth estimation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 9492–9502, 2024
2024
-
[27]
Esther Kho, Lisanne L de Boer, Anouk L Post, Koen K Van de Vijver, Katarzyna Jó´ zwiak, Henricus JCM Sterenborg, and Theo JM Ruers. Imaging depth variations in hyperspectral imaging: development of a method to detect tumor up to the required tumor-free margin width.Journal of ...
2019
-
[28]
Image and depth from a conventional camera with a coded aperture.ACM transactions on graphics (TOG), 26(3):70–es, 2007
Anat Levin, Rob Fergus, Frédo Durand, and William T Freeman. Image and depth from a conventional camera with a coded aperture.ACM transactions on graphics (TOG), 26(3):70–es, 2007
2007
-
[29]
Depth recovery from light field using focal stack symmetry
Haiting Lin, Can Chen, Sing Bing Kang, and Jingyi Yu. Depth recovery from light field using focal stack symmetry. InProceedings of the IEEE International Conference on Computer Vision, pages 3451–3459, 2015
2015
-
[30]
Matting and depth recovery of thin structures using a focal stack
Chao Liu, Srinivasa G Narasimhan, and Artur W Dubrawski. Matting and depth recovery of thin structures using a focal stack. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 6970–6978, 2017
2017
-
[31]
Self-supervised monocular depth estimation for gastrointestinal endoscopy
Yuying Liu and Siyang Zuo. Self-supervised monocular depth estimation for gastrointestinal endoscopy. Computer Methods and Programs in Biomedicine, 238:107619, 2023
2023
-
[32]
Swin transformer: Hierarchical vision transformer using shifted windows
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. InProceedings of the IEEE/CVF international conference on computer vision, pages 10012–10022, 2021
2021
-
[33]
Focus on defocus: bridging the synthetic to real domain gap for depth estimation
Maxim Maximov, Kevin Galim, and Laura Leal-Taixé. Focus on defocus: bridging the synthetic to real domain gap for depth estimation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1071–1080, 2020. 11
2020
-
[34]
Osmosis: Rgbd diffusion prior for underwater image restoration
Opher Bar Nathan, Deborah Levy, Tali Treibitz, and Dan Rosenbaum. Osmosis: Rgbd diffusion prior for underwater image restoration. InEuropean Conference on Computer Vision, pages 302–319. Springer, 2024
2024
-
[35]
Indoor segmentation and support inference from rgbd images
Pushmeet Kohli Nathan Silberman, Derek Hoiem and Rob Fergus. Indoor segmentation and support inference from rgbd images. InECCV, 2012
2012
-
[36]
Zachary Novack, Julian McAuley, Taylor Berg-Kirkpatrick, and Nicholas J. Bryan. DITTO-2: Distilled diffusion inference-time t-optimization for music generation. InInternational Society of Music Information Retrieval (ISMIR), 2024
2024
-
[37]
Zachary Novack, Julian McAuley, Taylor Berg-Kirkpatrick, and Nicholas J. Bryan. DITTO: Diffusion inference-time t-optimization for music generation. InInternational Conference on Machine Learning (ICML), 2024
2024
-
[38]
Dual pixel exploration: Simultaneous depth estimation and image restoration
Liyuan Pan, Shah Chowdhury, Richard Hartley, Miaomiao Liu, Hongguang Zhang, and Hongdong Li. Dual pixel exploration: Simultaneous depth estimation and image restoration. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4340–4349, 2021
2021
-
[39]
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. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10106–10116, 2024
2024
-
[40]
A lens and aperture camera model for synthetic image generation
Michael Potmesil and Indranil Chakravarty. A lens and aperture camera model for synthetic image generation. InProceedings of the 8th Annual Conference on Computer Graphics and Interactive Techniques, SIGGRAPH ’81, page 297–305, New York, NY , USA, 1981. Association for Computi...
1981
-
[41]
René Ranftl, Katrin Lasinger, David Hafner, Konrad Schindler, and Vladlen Koltun. Towards robust monocular depth estimation: Mixing datasets for zero-shot cross-dataset transfer.IEEE transactions on pattern analysis and machine intelligence, 44(3):1623–1637, 2020
2020
-
[42]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022
2022
-
[43]
Solving linear inverse problems provably via posterior sampling with latent diffusion models.Advances in Neural Information Processing Systems, 36, 2024
Litu Rout, Negin Raoof, Giannis Daras, Constantine Caramanis, Alex Dimakis, and Sanjay Shakkottai. Solving linear inverse problems provably via posterior sampling with latent diffusion models.Advances in Neural Information Processing Systems, 36, 2024
2024
-
[44]
Norm-guided latent space exploration for text-to-image generation.Advances in Neural Information Processing Systems, 36, 2024
Dvir Samuel, Rami Ben-Ari, Nir Darshan, Haggai Maron, and Gal Chechik. Norm-guided latent space exploration for text-to-image generation.Advances in Neural Information Processing Systems, 36, 2024
2024
-
[45]
Learning depth from single monocular images.Advances in neural information processing systems, 18, 2005
Ashutosh Saxena, Sung Chung, and Andrew Ng. Learning depth from single monocular images.Advances in neural information processing systems, 18, 2005
2005
-
[46]
The surprising effectiveness of diffusion models for optical flow and monocular depth estimation
Saurabh Saxena, Charles Herrmann, Junhwa Hur, Abhishek Kar, Mohammad Norouzi, Deqing Sun, and David J Fleet. The surprising effectiveness of diffusion models for optical flow and monocular depth estimation. In A. Oh, T. Naumann, A. Globerson, K. Saenko, M. Hardt, and S. Levine...
2023
-
[47]
Zero-shot metric depth with a field-of-view conditioned diffusion model.arXiv preprint arXiv:2312.13252, 2023
Saurabh Saxena, Junhwa Hur, Charles Herrmann, Deqing Sun, and David J Fleet. Zero-shot metric depth with a field-of-view conditioned diffusion model.arXiv preprint arXiv:2312.13252, 2023
2023 arXiv
-
[48]
High-accuracy stereo depth maps using structured light
Daniel Scharstein and Richard Szeliski. High-accuracy stereo depth maps using structured light. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR), volume 1, pages 195–202. IEEE, 2003
2003
-
[49]
Mgnet: Monocular geometric scene understand- ing for autonomous driving
Markus Schön, Michael Buchholz, and Klaus Dietmayer. Mgnet: Monocular geometric scene understand- ing for autonomous driving. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 15804–15815, 2021
2021
-
[50]
Yichen Sheng, Zixun Yu, Lu Ling, Zhiwen Cao, Xuaner Zhang, Xin Lu, Ke Xian, Haiting Lin, and Bedrich Benes. Dr. bokeh: Differentiable occlusion-aware bokeh rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4515–4525, 2024
2024
-
[51]
Solving inverse problems with latent diffusion models via hard data consistency.arXiv preprint arXiv:2307.08123, 2023
Bowen Song, Soo Min Kwon, Zecheng Zhang, Xinyu Hu, Qing Qu, and Liyue Shen. Solving inverse problems with latent diffusion models via hard data consistency.arXiv preprint arXiv:2307.08123, 2023. 12
2023 arXiv
-
[52]
Pseudoinverse-guided diffusion models for inverse problems
Jiaming Song, Arash Vahdat, Morteza Mardani, and Jan Kautz. Pseudoinverse-guided diffusion models for inverse problems. InInternational Conference on Learning Representations, 2023
2023
-
[53]
Depthmaster: Taming diffusion models for monocular depth estimation.arXiv preprint arXiv:2501.02576, 2025
Ziyang Song, Zerong Wang, Bo Li, Hao Zhang, Ruijie Zhu, Li Liu, Peng-Tao Jiang, and Tianzhu Zhang. Depthmaster: Taming diffusion models for monocular depth estimation.arXiv preprint arXiv:2501.02576, 2025
2025 arXiv
-
[54]
Aperture supervision for monocular depth estimation
Pratul P Srinivasan, Rahul Garg, Neal Wadhwa, Ren Ng, and Jonathan T Barron. Aperture supervision for monocular depth estimation. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 6393–6401, 2018
2018
-
[55]
Accurate depth and normal maps from occlusion-aware focal stack symmetry
Michael Strecke, Anna Alperovich, and Bastian Goldluecke. Accurate depth and normal maps from occlusion-aware focal stack symmetry. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 2814–2822, 2017
2017
-
[56]
Depth from defocus: A spatial domain approach.International Journal of computer vision, 13(3):271–294, 1994
Murali Subbarao and Gopal Surya. Depth from defocus: A spatial domain approach.International Journal of computer vision, 13(3):271–294, 1994
1994
-
[57]
Depth from defocus in the wild
Huixuan Tang, Scott Cohen, Brian Price, Stephen Schiller, and Kiriakos N Kutulakos. Depth from defocus in the wild. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 2740–2748, 2017
2017
-
[58]
Marigold-dc: Zero-shot monocular depth completion with guided diffusion.arXiv preprint arXiv:2412.13389, 2024
Massimiliano Viola, Kevin Qu, Nando Metzger, Bingxin Ke, Alexander Becker, Konrad Schindler, and Anton Obukhov. Marigold-dc: Zero-shot monocular depth completion with guided diffusion.arXiv preprint arXiv:2412.13389, 2024
2024 arXiv
-
[59]
End-to-end diffusion latent optimiza- tion improves classifier guidance.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 7246–7256, 2023
Bram Wallace, Akash Gokul, Stefano Ermon, and Nikhil Vijay Naik. End-to-end diffusion latent optimiza- tion improves classifier guidance.2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 7246–7256, 2023
2023
-
[60]
An implicit neural representation for the image stack: Depth, all in focus, and high dynamic range
Chao Wang, Krzysztof Wolski, Xingang Pan, Thomas Leimkühler, Bin Chen, Christian Theobalt, Karol Myszkowski, Hans-Peter Seidel, and Ana Serrano. An implicit neural representation for the image stack: Depth, all in focus, and high dynamic range. Technical report, 2023
2023
-
[61]
Bridging unsupervised and supervised depth from focus via all-in-focus supervision
Ning-Hsu Wang, Ren Wang, Yu-Lun Liu, Yu-Hao Huang, Yu-Lin Chang, Chia-Ping Chen, and Kevin Jou. Bridging unsupervised and supervised depth from focus via all-in-focus supervision. InProceedings of the IEEE/CVF international conference on computer vision, pages 12621–12631, 2021
2021
-
[62]
Rational filters for passive depth from defocus.International Journal of Computer Vision, 27:203–225, 1998
Masahiro Watanabe and Shree K Nayar. Rational filters for passive depth from defocus.International Journal of Computer Vision, 27:203–225, 1998
1998
-
[63]
Foundation- stereo: Zero-shot stereo matching.arXiv preprint arXiv:2501.09898, 2025
Bowen Wen, Matthew Trepte, Joseph Aribido, Jan Kautz, Orazio Gallo, and Stan Birchfield. Foundation- stereo: Zero-shot stereo matching.arXiv preprint arXiv:2501.09898, 2025
2025 arXiv
-
[64]
Learning depth from focus in the wild
Changyeon Won and Hae-Gon Jeon. Learning depth from focus in the wild. InEuropean Conference on Computer Vision, pages 1–18. Springer, 2022
2022
-
[65]
Phasecam3d—learning phase masks for passive single view depth estimation
Yicheng Wu, Vivek Boominathan, Huaijin Chen, Aswin Sankaranarayanan, and Ashok Veeraraghavan. Phasecam3d—learning phase masks for passive single view depth estimation. In2019 IEEE International Conference on Computational Photography (ICCP), pages 1–12. IEEE, 2019
2019
-
[66]
Defocus map estimation and deblurring from a single dual-pixel image
Shumian Xin, Neal Wadhwa, Tianfan Xue, Jonathan T Barron, Pratul P Srinivasan, Jiawen Chen, Ioannis Gkioulekas, and Rahul Garg. Defocus map estimation and deblurring from a single dual-pixel image. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pag...
2021
-
[67]
Depth from focusing and defocusing
Yalin Xiong and Steven A Shafer. Depth from focusing and defocusing. InProceedings of IEEE Conference on Computer Vision and Pattern Recognition, pages 68–73. IEEE, 1993
1993
-
[68]
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. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10371–10381, 2024
2024
-
[69]
Depth anything v2.arXiv preprint arXiv:2406.09414, 2024
Lihe Yang, Bingyi Kang, Zilong Huang, Zhen Zhao, Xiaogang Xu, Jiashi Feng, and Hengshuang Zhao. Depth anything v2.arXiv preprint arXiv:2406.09414, 2024
2024 arXiv
-
[70]
Miniscope3d: optimized single-shot miniature 3d fluorescence microscopy.Light: Science & Applications, 9(1):171, 2020
Kyrollos Yanny, Nick Antipa, William Liberti, Sam Dehaeck, Kristina Monakhova, Fanglin Linda Liu, Konlin Shen, Ren Ng, and Laura Waller. Miniscope3d: optimized single-shot miniature 3d fluorescence microscopy.Light: Science & Applications, 9(1):171, 2020. 13
2020
-
[71]
Rapid network adaptation: Learning to adapt neural networks using test-time feedback
Teresa Yeo, O ˘guzhan Fatih Kar, Zahra Sodagar, and Amir Zamir. Rapid network adaptation: Learning to adapt neural networks using test-time feedback. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 4674–4687, 2023
2023
-
[72]
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. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 9043–9053, 2023
2023
-
[73]
Survey on monocular metric depth estimation, 2025
Jiuling Zhang. Survey on monocular metric depth estimation, 2025
2025
-
[74]
Joint image and depth estimation with mask-based lensless cameras
Yucheng Zheng and M Salman Asif. Joint image and depth estimation with mask-based lensless cameras. IEEE Transactions on Computational Imaging, 6:1167–1178, 2020
2020
-
[75]
TiNO-Edit: Timestep and noise optimization for robust diffusion-based image editing.arXiv preprint arXiv:2304.06720, 2023
Yuxuan Zheng, Yifan Li, Yizhuo Zhang, Yiran Zhang, Lin Zhang, and Lei Zhang. TiNO-Edit: Timestep and noise optimization for robust diffusion-based image editing.arXiv preprint arXiv:2304.06720, 2023
2023 arXiv
-
[76]
Coded aperture pairs for depth from defocus
Changyin Zhou, Stephen Lin, and Shree Nayar. Coded aperture pairs for depth from defocus. In2009 IEEE 12th international conference on computer vision, pages 325–332. IEEE, 2009. 14 Appendix We organize the appendix as follows. In section A (L214, main text5), we provide imple...
2009
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.