Deconvolution
Deconvolution is the mathematical inverse of convolution, and it sits at the heart of one of science's most persistent challenges: recovering something you've lost. Imagine a signal that passed through a filter, got blurred, distorted, or buried in noise, and arrived at your instruments looking nothing like what was sent. Deconvolution is the set of techniques that tries to reverse that damage. The foundations for this field were laid in 1949 by Norbert Wiener of the Massachusetts Institute of Technology, in a book based on classified wartime research. What did those early methods unlock? How does a flawed mirror on the Hubble Space Telescope get corrected in software? And how do seismologists use these ideas to peer into the structure of the Earth? The answers stretch from ocean-floor echoes to blood glucose monitors.
Norbert Wiener published "Extrapolation, Interpolation, and Smoothing of Stationary Time Series" in 1949, but the work inside it had already shaped the war effort. The book's contents had been classified during World War II, making this publication the first time the broader scientific community could engage with it. Wiener was based at the Massachusetts Institute of Technology, and his framework became the theoretical bedrock for both deconvolution and time-series analysis. The ideas he developed did not stay abstract for long. Some of the earliest attempts to apply them came from fields that might seem surprising: weather forecasting and economics. Paul Samuelson, the economist, was among the collaborators working at MIT in the period just after the war, alongside mathematicians like Norman Levinson. That unusual mix of disciplines points to how broadly Wiener's framework was understood to apply from the start.
At its core, deconvolution addresses a specific problem: you have a recorded signal h, and you suspect it is a distorted version of some original signal f, warped by a filter function g before you ever received it. The function g represents the impulse response of an instrument or a physical process, such as an electrical circuit or a diffusion equation. If g is known, the problem is tractable through deterministic deconvolution. If g is unknown, it must be estimated, either through statistical methods or from the physical principles of the system under study. In the simplest, noise-free case, the process collapses into filter reversal using the Fourier transform. By computing the Fourier transform of the recorded signal and the system response, the original signal's transform F can be isolated via the convolution theorem, then brought back to the original domain by an inverse Fourier transform. The complication arises because g sits in the denominator of that calculation. Any errors in g get amplified in the output, which is why the ideal, noise-free case rarely describes real instruments.
Physical measurements almost never arrive clean. In practice, the recorded signal carries noise alongside the information of interest, and treating a noisy signal as though it were noiseless leads to a flawed estimate of the original. The worse the signal-to-noise ratio, the worse the recovered signal will be. This is the reason inverse filtering alone, the "raw deconvolution" approach, is usually not a good solution. When at least some knowledge exists about the character of the noise, such as whether it behaves like white noise, better techniques become available. Wiener deconvolution is among the most important of these, offering a way to improve the estimate of f by incorporating that noise knowledge into the calculation. The trade-off between sharpness and noise amplification runs through every branch of deconvolution, whether in seismology, imaging, or spectroscopy.
In 1950, Enders Robinson was a graduate student at MIT, and the problem he was working on was the structure of the Earth. Robinson collaborated with Wiener, Levinson, and Samuelson to build what became known as the convolutional model of a reflection seismogram. The recorded seismogram s(t) is treated as the convolution of two things: an Earth-reflectivity function e(t), which encodes information about the geological layers below, and a seismic wavelet w(t) generated by a point source at the surface. Deconvolution allows the seismologist to strip away the wavelet and recover the reflectivity function, which is what they actually want. The technique assumes the reflectivity is white, meaning its power spectrum is constant, and that the wavelet is minimum phase. A Wiener filter then shapes the estimated wavelet into a Dirac delta function, a mathematical spike, effectively compressing the seismic pulse so that individual reflection events can be seen distinctly. In practice, the data are noisy, discretely sampled, and of finite length, so the solution is formulated as a Toeplitz matrix problem and solved using Levinson recursion, which provides the best possible filter in a mean-squared-error sense.
Early images from the Hubble Space Telescope were distorted by a flawed mirror, and deconvolution was one of the tools used to sharpen them before physical corrections were possible. In optics and imaging more broadly, deconvolution refers to the reversal of optical distortion introduced by microscopes, electron microscopes, telescopes, and other instruments. The key concept is the point spread function, or PSF: a mathematical description of how the instrument blurs a theoretical point source of light. If the PSF is known, computing its inverse and convolving the acquired image with that inverse yields the original, undistorted image. In practice, the true PSF cannot be measured exactly, and approximations are used, either calculated theoretically or estimated from known probe objects. When the PSF is entirely unknown, a technique called blind deconvolution can be applied. It works by systematically testing different candidate PSFs and assessing whether the resulting image has improved. Blind deconvolution is particularly well established in astronomy, where the point nature of stars makes it easier to extract the PSF from the image itself. The Richardson-Lucy deconvolution algorithm is the most widely used iterative method for this purpose, while Wiener deconvolution remains the most common non-iterative approach.
Tracer kinetics is one of the clearest biological applications of deconvolution. When a hormone concentration is measured in the blood, the secretion rate that produced it can be estimated by working backward through a deconvolution calculation. A similarly practical example involves blood glucose: direct blood measurement is invasive, but interstitial glucose, measured in the fluid between cells, is a time- and amplitude-distorted version of the real blood glucose level. Deconvolution can recover the original blood glucose concentration from that distorted signal. In radio astronomy, a specific form of deconvolution appears in image synthesis for radio interferometry. The image produced by this process is convolved with what practitioners call the "dirty beam," another name for the point spread function in that context. The standard method for removing it is the CLEAN algorithm. Absorption spectra have also been treated extensively with deconvolution, with the Van Cittert algorithm being one established tool for the purpose. In NMR spectroscopy, the data are recorded in the time domain but analyzed in the frequency domain, and dividing the time-domain data by an exponential function has the effect of narrowing the width of Lorentzian lines in the frequency spectrum, a deconvolution operation that sharpens spectral resolution without changing the underlying physics.
Common questions
Who developed the foundations of deconvolution and when?
Norbert Wiener of the Massachusetts Institute of Technology laid the foundations for deconvolution and time-series analysis in his 1949 book "Extrapolation, Interpolation, and Smoothing of Stationary Time Series". The work was based on research Wiener had conducted during World War II that had been classified at the time.
What is deconvolution used for in seismology?
In reflection seismology, deconvolution is used to strip a seismic wavelet from a recorded seismogram and recover the Earth-reflectivity function, which reveals the geological structure underground. Enders Robinson and colleagues including Wiener, Norman Levinson, and Paul Samuelson developed the convolutional model for this purpose starting in 1950 at MIT.
How was deconvolution used to fix Hubble Space Telescope images?
Early Hubble Space Telescope images were distorted by a flawed mirror and were sharpened using deconvolution before physical corrections were made. The technique works by determining the point spread function that describes the distortion, then convolving the acquired image with its inverse to recover the original, undistorted image.
What is blind deconvolution and where is it applied?
Blind deconvolution is a technique used when the distortion function is unknown; it works by systematically testing different possible point spread functions and assessing whether the image improves. It is well established in astronomy and is also used in fluorescence microscopy and fluorescence spectral imaging. The Richardson-Lucy algorithm is the most common iterative method for blind deconvolution.
What are the main biological applications of deconvolution?
Deconvolution is applied in tracer kinetics to estimate hormone secretion rates from blood concentration measurements. It is also used to recover blood glucose concentration from interstitial glucose readings, which are a time- and amplitude-distorted version of the actual blood glucose level.
Why does noise make deconvolution difficult?
When a noisy signal is treated as noiseless, the statistical estimate of the distortion function g is incorrect, which in turn produces an incorrect estimate of the original signal. The lower the signal-to-noise ratio, the worse the result. Techniques such as Wiener deconvolution improve the estimate by incorporating knowledge about the character of the noise, for example whether it behaves as white noise.
All sources
9 references cited across the entry
- 1Intro to Signal Processing - DeconvolutionT. O'Haver — University of Maryland at College Park
- 2BookExtrapolation, Interpolation, and Smoothing of Stationary Time Series: With Engineering ApplicationsNorbert Wiener — MIT Press — 1949
- 3BookHandbook of Biological Confocal MicroscopyP. C. Cheng — Springer — 2006
- 4JournalRealistic modeling of the illumination point spread function in confocal scanning optical microscopyM. J. Nasse et al. — 2010
- 5JournalDeveloping terahertz imaging equation and enhancement of the resolution of terahertz images using deconvolutionKiarash Ahi et al. — May 26, 2016
- 6BookTerahertz Imaging and Remote Sensing Design for Applications in Medical ImagingShijun Sung — UCLA Electronic Theses and Dissertations — 2013
- 7JournalReconstruction of insulin secretion rate by deconvolution: domain of validity of a monoexponential C-peptide impulse response modelGiovanni Sparacino et al. — 1996
- 8BookDeconvolution of Absorption SpectraW. E. Blass et al. — Academic Press — 1981
- 9JournalAlgebraic analysis of the Van Cittert iterative method of deconvolution with a general relaxation factorChengqi Wu — 1994