pith. sign in

arxiv: 2606.14173 · v2 · pith:QZKMK6SWnew · submitted 2026-06-12 · 💻 cs.GR · physics.optics

HoloPathTracer: Fast and Accurate Wave Path Tracing for Holography

Pith reviewed 2026-06-27 05:02 UTC · model grok-4.3

classification 💻 cs.GR physics.optics
keywords computer generated holographypath tracingwave opticsMonte Carlo renderingphase hologramRayleigh-Sommerfeld integraldefocus blurview-dependent effects
0
0 comments X

The pith

A Monte Carlo path tracer jointly solves the rendering equation and Rayleigh-Sommerfeld integral to encode full 3D cues and complex materials into phase holograms.

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

The paper aims to show that a single Monte Carlo sampling process can compute both light transport in the scene and wave propagation to the hologram plane without first separating radiance estimation from diffraction. If correct, this removes the discretization step that current computer-generated holography pipelines use, allowing depth continuity, view-dependent reflections, and material highlights to appear directly in the reconstructed wavefront. The method re-uses paths across multiple time-multiplexed holograms and adds an ambient radiance cache to reach acceptable run times while preserving the physical coupling between radiometry and optics. Experimental checks on a spatial-light-modulator prototype are offered as evidence that the resulting phase patterns produce the expected defocus, parallax, and glossy effects.

Core claim

The central claim is that Monte Carlo path tracing can be applied directly to the combined radiometric and wave-optical problem, yielding coherent wave fields that already contain realistic focus cues and material appearance; these fields are then converted to phase-only holograms under complex-amplitude supervision, with path reuse and an ambient cache supplying the necessary speed.

What carries the argument

Monte Carlo path tracing that simultaneously approximates both the rendering equation and the Rayleigh-Sommerfeld integral, with path reuse across multiplexed holograms and an ambient radiance cache for variance reduction.

If this is right

  • Holograms can display depth-continuous focus and view-dependent reflections without pre-baking radiance on discretized sectors.
  • Existing graphics pipelines that already implement path tracing become directly usable for hologram generation.
  • Multiple random phase holograms can be produced at little extra cost once the path cache is built.
  • An order-of-magnitude reduction in samples is achieved while the physical link between radiance and diffraction is retained.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same joint-sampling idea could be tested on other coherent displays such as light-field or volumetric projectors.
  • If variance remains controllable, the approach might allow real-time hologram updates for dynamic scenes once hardware acceleration for the cache is added.
  • Material models already validated in path tracers (measured BRDFs, participating media) would transfer to holography without new wave-specific derivations.

Load-bearing premise

Monte Carlo sampling of light paths can approximate the wave integral to the hologram plane with low enough bias and variance that the final phase pattern still reproduces the intended visual effects.

What would settle it

A side-by-side capture in which a scene with known glossy reflection and a known focal plane is reconstructed from the generated hologram and the observed blur and highlight shapes deviate measurably from the same scene rendered with a conventional wave-optics simulator.

Figures

Figures reproduced from arXiv: 2606.14173 by Jiankai Xing, Suyeon Choi, Wenbin Zhou, Xiangyu Meng, Xin Liu, Yifan Peng.

