Papers › A Poisson-Gaussian Denoising Dataset with Real Fluorescence Microscopy Images

A Poisson-Gaussian Denoising Dataset with Real Fluorescence Microscopy Images

26 Dec 2018CVPR 2019 6arXiv:1812.10366archive 2025-07-28

Yide Zhang, Yinhao Zhu, Evan Nichols, Qingfei Wang, Si-Yuan Zhang, Cody Smith, Scott Howard

Fluorescence microscopy has enabled a dramatic development in modern biology. Due to its inherently weak signal, fluorescence microscopy is not only much noisier than photography, but also presented with Poisson-Gaussian noise where Poisson noise, or shot noise, is the dominating noise source. To get clean fluorescence microscopy images, it is highly desirable to have effective denoising algorithms and datasets that are specifically designed to denoise fluorescence microscopy images. While such algorithms exist, no such datasets are available. In this paper, we fill this gap by constructing a dataset - the Fluorescence Microscopy Denoising (FMD) dataset - that is dedicated to Poisson-Gaussian denoising. The dataset consists of 12,000 real fluorescence microscopy images obtained with commercial confocal, two-photon, and wide-field microscopes and representative biological samples such as cells, zebrafish, and mouse brain tissues. We use image averaging to effectively obtain ground truth images and 60,000 noisy images with different noise levels. We use this dataset to benchmark 10 representative denoising algorithms and find that deep learning methods have the best performance. To our knowledge, this is the first real microscopy image dataset for Poisson-Gaussian denoising purposes and it could be an important tool for high-quality, real-time denoising applications in biomedical research.

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

Code

Syntology Ran 5 of 22 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran with no contract checked.

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

bmmi/denoising-fluorescence officialmentioned in papermentioned on GitHubpytorchMIT report
csm9493/FBI-Denoiser mentioned on GitHubpytorchMIT report
csm9493/GAN2GAN mentioned on GitHubpytorch report
yinhaoz/denoising-fluorescence 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

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

1ran · honoured contract
4ran
17unverified

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

adjust_learning_rate bmmi/denoising-fluorescence/denoising/utils/practices.py official repository ran · honoured contract MIT (permissive) · 14ebf34e2f003912 · report
add_noise bmmi/denoising-fluorescence/denoising/utils/noise.py official repository unverified MIT (permissive) · 6f5ae543b2665234 · report
annealing_linear bmmi/denoising-fluorescence/denoising/utils/practices.py official repository unverified MIT (permissive) · 6ea5c4823811a3e0 · report
cal_psnr bmmi/denoising-fluorescence/denoising/utils/metrics.py official repository unverified MIT (permissive) · 08df5d271f487b61 · report
conv3x3 bmmi/denoising-fluorescence/denoising/models/unet.py official repository unverified MIT (permissive) · 8d908c5ef8d3e11d · report
fluore_to_tensor bmmi/denoising-fluorescence/denoising/utils/data_loader.py official repository unverified MIT (permissive) · 2190c9625267f12c · report
is_image_file bmmi/denoising-fluorescence/denoising/utils/data_loader.py official repository unverified MIT (permissive) · 3002f15097305815 · report
module_size bmmi/denoising-fluorescence/denoising/utils/misc.py official repository unverified MIT (permissive) · 8d8b366633b88388 · report
pil_loader bmmi/denoising-fluorescence/denoising/utils/data_loader.py official repository unverified MIT (permissive) · b38192a90bf3af95 · report
stitch_pathes bmmi/denoising-fluorescence/denoising/utils/misc.py official repository unverified MIT (permissive) · d7ed95b364fdca49 · report
to_numpy bmmi/denoising-fluorescence/denoising/utils/misc.py official repository unverified MIT (permissive) · c6c52ec834adb730 · report
annealing_cos yinhaoz/denoising-fluorescence/denoising/utils/practices.py community (archive-listed) ran fingerprinted MIT (permissive) · ba05401cbaac305f · report
conv1x1 csm9493/FBI-Denoiser/core/unet.py community (archive-listed) ran MIT (permissive) · 9200656a2a28834f · report
conv3x3 csm9493/FBI-Denoiser/core/unet.py community (archive-listed) ran MIT (permissive) · fe1bac001ffc64d5 · report
upconv2x2 csm9493/FBI-Denoiser/core/unet.py community (archive-listed) ran MIT (permissive) · 87dc2e4625e5eb8c · report
BlindSpotConv csm9493/FBI-Denoiser/core/dbsn.py community (archive-listed) unverified MIT (permissive) · 0c73479d03c2508a · report
estimated_bias csm9493/FBI-Denoiser/core/loss_functions.py community (archive-listed) unverified MIT (permissive) · a5d2dc2ed601363c · report
get_PSNR csm9493/FBI-Denoiser/core/utils.py community (archive-listed) unverified MIT (permissive) · f44d660b6ccbeea9 · report
get_SSIM csm9493/FBI-Denoiser/core/utils.py community (archive-listed) unverified MIT (permissive) · d5f765357da5f38b · report
im2patch csm9493/FBI-Denoiser/core/utils.py community (archive-listed) unverified MIT (permissive) · f42a21ac3a36dd53 · report
mse_affine csm9493/FBI-Denoiser/core/loss_functions.py community (archive-listed) unverified MIT (permissive) · 2af64ac313fcf88e · report
mse_bias csm9493/FBI-Denoiser/core/loss_functions.py community (archive-listed) unverified MIT (permissive) · ba6e70b8f2432f12 · report

Tasks

Denoising

Datasets

Introduced by this paper, per the archive.

FMD

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