English

Video Frame Interpolation with Transformer

Computer Vision and Pattern Recognition 2022-05-17 v1

Abstract

Video frame interpolation (VFI), which aims to synthesize intermediate frames of a video, has made remarkable progress with development of deep convolutional networks over past years. Existing methods built upon convolutional networks generally face challenges of handling large motion due to the locality of convolution operations. To overcome this limitation, we introduce a novel framework, which takes advantage of Transformer to model long-range pixel correlation among video frames. Further, our network is equipped with a novel cross-scale window-based attention mechanism, where cross-scale windows interact with each other. This design effectively enlarges the receptive field and aggregates multi-scale information. Extensive quantitative and qualitative experiments demonstrate that our method achieves new state-of-the-art results on various benchmarks.

Keywords

Cite

@article{arxiv.2205.07230,
  title  = {Video Frame Interpolation with Transformer},
  author = {Liying Lu and Ruizheng Wu and Huaijia Lin and Jiangbo Lu and Jiaya Jia},
  journal= {arXiv preprint arXiv:2205.07230},
  year   = {2022}
}

Comments

CVPR2022

R2 v1 2026-06-24T11:17:40.108Z