paper-with-me

홈 › Papers

Channel Attention Is All You Need for Video Frame Interpolation

2020-04-03 · AAAI Conference on Artificial Intelligence 2020 4 · Myungsub Choi, Heewon Kim, Bohyung Han, Ning Xu, Kyoung Mu Lee

Prevailing video frame interpolation techniques rely heavily on optical flow estimation and require additional model complexity and computational cost; it is also susceptible to error propagation in challenging scenarios with large motion and heavy occlusion. To alleviate the limitation, we propose a simple but effective deep neural network for video frame interpolation, which is end-to-end trainable and is free from a motion estimation network component. Our algorithm employs a special feature reshaping operation, referred to as PixelShuffle, with a channel attention, which replaces the optical flow computation module. The main idea behind the design is to distribute the information in a feature map into multiple channels and extract motion information by attending the channels for pixel-level frame synthesis. The model given by this principle turns out to be effective in the presence of challenging motion and occlusion. We construct a comprehensive evaluation benchmark and demonstrate that the proposed approach achieves outstanding performance compared to the existing models with a component for optical flow computation.

📄 PDF Abstract BibTeX

Code (1)

myungsub/cain pytorch

Tasks

AllMotion EstimationOptical Flow EstimationVideo Frame Interpolation

Similar Papers 제목 키워드 기반

Training Weakly Supervised Video Frame Interpolation With Events

2021-01-01 · ICCV 2021 10 · ZHIYANG YU, Yu Zhang, Deyuan Liu, Dongqing Zou 외

Event-based video frame interpolation is promising as event cameras capture dense motion signals that can greatly facilitate motion-aware synthesis. However, training existing frameworks for this task requires high f…

Video Frame Interpolation

Optimizing Video Prediction via Video Frame Interpolation

2022-06-27 · CVPR 2022 1 · Yue Wu, Qiang Wen, Qifeng Chen

Video prediction is an extrapolation task that predicts future frames given past frames, and video frame interpolation is an interpolation task that estimates intermediate frames between two frames. We have witnessed the…

Open-Ended Question AnsweringPredictionVideo Frame InterpolationVideo Prediction

Unsupervised Video Interpolation by Learning Multilayered 2.5D Motion Fields

2022-04-21 · Ziang Cheng, Shihao Jiang, Hongdong Li

The problem of video frame interpolation is to increase the temporal resolution of a low frame-rate video, by interpolating novel frames between existing temporally sparse frames. This paper presents a self-supervised ap…

Video Frame Interpolation

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

Video Frame Interpolation Transformer

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

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 addr…

Video Frame Interpolation