Papers › Recurrent Video Restoration Transformer with Guided Deformable Attention

Recurrent Video Restoration Transformer with Guided Deformable Attention

5 Jun 2022arXiv:2206.02146archive 2025-07-28

Jingyun Liang, Yuchen Fan, Xiaoyu Xiang, Rakesh Ranjan, Eddy Ilg, Simon Green, JieZhang Cao, Kai Zhang, Radu Timofte, Luc van Gool

Video restoration aims at restoring multiple high-quality frames from multiple low-quality frames. Existing video restoration methods generally fall into two extreme cases, i.e., they either restore all frames in parallel or restore the video frame by frame in a recurrent way, which would result in different merits and drawbacks. Typically, the former has the advantage of temporal information fusion. However, it suffers from large model size and intensive memory consumption; the latter has a relatively small model size as it shares parameters across frames; however, it lacks long-range dependency modeling ability and parallelizability. In this paper, we attempt to integrate the advantages of the two cases by proposing a recurrent video restoration transformer, namely RVRT. RVRT processes local neighboring frames in parallel within a globally recurrent framework which can achieve a good trade-off between model size, effectiveness, and efficiency. Specifically, RVRT divides the video into multiple clips and uses the previously inferred clip feature to estimate the subsequent clip feature. Within each clip, different frame features are jointly updated with implicit feature aggregation. Across different clips, the guided deformable attention is designed for clip-to-clip alignment, which predicts multiple relevant locations from the whole inferred clip and aggregates their features by the attention mechanism. Extensive experiments on video super-resolution, deblurring, and denoising show that the proposed RVRT achieves state-of-the-art performance on benchmark datasets with balanced model size, testing memory and runtime.

PaperPDFCodeCode 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="2206.02146")

Code

Syntology Ran 7 of 14 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 2 ran · fixture could not drive it.

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

jingyunliang/rvrt officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
Ascend-Research/Turtle mentioned on GitHubpytorch report
labshuhanggu/mia-vsr mentioned on GitHubpytorchApache-2.0 report
xg416/DATUM mentioned on GitHubpytorch 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

14 samples harvested; 7 ran; 0 honoured the contract we drafted; 7 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.

5ran · our draft was wrong
2ran · fixture could not drive it
7unverified

Licence: 5 of the 14 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.

flow_warp JingyunLiang/RVRT/models/network_rvrt.py official repository ran · our draft was wrong licence not identified · pointer only · 0c02fb4e80bda186 · report
make_layer JingyunLiang/RVRT/models/network_rvrt.py official repository ran · our draft was wrong licence not identified · pointer only · b80adc256b420252 · report
test_video JingyunLiang/RVRT/main_test_rvrt.py official repository ran · our draft was wrong licence not identified · pointer only · a1cad82b9beff0c7 · report
window_partition JingyunLiang/RVRT/models/network_rvrt.py official repository ran · fixture could not drive it licence not identified · pointer only · 54da2d24c1765483 · report
test_clip JingyunLiang/RVRT/main_test_rvrt.py official repository unverified licence not identified · pointer only · 705758eeba9070e3 · report
batch_index_fill labshuhanggu/mia-vsr/archs/functions.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 7839fb1aca0933e2 · report
drop_path labshuhanggu/mia-vsr/archs/mia_sliding_arch.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 52d96aa31ed74a56 · report
flow_warp_avg_patch labshuhanggu/mia-vsr/archs/mia_vsr_arch.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 9e66eec08eeb6369 · report
batch_index_select labshuhanggu/mia-vsr/archs/functions.py community (archive-listed) unverified Apache-2.0 (permissive) · 6bc3966389f69fe9 · report
reduce_loss labshuhanggu/mia-vsr/losses/loss_util.py community (archive-listed) unverified Apache-2.0 (permissive) · a648a03a952822c0 · report
weight_reduce_loss labshuhanggu/mia-vsr/losses/loss_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 1ba39317ea81871a · report
weighted_loss labshuhanggu/mia-vsr/losses/loss_util.py community (archive-listed) unverified Apache-2.0 (permissive) · cf63f8afc13f62a7 · report
window_partition labshuhanggu/mia-vsr/archs/mia_sliding_arch.py community (archive-listed) unverified Apache-2.0 (permissive) · e0f3c2fd11d92ad7 · report
window_single_partition labshuhanggu/mia-vsr/archs/mia_sliding_arch.py community (archive-listed) unverified Apache-2.0 (permissive) · c0dc7488e394219c · report

Tasks

Analog Video RestorationDeblurringDenoisingSnow RemovalSuper-ResolutionVideo DenoisingVideo RestorationVideo Super-ResolutionVideo deraining

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Analog Video Restoration TAPE RVRT LPIPS 0.117 #4 of 7 Archive leaderboard report
Analog Video Restoration TAPE RVRT PSNR 32.47 #4 of 7 Archive leaderboard report
Analog Video Restoration TAPE RVRT SSIM 0.896 #4 of 7 Archive leaderboard report
Analog Video Restoration TAPE RVRT VMAF 72.41 #4 of 7 Archive leaderboard report
Deblurring DVD RVRT PSNR 34.92 #2 of 7 Archive leaderboard report
Deblurring DVD RVRT SSIM 97.38 #2 of 7 Archive leaderboard report
Video Denoising DAVIS sigma10 RVRT PSNR 40.57 #3 of 6 Archive leaderboard report
Video Denoising DAVIS sigma20 RVRT PSNR 38.05 #3 of 7 Archive leaderboard report
Video Denoising DAVIS sigma30 RVRT PSNR 36.57 #2 of 7 Archive leaderboard report
Video Denoising DAVIS sigma40 RVRT PSNR 35.47 #2 of 8 Archive leaderboard report
Video Denoising DAVIS sigma50 RVRT PSNR 34.57 #2 of 8 Archive leaderboard report
Video Denoising Set8 sigma10 RVRT PSNR 37.53 #3 of 6 Archive leaderboard report
Video Denoising Set8 sigma20 RVRT PSNR 34.83 #3 of 7 Archive leaderboard report
Video Denoising Set8 sigma30 RVRT PSNR 33.3 #3 of 7 Archive leaderboard report
Video Denoising Set8 sigma40 RVRT PSNR 32.21 #2 of 8 Archive leaderboard report
Video Denoising Set8 sigma50 RVRT PSNR 31.33 #2 of 9 Archive leaderboard report
Video Super-Resolution UDM10 - 4x upscaling RVRT PSNR 40.9 #2 of 7 Archive leaderboard report
Video Super-Resolution UDM10 - 4x upscaling RVRT SSIM 0.9729 #2 of 7 Archive leaderboard report
Video Super-Resolution Vid4 - 4x upscaling RVRT PSNR 27.99 #7 of 27 Archive leaderboard report
Video Super-Resolution Vid4 - 4x upscaling RVRT SSIM 0.8462 #7 of 27 Archive leaderboard report
Video Super-Resolution Vid4 - 4x upscaling - BD degradation RVRT PSNR 29.54 #1 of 18 Archive leaderboard report
Video Super-Resolution Vid4 - 4x upscaling - BD degradation RVRT SSIM 0.8810 #1 of 18 Archive leaderboard report
Video Super-Resolution Vimeo90K RVRT PSNR 38.59 #2 of 3 Archive leaderboard report
Video Super-Resolution Vimeo90K RVRT SSIM 0.9576 #2 of 3 Archive leaderboard report
Video deraining VRDS RVRT PSNR 28.24 #8 of 8 Archive leaderboard report
Video deraining VRDS RVRT SSIM 0.8857 #8 of 8 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

CLIP

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