Subtopic Deep Dive

Computer-Generated Holography
Research Guide

What is Computer-Generated Holography?

Computer-Generated Holography (CGH) computes diffraction patterns from 3D scenes to produce holograms for displays using algorithms like Fresnel propagation and Gerchberg-Saxton phase retrieval.

CGH enables glasses-free 3D imaging by simulating light propagation from digital models. Key methods include iterative phase optimization for amplitude targets (Myung K. Kim, 2010, 782 citations). Over 100 papers explore GPU acceleration for real-time holography in AR/VR.

15
Curated Papers
3
Key Challenges

Why It Matters

CGH powers head-mounted 3D displays for immersive AR/VR without vergence-accommodation conflict (Ivan E. Sutherland, 1968, 1932 citations; Jianghao Xiong et al., 2021, 1134 citations). It advances holographic telepresence with photorefractive polymers (Pierre-Alexandre Blanche et al., 2010, 541 citations) and digital microscopy for cellular imaging (Myung K. Kim, 2010). Structured light techniques from CGH enhance optical tweezers and high-resolution endoscopy (Halina Rubinsztein-Dunlop et al., 2016, 1274 citations).

Key Research Challenges

Computational Complexity

Fresnel diffraction and phase retrieval demand high computation for real-time holograms. Gerchberg-Saxton iterations converge slowly for large scenes (Myung K. Kim, 2010). GPU parallelization remains bottlenecked by memory limits.

Phase-Only Modulation

SLMs typically modulate phase, requiring algorithms to suppress unwanted amplitude. Iterative methods like GS produce speckle noise in reconstructions (Halina Rubinsztein-Dunlop et al., 2016). Adaptive optics integration adds hardware constraints.

Viewer-Dependent Parallax

Holograms must adapt to head motion for natural depth cues like motion parallax. Static CGH fails multi-viewer scenarios (Brian Rogers and Maureen Graham, 1979, 660 citations). Real-time ray-tracing hybrids increase latency.

Essential Papers

1.

A head-mounted three dimensional display

Ivan E. Sutherland · 1968 · 1.9K citations

The fundamental idea behind the three-dimensional display is to present the user with a perspective image which changes as he moves. The retinal image of the real objects which we see is, after all...

2.

Roadmap on structured light

Halina Rubinsztein‐Dunlop, Andrew Forbes, Michael Berry et al. · 2016 · Journal of Optics · 1.3K citations

Final accepted manuscripts of parts 4 and 5 from Roadmap on Structured Light, authored by Masud Mansuripur, College of Optical Sciences, The University of Arizona.

3.

A Cross-Media Presence Questionnaire: The ITC-Sense of Presence Inventory

Jane Lessiter, Jonathan Freeman, Edmund Keogh et al. · 2001 · PRESENCE Virtual and Augmented Reality · 1.2K citations

The presence research community would benefit from a reliable and valid cross-media presence measure that allows results from different laboratories to be compared and a more comprehensive knowledg...

4.

Augmented reality and virtual reality displays: emerging technologies and future perspectives

Jianghao Xiong, En‐Lin Hsiang, Ziqian He et al. · 2021 · Light Science & Applications · 1.1K citations

5.

Principles and techniques of digital holographic microscopy

Myung K. Kim · 2010 · Journal of Photonics for Energy · 782 citations

Digital holography is an emerging field of new paradigm in general imaging applications. We present a review of a subset of the research and development activities in digital holography, with empha...

6.

Motion Parallax as an Independent Cue for Depth Perception

Brian Rogers, Maureen Graham · 1979 · Perception · 660 citations

The perspective transformations of the retinal image, produced by either the movement of an observer or the movement of objects in the visual world, were found to produce a reliable, consistent, an...

7.

Microstimulation in visual area MT: effects on direction discrimination performance

C. Daniel Salzman, CM Murasugi, KH Britten et al. · 1992 · Journal of Neuroscience · 659 citations

Physiological and behavioral evidence suggests that the activity of direction selective neurons in visual cortex underlies the perception of moving visual stimuli. We tested this hypothesis by meas...

