Skip to content
/ BDINR Public

Blur decomposition based on coded exposure photography and implicit neural representation of videos

Notifications You must be signed in to change notification settings

zhihongz/BDINR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight High-Speed Photography Built on Coded Exposure and Implicit Neural Representation of Videos

This repository contains the PyTorch code for our paper "Lightweight High-Speed Photography Built on Coded Exposure and Implicit Neural Representation of Videos" by Zhihong Zhang, Runzhao Yang, Jinli Suo, Yuxiao Cheng, and Qionghai Dai.

paper | arxiv

📖 Introduction

Restoring motion from blur is a challenging task due to the inherent ill-posedness of motion blur decomposition, the intrinsic ambiguity in motion direction, and the diverse motions present in natural videos. In this work, by leveraging classical coded exposure imaging technique and emerging implicit neural representation for videos, we tactfully embed the motion direction cues into the blurry image during the imaging process and develop a novel self-recursive neural network to sequentially retrieve the latent video sequence from the blurry image utilizing the embedded motion direction cues.

🧰 Requirements

Please refer to requirements.txt.

🚅 How to run

Training

change the configuration files in conf/ and run the following command:

python train.py

Testing

change the configuration files in conf/ and run the following command:

Your should be able to directly run the following command with the provided pre-trained model for a quick demonstration.

python test.py

🔖 Citation

@article{zhang_lightweight_2024,
	title = {Lightweight {High}-{Speed} {Photography} {Built} on {Coded} {Exposure} and {Implicit} {Neural} {Representation} of {Videos}},
	issn = {1573-1405},
	url = {https://doi.org/10.1007/s11263-024-02198-1},
	doi = {10.1007/s11263-024-02198-1},
	journal = {International Journal of Computer Vision},
	author = {Zhang, Zhihong and Yang, Runzhao and Suo, Jinli and Cheng, Yuxiao and Dai, Qionghai},
	month = aug,
	year = {2024},
}

About

Blur decomposition based on coded exposure photography and implicit neural representation of videos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages