paper-with-me

홈 › Papers

FastRIFE: Optimization of Real-Time Intermediate Flow Estimation for Video Frame Interpolation

2021-05-27 · Malwina Kubas, Grzegorz Sarwas

The problem of video inter-frame interpolation is an essential task in the field of image processing. Correctly increasing the number of frames in the recording while maintaining smooth movement allows to improve the quality of played video sequence, enables more effective compression and creating a slow-motion recording. This paper proposes the FastRIFE algorithm, which is some speed improvement of the RIFE (Real-Time Intermediate Flow Estimation) model. The novel method was examined and compared with other recently published algorithms. All source codes are available at https://gitlab.com/malwinq/interpolation-of-images-for-slow-motion-videos

📄 PDF Abstract BibTeX arXiv:2105.13482

Code (1)

https://gitlab.com/malwinq/interpolation-of-images-for-slow-motion-videos 공식 구현 pytorch

Tasks

Video Frame Interpolation

Methods 이 논문이 사용한 방법론

PReLU A Parametric Rectified Linear Unit, or PReLU, is an activation function that generalizes the traditional rectified unit with a slope for negative values.…
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…
IFBlock IFBlock is a video model block used in the IFNet architecture for video frame interpolation. IFBlocks do not contain expensive…
Residual Connection 설명 없음
IFNet IFNet is an architecture for video frame interpolation that adopts a coarse-to-fine strategy with progressively increased resolutions: it iteratively updates intermediate…
RIFE RIFE, or Real-time Intermediate Flow Estimation is an intermediate flow estimation algorithm for Video Frame Interpolation (VFI). Many recent flow-based VFI methods first…

Similar Papers 제목 키워드 기반

RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation

2020-11-12 · Zhewei Huang, Tianyuan Zhang, Wen Heng, Boxin Shi 외

We propose RIFE, a Real-time Intermediate Flow Estimation algorithm for Video Frame Interpolation (VFI). Many recent flow-based VFI methods first estimate the bi-directional optical flows, then scale and reverse them to …

Optical Flow EstimationVideo Frame Interpolation

An Overflow/Underflow-Free Fixed-Point Bit-Width Optimization Method for OS-ELM Digital Circuit

2021-03-17 · Mineto Tsukada, Hiroki Matsutani

Currently there has been increasing demand for real-time training on resource-limited IoT devices such as smart sensors, which realizes standalone online adaptation for streaming data without data transfers to remote ser…

Target-aware Image Editing via Cycle-consistent Constraints

2025-10-23 · Yanghao Wang, Zhen Wang, Long Chen arxiv

Recent pre-trained text-to-image flow models have enabled remarkable progress in text-based image editing. Mainstream approaches adopt a corruption-then-restoration paradigm, where the source image is first corrupted int…

Text-based Image EditingImage Reconstruction

Rethinking the Flow-Based Gradual Domain Adaptation: A Semi-Dual Optimal Transport Perspective

2026-02-01 · Zhichao Chen, Zhan Zhuang, Yunfei Teng, Hao Wang 외 arxiv

Gradual domain adaptation (GDA) aims to mitigate domain shift by progressively adapting models from the source domain to the target domain via intermediate domains. However, real intermediate domains are often unavailabl…

Domain Adaptation

Q-Flow: Stable and Expressive Reinforcement Learning with Flow-Based Policy

2026-05-13 · JaeHyeok Doo, Byeongguk Jeon, Seonghyeon Ye, Kimin Lee 외 arxiv

There is growing interest in utilizing flow-based models as decision-making policies in reinforcement learning due to their high expressive capacity. However, effectively leveraging this expressivity for value maximizati…

Reinforcement Learning