Deep Video Frame Interpolation using Cyclic Frame Generation

Yu-Lun Liu1,2,3     Yi-Tung Liao1,2     Yen-Yu Lin1     Yung-Yu Chuang1,2    
1Academia Sinica,     2National Taiwan University,     3MediaTek    

33rd AAAI Conference on Artificial Intelligence (AAAI 2019)



Abstract
Video frame interpolation algorithms predict intermediate frames to produce videos with higher frame rates and smooth view transitions given two consecutive frames as inputs. We propose that: synthesized frames are more reliable if they can be used to reconstruct the input frames with high quality. Based on this idea, we introduce a new loss term, the cycle consistency loss. The cycle consistency loss can better utilize the training data to not only enhance the interpolation results, but also maintain the performance better with less training data. It can be integrated into any frame interpolation network and trained in an end-to-end manner. In addition to the cycle consistency loss, we propose two extensions: motion linearity loss and edge-guided training. The motion linearity loss approximates the motion between two input frames to be linear and regularizes the training. By applying edge-guided training, we further improve results by integrating edge information into training. Both qualitative and quantitative experiments demonstrate that our model outperforms the state-of-the-art methods.

Citation (bibTex)

Paper
Yu-Lun Liu, Yi-Tung Liao, Yen-Yu Lin, and Yung-Yu Chuang. Deep Video Frame Interpolation using Cyclic Frame Generation.
AAAI 2019.



Poster


Slides


Code and Models
Code and Models (TensorFlow)


Results
Video Interpolation Results (UCF-101)
Video Interpolation Results (Middlebury)


Related Paper
Ziwei Liu, Raymond Yeh, Xiaoou Tang, Yiming Liu, and Aseem Agarwala. Video Frame Synthesis using Deep Voxel Flow.
IEEE ICCV 2017. PDF Project Website Code

Xie, Saining and Tu, Zhuowen. Holistically-Nested Edge Detection.
IEEE ICCV 2015. PDF Code

Video