Reading Guide

Foundational Papers

Start with Sutherland (1968) for 3D display motivation and motion parallax needs; Kim (2010) for digital holography principles and Gerchberg-Saxton details; Rogers and Graham (1979) for depth cue analysis critical to CGH validation.

Recent Advances

Xiong et al. (2021) on AR/VR integration; Rubinsztein-Dunlop et al. (2016) roadmap for structured light in holography; Blanche et al. (2010) on practical large-area holographic systems.

Core Methods

Fresnel diffraction for near-field propagation; Gerchberg-Saxton for phase retrieval; GPU-accelerated FFT for real-time computation; motion parallax compensation via head-tracking.

How PapersFlow Helps You Research Computer-Generated Holography

Discover & Search

Research Agent uses searchPapers('computer-generated holography Gerchberg-Saxton') to find Myung K. Kim (2010), then citationGraph reveals 782 citing works on phase retrieval. exaSearch uncovers GPU implementations; findSimilarPapers links to Blanche et al. (2010) for telepresence applications.

Analyze & Verify

Analysis Agent runs readPaperContent on Xiong et al. (2021) to extract AR display metrics, verifies diffraction efficiency claims via verifyResponse (CoVe) against Kim (2010). runPythonAnalysis simulates Fresnel propagation with NumPy: 'def fresnel(u, z, lambda_): ...' and GRADE scores algorithm convergence (A: strong evidence from 5 papers).

Synthesize & Write

Synthesis Agent detects gaps in real-time CGH for multi-user parallax via contradiction flagging across Sutherland (1968) and Rogers (1979). Writing Agent uses latexEditText for equations, latexSyncCitations imports 20 papers, latexCompile generates report with exportMermaid for Gerchberg-Saxton flowchart.

Use Cases

"Simulate Fresnel diffraction for 1024x1024 hologram with Python"

Research Agent → searchPapers('Fresnel CGH GPU') → Analysis Agent → runPythonAnalysis('import numpy; u = np.fft.fftn(...); plot intensity') → matplotlib intensity map and phase plot exported as PNG.

"Write LaTeX review of phase retrieval methods in CGH"

Synthesis Agent → gap detection on Kim (2010) + Rubinsztein-Dunlop (2016) → Writing Agent → latexGenerateFigure('GS algorithm'), latexSyncCitations(15 papers), latexCompile → IEEE-formatted PDF with equations and bibliography.

"Find open-source CGH code from recent papers"

Research Agent → searchPapers('CGH GPU real-time 2020-2024') → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → Verified repo with Wirtinger Flow implementation, diffraction benchmarks, and Jupyter notebooks.

Automated Workflows

Deep Research scans 50+ CGH papers via searchPapers + citationGraph, producing structured report ranking Gerchberg-Saxton variants by convergence speed (Kim 2010 baseline). DeepScan applies 7-step CoVe to Xiong et al. (2021), verifying AR metrics against Sutherland (1968) parallax claims. Theorizer generates novel hybrid algorithm from motion parallax cues (Rogers 1979) + structured light (Rubinsztein-Dunlop 2016).

Frequently Asked Questions

What defines Computer-Generated Holography?

CGH computes holograms by propagating 3D scene fields to SLM planes using diffraction integrals like Fresnel or angular spectrum methods.

What are core methods in CGH?

Gerchberg-Saxton iterates between object and hologram planes for phase retrieval; one-step methods like Wirtinger Flow optimize directly (Myung K. Kim, 2010).

Which are key papers?

Foundational: Sutherland (1968, 1932 citations) on head-mounted displays; Kim (2010, 782 citations) on digital holography techniques. Recent: Xiong et al. (2021, 1134 citations) on AR/VR; Blanche et al. (2010, 541 citations) on photorefractive telepresence.

What open problems exist?

Real-time multi-user holography with accurate parallax; speckle suppression in phase-only CGH; scalable tensor methods for 4D light fields.

Research Advanced Optical Imaging Technologies with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Computer-Generated Holography with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers