What a deblur model can reconstruct
The interesting question is not whether a network makes a blurred frame look better. It is which of the details it produces were in the file, which were in the training set, and how anybody looking at the output is meant to tell the two apart.
A smear is an average, and averages lose an argument
Hold a camera still and each point of the scene lands on one sensor cell. Move it while the shutter is open and that point is smeared across a short line of cells, and every cell along the line records the sum of everything that passed over it. The file you end up with is a set of sums.
Recovering the scene from the sums is an equation with more unknowns than equations, and it stays that way however much arithmetic is applied. There is not one scene that produces your file; there is a family of them. High-frequency detail is where the family members disagree most, which is exactly why detail is the first thing to go and the last thing to come back.
Two different strategies pick a member of that family. A measured pass picks the one most consistent with a smear it read off the frame, and stops. A trained network picks the one that looks most like the sharp frames it was shown during training. The second produces more convincing pictures and makes a stronger claim, and the strength of that claim is the whole subject of this page.
What a prior is, in the only sense that matters here
A network trained on pairs of sharp and smeared frames does not learn to invert anything. It learns what sharp things tend to look like. Brick edges are straight. Eyelashes are fine dark lines against a lighter field. A printed stroke has a clean boundary rather than a gradient. Given a smeared input it produces an output carrying those properties, because outputs carrying those properties are what scored well during training.
That is enormously useful and it is also the failure mode. When the input genuinely contains a smeared brick edge, the prior puts the edge back where the arithmetic can only manage a gradient. When the input contains something the network has no expectation about, the prior still applies — and what comes back is the network’s idea of a plausible sharp thing in that position, rendered with exactly the same confidence as the correct parts of the frame. Nothing in the output marks which is which.
The word this domain uses
Reconstruction, and not recovery. Recovery is a claim about information, and the information about what was between the samples was never written down. Restoration is the wrong word too and belongs to a different problem — a scratch or a tear is damage laid on top of a photograph, and removing it is a question of what to put back where something was lost. A smear is the photograph itself, recorded along a path.