Pith. sign in

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 →

arxiv 2505.17358 v1 pith:TIGRVVBH submitted 2025-05-23 cs.CV

classification cs.CV
keywords monocularmetricdepthestimationdefocusblurfromdiffusion-basedpriorinference-timeoptimizationcircleofconfusionzero-shotgeneralizationlatentconsistencymodel
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a pre-trained relative monocular depth diffusion model, Marigold, can be made to output metric depth at inference time, with no retraining, by feeding it two images of the same scene: one all-in-focus small-aperture image and one blurred large-aperture image. The metric scale and offset, together with Marigold's initial noise latent, are optimized so that the predicted depth, when run through a defocus-blur image formation model, reproduces the observed blurred image. If correct, this would give zero-shot metric depth estimation a physics-based calibration signal that is independent of training-data scale and camera intrinsics, and would attack two known failure modes of learned depth models: wrong absolute scale and texture-depth coupling. On a self-collected seven-scene DSLR and RealSense dataset, the method reports lower average error than MLPro, UniDepth, and Metric3D.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

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)
  1. [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.
  2. [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.
  3. [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.
  4. [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)
  1. [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.
  2. [Appendix C] The text says 'we use the pyrealsense2library' without a space, and it would be clearer to say 'the pyrealsense2 library.'
  3. [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.'
  4. [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

0 steps flagged · score 1.0 of 10

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 5 free parameters · 6 assumptions · 0 invented entities

The method rests on camera physics, the Marigold latent prior, and several hand-set constants. No new physical entities are introduced. The main external inputs are camera parameters from metadata, the frozen pretrained model, and the hyperparameters listed above.

free parameters (5)
  • Scene metric depth bounds (smin, smax) = smin=1.49 m, smax=3.5 m
    Used to bound alpha and beta through sigmoid parameterization in Eq. (9), fixed for all real scenes, and described as a conservative bound on the real dataset. This is a dataset-informed hand choice, not a measured scene quantity.
  • Blurred-image F-stop N = N=8
    Main configuration selected after evaluating N=4,8,11,13,16 on the same real dataset (Appendix G, Table 12) and observing N=8 gives the best average metrics. This is test-set-informed hyperparameter selection.
  • Marigold-LCM sampling steps = 1
    Chosen from ablation in Appendix E (Table 11): one step minimizes runtime with no consistent metric gain from more steps.
  • Optimizer learning rates = 1.5e-3 for z_T, 5e-3 for a,b
    Adam hyperparameters listed in Appendix A; not ablated and likely not load-bearing for the central claim.
  • Optimization iterations = 200
    Fixed iteration count in Section 4; runtime about 3.5 to 4 minutes. No convergence criterion or ablation of iteration count is reported.
assumptions (6)
  • domain assumption Thin-lens circle-of-confusion model, Eq. (2)
    The depth-dependent blur diameter is derived from thin-lens optics, ignoring aberrations, diffraction, and the octagonal aperture; Fig. 2 shows residual PSF mismatch.
  • domain assumption Small-aperture capture is an all-in-focus image with linear radiometric response and balanced energy
    Section 4 assumes N=22 yields negligible blur, raw images are linear, and exposure/aperture scaling equates energy. Violations bias the forward model.
  • domain assumption Depth-wise shift-invariant disc PSF with no occlusion, Eqs. (3) through (6)
    Assumes one depth per pixel and a spatially invariant kernel; the authors acknowledge limitations at occlusion boundaries and from diffraction.
  • domain assumption Marigold latent prior is a valid manifold for gradient-based inference-time optimization
    The method relies on Marigold-LCM's single-step denoiser and on the Gaussian annulus theorem for latent rescaling; the geometric faithfulness of the learned manifold is not established outside its training distribution.
  • ad hoc to paper Known scene depth bounds smin and smax
    The sigmoid parameterization of alpha and beta assumes a priori metric bounds; the chosen values are fixed for all scenes and derived from the authors' dataset rather than from the physical scene.
  • domain assumption RealSense depth maps are accurate ground truth after calibration and averaging
    Evaluation depends on RealSense depth being correct within its range and on the charuco calibration; the paper notes RealSense has up to 4 cm error at 2 m.

how reviews work

0 comments
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 reproduced from arXiv: 2505.17358 by the authors.

Figure 1
Figure 1. Method overview. We capture two images (same viewpoint) from a camera with focal length f and focused at a distance F: an all-in-focus (AIF) image x (F-stop: N = 22) and a blurred image xb (F-stop: N < 22). Using the AIF x and an initial learnable noise vector z (d) T , Marigold predicts the relative depth d. We then affine transform d with learnable parameters (α, β), obtaining the metric depth d m. Given the AIF x… view at source ↗
Figure 2
Figure 2. Comparing simulated PSFs with the PSF captured from our camera setup. (a) A point source placed d distance away from a thin lens focused at a focus distance F produces a blurred image (PSF) with a diameter c, also known as the circle of confusion. The variation of c with source distance d is shown in the plot. (b) The Disc approximation to the camera PSF lies roughly within the same bounds (dotted red circle) as the… view at source ↗
Figure 3
Figure 3. Correcting texture-depth coupling. We assess MMDE performance on textured fronto￾parallel 2D planes with constant ground truth depths (GT). Using an all-in-focus (a) and blurred image (zoom into insets) (b), our method (RMSE: 0.01) recovers the correct depth maps (c) for the two textured planes. We resolve the texture coupling in the Marigold prediction (Ours Init) and recover the correct metric scale. Competing met… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Comparisons on our collected dataset. Our method consistently estimates accurate metric depth across all the scenes. We also observe better relative depth recovery due to leveraging defocus cues (zoom in 4x on blurred) in some regions (blue boxes, STAIRS). While the co…
Figure 5
Figure 5. Figure 5: Analyzing the effect of different aperture sizes and initializations. Left: We use our forward model to simulate blurred images of a scene from the NYU-v2 dataset. We observe minimum depth error at N = 13, with errors increasing at more extreme aperture values. Right: …
Figure 6
Figure 6. Figure 6: Degradation in depth quality on using only a single blurred image. For the TOYS scene, we observe that using a single blurred image as input results in severely inaccurate relative depth (middle), with all toys, guitar, and the monitor at similar relative depths. Our p…
Figure 7
Figure 7. Figure 7: 7x5 ChArUco Board Method RMSE ↓ REL ↓ log10 ↓ δ1 ↑ δ2 ↑ δ3 ↑ Ours 0.505 0.205 0.075 0.772 0.940 0.984 MLPro 0.633 0.284 0.106 0.598 0.921 0.969 UniDepth 0.424 0.182 0.083 0.573 0.952 0.992 Metric3D 0.422 0.177 0.076 0.782 0.936 0.983 [PITH_FULL_IMAGE:figures/full_fig_…
Figure 8
Figure 8. Figure 8: Marigold relative depth after optimization. We show regions (yellow boxes) where we [PITH_FULL_IMAGE:figures/full_fig_p018_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

76 extracted references · 51 canonical work pages

  1. [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

  2. [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

  3. [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

  4. [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

  5. [5]

    Zoedepth: Zero-shot transfer by combining relative and metric depth.arXiv preprint arXiv:2302.12288, 2023

    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

  6. [6]

    Midas v3

    Reiner Birkl, Diana Wofk, and Matthias Müller. Midas v3. 1–a model zoo for robust monocular relative depth estimation.arXiv preprint arXiv:2307.14460, 2023

  7. [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

  8. [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

Show all 76 references
  1. [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

  2. [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

  3. [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...

  4. [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

  5. [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

  6. [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

  7. [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

  8. [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

  9. [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

  10. [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

  11. [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...

  12. [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

  13. [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...

  14. [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

  15. [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

  16. [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

  17. [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

  18. [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

  19. [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 ...

  20. [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

  21. [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

  22. [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

  23. [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

  24. [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

  25. [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

  26. [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

  27. [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

  28. [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

  29. [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

  30. [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

  31. [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

  32. [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...

  33. [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

  34. [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

  35. [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

  36. [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

  37. [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

  38. [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...

  39. [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

  40. [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

  41. [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

  42. [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

  43. [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

  44. [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

  45. [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

  46. [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

  47. [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

  48. [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

  49. [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

  50. [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

  51. [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

  52. [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

  53. [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

  54. [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

  55. [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

  56. [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

  57. [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

  58. [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...

  59. [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

  60. [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

  61. [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

  62. [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

  63. [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

  64. [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

  65. [73]

    Survey on monocular metric depth estimation, 2025

    Jiuling Zhang. Survey on monocular metric depth estimation, 2025

  66. [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

  67. [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

  68. [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...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.