Look at a blurry phone photo, a smeared image from a telescope, or an echoey recording of your voice bouncing round a tiled bathroom. They have something deep in common: each is the true signal smeared out by a fixed pattern. The camera lens spreads every point of light into a little disc; the room copies every sound with a train of delayed echoes; the atmosphere jitters every star into a fuzzy blob. That smearing operation has a name — convolution — and the pattern that does the smearing is the blur kernel (in optics, the point-spread function: the blurry blob a single pinpoint of light turns into).
Deconvolution is the inverse problem: given the blurred, noisy result, undo the smear and recover the sharp original. It is one of the most visually satisfying inverse problems in all of applied mathematics — a smudge resolves into a crisp face, two blurred stars split apart — and one of the most treacherous, for reasons we are about to make painfully concrete.
A camera, a microscope, a seismometer all convolve the true signal
Deconvolution recovers the sharp
where
Blurring averages nearby values together. Averaging leaves slow, smooth variations almost
untouched but wipes out fast, fine detail — so a blur is a low-pass filter:
To rebuild the fine detail, deconvolution has to put back the high frequencies the blur suppressed — it must amplify them. The obvious recipe (called inverse filtering) divides each frequency by the blur's response:
Where
The cure is the now-familiar one:
Read it as a smart switch. Where
Two sharp peaks (faint) are blurred and noised into the dashed data; the bold curve is the
regularized deconvolution. Sweep
In crime dramas a detective points at a single blurry pixel and barks "enhance!", and a sharp face
springs out. In real life this is largely fiction, and deconvolution tells you
exactly why. If the blur kernel drove certain frequencies completely to zero — if
What modern "AI upscalers" actually do in that situation is hallucinate: they invent plausible-looking detail from a learned prior of what faces or textures usually look like. That can be pretty, but it is a guess, not recovered evidence — which is why courts are rightly wary of "enhanced" images. Deconvolution can sharpen what the blur merely suppressed; it cannot resurrect what the blur erased.
When the Hubble Space Telescope opened its eye in 1990, every image came back subtly blurred. Its 2.4-metre main mirror had been ground to the wrong shape — by about a fiftieth of the width of a human hair — a flaw called spherical aberration that smeared each star into a hazy halo. It was a catastrophe for a flagship observatory.
For the three years before astronauts flew up to fit corrective optics, scientists kept Hubble doing real science by deconvolving its flawed images: they had measured the telescope's exact point-spread function, so they could run deblurring algorithms (Richardson–Lucy among them) to sharpen the pictures enough to make genuine discoveries. The very same mathematics now sharpens microscope images, cleans up radio-astronomy maps, and quietly runs inside your phone's computational-photography pipeline every time you take a photo.