Papers › IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation

29 May 2022CVPR 2022 1arXiv:2205.14620archive 2025-07-28

Lingtong Kong, Boyuan Jiang, Donghao Luo, Wenqing Chu, Xiaoming Huang, Ying Tai, Chengjie Wang, Jie Yang

Prevailing video frame interpolation algorithms, that generate the intermediate frames from consecutive inputs, typically rely on complex model architectures with heavy parameters or large delay, hindering them from diverse real-time applications. In this work, we devise an efficient encoder-decoder based network, termed IFRNet, for fast intermediate frame synthesizing. It first extracts pyramid features from given inputs, and then refines the bilateral intermediate flow fields together with a powerful intermediate feature until generating the desired output. The gradually refined intermediate feature can not only facilitate intermediate flow estimation, but also compensate for contextual details, making IFRNet do not need additional synthesis or refinement module. To fully release its potential, we further propose a novel task-oriented optical flow distillation loss to focus on learning the useful teacher knowledge towards frame synthesizing. Meanwhile, a new geometry consistency regularization term is imposed on the gradually refined intermediate features to keep better structure layout. Experiments on various benchmarks demonstrate the excellent performance and fast inference speed of proposed approaches. Code is available at https://github.com/ltkong218/IFRNet.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.14620")

Code

Syntology Ran 10 of 20 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 3 ran; community (archive-listed): 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ltkong218/ifrnet officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 10 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
2ran · fixture could not drive it
5ran
10unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

gaussian ltkong218/IFRNet/metric.py official repository ran · honoured contract fingerprinted MIT (permissive) · c56b7ef16f309a45 · report
get_robust_weight ltkong218/IFRNet/utils.py official repository ran fingerprinted MIT (permissive) · 4dc728d7076fe0a9 · report
resize ltkong218/IFRNet/models/IFRNet.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 3073f3b71dc41f8a · report
create_window ltkong218/IFRNet/metric.py official repository unverified MIT (permissive) · ddde98d185346197 · report
create_window_3d ltkong218/IFRNet/metric.py official repository unverified MIT (permissive) · 44cbb53da2e7f168 · report
get_lr ltkong218/IFRNet/train_gopro.py official repository unverified MIT (permissive) · aaa35a6320121aa6 · report
random_crop ltkong218/IFRNet/datasets.py official repository unverified MIT (permissive) · 25081efb127925fd · report
random_resize ltkong218/IFRNet/datasets.py official repository unverified MIT (permissive) · b17c1ca578cfa57d · report
random_reverse_channel ltkong218/IFRNet/datasets.py official repository unverified MIT (permissive) · 04cda3b8b4206a50 · report
read ltkong218/IFRNet/utils.py official repository unverified MIT (permissive) · bbbedcca6e1544a7 · report
Decoder1 pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 77b300d6590456e1 · report
Decoder4 pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran Apache-2.0 (permissive) · b29aa07553e77b81 · report
Encoder pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 4176171c340a2380 · report
ResBlock pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · a4a1cc910d0e13df · report
convrelu pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 1a30c25d56937bad · report
resize pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 5b17e544cf23ff18 · report
warp pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · a4d5c37ca03cf29f · report
Decoder2 pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 9d92261879f6a644 · report
Decoder3 pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 311153678094963f · report
IFRNet pilot7747/sldl/sldl/video/ifrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · b4b68124cf219559 · report

Tasks

DecoderOptical Flow EstimationVideo Frame Interpolation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_large LPIPS 0.037 #11 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_large MS-SSIM 0.943 #11 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_large PSNR 28.04 #11 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_large SSIM 0.921 #11 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_large VMAF 66.98 #11 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_base LPIPS 0.048 #15 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_base MS-SSIM 0.932 #15 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_base PSNR 27.67 #15 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_base SSIM 0.909 #15 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_base VMAF 64.16 #15 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_small LPIPS 0.049 #16 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_small MS-SSIM 0.931 #16 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_small PSNR 27.45 #16 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_small SSIM 0.908 #16 of 24 Archive leaderboard report
Video Frame Interpolation MSU Video Frame Interpolation IFRNet_small VMAF 63.43 #16 of 24 Archive leaderboard report
Video Frame Interpolation Middlebury IFRNet Interpolation Error 4.216 #1 of 11 Archive leaderboard report
Video Frame Interpolation UCF101 IFRNet PSNR 35.42 #6 of 19 Archive leaderboard report
Video Frame Interpolation UCF101 IFRNet SSIM 0.9698 #6 of 19 Archive leaderboard report
Video Frame Interpolation Vimeo90K IFRNet PSNR 36.20 #5 of 23 Archive leaderboard report
Video Frame Interpolation Vimeo90K IFRNet SSIM 0.9808 #5 of 23 Archive leaderboard report
Video Frame Interpolation Vimeo90K IFRNet Speed (ms/f) 16 (Tesla V100) #5 of 23 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections