Skip to content

Image-Science-Lab-cmu/UPC_ICCP21_Code

Repository files navigation

Design Display Pixel Layouts for Under-Panel Cameras

This repository implements the experiment part of our paper "Design Display Pixel Layouts for Under-Panel Cameras", ICCP 2021, Anqi Yang and Aswin Sankaranarayanan. If you find our data and code useful, please cite our work.

Evaluation

Data: All data captured by our lab prototype can be downloaded here (3.2G). We provide three folders --- five display pixel patterns, pre-measured PSFs of each display layout, and RAW images under different display layouts.

Process RAW images: We provide MATLAB script to process the captured RAW data and recover sharp images. The script traverses and processes RAW images of the same scene captured under various display layouts. Please edit the name of the scene in the script. For each RAW image, we process it following five steps: (1) demosaick RAW image (2) downsample demosaicked image to 1k (3) denoise (4) Wiener deblurring (5) color and gamma correction.

deblurReal.m

Simulation: We implement simulated experiments by MATLAB. The script compares eight different display layouts under five different SNRs. The performance is measured by PSNR and SSIM between ground-truth image and recovered sharp image on this UDC dataset. You can also download the images we used from here

simulate.m

Optimize per-pixel pattern

Configuration: We use python 3.7 and Tensorflow2.0 for optimization. The easiest way to configure the environment is to use Anaconda and use the following steps.

cd optimize_display/
conda env create --file tensorflow2.yml

Training data: We use the ground-truth image set in UDC during optimization. If you are using this dataset, please download data using the following command and make sure training image path in optimize_display.py matches your path.

gdown https://drive.google.com/u/0/uc?id=1zB1xoxKBghTTq0CKU1VghBoAoQc5YlHk
unzip Train.zip

Optimization: During optimization, you can visualize pixel pattern, corresponding PSF, and losses in each epoch using Visdom. You can start visdom using the following line.

python -m visdom.server -port 8999

Open another terminal window, and run the optimization code.

python optimize_display.py --tile_option repeat --area_gamma 10 --l2_gamma 10 --inv_gamma 0.01 --display_env VIS_NAME

Acknowledgement

We use BM3D code from http://www.cs.tut.fi/~foi/GCF-BM3D/index.html#ref_software for image denoising. This work is/was supported by Global Research Outreach program of Samsung Advanced Institute of Technology and the NSF CAREER award CCF-1652569.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published