Papers › RealViformer: Investigating Attention for Real-World Video Super-Resolution

RealViformer: Investigating Attention for Real-World Video Super-Resolution

19 Jul 2024arXiv:2407.13987archive 2025-07-28

Yuehan Zhang, Angela Yao

In real-world video super-resolution (VSR), videos suffer from in-the-wild degradations and artifacts. VSR methods, especially recurrent ones, tend to propagate artifacts over time in the real-world setting and are more vulnerable than image super-resolution. This paper investigates the influence of artifacts on commonly used covariance-based attention mechanisms in VSR. Comparing the widely-used spatial attention, which computes covariance over space, versus the channel attention, we observe that the latter is less sensitive to artifacts. However, channel attention leads to feature redundancy, as evidenced by the higher covariance among output channels. As such, we explore simple techniques such as the squeeze-excite mechanism and covariance-based rescaling to counter the effects of high channel covariance. Based on our findings, we propose RealViformer. This channel-attention-based real-world VSR framework surpasses state-of-the-art on two real-world VSR datasets with fewer parameters and faster runtimes. The source code is available at https://github.com/Yuehan717/RealViformer.

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="2407.13987")

Code

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

By repository: official repository: 23 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yuehan717/realviformer 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

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

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

Licence: 0 of the 23 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 Yuehan717/RealViformer. “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.

Attention Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant MIT (permissive) · c673f82c27d694b0 · report
BasicModule Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant MIT (permissive) · 34544c8f80a989ea · report
BiasFree_LayerNorm Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 7e2a41bb01b94fc9 · report
CrossChannelAttention Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant MIT (permissive) · f3e998138ec90085 · report
FeedForward Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant MIT (permissive) · 1e98c6126e991a81 · report
LayerNorm Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant MIT (permissive) · f65e81cd69bbf677 · report
SpyNet Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran MIT (permissive) · 1098bd700b316e9f · report
Upsample Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · dc176fc0afbcaf34 · report
WithBias_LayerNorm Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · a19b3d60ae1aaffa · report
flow_warp Yuehan717/RealViformer/archs/realviformer_arch.py official repository ran · our draft was wrong MIT (permissive) · ef9faf68f492a375 · report
img2tensor yuehan717/realviformer/img_util.py official repository ran MIT (permissive) · 8b5cf3d00508f17b · report
make_layer yuehan717/realviformer/archs/arch_util.py official repository ran · our draft was wrong MIT (permissive) · 96ad5dc9ca239aec · report
resize_flow yuehan717/realviformer/archs/arch_util.py official repository ran MIT (permissive) · 9f330f530563e78f · report
scandir yuehan717/realviformer/data_util.py official repository ran MIT (permissive) · f4e0ddb8e63a63ee · report
tensor2img yuehan717/realviformer/img_util.py official repository ran MIT (permissive) · 6d6227e782335df3 · report
tensor2img_fast yuehan717/realviformer/img_util.py official repository ran MIT (permissive) · 442bf3d188b77bf1 · report
to_3d yuehan717/realviformer/archs/realviformer_arch.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 82a15cc1e46f7e4d · report
to_4d yuehan717/realviformer/archs/realviformer_arch.py official repository ran · fixture could not drive it MIT (permissive) · b20f2a5df739a59e · report
ChannelAttentionBlock Yuehan717/RealViformer/archs/realviformer_arch.py official repository unverified MIT (permissive) · 181873d6f2194b59 · report
Downsample Yuehan717/RealViformer/archs/realviformer_arch.py official repository unverified MIT (permissive) · 4bde66e2e3722ca8 · report
RealViformer Yuehan717/RealViformer/archs/realviformer_arch.py official repository unverified MIT (permissive) · 8378fd449c8fc540 · report
TransformerBlock Yuehan717/RealViformer/archs/realviformer_arch.py official repository unverified MIT (permissive) · e91c5e9a654fd7dc · report
mod_crop yuehan717/realviformer/data_util.py official repository unverified MIT (permissive) · 223d0788b0725dfb · report

Tasks

Image Super-ResolutionSuper-ResolutionVideo Super-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

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