|
|
|
|
|
by mjw
3991 days ago
|
|
When you penalise the L2 norm of the convolution of the image with a filter (like a gradient or edge detector for example) you are effectively doing this. The spectrum of the filter determines how much different frequency components are penalised. See https://en.wikipedia.org/wiki/Tikhonov_regularization https://en.wikipedia.org/wiki/Regularization_by_spectral_fil... I think (although they're a little handwavey about it) that their "Gaussian blur" prior must be of this form. They certainly talk about it penalising high frequency components. The total variation method they mention is a generalisation of this too. |
|