Papers › Towards General Low-Light Raw Noise Synthesis and Modeling

Towards General Low-Light Raw Noise Synthesis and Modeling

31 Jul 2023ICCV 2023 1arXiv:2307.16508archive 2025-07-28

Feng Zhang, Bin Xu, Zhiqiang Li, Xinran Liu, Qingbo Lu, Changxin Gao, Nong Sang

Modeling and synthesizing low-light raw noise is a fundamental problem for computational photography and image processing applications. Although most recent works have adopted physics-based models to synthesize noise, the signal-independent noise in low-light conditions is far more complicated and varies dramatically across camera sensors, which is beyond the description of these models. To address this issue, we introduce a new perspective to synthesize the signal-independent noise by a generative model. Specifically, we synthesize the signal-dependent and signal-independent noise in a physics- and learning-based manner, respectively. In this way, our method can be considered as a general model, that is, it can simultaneously learn different noise characteristics for different ISO levels and generalize to various sensors. Subsequently, we present an effective multi-scale discriminator termed Fourier transformer discriminator (FTD) to distinguish the noise distribution accurately. Additionally, we collect a new low-light raw denoising (LRD) dataset for training and benchmarking. Qualitative validation shows that the noise generated by our proposed noise model can be highly similar to the real noise in terms of distribution. Furthermore, extensive denoising experiments demonstrate that our method performs favorably against state-of-the-art methods on different sensors.

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

Code

Syntology Ran 15 of 20 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 13 ran with no contract checked.

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

fengzhang427/LRD 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; 15 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 · fixture could not drive it
13ran
5unverified

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 fengzhang427/LRD. “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.

apply_ccms fengzhang427/LRD/raw_process/LRD_post_process.py official repository ran MIT (permissive) · 70e90e19a49b549d · report
apply_gains fengzhang427/LRD/raw_process/SID_post_process.py official repository ran MIT (permissive) · 63cc917598a67f63 · report
demosaic fengzhang427/LRD/raw_process/LRD_post_process.py official repository ran fingerprinted MIT (permissive) · 1da403b404f61152 · report
drop_path fengzhang427/LRD/ViT_helper.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 3ac6b7d76e8e3584 · report
forward_patches fengzhang427/LRD/train_denoise_LRD.py official repository ran MIT (permissive) · 135aad478fe73cf5 · report
gamma_compression fengzhang427/LRD/raw_process/SID_post_process.py official repository ran fingerprinted MIT (permissive) · f8c8b670d9bb8c81 · report
get_psnr fengzhang427/LRD/utils.py official repository ran fingerprinted MIT (permissive) · 6c071f2514ce8a40 · report
get_scheduler fengzhang427/LRD/utils.py official repository ran MIT (permissive) · 5fa7698e84d3a88c · report
pack_raw_DJI fengzhang427/LRD/noise_profile/noise_profile_SonyA7S2.py official repository ran MIT (permissive) · ed42d1958af188dc · report
pack_raw_SID fengzhang427/LRD/datasets/Denoise_dataset.py official repository ran MIT (permissive) · 37d9c6eba769af47 · report
pack_raw_bayer fengzhang427/LRD/noise_profile/noise_profile_SonyA7S2.py official repository ran MIT (permissive) · 77dad890b0d037bc · report
raw2stack_RGGB fengzhang427/LRD/train_denoise_LRD.py official repository ran fingerprinted MIT (permissive) · 12e66c962c260d27 · report
read_dorf fengzhang427/LRD/raw_process/EMoR/EMoR.py official repository ran MIT (permissive) · 031ab536c74127bb · report
stack2raw_RGGB fengzhang427/LRD/train_denoise_LRD.py official repository ran MIT (permissive) · 7b94bb50a39ba2fd · report
trunc_normal_ fengzhang427/LRD/ViT_helper.py official repository ran · fixture could not drive it MIT (permissive) · 02566da69866c48c · report
apply_gains fengzhang427/LRD/raw_process/LRD_post_process.py official repository unverified MIT (permissive) · e6501a9602eb526b · report
forward_patches fengzhang427/LRD/train_denoise_SID.py official repository unverified MIT (permissive) · 785f3a8049b134d2 · report
get_ssim fengzhang427/LRD/utils.py official repository unverified MIT (permissive) · 08a9da5a3c00e119 · report
log fengzhang427/LRD/noise_profile/noise_profile_SonyA7S2.py official repository unverified MIT (permissive) · fe0468e2d3603fb0 · report
read_emor fengzhang427/LRD/raw_process/EMoR/EMoR.py official repository unverified MIT (permissive) · dfa0c71130d11161 · report

Tasks

DenoisingImage DenoisingLow-Light Image EnhancementNoise Estimation

Datasets

Introduced by this paper, per the archive.

LRD

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Denoising ELD SonyA7S2 x100 LRD PSNR (Raw) 44.95 #6 of 9 Archive leaderboard report
Image Denoising ELD SonyA7S2 x100 LRD SSIM (Raw) 0.979 #6 of 9 Archive leaderboard report
Image Denoising ELD SonyA7S2 x200 LRD PSNR (Raw) 43.32 #6 of 10 Archive leaderboard report
Image Denoising ELD SonyA7S2 x200 LRD SSIM (Raw) 0.966 #6 of 10 Archive leaderboard report
Image Denoising SID SonyA7S2 x100 LRD PSNR (Raw) 41.95 #4 of 5 Archive leaderboard report
Image Denoising SID SonyA7S2 x100 LRD SSIM (Raw) 0.956 #4 of 5 Archive leaderboard report
Image Denoising SID SonyA7S2 x250 LRD PSNR (Raw) 39.25 #8 of 10 Archive leaderboard report
Image Denoising SID SonyA7S2 x250 LRD SSIM (Raw) 0.931 #8 of 10 Archive leaderboard report
Image Denoising SID SonyA7S2 x300 LRD PSNR (Raw) 36.03 #2 of 2 Archive leaderboard report
Image Denoising SID SonyA7S2 x300 LRD SSIM (Raw) 0.909 #2 of 2 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.

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