Inverse Kernels for Fast Spatial Deconvolution

Abstract

Deconvolution is an indispensable tool in image processing and computer vision. It commonly employs fast Fourier transform (FFT) to simplify computation. This operator, however, needs to transform from and to the frequency domain and loses spatial information when processing irregular regions. We propose an efficient spatial deconvolution method that can incorporate sparse priors to suppress noise and visual artifacts. It is based on estimating inverse kernels that are decomposed into a series of 1D kernels. An augmented Lagrangian method is adopted, making inverse kernel be estimated only once for each optimization process. Our method is fully parallelizable and its speed is comparable to or even faster than other strategies employing FFTs.

Cite

Text

Xu et al. "Inverse Kernels for Fast Spatial Deconvolution." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10602-1_3

Markdown

[Xu et al. "Inverse Kernels for Fast Spatial Deconvolution." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/xu2014eccv-inverse/) doi:10.1007/978-3-319-10602-1_3

BibTeX

@inproceedings{xu2014eccv-inverse,
  title     = {{Inverse Kernels for Fast Spatial Deconvolution}},
  author    = {Xu, Li and Tao, Xin and Jia, Jiaya},
  booktitle = {European Conference on Computer Vision},
  year      = {2014},
  pages     = {33-48},
  doi       = {10.1007/978-3-319-10602-1_3},
  url       = {https://mlanthology.org/eccv/2014/xu2014eccv-inverse/}
}