English

Cascaded Deep Video Deblurring Using Temporal Sharpness Prior

Computer Vision and Pattern Recognition 2020-04-07 v1

Abstract

We present a simple and effective deep convolutional neural network (CNN) model for video deblurring. The proposed algorithm mainly consists of optical flow estimation from intermediate latent frames and latent frame restoration steps. It first develops a deep CNN model to estimate optical flow from intermediate latent frames and then restores the latent frames based on the estimated optical flow. To better explore the temporal information from videos, we develop a temporal sharpness prior to constrain the deep CNN model to help the latent frame restoration. We develop an effective cascaded training approach and jointly train the proposed CNN model in an end-to-end manner. We show that exploring the domain knowledge of video deblurring is able to make the deep CNN model more compact and efficient. Extensive experimental results show that the proposed algorithm performs favorably against state-of-the-art methods on the benchmark datasets as well as real-world videos.

Keywords

Cite

@article{arxiv.2004.02501,
  title  = {Cascaded Deep Video Deblurring Using Temporal Sharpness Prior},
  author = {Jinshan Pan and Haoran Bai and Jinhui Tang},
  journal= {arXiv preprint arXiv:2004.02501},
  year   = {2020}
}

Comments

CVPR 2020. The code is available at https://github.com/csbhr/CDVD-TSP

R2 v1 2026-06-23T14:40:39.094Z