English

STN-Homography: estimate homography parameters directly

Computer Vision and Pattern Recognition 2019-06-07 v1

Abstract

In this paper, we introduce the STN-Homography model to directly estimate the homography matrix between image pair. Different most CNN-based homography estimation methods which use an alternative 4-point homography parameterization, we use prove that, after coordinate normalization, the variance of elements of coordinate normalized 3×33\times3 homography matrix is very small and suitable to be regressed well with CNN. Based on proposed STN-Homography, we use a hierarchical architecture which stacks several STN-Homography models and successively reduce the estimation error. Effectiveness of the proposed method is shown through experiments on MSCOCO dataset, in which it significantly outperforms the state-of-the-art. The average processing time of our hierarchical STN-Homography with 1 stage is only 4.87 ms on the GPU, and the processing time for hierarchical STN-Homography with 3 stages is 17.85 ms. The code will soon be open sourced.

Cite

@article{arxiv.1906.02539,
  title  = {STN-Homography: estimate homography parameters directly},
  author = {Qiang Zhou and Xin Li},
  journal= {arXiv preprint arXiv:1906.02539},
  year   = {2019}
}
R2 v1 2026-06-23T09:45:12.077Z