Skip to content

Latest commit

 

History

History
907 lines (747 loc) · 30.8 KB

File metadata and controls

907 lines (747 loc) · 30.8 KB
theme title favicon titleTemplate info class drawings colorSchema transition mdc overviewSnapshots coverDate fonts
academic
Advanced Algorithmic Methods for Next-Generation Computational Displays
/complightlab.png
%s - Computational Light Laboratory
## Slidev Starter Template Presentation slides for developers. Learn more at [Sli.dev](https://sli.dev)
text-left
persist
dark
fade-out
true
true
local
Montserrat, Roboto Mono, Roboto Slab
Advancing Algorithmic Methods for Next-Generation Computational Displays
Yicheng Zhan
University College London

transition: fade-out layout: two-cols

AutoColor

2D Multi-color Optimization:

$$ \begin{aligned} \hat{u_t}, \hat{l}{(p,t)} \leftarrow \argmin{u_t, l_{(p,t)}} \mathcal{L}\left( \sum_{p=1}^3 \sum_{t=1}^3 |l_{(p,t)} e^{i \lambda_p u_t} * h_p |^2 , sI_p \right), \end{aligned} $$

2D Multi-color Optimization:
$$ \begin{aligned} \hat{u_t}, \textcolor{3cff19} {\hat{l}_{(p,t)}} \leftarrow \argmin_{u_t, \textcolor{3cff19} {l_{(p,t)}}} \mathcal{L}\left( \sum_{p=1}^3 \textcolor{fbff00}{\sum_{t=1}^3} |\textcolor{3cff19} {l_{(p,t)}} e^{i \lambda_p u_t} * h_p |^2, sI_p \right), \end{aligned} $$

::right::

Visual Artifacts
Brighter without Artifacts
initialized by NN
optimization steps decreased from > 1000 to 70 iteration steps without no image quality loss.

(1) " Zhan, Y., Kavaklı, K., Urey, H., Sun, Q., & Akşit, K. AutoColor: Learned Light Power Control for Multi-Color Holograms. " SPIE AR|VR|MR 2024

<style> .left-column { width: 70%; padding-right: 1rem; } .slidev-layout { display: flex; } </style>

transition: fade-out

Conventional Light Transport
Depth Plane
Individual Propagation Per Plane
Reconstruction
Holographic Display

(1) " Kyoji Matsushima and Tomoyoshi Shimobaba. Band-Limited Angular Spectrum Method " Optics Express 2009

(2) " J. W. Goodman. Angular Spectrum Method " Introduction to Fourier Optics 2005

(3) " Zhang, W. and Zhang, H. and Jin, G. Band-extended Angular Spectrum Method " Optics Letters 2020


transition: fade-out

Focal Surface Light Transport
Depth Plane
Focal Surface
Multi-planes Propagation In One Step
Reconstruction

(2) " Zheng, C., Zhan, Y., Shi, L., Cakmakci, O., & Akşit, K. Focal Surface Holographic Light Transport using Learned Spatially Adaptive Convolutions. " SIGGRAPH ASIA 2024 Tech Comm


transition: fade-out

Result (Simulation)

<script setup> import { ref } from 'vue' const playbackRate = ref(0.7) </script>
Ours
ASM
Slow (0.5x) Normal (1x) Fast (2x)
<style> .slider { -webkit-appearance: none; width: 100%; height: 10px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #3cff19; cursor: pointer; } .slider::-moz-range-thumb { width: 15px; height: 15px; border-radius: 50%; background: #3cff19; cursor: pointer; } </style>

(2) " Zheng, C., Zhan, Y., Shi, L., Cakmakci, O., & Akşit, K. Focal Surface Holographic Light Transport using Learned Spatially Adaptive Convolutions. " SIGGRAPH ASIA 2024 Tech Comm


transition: fade-out

Configurable Learned Holography
Conventional Model
Jasper JD7714 4K resolution 3.74μm
Holoeye Pluto HD resolution 8.0μm
Single Color Hologram Only
One model per configuration
< 10 FPS @ full HD
Requires Depth as input

(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints


transition: fade-out


Configurable Learned Holography
Jasper JD7714 4K resolution 3.74μm
Holoeye Pluto HD resolution 8.0μm
Single&Multi-color Hologram
Multiple optical configurations
25 FPS @ full HD (fp32)
RGB-only image as input

(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints


transition: fade-out

Result:

<script setup> import { ref } from 'vue' const playbackRate = ref(0.7) </script>
Pixel Pitch changing (8 - 10 μm)
Defocus Blur changing (4 - 8 mm)
REAL TIME!
Slow (0.5x) Normal (1x) Fast (2x)

(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints

<style> .slider { -webkit-appearance: none; width: 100%; height: 10px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #3cff19; cursor: pointer; } .slider::-moz-range-thumb { width: 15px; height: 15px; border-radius: 50%; background: #3cff19; cursor: pointer; } </style>