DFPN: Deformable Frame Prediction Network
2021-05-26Code Available1· sign in to hype
M. Akin Yilmaz, A. Murat Tekalp
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/makinyilmaz/DFPNOfficialIn paperpytorch★ 11
- github.com/KUIS-AI-Tekalp-Research-Group/frame-predictionpytorch★ 8
Abstract
Learned frame prediction is a current problem of interest in computer vision and video compression. Although several deep network architectures have been proposed for learned frame prediction, to the best of our knowledge, there is no work based on using deformable convolutions for frame prediction. To this effect, we propose a deformable frame prediction network (DFPN) for task oriented implicit motion modeling and next frame prediction. Experimental results demonstrate that the proposed DFPN model achieves state of the art results in next frame prediction. Our models and results are available at https://github.com/makinyilmaz/DFPN.