Decoupled Geometric Parameterization and its Application in Deep Homography Estimation
Yao Huang, Si-Yuan Cao, Yaqing Ding, Hao Yin, Shibin Xie, Shuting Wang, Zhijun Fang, Jiachun Wang, Shen Cai, Junchi Yan, Shuhan Shen
TL;DR
This work addresses the lack of geometric interpretability in planar homography estimation by introducing a decoupled 8-DOF parameterization based on the similarity-kernel-similarity (SKS) decomposition. It splits the transformation into two independent 4-DOF sets, $\mathbf{H}_S$ (similarity) and $\mathbf{H}_K$ (kernel), with a linear relation between the similarity parameters and corner offsets and a geometric interpretation of the kernel through four angular offsets. The approach enables end-to-end neural estimation via matrix multiplication, eliminating the need for the DLT solver, while delivering performance comparable to traditional four-corner offset methods across multiple datasets and networks. The results demonstrate the viability of a unified, end-to-end 2D transformation estimation framework and introduce angular offsets as a new, interpretable metric for projective distortion. This parameterization also supports degeneration to affine and similarity cases and transfers well to estimating those degenerate transformations with existing networks.
Abstract
Planar homography, with eight degrees of freedom (DOFs), is fundamental in numerous computer vision tasks. While the positional offsets of four corners are widely adopted (especially in neural network predictions), this parameterization lacks geometric interpretability and typically requires solving a linear system to compute the homography matrix. This paper presents a novel geometric parameterization of homographies, leveraging the similarity-kernel-similarity (SKS) decomposition for projective transformations. Two independent sets of four geometric parameters are decoupled: one for a similarity transformation and the other for the kernel transformation. Additionally, the geometric interpretation linearly relating the four kernel transformation parameters to angular offsets is derived. Our proposed parameterization allows for direct homography estimation through matrix multiplication, eliminating the need for solving a linear system, and achieves performance comparable to the four-corner positional offsets in deep homography estimation.
