The problem — Standard iterative Richardson-Lucy (RL) deconvolution sharpens fluorescence images by reversing PSF-induced blur, but two pathologies limit its utility at scale. First, at high iteration counts noise is amplified and ring artefacts appear — a serious problem in low-SNR light-sheet planes where signal is already marginal. Second, standard RL is computationally expensive: a 3D+t petabyte dataset runs for days or fails entirely, making it a bottleneck rather than a preprocessing step.
What it is / how it works — OMW (OTF-masked Wiener Richardson-Lucy) is the deconvolution algorithm implemented in PetaKit5D (Ruan et al., Nature Methods 2024). It modifies the standard RL update by applying a Wiener-filter mask in the OTF (optical transfer function) frequency domain before each iteration. The mask attenuates frequencies where the PSF response falls below a noise-power threshold, preventing the iterative amplification of noise at high spatial frequencies. The result converges in fewer iterations and produces a sharper, lower-noise volume than vanilla RL on the same data. In PetaKit5D's distributed implementation, OMW runs on GPU with chunked parallelism across the full volume, achieving approximately 10× speedup over standard sequential RL — fast enough to keep pace with real-time acquisition in online mode.
Where it fits — OMW sits at the preprocess stage of a light-sheet pipeline, between raw ingest and stitching. It is one of the signal-shaping decisions with the most downstream consequence: a deconvolved volume feeds segmentation, and any structure synthesised by deconvolution will propagate into morphology features as if it were real biology.
Where it breaks — OMW, like all deconvolution, assumes an accurate PSF model. Aberration, refractive-index mismatch in deep tissue, or a measured PSF from a different z-depth than the target region will deconvolve with the wrong kernel — sharpening where the physics says "uncertain." The result passes visual inspection and even improves SSIM/PSNR against a reference, while distorting the structure that downstream segmentation depends on. The Wiener mask reduces but does not eliminate ringing on high-contrast edges at high OTF frequencies.