Papers › Noise2Self: Blind Denoising by Self-Supervision

Noise2Self: Blind Denoising by Self-Supervision

30 Jan 2019arXiv:1901.11365archive 2025-07-28

Joshua Batson, Loic Royer

We propose a general framework for denoising high-dimensional measurements which requires no prior on the signal, no estimate of the noise, and no clean training data. The only assumption is that the noise exhibits statistical independence across different dimensions of the measurement, while the true signal exhibits some correlation. For a broad class of functions ("𝒥-invariant"), it is then possible to estimate the performance of a denoiser from noisy data alone. This allows us to calibrate 𝒥-invariant versions of any parameterised denoising algorithm, from the single hyperparameter of a median filter to the millions of weights of a deep neural network. We demonstrate this on natural image and microscopy data, where we exploit noise independence between pixels, and on single-cell gene expression data, where we exploit independence between detections of individual molecules. This framework generalizes recent work on training neural nets from noisy images and on cross-validation for matrix factorization.

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

Code

Syntology Ran 3 of 20 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

By repository: official repository: 9 samples from 1 repository, 0 ran; community (archive-listed): 11 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.

czbiohub/noise2self officialmentioned in papermentioned on GitHubpytorchMIT report
abbasi-ali/noise2self mentioned on GitHubpytorch report
mozanunal/SparseCT mentioned on GitHubpytorchMIT report
royerlab/ssi-code 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

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

3ran · our draft was wrong
17unverified

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 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.

expand czbiohub/noise2self/util.py official repository unverified MIT (permissive) · cc0b8b3068669a1f · report
grid_distances czbiohub/noise2self/gaussianprocess/gp.py official repository unverified MIT (permissive) · bc20a9e1ef9282cf · report
interpolate_mask czbiohub/noise2self/mask.py official repository unverified MIT (permissive) · f1eba247029d5ed9 · report
pad_circular czbiohub/noise2self/models/singleconv.py official repository unverified MIT (permissive) · d5a41a224e76bb65 · report
pixel_grid_mask czbiohub/noise2self/mask.py official repository unverified MIT (permissive) · 1a57c82d01231e95 · report
rbe_kernel czbiohub/noise2self/gaussianprocess/gp.py official repository unverified MIT (permissive) · 72dec1fa899ff5e0 · report
sample_rbe_gp czbiohub/noise2self/gaussianprocess/gp.py official repository unverified MIT (permissive) · 2bf40b28639a6492 · report
scale_tensor czbiohub/noise2self/util.py official repository unverified MIT (permissive) · d17b3b7c14cf588d · report
tensor_to_numpy czbiohub/noise2self/util.py official repository unverified MIT (permissive) · 6d58cee70f947cab · report
act mozanunal/SparseCT/sparse_ct/model/common.py community (archive-listed) ran · our draft was wrong MIT (permissive) · e3edcd371d85dd22 · report
bn mozanunal/SparseCT/sparse_ct/model/common.py community (archive-listed) ran · our draft was wrong MIT (permissive) · cd7e7024386fb823 · report
conv mozanunal/SparseCT/sparse_ct/model/common.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 040cc21cdcd6aae9 · report
Skip mozanunal/SparseCT/sparse_ct/model/skip.py community (archive-listed) unverified MIT (permissive) · e01560b51159d944 · report
get_kernel mozanunal/SparseCT/sparse_ct/model/downsampler.py community (archive-listed) unverified MIT (permissive) · c4b67caf4a9fdb85 · report
im2tensor mozanunal/SparseCT/sparse_ct/tool.py community (archive-listed) unverified MIT (permissive) · 42c6887aee895c67 · report
np_to_torch mozanunal/SparseCT/sparse_ct/tool.py community (archive-listed) unverified MIT (permissive) · 278458cc9bc9e16a · report
torch_to_np mozanunal/SparseCT/sparse_ct/tool.py community (archive-listed) unverified MIT (permissive) · 29a64a0e234ddf27 · report
tv_2d_l1 mozanunal/SparseCT/sparse_ct/loss/tv.py community (archive-listed) unverified MIT (permissive) · 5eb531b3d79ed2a0 · report
tv_2d_l2 mozanunal/SparseCT/sparse_ct/loss/tv.py community (archive-listed) unverified MIT (permissive) · 579bcc9f43d56e4e · report
tvd_2d_l2 mozanunal/SparseCT/sparse_ct/loss/tv.py community (archive-listed) unverified MIT (permissive) · 9b8471cb36f4d721 · report

Tasks

Denoising

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Color Image Denoising CellNet DnCNN (n2t) PSNR 34.4 #1 of 1 Archive leaderboard report
Color Image Denoising Hanzi DnCNN (n2t) PSNR 13.9 #1 of 1 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