Deep Shutter Unrolling Network

Abstract

We present a novel network for rolling shutter effect correction. Our network takes two consecutive rolling shutter images and estimates the corresponding global shutter image of the latest frame. The dense displacement field from a rolling shutter image to its corresponding global shutter image is estimated via a motion estimation network. The learned feature representation of a rolling shutter image is then warped, via the displacement field, to its global shutter representation by a differentiable forward warping block. An image decoder recovers the global shutter image based on the warped feature representation. Our network can be trained end-to-end and only requires the global shutter image for supervision. Since there is no public dataset available, we also propose two large datasets: the Carla-RS dataset and the Fastec-RS dataset. Experimental results demonstrate that our network outperforms the state-of-the-art methods. We make both our code and datasets available at https://github.com/ethliup/DeepUnrollNet.

Cite

Text

Liu et al. "Deep Shutter Unrolling Network." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00598

Markdown

[Liu et al. "Deep Shutter Unrolling Network." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/liu2020cvpr-deep-a/) doi:10.1109/CVPR42600.2020.00598

BibTeX

@inproceedings{liu2020cvpr-deep-a,
  title     = {{Deep Shutter Unrolling Network}},
  author    = {Liu, Peidong and Cui, Zhaopeng and Larsson, Viktor and Pollefeys, Marc},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00598},
  url       = {https://mlanthology.org/cvpr/2020/liu2020cvpr-deep-a/}
}