Figure 1
Figure 1. Figure 1: Technical footprint and reconstruction results of our HoloPathTracer. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: HoloPathTracer processing pipeline. Top-left: the proposed method can be divided into 9 Stages including ray sampling and tracing (1, 3), projection transformation (2, 6), BSDF evaluation (4, 5), phase sampling (8), and complex amplitude accumulation (7, 9). Step-by-step details are presented in Sec. 4. Top-right: the wave field propagation undergoes various materials where we evaluate the BSDF of the inte… view at source ↗
Figure 3
Figure 3. Figure 3: Simulated angular amplitude on each wave facet, constructed by combining the amplitude from path tracing and the phase from OPL, facilitating variable-frame-multiplexing (right) [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 5
Figure 5. Figure 5: Convergence behavior of wave field rendering schemes. Our method adopts a two-stage scheme that first renders the complex-valued wave field to a wave recording plane, then uses ASM to continue propagation to the SLM (hologram) plane; we further accelerate this via texture-baking (“fast” variant). A naïve baseline directly renders from the scene to the (typically distant) SLM plane, leading to higher comput… view at source ↗
Figure 7
Figure 7. Figure 7: Rendering results of different CGH frameworks. Fast denotes our rendering using texture-baking for computation acceleration. ACM Trans. Graph., Vol. 45, No. 4, Article 39. Publication date: July 2026 [PITH_FULL_IMAGE:figures/full_fig_p009_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Rendering results of our two variants, Gaussian wave splatting, and mesh-based. We refer readers to “imagery” differences on the mirror. Ours (Full) Focal Stack Ours (Full) Focal Stack Ours (Full) Focal Stack Recon. Image Focused front back [PITH_FULL_IMAGE:figures/full_fig_p010_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Acquired display results comparing Ours with Focal Stack, with front- and back-focused close-ups. Our method produces sharper in-focus details and more natural defocus. The observed contrast loss primarily stems from the higher sensitivity of our random-phase holograms to SLM crosstalk compared with smoother, single-view-supervised image-based holograms, while better supporting multi-view reconstruction. d… view at source ↗
read the original abstract

Holography offers unique advantages for delivering perceptual realism while preserving compact form factors in VR/AR. Its perceptual quality, however, hinges on encoding rich wavefronts of photorealistic scenes into interference patterns and then incoherently multiplexing the resulting wave fields for perception. Existing CGH paradigms decouple radiance estimation from wave propagation by pre-rendering radiance on discretized scene sectors. This separation between radiometric and wave-optical computation inherently limits the range of focus cues and visual effects that can be faithfully reproduced, including depth- and view-continuity, and physically based material behaviors such as glossy or mirror-like reflection and refraction. We present a physically accurate yet computationally efficient wave optics rendering framework leveraging path tracing to encode full 3D visual cues into phase holograms. Specifically, we employ a Monte Carlo method to solve both the rendering equation and the Rayleigh--Sommerfeld integral simultaneously. Our algorithm is fully compatible with modern graphics techniques and can generate multiple time-multiplexed random holograms with minimal additional time cost via Path Reuse. By employing a fast approximation with an ambient radiance cache, we realize an order of magnitude convergence speed improvement. The resulting coherent wave fields that inherently encode comprehensive visual effects are converted into phase-only holograms under complex-amplitude supervision. Through extensive simulations and experimental validations on a spatial light modulator-based display prototype, we demonstrate faithful holographic reconstructions of natural 3D cues and complex materials, including realistic defocus blur, view-dependent effects, as well as appearance highlights and reflections.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript presents HoloPathTracer, a Monte Carlo wave path tracing framework that jointly solves the rendering equation and Rayleigh-Sommerfeld integral to encode full 3D visual cues (defocus blur, view-dependent effects, highlights, reflections) directly into phase-only holograms. It incorporates path reuse for time-multiplexed holograms and an ambient radiance cache for an order-of-magnitude speedup, with claims of physical accuracy, compatibility with modern graphics techniques, and validation via simulations plus an SLM-based display prototype.

Significance. If the quantitative results and error analysis support the claims, the work would be significant for unifying radiometric rendering with wave optics in a single path-tracing pipeline, overcoming the decoupling limitation of prior CGH methods and enabling more faithful reproduction of complex materials and continuous focus cues in holographic VR/AR displays. The path-reuse and caching strategies, if shown to preserve fidelity, would be practical contributions.

major comments (2)
  1. [Abstract] Abstract: the central claims of 'order of magnitude convergence speed improvement' and 'faithful holographic reconstructions' of natural 3D cues and complex materials rest on high-level description only; no quantitative metrics (e.g., PSNR/SSIM vs. baselines, runtime tables, error bars, or variance analysis) are supplied to substantiate the speedup or accuracy assertions.
  2. [Method] Method description (Monte Carlo joint solver and ambient radiance cache): the assumption that Monte Carlo sampling can simultaneously approximate both the rendering equation and Rayleigh-Sommerfeld integral without prohibitive variance or bias, and that the cache preserves physical fidelity, is load-bearing for the accuracy claim but lacks supporting analysis, bias/variance bounds, or ablation results.
minor comments (2)
  1. Notation for the joint integral and path-reuse mechanism should be defined with explicit equations rather than prose only.
  2. The experimental validation paragraph would benefit from a table summarizing quantitative comparisons to prior CGH methods.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback. We address each major comment below and describe the planned revisions.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claims of 'order of magnitude convergence speed improvement' and 'faithful holographic reconstructions' of natural 3D cues and complex materials rest on high-level description only; no quantitative metrics (e.g., PSNR/SSIM vs. baselines, runtime tables, error bars, or variance analysis) are supplied to substantiate the speedup or accuracy assertions.

    Authors: The abstract is written at a high level per convention, while the manuscript body reports runtime comparisons, PSNR/SSIM metrics against baselines, and experimental results from the SLM prototype that support the claims. To address the concern, we will revise the abstract to include explicit quantitative highlights drawn from those results. revision: yes

  2. Referee: [Method] Method description (Monte Carlo joint solver and ambient radiance cache): the assumption that Monte Carlo sampling can simultaneously approximate both the rendering equation and Rayleigh-Sommerfeld integral without prohibitive variance or bias, and that the cache preserves physical fidelity, is load-bearing for the accuracy claim but lacks supporting analysis, bias/variance bounds, or ablation results.

    Authors: The joint Monte Carlo estimator follows from linearity of expectation applied to the two integrals, permitting unbiased sampling of paths that contribute to both radiometric and wave quantities. The ambient radiance cache is presented as a practical low-variance approximation whose effect on fidelity is assessed via the reported simulations and physical experiments. We will expand the method section with ablation studies on the cache and additional variance statistics in the revision. revision: partial

Circularity Check

0 steps flagged

No significant circularity identified

full rationale

The paper's central contribution is a new algorithmic integration: a Monte Carlo path-tracing method that simultaneously solves the rendering equation and the Rayleigh-Sommerfeld integral, augmented by path reuse for time-multiplexed holograms and an ambient radiance cache for speed. The abstract and description frame this as a compatible extension of existing graphics techniques, with the resulting wave fields converted to phase-only holograms under complex-amplitude supervision. No equations, fitted parameters, or load-bearing premises are shown reducing the claimed results to prior self-citations, self-definitions, or input data by construction. The approach remains self-contained against external benchmarks of path tracing and wave propagation, with experimental validation on an SLM prototype providing independent falsifiability.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 0 invented entities

The framework rests on standard wave-optics and Monte Carlo assumptions plus an unquantified approximation for speed; no new entities are introduced.

axioms (2)
  • domain assumption Monte Carlo sampling converges to the joint solution of the rendering equation and Rayleigh-Sommerfeld integral.
    Core premise of the algorithm stated in the abstract.
  • ad hoc to paper The ambient radiance cache approximation maintains physical accuracy for the targeted visual effects.
    Introduced to achieve order-of-magnitude speedup; details not supplied.

pith-pipeline@v0.9.1-grok · 5818 in / 1294 out tokens · 33013 ms · 2026-06-27T05:02:45.691037+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

133 extracted references · 39 canonical work pages

  1. [1]

    ACM Transactions on Graphics (TOG) , volume=

    Rendering of subjective speckle formed by rough statistical surfaces , author=. ACM Transactions on Graphics (TOG) , volume=. 2022 , publisher=

  2. [2]

    ACM Transactions on Graphics (TOG) , volume=

    A Monte Carlo Rendering Framework for Simulating Optical Heterodyne Detection , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=

  3. [3]

    ACM Transactions on Graphics (TOG) , volume=

    A Monte Carlo framework for rendering speckle statistics in scattering media , author=. ACM Transactions on Graphics (TOG) , volume=. 2019 , publisher=

  4. [4]

    SN Computer Science , volume=

    SLM simulation and MonteCarlo path tracing for computer-generated holograms , author=. SN Computer Science , volume=. 2021 , publisher=

  5. [5]

    SID Symposium Digest of Technical Papers , volume=

    83-4: Invited Paper: Filter-Free 3D HoloNet with Hardware-Aware Calibration , author=. SID Symposium Digest of Technical Papers , volume=. 2025 , organization=

  6. [6]

    Computational Visual Media , year=

    Multi-color compressive hologram synthesis with learned wave propagation , author=. Computational Visual Media , year=

  7. [7]

    Proceedings of the SIGGRAPH Asia 2025 Emerging Technologies , pages=

    Empowering Head-up AR: Leveraging Holographic Display Engine, Geometry Optical Combiner, and Learned Calibration , author=. Proceedings of the SIGGRAPH Asia 2025 Emerging Technologies , pages=. 2025 , doi =

  8. [8]

    IEEE Transactions on Visualization and Computer Graphics , year=

    Towards Edge Holography via Implicit Neural Representation and Compression , author=. IEEE Transactions on Visualization and Computer Graphics , year=

  9. [9]

    Comparison of Wavefront Recording Plane-Based Hologram Calculations: Ray-Tracing Method versus Look-up Table Method , shorttitle =

    Yanagihara, Hidenari and Shimobaba, Tomoyoshi and Kakue, Takashi and Ito, Tomoyoshi , year = 2020, journal =. Comparison of Wavefront Recording Plane-Based Hologram Calculations: Ray-Tracing Method versus Look-up Table Method , shorttitle =

  10. [10]

    2009 , journal =

    Simple and Fast Calculation Algorithm for Computer-Generated Hologram with Wavefront Recording Plane , author =. 2009 , journal =

  11. [11]

    Benedikt Bitterli , Year =

  12. [12]

    2006 , isbn =

    Mitchell, Jason and McTaggart, Gary and Green, Chris , title =. 2006 , isbn =. doi:10.1145/1185657.1185832 , booktitle =

  13. [13]

    2023 , journal =

    Modeling Off-Axis Diffraction with the Least-Sampling Angular Spectrum Method , author =. 2023 , journal =

  14. [14]

    Review of scientific instruments , volume=

    An interferometric method for local phase modulation calibration of LC-SLM using self-generated phase grating , author=. Review of scientific instruments , volume=. 2018 , publisher=

  15. [15]

    ACM Transactions on Graphics (TOG) , volume=

    Gaussian wave splatting for computer-generated holography , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , doi =

  16. [16]

    Multi-depth hologram generation using stochastic gradient descent algorithm with complex loss function , volume =

    Chun Chen and Byounghyo Lee and Nan-Nan Li and Minseok Chae and Di Wang and Qiong-Hua Wang and Byoungho Lee , journal =. Multi-depth hologram generation using stochastic gradient descent algorithm with complex loss function , volume =. 2021 , url =

  17. [17]

    Synthetic aperture waveguide holography for compact mixed-reality displays with large

    Choi, Suyeon and Jang, Changwon and Lanman, Douglas and Wetzstein, Gordon , journal=. Synthetic aperture waveguide holography for compact mixed-reality displays with large. 2025 , publisher=

  18. [18]

    IEEE Transactions on Computational Imaging , volume=

    do: A differentiable engine for deep lens design of computational imaging systems , author=. IEEE Transactions on Computational Imaging , volume=. 2022 , publisher=

  19. [19]

    ACM Transactions on Graphics (TOG) , volume=

    Artifact-Resilient Real-Time Holography , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=

  20. [20]

    IEEE Transactions on Visualization and Computer Graphics , year=

    Multi-illumination-interfered Neural Holography with Expanded Eyebox , author=. IEEE Transactions on Visualization and Computer Graphics , year=

  21. [21]

    Optics Letters , volume=

    3D-HoloNet: fast, unfiltered, 3D hologram generation with camera-calibrated network learning , author=. Optics Letters , volume=. 2025 , publisher=

  22. [22]

    ACM Transactions on Graphics (TOG) , volume=

    Holographic parallax improves 3D perceptual realism , author=. ACM Transactions on Graphics (TOG) , volume=. 2024 , publisher=

  23. [23]

    Nature , pages=

    Full-colour 3D holographic augmented-reality displays with metasurface waveguides , author=. Nature , pages=. 2024 , publisher=

  24. [24]

    Nature communications , volume=

    Propagation-adaptive 4K computer-generated holography using physics-constrained spatial and Fourier neural operator , author=. Nature communications , volume=. 2025 , publisher=

  25. [25]

    2023 IEEE International Conference on Computational Photography (ICCP) , pages=

    Stochastic light field holography , author=. 2023 IEEE International Conference on Computational Photography (ICCP) , pages=. 2023 , organization=

  26. [26]

    2023 IEEE Conference Virtual Reality and 3D User Interfaces (VR) , pages=

    Realistic defocus blur for multiplane computer-generated holography , author=. 2023 IEEE Conference Virtual Reality and 3D User Interfaces (VR) , pages=. 2023 , organization=

  27. [27]

    Tseng, Ethan and Kuo, Grace and Baek, Seung-Hwan and Matsuda, Nathan and Maimone, Andrew and Schiffers, Florian and Chakravarthula, Praneeth and Fu, Qiang and Heidrich, Wolfgang and Lanman, Douglas and others , journal=. Neural. 2024 , publisher=

  28. [28]

    ACM Transactions on Graphics (TOG) , volume=

    Accommodative holography: improving accommodation response for perceptually realistic holographic displays , author=. ACM Transactions on Graphics (TOG) , volume=. 2022 , publisher=

  29. [29]

    IEEE Photonics Journal , volume=

    Photorealistic rapid computer-generated holography employing an enhanced path tracing technique with sequence generated trial , author=. IEEE Photonics Journal , volume=. 2023 , publisher=

  30. [30]

    Light: Advanced Manufacturing , volume=

    The state-of-the-art in computer generated holography for 3D display , author=. Light: Advanced Manufacturing , volume=. 2022 , publisher=

  31. [31]

    Photonics Research , volume=

    Review of fast methods for point-based computer-generated holography , author=. Photonics Research , volume=. 2018 , publisher=

  32. [32]

    ACM Transactions on Graphics (TOG) , volume=

    Path-space manipulation of physically-based light transport , author=. ACM Transactions on Graphics (TOG) , volume=. 2013 , publisher=

  33. [33]

    ACM Transactions on Graphics (TOG) , volume=

    Renderman: An advanced path-tracing architecture for movie rendering , author=. ACM Transactions on Graphics (TOG) , volume=. 2018 , publisher=

  34. [34]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

    Learned off-aperture Encoding for Wide Field-of-view RGBD Imaging , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=

  35. [35]

    ACM Transactions on Graphics (TOG) , volume=

    Rendering specular microgeometry with wave optics , author=. ACM Transactions on Graphics (TOG) , volume=. 2018 , publisher=

  36. [36]

    ACM Transactions on Graphics (TOG) , volume=

    A generic framework for physical light transport , author=. ACM Transactions on Graphics (TOG) , volume=. 2021 , publisher=

  37. [37]

    Computers in Physics , volume=

    Computer-generated holograms: A simplified ray-tracing approach , author=. Computers in Physics , volume=. 1992 , publisher=

  38. [38]

    Applied Optics , volume=

    Realistic rendering method for specular reflections with continuous motion parallax in a computer-generated hologram , author=. Applied Optics , volume=. 2024 , publisher=

  39. [39]

    ACM Transactions on Graphics (TOG) , volume=

    Designing and Fabricating Color BRDFs with Differentiable Wave Optics , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=

  40. [40]

    ACM Transactions on Graphics (TOG) , volume=

    A Fully-statistical Wave Scattering Model for Heterogeneous Surfaces , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=

  41. [41]

    ACM Transactions on Graphics (TOG) , volume=

    A full-wave reference simulator for computing surface reflectance , author=. ACM Transactions on Graphics (TOG) , volume=. 2023 , publisher=

  42. [42]

    Optics Letters , volume=

    Photorealistic computer generated holography with global illumination and path tracing , author=. Optics Letters , volume=. 2021 , publisher=

  43. [43]

    Optics Express , volume=

    Acceleration and expansion of a photorealistic computer-generated hologram using backward ray tracing and multiple off-axis wavefront recording plane methods , author=. Optics Express , volume=. 2020 , publisher=

  44. [44]

    IEEE Transactions on Industrial Informatics , volume=

    Review of fast algorithms and hardware implementations on computer holography , author=. IEEE Transactions on Industrial Informatics , volume=. 2015 , publisher=

  45. [45]

    Applied Optics , volume=

    Extremely high-definition full-parallax computer-generated hologram created by the polygon-based method , author=. Applied Optics , volume=. 2009 , publisher=

  46. [46]

    2005 , journal =

    Accurate Encoding of Arbitrary Complex Fields with Amplitude-Only Liquid Crystal Spatial Light Modulators , author =. 2005 , journal =. doi:10.1364/OPEX.13.007913 , urldate =

  47. [47]

    2019 , journal =

    Wirtinger Holography for Near-Eye Displays , author =. 2019 , journal =

  48. [48]

    Chakravarthula, Praneeth and Tseng, Ethan and Fuchs, Henry and Heide, Felix , year =. Hogel-. ACM Transactions on Graphics (TOG) , volume =. doi:10.1145/3516428 , urldate =

  49. [49]

    Optics express , volume=

    Roadmap on digital holography , author=. Optics express , volume=. 2021 , publisher=

  50. [50]

    Advances in Optics and Photonics , volume=

    AR/VR light engines: perspectives and challenges , author=. Advances in Optics and Photonics , volume=. 2022 , publisher=

  51. [51]

    Light: Science & Applications , volume=

    Advanced liquid crystal devices for augmented reality and virtual reality displays: principles and applications , author=. Light: Science & Applications , volume=. 2022 , publisher=

  52. [52]

    Optics Letters , volume=

    Optimization of computer-generated holograms featuring phase randomness control , author=. Optics Letters , volume=. 2021 , publisher=

  53. [53]

    Proceedings of the 33rd ACM International Conference on Multimedia , pages=

    Phase Distribution Matters: On the Importance of Phase Distribution Alignment (PDA) in Holographic Applications , author=. Proceedings of the 33rd ACM International Conference on Multimedia , pages=. 2025 , doi =

  54. [54]

    Light: Science & Applications , volume=

    Non-convex optimization for inverse problem solving in computer-generated holography , author=. Light: Science & Applications , volume=. 2024 , publisher=

  55. [55]

    2019 , journal =

    Holographic Multiplane Near-Eye Display Based on Amplitude-Only Wavefront Modulation , author =. 2019 , journal =. doi:10.1364/OE.27.030960 , urldate =

  56. [56]

    Toward the Next-Generation

    Chang, Chenliang and Bang, Kiseung and Wetzstein, Gordon and Lee, Byoungho and Gao, Liang , year =. Toward the Next-Generation. Optica , volume =

  57. [57]

    2021 , journal =

    Phase Hologram Optimization with Bandwidth Constraint Strategy for Speckle-Free Optical Reconstruction , author =. 2021 , journal =

  58. [58]

    Choi, Suyeon and Gopakumar, Manu and Peng, Yifan and Kim, Jonghyun and Wetzstein, Gordon , year =. Neural. ACM Transactions on Graphics (TOG) , volume =

  59. [59]

    Optimizing Image Quality for Holographic Near-Eye Displays with

    Choi, Suyeon and Kim, Jonghyun and Peng, Yifan and Wetzstein, Gordon , year =. Optimizing Image Quality for Holographic Near-Eye Displays with. Optica , volume =. doi:10.1364/OPTICA.410622 , urldate =

  60. [60]

    ACM SIGGRAPH 2022 Conference Proceedings , pages=

    Time-multiplexed neural holography: a flexible framework for holographic near-eye displays with fast heavily-quantized spatial light modulators , author=. ACM SIGGRAPH 2022 Conference Proceedings , pages=. 2022 , doi =

  61. [61]

    Fienup, J. R. , year =. Reconstruction of an Object from the Modulus of Its. Optics Letters , volume =

  62. [62]

    1982 , journal =

    Phase Retrieval Algorithms: A Comparison , author =. 1982 , journal =. doi:10.1364/AO.21.002758 , urldate =

  63. [63]

    Monocular

    Gao, Qiankun and Liu, Juan and Han, Jian and Li, Xin , year =. Monocular. Optics Express , volume =. doi:10.1364/OE.24.017372 , urldate =

  64. [64]

    , year =

    Goodman, Joseph W. , year =. Introduction to

  65. [65]

    2021 , journal =

    Unfiltered Holography: Optimizing High Diffraction Orders without Optical Filtering for Compact Holographic Displays , author =. 2021 , journal =. doi:10.1364/OL.442851 , urldate =

  66. [66]

    Waveguide Holography for

    Jang, Changwon and Bang, Kiseung and Chae, Minseok and Lee, Byoungho and Lanman, Douglas , year =. Waveguide Holography for. Nature Communications , volume =

  67. [67]

    Biomedical Optics Express , volume=

    Vision-correcting holographic display: evaluation of aberration correcting hologram , author=. Biomedical Optics Express , volume=. 2021 , publisher=

  68. [68]

    2015 , journal =

    Space Bandwidth Product Enhancement of Holographic Display Using High-Order Diffraction Guided by Holographic Optical Element , author =. 2015 , journal =. doi:10.1364/OE.23.033170 , urldate =

  69. [69]

    Optics Express , volume =

    Liu, Ninghe and Huang, Zhengzhong and He, Zehao and Cao, Liangcai , year =. Optics Express , volume =. doi:10.1364/OE.489639 , urldate =

  70. [70]

    2017 , journal =

    Holographic Near-Eye Displays for Virtual and Augmented Reality , author =. 2017 , journal =. doi:10.1145/3072959.3073624 , urldate =

  71. [71]

    Simultaneous

    Markley, Eric and Matsuda, Nathan and Schiffers, Florian and Cossairt, Oliver and Kuo, Grace , year =. Simultaneous. doi:10.1145/3610548.3618250 , urldate =

  72. [72]

    2019 , journal =

    Model-Based Compensation of Pixel Crosstalk in Liquid Crystal Spatial Light Modulators , author =. 2019 , journal =. doi:10.1364/OE.27.025046 , urldate =

  73. [73]

    Depolarized

    Nam, Seung-Woo and Kim, Youngjin and Kim, Dongyeon and Jeong, Yoonchan , year =. Depolarized. ACM Transactions on Graphics , volume =. doi:10.1145/3618395 , urldate =

  74. [74]

    2019 , journal =

    Holographic Near-Eye Displays Based on Overlap-Add Stereograms , author =. 2019 , journal =

  75. [75]

    2017 , journal =

    Characteristics of Complex Light Modulation through an Amplitude-Phase Double-Layer Spatial Light Modulator , author =. 2017 , journal =. doi:10.1364/OE.25.003469 , urldate =

  76. [76]

    2020 , journal =

    Neural Holography with Camera-in-the-Loop Training , author =. 2020 , journal =

  77. [77]

    2021 , journal =

    Speckle-Free Holography with Partially Coherent Light Sources and Camera-in-the-Loop Calibration , author =. 2021 , journal =

  78. [78]

    2012 , journal =

    Reducing the Effect of Pixel Crosstalk in Phase Only Spatial Light Modulators , author =. 2012 , journal =. doi:10.1364/OE.20.022334 , urldate =

  79. [79]

    2018 , journal =

    Phase Recovery and Holographic Image Reconstruction Using Deep Learning in Neural Networks , author =. 2018 , journal =. doi:10.1038/lsa.2017.141 , urldate =

  80. [81]

    Near-Eye Light Field Holographic Rendering with Spherical Waves for Wide Field of View Interactive

    Shi, Liang and Huang, Fu-Chung and Lopes, Ward and Matusik, Wojciech and Luebke, David , year =. Near-Eye Light Field Holographic Rendering with Spherical Waves for Wide Field of View Interactive. ACM Trans. Graph. , volume =. doi:10.1145/3130800.3130832 , urldate =

Showing first 80 references.