Papers › FoundIR: Unleashing Million-scale Training Data to Advance Foundation Models for Image...

FoundIR: Unleashing Million-scale Training Data to Advance Foundation Models for Image Restoration

2 Dec 2024arXiv:2412.01427archive 2025-07-28

Hao Li, Xiang Chen, Jiangxin Dong, Jinhui Tang, Jinshan Pan

Despite the significant progress made by all-in-one models in universal image restoration, existing methods suffer from a generalization bottleneck in real-world scenarios, as they are mostly trained on small-scale synthetic datasets with limited degradations. Therefore, large-scale high-quality real-world training data is urgently needed to facilitate the emergence of foundational models for image restoration. To advance this field, we spare no effort in contributing a million-scale dataset with two notable advantages over existing training data: real-world samples with larger-scale, and degradation types with higher diversity. By adjusting internal camera settings and external imaging conditions, we can capture aligned image pairs using our well-designed data acquisition system over multiple rounds and our data alignment criterion. Moreover, we propose a robust model, FoundIR, to better address a broader range of restoration tasks in real-world scenarios, taking a further step toward foundation models. Specifically, we first utilize a diffusion-based generalist model to remove degradations by learning the degradation-agnostic common representations from diverse inputs, where incremental learning strategy is adopted to better guide model training. To refine the model's restoration capability in complex scenarios, we introduce degradation-aware specialist models for achieving final high-quality results. Extensive experiments show the value of our dataset and the effectiveness of our method.

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

Code

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

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

House-Leo/FoundIR mentioned 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

24 samples harvested; 16 ran; 0 honoured the contract we drafted; 8 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 · violated contract
2ran · our draft was wrong
2ran · fixture could not drive it
10ran
8unverified

Licence: 0 of the 24 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 House-Leo/FoundIR. “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.

calculate_fid House-Leo/FoundIR/metrics/fid.py community (archive-listed) ran MIT (permissive) · 1d7ce6d6dd7ff5c1 · report
calculate_weights_indices House-Leo/FoundIR/matlab_functions.py community (archive-listed) ran MIT (permissive) · a0a9dee5557b1557 · report
compute_feature House-Leo/FoundIR/metrics/niqe.py community (archive-listed) ran MIT (permissive) · 5170ff1c4106b27a · report
cubic House-Leo/FoundIR/matlab_functions.py community (archive-listed) ran fingerprinted MIT (permissive) · 2a78a7db11a55ede · report
default House-Leo/FoundIR/src/model.py community (archive-listed) ran · violated contract MIT (permissive) · d1ef6b8cb9a28a53 · report
estimate_aggd_param House-Leo/FoundIR/metrics/niqe.py community (archive-listed) ran MIT (permissive) · a1282a48b0941f5d · report
exists House-Leo/FoundIR/src/model.py community (archive-listed) ran · violated contract MIT (permissive) · 608e364a9d2376a3 · report
extract_inception_features House-Leo/FoundIR/metrics/fid.py community (archive-listed) ran MIT (permissive) · c9fb213c957dc82d · report
flow_warp House-Leo/FoundIR/specialist_model/basicsr/archs/arch_util.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ef9faf68f492a375 · report
make_layer House-Leo/FoundIR/specialist_model/basicsr/archs/arch_util.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 96ad5dc9ca239aec · report
prepare_for_ssim House-Leo/FoundIR/metrics/psnr_ssim.py community (archive-listed) ran fingerprinted MIT (permissive) · 95c6eba9350a455a · report
prepare_for_ssim_rgb House-Leo/FoundIR/metrics/psnr_ssim.py community (archive-listed) ran fingerprinted MIT (permissive) · fb93712db7064ac4 · report
reorder_image House-Leo/FoundIR/metrics/metric_util.py community (archive-listed) ran MIT (permissive) · 95067518dc16b3e5 · report
resize_flow House-Leo/FoundIR/specialist_model/basicsr/archs/arch_util.py community (archive-listed) ran MIT (permissive) · 5a1d8458dc7077a6 · report
to_3d House-Leo/FoundIR/specialist_model/basicsr/archs/Restormer_arch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 82a15cc1e46f7e4d · report
to_4d House-Leo/FoundIR/specialist_model/basicsr/archs/Restormer_arch.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b20f2a5df739a59e · report
check_image_size House-Leo/FoundIR/specialist_model/inference_lowlight.py community (archive-listed) unverified MIT (permissive) · 7ab32da4188a2275 · report
check_image_size House-Leo/FoundIR/specialist_model/inference_weather.py community (archive-listed) unverified MIT (permissive) · 3d48eb1a78a327d1 · report
dict2str House-Leo/FoundIR/cal_metrics.py community (archive-listed) unverified MIT (permissive) · aca6d1049c83a507 · report
img2tensor House-Leo/FoundIR/cal_metrics.py community (archive-listed) unverified MIT (permissive) · 101e90f511df891e · report
imresize House-Leo/FoundIR/matlab_functions.py community (archive-listed) unverified MIT (permissive) · dfb4171d25811492 · report
niqe House-Leo/FoundIR/metrics/niqe.py community (archive-listed) unverified MIT (permissive) · 0029cb1566e47350 · report
scandir House-Leo/FoundIR/cal_metrics.py community (archive-listed) unverified MIT (permissive) · 7952dbdafdde6e7a · report
tensor2img House-Leo/FoundIR/src/model.py community (archive-listed) unverified MIT (permissive) · ac6cfb6f7e2c39d2 · report

Tasks

Image RestorationIncremental Learning

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