REVIEW 4 major objections 3 minor 45 references
DDRM-PR: Fourier Phase Retrieval using Denoising Diffusion Restoration Models
T0 review · 4 major / 3 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Phase retrieval improves when a diffusion prior refines alternating-projection reconstructions.
desk verdict A genuinely new training-free combination of DDRM and HIO for phase retrieval, with an honest limitations section, but the central analogy that HIO approximates the pseudo-inverse is a load-bearing heuristic that the paper does not verify. 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 device is the analogy between the Moore–Penrose pseudo-inverse $H^{\dagger}$ in the linear DDRM update and the HIO algorithm—an alternating-projection method that alternates between Fourier magnitude constraints and spatial constraints—applied to Fourier magnitudes. In the noise-free case, HIO is expected to return the original image from its Fourier magnitude, mirroring $H^{\dagger}H x \approx x$, and to leave the noiseless measurement unchanged, mirroring $H H^{\dagger}H = H$. The authors use this analogy to rewrite the correction term as $\text{HIO}(|F f_\theta^{(t+1)}(x_{t+1})|)$, with a random-initialization HIO step supplying the data-consistency component. Everything else in the pipeline—the pretrained denoiser, the noise schedule, and the averaging over multiple outputs—is standard DDRM machinery.
What would settle it
Take a noiseless natural image $x$, compute the HIO output from its Fourier magnitude with the paper's parameters, and compare both the reconstruction error and the Fourier-magnitude residual of that output; if for a nontrivial fraction of images the update $x - \text{HIO}(|Fx|)$ is not closer to $x$ than before, or the magnitude residual is not near zero, the data-consistency correction in Eq. (13) is not doing what the pseudo-inverse analogy claims.
Extended reading notes
Core claim
The central claim is that the simplified noiseless DDRM update $x'_t = x_{\theta,t} - H^{\dagger}H x_{\theta,t} + H^{\dagger} y$ remains valid for the nonlinear Fourier phase retrieval operator if HIO, run on the Fourier magnitude of the denoiser output, is substituted for the pseudo-inverse terms. The resulting update is Eq. (13): $x'_t = f_\theta^{(t+1)}(x_{t+1}) - \text{HIO}(|F f_\theta^{(t+1)}(x_{t+1})|) + \text{RandomInit}(y)$, followed by the standard diffusion interpolation with noise. The paper treats this as a regularized extension of alternating projection: the diffusion prior cleans HIO artifacts, while the HIO term keeps the iterate consistent with the measured Fourier magnitude. It reports that this combination outperforms the HIO initialization on all evaluated metrics in simulations and substantially improves PSNR, SSIM, and LPIPS on experimental scattering data, with the caveat that HIO artifacts can persist and the noisy-measurement theory is not developed.
Load-bearing premise
The whole update hinges on the unproven assumption that HIO acts like the linear pseudo-inverse $H^{\dagger}$: that running HIO on the Fourier magnitude of a denoised image brings it closer to the true image and preserves the measured magnitude, rather than getting trapped in a local minimum with large residual error.
Editorial extensions
If this is right
- The same recipe can be applied to any phase retrieval problem with an alternating-projection solver, so coded diffraction patterns, ptychography, and scattering measurements become candidates for diffusion-prior refinement without retraining.
- Using a pretrained unconditional diffusion model means a new measurement setup does not require collecting paired training data; only the alternating-projection component needs to be matched to the measurement.
- Simulation results imply that even when the baseline HIO reconstruction is noisy, the diffusion update improves both distortion metrics (PSNR, SSIM) and perceptual quality (LPIPS) across the tested noise range.
- The experimental scattering results suggest the prior generalizes beyond its natural-image training distribution, since a black-and-white target is recovered with a model trained on color natural images.
- Because the method still inherits some HIO artifacts, its ceiling is tied to the quality of the alternating-projection initialization; better initializations would translate directly into better final reconstructions.
Reading between the lines
- If the HIO $\approx H^{\dagger}$ analogy is quantitatively tested on natural images, a large gap between HIO$(|Fx|)$ and $x$ would predict where Eq. (13) injects the wrong target; this is a testable diagnostic the paper does not report.
- The method's per-step cost includes a 100-iteration HIO run inside every diffusion step, so timings on a standard GPU would clarify whether the gains are practical for real-time imaging; the paper does not report runtime.
- The claimed extension to complex-valued images likely requires a pretrained diffusion model whose training distribution matches the amplitude and phase statistics of the target, which may be harder to obtain than the natural-image prior used here.
- One could test the prior's role directly by replacing the pretrained diffusion denoiser with a classical denoiser of similar strength; if the gain mostly disappears, the diffusion sampling procedure rather than the prior is what matters.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DDRM-PR, a training-free method for Fourier phase retrieval that combines the simplified noiseless DDRM update with the classical HIO alternating-projection algorithm as a stand-in for the pseudo-inverse of the nonlinear Fourier-magnitude operator. The method uses a pretrained unconditional diffusion model to refine HIO reconstructions, with a random-init procedure and averaging over multiple samples. Experiments on simulated CelebA-HQ data and on experimental scattering-medium data report consistent improvements over HIO in PSNR, SSIM, and LPIPS. The authors also provide a proof of the simplified linear DDRM update in an appendix and discuss extensions to other phase retrieval settings.
Significance. If the central heuristic were rigorously validated, DDRM-PR would be a useful addition to the phase retrieval toolbox, demonstrating a plug-and-play use of pretrained diffusion priors for a nonlinear inverse problem without task-specific training. The paper is commendable for providing source code, testing on experimental transmission-matrix data, and being transparent about the heuristic nature of the HIO substitution and about the method's remaining artifacts. However, the significance currently rests on an unproven analogy between HIO and the linear pseudo-inverse, and the empirical evaluation is too thin to establish that the proposed mechanism, rather than the unconditional diffusion prior or sample averaging, is responsible for the reported gains.
major comments (4)
- [§4.1, Eq. (13)] The load-bearing assumption that HIO can replace the pseudo-inverse H† in the simplified DDRM update is not justified. The two bullet-point observations about the noiseless case establish only that HIO, when initialized appropriately and run to convergence, can recover the image up to trivial ambiguities and reproduce the Fourier magnitude; they do not imply that the concrete operator used in Eq. (13), namely HIO(|F fθ(x_{t+1})|) initialized from x_{t+1} and run for k=100 iterations, behaves like the orthogonal projection H†H along the entire diffusion trajectory, nor that it preserves data consistency under the noisy measurements used in the experiments. The paper provides no direct evidence for these properties and no ablation that removes the HIO correction or replaces it with an exact projection, so the reader cannot tell whether the improvement over HIO arises from the claimed DDRM mechanism or from the diffusion prior and averaging alone.
- [Appendix A, Eq. (32)] The derivation of the simplified DDRM form uses the approximation sqrt(1-η²) ≈ 1-η without any error bound or justification. For intermediate values such as η=0.5, the two expressions differ by about 0.37 in absolute value, and this error is multiplied by the noise term in Eq. (32) and propagated into the final update. Since Theorem 4.1 is stated as a formal result, the approximation should either be removed by an exact derivation or stated as an explicit approximation whose validity range is quantified; as written, the proof does not establish the claimed equality.
- [§5.1 and §5.2] The evaluation protocol is insufficiently specified for the reported numbers to be fully credible. The grid search over η, η_b, t, and T_init is described as 'linear grid search' but no validation split is mentioned; if the hyperparameters were selected on the test set, the reported PSNR/SSIM/LPIPS values are optimistic. In addition, Table 1 reports averages without error bars or the number of test images, and the experimental section reports a single configuration. The paper should include a clear train/validation/test split for hyperparameter selection, report variability across the test set, and state the number of images used for each entry.
- [§5.1, Table 1] The comparison is limited to a single baseline (HIO), and that baseline is also the initialization stage of the proposed method. This makes it impossible to attribute the improvement to the diffusion prior, the HIO correction, the random-init procedure, or the averaging over N=8 samples. At minimum, the authors should include an ablation with the diffusion prior but without the HIO correction term, an ablation with the HIO correction but without the diffusion prior, and a comparison with a stronger classical or learning-based PR baseline such as prDeep or oversampling smoothness; without such controls the central claim of 'improving alternating-projection methods' is not convincingly supported.
minor comments (3)
- [§4.1] The sentence 'RandomInitrepresentstotheHIOinitializationprocedureproposedintheprDeeppaper' contains a typographical error ('representstothe') and would benefit from rewording for clarity.
- [Figures 1–4] The figure captions list hyperparameter values such as η=0.15 and t=15, but the main text states that a grid search was performed; it is unclear whether the values shown in the captions are the selected optimal values for each noise level or just illustrative examples. Please clarify.
- [Appendix A, Definition A.2] The use of cyan color to denote scaled variables in Definition A.2 is not visible in a black-and-white print version and is not self-explanatory; please use an explicit notation such as a tilde or superscript instead of or in addition to color.
Circularity Check
No significant circularity: DDRM-PR is a heuristic substitution of HIO for the pseudo-inverse in DDRM, supported by external empirical comparison rather than by a fit or self-citation.
full rationale
The derivation of the simplified DDRM update (Eq. 12) is self-contained in Appendix A, starting from the published DDRM sampler [17] and the noiseless form [19]; the proof is algebraic and does not assume the phase-retrieval result. The new update in Eq. (13) is obtained by explicitly replacing H†H and H†y with HIO and RandomInit, with the two bullet-point justifications stated as observations about the noiseless case. This is an unverified analogy (HIO is nonlinear and initialization-dependent), which is a correctness risk, but it is not circular: HIO is not defined in terms of DDRM-PR's output, and no fitted parameter is hidden in the update. The later performance claims are empirical comparisons against HIO, not consequences of the equations. Self-citations (e.g., refs. 8, 13, 14, 44) concern earlier phase-retrieval work and are not used as the load-bearing justification for the HIO-as-pseudo-inverse step, which is offered as a heuristic. The grid-search choice of η, η_b, t, T_init, N is hyperparameter tuning, a separate methodological concern, not a circular derivation.
Assumptions & free parameters
free parameters (6)
- eta (η) =
0.15 (α=0.5), 0.25 (α=1), 0.25 (α=2), 0.78 (α=3), 1.0 (experimental)
- eta_b (η_b) =
0.20 (α=0.5), 0.22 (α=1), 0.18 (α=2), 0.17 (α=3), 0.0 (experimental)
- diffusion timestep t =
15, 30, 15, 30, 35 across settings
- initial timestep T_init =
350, 400, 400, 300, 220 across settings
- number of averaged reconstructions N =
8 in Section 5.1 text; 1 in figure captions
- HIO iterations and random initializations =
k=100, s=50, n=1000
assumptions (5)
- domain assumption Measurement noise in Eq. (1) is Gaussian with variance proportional to the true Fourier intensity.
- standard math Oversampled Fourier magnitudes uniquely determine a real, nonnegative, finite-support image (m=4n).
- ad hoc to paper HIO acts as a pseudo-inverse for the nonlinear Fourier magnitude operator, analogously to H†H in linear DDRM.
- ad hoc to paper The approximation sqrt(1-η^2) ≈ 1-η used in the proof of Theorem 4.1.
- domain assumption A pretrained unconditional diffusion model trained on natural images approximates the target image distribution for phase retrieval.
Cite this review
Pith. "Pith review of DDRM-PR: Fourier Phase Retrieval using Denoising Diffusion Restoration Models." pith.science (2026). https://pith.science/paper/64ISTEK2
@misc{pith2026250103030,
author = {Pith},
title = {Pith review of: DDRM-PR: Fourier Phase Retrieval using Denoising Diffusion Restoration Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/64ISTEK2}},
note = {Machine review of arXiv:2501.03030}
}
read the original abstract
Diffusion models have demonstrated their utility as learned priors for solving various inverse problems. However, most existing approaches are limited to linear inverse problems. This paper exploits the efficient and unsupervised posterior sampling framework of Denoising Diffusion Restoration Models (DDRM) for the solution of nonlinear phase retrieval problem, which requires reconstructing an image from its noisy intensity-only measurements such as Fourier intensity. The approach combines the model-based alternating-projection methods with the DDRM to utilize pretrained unconditional diffusion priors for phase retrieval. The performance is demonstrated through both simulations and experimental data. Results demonstrate the potential of this approach for improving the alternating-projection methods as well as its limitations.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Phaseretrieval: Fromcomputationalimaging to machine learning: A tutorial,
J.Dong,L.Valzania,A.Maillard,T.-a.Pham,S.Gigan,andM.Unser,“Phaseretrieval: Fromcomputationalimaging to machine learning: A tutorial,” IEEE Signal Process. Mag.40, 45–57 (2023)
work page 2023
-
[2]
Phase retrieval with application to optical imaging: a contemporary overview,
Y. Shechtman, Y. C. Eldar, O. Cohen, H. N. Chapman, J. Miao, and M. Segev, “Phase retrieval with application to optical imaging: a contemporary overview,” IEEE Signal Process. Mag.32, 87–109 (2015)
work page 2015
-
[3]
The numerics of phase retrieval,
A. Fannjiang and T. Strohmer, “The numerics of phase retrieval,” Acta Numer.29, 125 – 228 (2020)
work page 2020
-
[4]
Efficient algorithms for ptychographic phase retrieval, in inverse problems and applications,
J. Qian, C. Yang, A. Schirotzek, F. Maia, and S. Marchesini, “Efficient algorithms for ptychographic phase retrieval, in inverse problems and applications,” Contemp. Math615, 261–280 (2014)
work page 2014
-
[5]
Further improvements to theptychographical iterative engine,
A. Maiden, D.Johnson, andP. Li, “Further improvements to theptychographical iterative engine,” Optica4, 736–745 (2017)
2017
-
[6]
Lensless computational imaging through deep learning,
A. Sinha, J. Lee, S. Li, and G. Barbastathis, “Lensless computational imaging through deep learning,” Optica4, 1117–1125 (2017)
work page 2017
-
[7]
Deep convolutional neural network for inverse problems in imaging,
K. H. Jin, M. T. McCann, E. Froustey, and M. Unser, “Deep convolutional neural network for inverse problems in imaging,” IEEE Transactions on Image Process.26, 4509–4522 (2017)
work page 2017
-
[8]
Deepiterativereconstructionforphaseretrieval,
Ç.Işıl,F.S.Oktem,andA.Koç,“Deepiterativereconstructionforphaseretrieval,”Appl.Opt. 58,5422–5431(2019)
work page 2019
Show all 45 references
-
[9]
Plug-and-play priors for model based reconstruction,
S. V. Venkatakrishnan, C. A. Bouman, and B. Wohlberg, “Plug-and-play priors for model based reconstruction,” in IEEE Global Conference on Signal and Information Processing,(IEEE, 2013), pp. 945–948
2013
-
[10]
Plug-and-play ADMM for image restoration: Fixed-point convergence and applications,
S. H. Chan, X. Wang, and O. A. Elgendy, “Plug-and-play ADMM for image restoration: Fixed-point convergence and applications,” IEEE Transactions on Comput. Imaging3, 84–98 (2017)
2017
-
[11]
The little engine that could: Regularization by denoising (RED),
Y. Romano, M. Elad, and P. Milanfar, “The little engine that could: Regularization by denoising (RED),” SIAM J. on Imaging Sci.10, 1804–1844 (2017)
2017
-
[12]
prDeep: Robust phase retrieval with a flexible deep network,
C. Metzler, P. Schniter, A. Veeraraghavan, and R. Baraniuk, “prDeep: Robust phase retrieval with a flexible deep network,” inInternational Conference on Machine Learning,(2018), pp. 3498–3507
2018
-
[13]
Model-based phase retrieval with deep denoiser prior,
Ç. Işıl and F. S. Oktem, “Model-based phase retrieval with deep denoiser prior,” inImaging and Applied Optics Congress,(Optica Publishing Group, 2020), p. CF2C.5
2020
-
[14]
A deep plug-and-play approach for phase retrieval,
Ç. Işıl and F. S. Oktem, “A deep plug-and-play approach for phase retrieval,” arXiv preprint arXiv:2411.18967 (2024)
2024 arXiv
-
[15]
Tuning-free plug-and-play proximal algorithm for inverse imaging problems,
K. Wei, A. I. Avilés-Rivero, J. Liang, Y. Fu, C.-B. Schönlieb, and H. Huang, “Tuning-free plug-and-play proximal algorithm for inverse imaging problems,” inInternational Conference on Machine Learning,(2020)
2020
-
[16]
On the use of deep learning for phase recovery,
K. Wang, L. Song, C. Wang, Z. Ren, G. Zhao, J. Dou, J. Di, G. Barbastathis, R. Zhou, J. Zhao, and E. Y. Lam, “On the use of deep learning for phase recovery,” Light. Sci. & Appl.13 (2024)
2024
-
[17]
Denoising diffusion restoration models,
B. Kawar, M. Elad, S. Ermon, and J. Song, “Denoising diffusion restoration models,” inAdvances in Neural Information Processing Systems,(2022)
2022
-
[18]
Diffusion models beat GANs on image synthesis,
P. Dhariwal and A. Nichol, “Diffusion models beat GANs on image synthesis,” inAdvances in Neural Information Processing Systems,(2021), pp. 8780–8794
2021
-
[19]
JPEG artifact correction using denoising diffusion restoration models,
B. Kawar, J. Song, S. Ermon, and M. Elad, “JPEG artifact correction using denoising diffusion restoration models,” in Neural Information Processing Systems (NeurIPS) Workshop on Score-Based Methods,(2022)
2022
-
[20]
ThereconstructionofamultidimensionalsequencefromthephaseormagnitudeofitsFouriertransform,
M.Hayes, “ThereconstructionofamultidimensionalsequencefromthephaseormagnitudeofitsFouriertransform,” IEEE Transactions on Acoust. Speech, Signal Process.30, 140–154 (1982)
1982
-
[21]
Image recovery from correlations,
T. J. Schulz and D. L. Snyder, “Image recovery from correlations,” J. Opt. Soc. Am. A9, 1266–1272 (1992)
1992
-
[22]
Phase retrieval and image reconstruction for astronomy,
J. C. Dainty and J. Fienup, “Phase retrieval and image reconstruction for astronomy,” Image Recover. Theory Appl 13, 231–275 (1987)
1987
-
[23]
Imaging Correlography With Sparse Arrays Of Detectors,
J. R. Fienup and P. S. Idell, “Imaging Correlography With Sparse Arrays Of Detectors,” Opt. Eng.27, 279778 (1988)
1988
-
[24]
Non-invasive single-shot imaging through scattering layers and around corners via speckle correlations,
O. Katz, P. Heidmann, M. Fink, and S. Gigan, “Non-invasive single-shot imaging through scattering layers and around corners via speckle correlations,” Nat. photonics8, 784–790 (2014)
2014
-
[25]
Extendingx-raycrystallographytoallowtheimagingofnoncrystalline materials, cells, and single protein complexes,
J.Miao,T.Ishikawa,Q.Shen,andT.Earnest,“Extendingx-raycrystallographytoallowtheimagingofnoncrystalline materials, cells, and single protein complexes,” Annu. Rev. Phys. Chem.59, 387–410 (2008)
2008
-
[26]
A practical algorithm for the determination of phase from image and diffraction plane pictures,
R. W. Gerchberg and W. O. Saxton, “A practical algorithm for the determination of phase from image and diffraction plane pictures,” Optik35, 237–250 (1972)
1972
-
[27]
Reconstruction of an object from the modulus of its Fourier transform,
J. R. Fienup, “Reconstruction of an object from the modulus of its Fourier transform,” Opt. Lett.3, 27–29 (1978)
1978
-
[28]
Phase retrieval algorithms: a comparison,
J. R. Fienup, “Phase retrieval algorithms: a comparison,” Appl. Opt.21, 2758–2769 (1982)
1982
-
[29]
Invited article: A unified evaluation of iterative projection algorithms for phase retrieval,
S. Marchesini, “Invited article: A unified evaluation of iterative projection algorithms for phase retrieval,” Rev. Sci. Instruments 78(2007)
2007
-
[30]
Diffusion models for image restoration and enhancement–a comprehensive survey,
X. Li, Y. Ren, X. Jin, C. Lan, X. Wang, W. Zeng, X. Wang, and Z. Chen, “Diffusion models for image restoration and enhancement–a comprehensive survey,” arXiv preprint arXiv:2308.09388 (2023)
2023
-
[31]
Denoisingdiffusionprobabilisticmodels,
J.Ho,A.Jain,andP.Abbeel,“Denoisingdiffusionprobabilisticmodels,”Adv.neuralinformationprocessingsystems 33, 6840–6851 (2020)
2020
-
[32]
Photorealistic text-to-image diffusion models with deep language understanding,
C. Saharia, W. Chan, S. Saxena, L. Li, J. Whang, E. L. Denton, K. Ghasemipour, R. Gontijo Lopes, B. Karagol Ayan, T. Salimanset al., “Photorealistic text-to-image diffusion models with deep language understanding,” Adv. neural information processing systems35, 36479–36494 (2022)
2022
-
[33]
High-resolution image synthesis with latent diffusion models,
R. Rombach, A. Blattmann, D. Lorenz, P. Esser, and B. Ommer, “High-resolution image synthesis with latent diffusion models,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition,(2022), pp. 10684–10695
2022
-
[34]
Phase retrieval using alternating minimization,
P. Netrapalli, P. Jain, and S. Sanghavi, “Phase retrieval using alternating minimization,” Adv. Neural Inf. Process. Syst.26 (2013)
2013
-
[35]
Coherent inverse scattering via transmission matrices: Efficient phase retrieval algorithms and a public dataset,
C. A. Metzler, M. K. Sharma, S. Nagesh, R. G. Baraniuk, O. Cossairt, and A. Veeraraghavan, “Coherent inverse scattering via transmission matrices: Efficient phase retrieval algorithms and a public dataset,” in2017 IEEE International Conference on Computational Photography (ICC...
2017
-
[36]
Phasepack: Aphaseretrievallibrary,
R.Chandra,T.Goldstein,andC.Studer,“Phasepack: Aphaseretrievallibrary,”in 201913thInternationalconference on Sampling Theory and Applications (SampTA),(IEEE, 2019), pp. 1–5
2019
-
[37]
Shewchuk,An Introduction to the Conjugate Gradient Method Without the Agonizing Pain(Carnegie-Mellon University
J. Shewchuk,An Introduction to the Conjugate Gradient Method Without the Agonizing Pain(Carnegie-Mellon University. Department of Computer Science, 1994)
1994
-
[38]
Complex-valued neural networks: A comprehensive survey,
C. Lee, H. Hasegawa, and S. Gao, “Complex-valued neural networks: A comprehensive survey,” IEEE/CAA J. Autom. Sinica9, 1406–1426 (2022)
2022
-
[39]
A survey of complex-valued neural networks,
J. Bassey, L. Qian, and X. Li, “A survey of complex-valued neural networks,” arXiv preprint arXiv:2101.12249 (2021)
2021 arXiv
-
[40]
Phase-aware speech enhancement with deep complex u-net,
H.-S. Choi, J.-H. Kim, J. Huh, A. Kim, J.-W. Ha, and K. Lee, “Phase-aware speech enhancement with deep complex u-net,” inInternational Conference on Learning Representations,(2018)
2018
-
[41]
Progressive growing of GANs for improved quality, stability, and variation,
T. Karras, T. Aila, S. Laine, and J. Lehtinen, “Progressive growing of GANs for improved quality, stability, and variation,” inInternational Conference on Learning Representations (ICLR),(2018)
2018
-
[42]
Image quality assessment: from error visibility to structural similarity,
Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, “Image quality assessment: from error visibility to structural similarity,” IEEE Transactions on Image Process.13, 600–612 (2004)
2004
-
[43]
The unreasonable effectiveness of deep features as a perceptual metric,
R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang, “The unreasonable effectiveness of deep features as a perceptual metric,” inIEEE Conference on Computer Vision and Pattern Recognition,(2018), pp. 586–595
2018
-
[44]
Data-driven phase retrieval using deep generative models,
M. O. Kaya, “Data-driven phase retrieval using deep generative models,” Master’s thesis, Middle East Technical University (Turkey) (2024)
2024
-
[45]
DDRM-PR: Official implementation of DDRM phase retrieval paper,
M. O. Kaya, “DDRM-PR: Official implementation of DDRM phase retrieval paper,”https://github.com/ METU-SPACE-Lab/ddrm-pr (2024). GitHub repository
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.