Papers › SNIPS: Solving Noisy Inverse Problems Stochastically

SNIPS: Solving Noisy Inverse Problems Stochastically

31 May 2021NeurIPS 2021 12arXiv:2105.14951archive 2025-07-28

Bahjat Kawar, Gregory Vaksman, Michael Elad

In this work we introduce a novel stochastic algorithm dubbed SNIPS, which draws samples from the posterior distribution of any linear inverse problem, where the observation is assumed to be contaminated by additive white Gaussian noise. Our solution incorporates ideas from Langevin dynamics and Newton's method, and exploits a pre-trained minimum mean squared error (MMSE) Gaussian denoiser. The proposed approach relies on an intricate derivation of the posterior score function that includes a singular value decomposition (SVD) of the degradation operator, in order to obtain a tractable iterative algorithm for the desired sampling. Due to its stochasticity, the algorithm can produce multiple high perceptual quality samples for the same noisy observation. We demonstrate the abilities of the proposed paradigm for image deblurring, super-resolution, and compressive sensing. We show that the samples produced are sharp, detailed and consistent with the given measurements, and their diversity exposes the inherent uncertainty in the inverse problem being solved.

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

Code

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

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

bahjat-kawar/snips_torch officialmentioned in papermentioned 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

22 samples harvested; 12 ran; 1 honoured the contract we drafted; 10 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.

1ran · honoured contract
5ran · our draft was wrong
1ran · fixture could not drive it
5ran
10unverified

Licence: 0 of the 22 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 bahjat-kawar/snips_torch. “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.

ConditionalInstanceNorm2dPlus bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran MIT (permissive) · 388e66d45a0b6895 · report
ConditionalVarianceNorm2d bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran MIT (permissive) · 87800abf6d1cfbcd · report
EMAHelper bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran MIT (permissive) · c8ee28a2429c95c7 · report
InstanceNorm2dPlus bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran MIT (permissive) · 7ebe24984ea80e20 · report
VarianceNorm2d bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran MIT (permissive) · a6e7e28620d868f3 · report
general_anneal_Langevin_dynamics bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · our draft was wrong MIT (permissive) · 1cb35353e2df12d7 · report
get_custom_kernel bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · honoured contract MIT (permissive) · 61e08b48ac22c4de · report
inverse_data_transform bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · our draft was wrong MIT (permissive) · cd9d1cd248f9be9e · report
invert_diag bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 4b07870d83869614 · report
kernel_to_matrix bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 610e5888cc1e256b · report
logit_transform bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 778a78e5d08c23b3 · report
vec_to_image bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 38e5424873f17c56 · report
CelebA bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · 63f6d53e17f2cf08 · report
NCSNRunner bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · b61f91dffbc9686a · report
NCSNv2 bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · 605acc68aa3232ef · report
NCSNv2Deeper bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · cc27fd891520a914 · report
VisionDataset bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · 3a2746c903862ace · report
data_transform bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · c4a69cb9142a7670 · report
get_dataset bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · 44c4f505b4f07dde · report
get_model bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · ba939dba5d855f41 · report
get_normalization bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · 1dc9e4e73ba16aac · report
mat_by_vec bahjat-kawar/snips_torch/runners/ncsn_runner.py official repository unverified MIT (permissive) · dc7592588979a5a3 · report

Tasks

Compressive SensingDeblurringDiversityImage DeblurringSuper-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