Papers › Towards Real-World Burst Image Super-Resolution: Benchmark and Method

Towards Real-World Burst Image Super-Resolution: Benchmark and Method

9 Sep 2023ICCV 2023 1arXiv:2309.04803archive 2025-07-28

Pengxu Wei, Yujing Sun, Xingbei Guo, Chang Liu, Jie Chen, Xiangyang Ji, Liang Lin

Despite substantial advances, single-image super-resolution (SISR) is always in a dilemma to reconstruct high-quality images with limited information from one input image, especially in realistic scenarios. In this paper, we establish a large-scale real-world burst super-resolution dataset, i.e., RealBSR, to explore the faithful reconstruction of image details from multiple frames. Furthermore, we introduce a Federated Burst Affinity network (FBAnet) to investigate non-trivial pixel-wise displacements among images under real-world image degradation. Specifically, rather than using pixel-wise alignment, our FBAnet employs a simple homography alignment from a structural geometry aspect and a Federated Affinity Fusion (FAF) strategy to aggregate the complementary information among frames. Those fused informative representations are fed to a Transformer-based module of burst representation decoding. Besides, we have conducted extensive experiments on two versions of our datasets, i.e., RealBSR-RAW and RealBSR-RGB. Experimental results demonstrate that our FBAnet outperforms existing state-of-the-art burst SR methods and also achieves visually-pleasant SR image predictions with model details. Our dataset, codes, and models are publicly available at https://github.com/yjsunnn/FBANet.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 22 of 29 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 17 ran with no contract checked.

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

yjsunnn/fbanet officialmentioned in paperpytorchMIT 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

29 samples harvested; 22 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

4ran · our draft was wrong
1ran · fixture could not drive it
17ran
7unverified

Licence: 0 of the 29 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 yjsunnn/FBANet. “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.

ConvProjection yjsunnn/FBANet/model.py official repository ran MIT (permissive) · ac174fec3e23aa7b · report
Downsample_flatten yjsunnn/FBANet/model.py official repository ran fingerprinted MIT (permissive) · 323265751addf553 · report
LeFF yjsunnn/FBANet/model.py official repository ran MIT (permissive) · 77ff7b6704558111 · report
LinearProjection yjsunnn/FBANet/model.py official repository ran MIT (permissive) · 8cc07c7cf8e3296d · report
LinearProjection_Concat_kv yjsunnn/FBANet/model.py official repository ran MIT (permissive) · a88d832a42153fba · report
ResBlock yjsunnn/FBANet/model.py official repository ran fingerprinted MIT (permissive) · b72b66e9ec7fe38f · report
SEBasicBlock yjsunnn/FBANet/model.py official repository ran MIT (permissive) · 01718b15b1a6769a · report
SepConv2d yjsunnn/FBANet/model.py official repository ran fingerprinted MIT (permissive) · 3cfb6d8134fa5a62 · report
Upsample yjsunnn/FBANet/model.py official repository ran MIT (permissive) · 93f3d523e11ee887 · report
Upsample_flatten yjsunnn/FBANet/model.py official repository ran MIT (permissive) · a1f6b98b451f9950 · report
Upsampler yjsunnn/FBANet/model.py official repository ran MIT (permissive) · 71266d282079ed33 · report
calculate_parameters yjsunnn/fbanet/utils/calculate_parameters.py official repository ran MIT (permissive) · 8f2cb62f2e2829d6 · report
conv3x3 yjsunnn/fbanet/model.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
default_conv yjsunnn/fbanet/common.py official repository ran · our draft was wrong MIT (permissive) · 8b0e794d4d8f9b13 · report
get_crop yjsunnn/fbanet/ManualDataset.py official repository ran MIT (permissive) · 8c20aac2b589f3ab · report
get_pad_layer yjsunnn/fbanet/utils/antialias.py official repository ran · our draft was wrong MIT (permissive) · 50aa4a59fe718c61 · report
get_pad_layer_1d yjsunnn/fbanet/utils/antialias.py official repository ran MIT (permissive) · 176a539246e68879 · report
is_frozen yjsunnn/fbanet/utils/model_utils.py official repository ran MIT (permissive) · 930cddf0a4d80ab1 · report
load_start_epoch yjsunnn/fbanet/utils/model_utils.py official repository ran MIT (permissive) · c3bea8c4ee6bef4a · report
tv_loss yjsunnn/fbanet/losses.py official repository ran MIT (permissive) · bd81f2c248f04da7 · report
window_partition yjsunnn/fbanet/model.py official repository ran · fixture could not drive it MIT (permissive) · c4b5a8b25f271a68 · report
window_reverse yjsunnn/fbanet/model.py official repository ran · our draft was wrong MIT (permissive) · e2cf4a766e987768 · report
BaseModel yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · 5542fb90957b9612 · report
BasicBaseModelLayer yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · 1d8e36a85946250f · report
BasicTransformerBlock yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · 6cadca82908e051f · report
NewFusion yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · bfa8ccef51294b6d · report
OutputProj_HWC yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · 2c8aebefe85a9e02 · report
WindowAttention yjsunnn/FBANet/model.py official repository unverified MIT (permissive) · b9d721c692df1a80 · report
load_optim yjsunnn/fbanet/utils/model_utils.py official repository unverified MIT (permissive) · 81e30648b66c8cf7 · report

Tasks

Burst Image Super-ResolutionImage Super-ResolutionSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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