paper-with-me

홈 › 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 generated by it may lose details. In contrast, the attention mechanism in Transformer can better distinguish the contribution of each pixel, and it can also capture long-range pixel dependencies, which provides great potential for video interpolation. Nevertheless, the original Transformer is commonly used for 2D images; how to develop a Transformer-based framework with consideration of temporal self-attention for video frame interpolation remains an open issue. In this paper, we propose Video Frame Interpolation Flow Transformer to incorporate motion dynamics from optical flows into the self-attention mechanism. Specifically, we design a Flow Transformer Block that calculates the temporal self-attention in a matched local area with the guidance of flow, making our framework suitable for interpolating frames with large motion while maintaining reasonably low complexity. In addition, we construct a multi-scale architecture to account for multi-scale motion, further improving the overall performance. Extensive experiments on three benchmarks demonstrate that the proposed method can generate interpolated frames with better visual quality than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2307.16144

Code (0)

등록된 구현이 없습니다.

Tasks

Video Frame Interpolation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

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…

IDO-VFI: Identifying Dynamics via Optical Flow Guidance for Video Frame Interpolation with Events

2023-05-17 · Chenyang Shi, Hanxiao Liu, Jing Jin, Wenzhuo Li 외

Video frame interpolation aims to generate high-quality intermediate frames from boundary frames and increase frame rate. While existing linear, symmetric and nonlinear models are used to bridge the gap from the lack of …

Event-based Optical FlowOptical Flow EstimationVideo Frame Interpolation

EDEN: Enhanced Diffusion for High-quality Large-motion Video Frame Interpolation

2025-03-20 · CVPR 2025 1 · Zihao Zhang, Haoran Chen, Haoyu Zhao, Guansong Lu 외

Handling complex or nonlinear motion patterns has long posed challenges for video frame interpolation. Although recent advances in diffusion-based methods offer improvements over traditional optical flow-based approaches…

Optical Flow EstimationVideo Frame Interpolation

Frame Interpolation Transformer and Uncertainty Guidance

2023-01-01 · CVPR 2023 1 · Markus Plack, Karlis Martins Briedis, Abdelaziz Djelouah, Matthias B. Hullin 외

Video frame interpolation has seen important progress in recent years, thanks to developments in several directions. Some works leverage better optical flow methods with improved splatting strategies or additional cu…

Optical Flow EstimationVideo Frame Interpolation

Video Interpolation by Event-driven Anisotropic Adjustment of Optical Flow

2022-08-19 · Song Wu, Kaichao You, Weihua He, Chen Yang 외

Video frame interpolation is a challenging task due to the ever-changing real-world scene. Previous methods often calculate the bi-directional optical flows and then predict the intermediate optical flows under the linea…

Optical Flow EstimationVideo Frame Interpolation