English

Polar Separable Transform for Efficient Orthogonal Rotation-Invariant Image Representation

Computer Vision and Pattern Recognition 2025-10-13 v1

Abstract

Orthogonal moment-based image representations are fundamental in computer vision, but classical methods suffer from high computational complexity and numerical instability at large orders. Zernike and pseudo-Zernike moments, for instance, require coupled radial-angular processing that precludes efficient factorization, resulting in O(n3N2)\mathcal{O}(n^3N^2) to O(n6N2)\mathcal{O}(n^6N^2) complexity and O(N4)\mathcal{O}(N^4) condition number scaling for the nnth-order moments on an N×NN\times N image. We introduce \textbf{PSepT} (Polar Separable Transform), a separable orthogonal transform that overcomes the non-separability barrier in polar coordinates. PSepT achieves complete kernel factorization via tensor-product construction of Discrete Cosine Transform (DCT) radial bases and Fourier harmonic angular bases, enabling independent radial and angular processing. This separable design reduces computational complexity to O(N2logN)\mathcal{O}(N^2 \log N), memory requirements to O(N2)\mathcal{O}(N^2), and condition number scaling to O(N)\mathcal{O}(\sqrt{N}), representing exponential improvements over polynomial approaches. PSepT exhibits orthogonality, completeness, energy conservation, and rotation-covariance properties. Experimental results demonstrate better numerical stability, computational efficiency, and competitive classification performance on structured datasets, while preserving exact reconstruction. The separable framework enables high-order moment analysis previously infeasible with classical methods, opening new possibilities for robust image analysis applications.

Keywords

Cite

@article{arxiv.2510.09125,
  title  = {Polar Separable Transform for Efficient Orthogonal Rotation-Invariant Image Representation},
  author = {Satya P. Singh and Rashmi Chaudhry and Anand Srivastava and Jagath C. Rajapakse},
  journal= {arXiv preprint arXiv:2510.09125},
  year   = {2025}
}

Comments

13 pages, 10 figures, 4 Tables

R2 v1 2026-07-01T06:28:53.910Z