Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Iterative Deep Homography Estimation

About

We propose Iterative Homography Network, namely IHN, a new deep homography estimation architecture. Different from previous works that achieve iterative refinement by network cascading or untrainable IC-LK iterator, the iterator of IHN has tied weights and is completely trainable. IHN achieves state-of-the-art accuracy on several datasets including challenging scenes. We propose 2 versions of IHN: (1) IHN for static scenes, (2) IHN-mov for dynamic scenes with moving objects. Both versions can be arranged in 1-scale for efficiency or 2-scale for accuracy. We show that the basic 1-scale IHN already outperforms most of the existing methods. On a variety of datasets, the 2-scale IHN outperforms all competitors by a large gap. We introduce IHN-mov by producing an inlier mask to further improve the estimation accuracy of moving-objects scenes. We experimentally show that the iterative framework of IHN can achieve 95% error reduction while considerably saving network parameters. When processing sequential image pairs, IHN can achieve 32.7 fps, which is about 8x the speed of IC-LK iterator. Source code is available at https://github.com/imdumpl78/IHN.

Si-Yuan Cao, Jianxin Hu, Zehua Sheng, Hui-Liang Shen• 2022

Related benchmarks

TaskDatasetResultRank
Homography EstimationFlash/no-flash
MACE0.8
19
Homography EstimationRGB-NIR
MACE1.63
19
Homography EstimationGoogleMap
MACE0.92
18
Homography EstimationOPT-SAR
MACE1.67
16
Homography EstimationDPDN
MACE1.17
16
Homography EstimationMSCOCO (test)
ACE0.19
6
Homography EstimationGoogle Earth (test)
Average Corner Error (ACE)1.6
6
Homography EstimationGoogle Map & Satellite (test)
ACE0.92
5
Camera pose estimationEPFL SfM
Rotation Error4.38
3
Showing 9 of 9 rows

Other info

Code

Follow for update