Method / tool

PSNR

PSNR (Peak Signal-to-Noise Ratio) is a full-reference image quality metric derived from the mean squared error between a test image and a noise-free reference, expressed in decibels. It is a standard benchmark in microscopy denoising and super-resolution but is blind to structural and biological fidelity.

What it measures — PSNR quantifies pixel-level fidelity between a restored or processed image and a noise-free reference using the formula PSNR = 10·log₁₀(MAX²/MSE), where MAX is the maximum possible pixel value and MSE is the mean squared error across all pixels. Higher values (in dB) indicate less deviation from the reference. It is a direct proxy for pixel-level noise reduction and has no concept of structure, edges, or biological relevance.

Where it is used in microscopy — PSNR is the primary benchmark for fluorescence denoising algorithms. CARE (content-aware image restoration) established the convention of reporting PSNR on held-out test acquisitions to compare restoration fidelity across photon budgets; Noise2Void and its successors followed the same protocol. Super-resolution and deconvolution papers routinely pair PSNR with SSIM to characterize improvement relative to a diffraction-limited or widefield reference — it is practically ubiquitous in restoration benchmarks.

Where it breaks — Three failure modes matter for quantitative microscopy:

  1. The reference does not exist in practice. A true noise-free ground truth is not acquirable in live or low-light imaging — the photon-limited image is the only measurement. PSNR computed against a high-dose acquisition tests one acquisition condition against another, not fidelity to truth.
  2. MSE is intensity-weighted. Large, bright regions (cytoplasm, background) dominate the error term. Faint but biologically important structures — organelle membranes, sparse puncta, low-abundance probes — contribute negligibly to MSE. A model can maximize PSNR by blurring fine structure, which is exactly what Cell Painting profiling and segmentation rely on.
  3. It is decoupled from the readout. As image-quality-is-not-one-number argues, image-space metrics live at the lowest quality level; a restoration that raises PSNR can simultaneously erode profile reproducibility, segmentation accuracy, or transcript assignment.
A higher PSNR after denoising or super-resolution is not evidence the biology survived — it can be evidence the metric was optimized. Gate restoration pipelines on readout-level metrics (percent-replicating, segmentation accuracy, profile mAP), not on image-space similarity alone.

References

Appears in these notes

  • Image Quality Is Not One NumberFovea treats microscopy quality as four nested levels — image-space, run/sample, readout, and decision — because a metric at one level says nothing about the levels above it. Full-reference scalars like SSIM and PSNR measure only the first, yet teams report as if they measured the third.

← Back to the constellation