Zoom-in-to-Check: Boosting Video Interpolation via Instance-Level Discrimination

Abstract

We propose a light-weight video frame interpolation algorithm. Our key innovation is an instance-level supervision that allows information to be learned from the high-resolution version of similar objects. Our experiment shows that the proposed method can generate state-of-the-art results across different datasets, with fractional computation resources (time and memory) of competing methods. Given two image frames, a cascade network creates an intermediate frame with 1) a flow-warping module that computes coarse bi-directional optical flow and creates an interpolated image via flow-based warping, followed by 2) an image synthesis module to make fine-scale corrections. In the learning stage, object detection proposals are generated on the interpolated image. Lower resolution objects are zoomed into, and the learning algorithms using an adversarial loss trained on high-resolution objects to guide the system towards the instance-level refinement corrects details of object shape and boundaries.

Cite

Text

Yuan et al. "Zoom-in-to-Check: Boosting Video Interpolation via Instance-Level Discrimination." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01246

Markdown

[Yuan et al. "Zoom-in-to-Check: Boosting Video Interpolation via Instance-Level Discrimination." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/yuan2019cvpr-zoomintocheck/) doi:10.1109/CVPR.2019.01246

BibTeX

@inproceedings{yuan2019cvpr-zoomintocheck,
  title     = {{Zoom-in-to-Check: Boosting Video Interpolation via Instance-Level Discrimination}},
  author    = {Yuan, Liangzhe and Chen, Yibo and Liu, Hantian and Kong, Tao and Shi, Jianbo},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01246},
  url       = {https://mlanthology.org/cvpr/2019/yuan2019cvpr-zoomintocheck/}
}