English

Factorization of the translation kernel for fast rigid image alignment

Numerical Analysis 2020-02-19 v2 Numerical Analysis

Abstract

An important component of many image alignment methods is the calculation of inner products (correlations) between an image of n×nn\times n pixels and another image translated by some shift and rotated by some angle. For robust alignment of an image pair, the number of considered shifts and angles is typically high, thus the inner product calculation becomes a bottleneck. Existing methods, based on fast Fourier transforms (FFTs), compute all such inner products with computational complexity O(n3logn)\mathcal{O}(n^3 \log n) per image pair, which is reduced to O(Nn2)\mathcal{O}(N n^2) if only NN distinct shifts are needed. We propose to use a factorization of the translation kernel (FTK), an optimal interpolation method which represents images in a Fourier--Bessel basis and uses a rank-HH approximation of the translation kernel via an operator singular value decomposition (SVD). Its complexity is O(Hn(n+N))\mathcal{O}(Hn(n + N)) per image pair. We prove that H=O((W+log(1/ϵ))2)H = \mathcal{O}((W + \log(1/\epsilon))^2), where 2W2W is the magnitude of the maximum desired shift in pixels and ϵ\epsilon is the desired accuracy. For fixed WW this leads to an acceleration when NN is large, such as when sub-pixel shift grids are considered. Finally, we present numerical results in an electron cryomicroscopy application showing speedup factors of 33-1010 with respect to the state of the art.

Keywords

Cite

@article{arxiv.1905.12317,
  title  = {Factorization of the translation kernel for fast rigid image alignment},
  author = {Aaditya Rangan and Marina Spivak and Joakim Andén and Alex Barnett},
  journal= {arXiv preprint arXiv:1905.12317},
  year   = {2020}
}

Comments

30 pages, 8 figures

R2 v1 2026-06-23T09:31:13.202Z