paper-with-me

홈 › Papers

Video Frame Interpolation Transformer

2021-11-27 · CVPR 2022 1 · Zhihao Shi, Xiangyu Xu, Xiaohong Liu, Jun Chen, Ming-Hsuan Yang

Existing methods for video interpolation heavily rely on deep convolution neural networks, and thus suffer from their intrinsic limitations, such as content-agnostic kernel weights and restricted receptive field. To address these issues, we propose a Transformer-based video interpolation framework that allows content-aware aggregation weights and considers long-range dependencies with the self-attention operations. To avoid the high computational cost of global self-attention, we introduce the concept of local attention into video interpolation and extend it to the spatial-temporal domain. Furthermore, we propose a space-time separation strategy to save memory usage, which also improves performance. In addition, we develop a multi-scale frame synthesis scheme to fully realize the potential of Transformers. Extensive experiments demonstrate the proposed model performs favorably against the state-of-the-art methods both quantitatively and qualitatively on a variety of benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2111.13817

Code (1)

zhshi0816/video-frame-interpolation-transformer 공식 구현 pytorch

Tasks

Video Frame Interpolation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Video Frame Interpolation with Flow Transformer

2023-07-30 · Pan Gao, Haoyue Tian, Jie Qin

Video frame interpolation has been actively studied with the development of convolutional neural networks. However, due to the intrinsic limitations of kernel weight sharing in convolution, the interpolated frame generat…

Video Frame Interpolation

H-VFI: Hierarchical Frame Interpolation for Videos with Large Motions

2022-11-21 · Changlin Li, Guangyang Wu, Yanan sun, Xin Tao 외

Capitalizing on the rapid development of neural networks, recent video frame interpolation (VFI) methods have achieved notable improvements. However, they still fall short for real-world videos containing large motions. …

Video Frame Interpolation

Efficient Convolution and Transformer-Based Network for Video Frame Interpolation

2023-07-12 · Issa Khalifeh, Luka Murn, Marta Mrak, Ebroul Izquierdo

Video frame interpolation is an increasingly important research task with several key industrial applications in the video coding, broadcast and production sectors. Recently, transformers have been introduced to the fiel…

Video Frame Interpolation

Cross-Attention Transformer for Video Interpolation

2022-07-08 · Hannah Halin Kim, Shuzhi Yu, Shuai Yuan, Carlo Tomasi

We propose TAIN (Transformers and Attention for video INterpolation), a residual neural network for video interpolation, which aims to interpolate an intermediate frame given two consecutive image frames around it. We fi…

A Perceptual Quality Metric for Video Frame Interpolation

2022-10-04 · Qiqi Hou, Abhijay Ghildyal, Feng Liu

Research on video frame interpolation has made significant progress in recent years. However, existing methods mostly use off-the-shelf metrics to measure the quality of interpolation results with the exception of a few …

Video Frame Interpolation