Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Unsupervised Homography Estimation with Coplanarity-Aware GAN

About

Estimating homography from an image pair is a fundamental problem in image alignment. Unsupervised learning methods have received increasing attention in this field due to their promising performance and label-free training. However, existing methods do not explicitly consider the problem of plane-induced parallax, which will make the predicted homography compromised on multiple planes. In this work, we propose a novel method HomoGAN to guide unsupervised homography estimation to focus on the dominant plane. First, a multi-scale transformer network is designed to predict homography from the feature pyramids of input images in a coarse-to-fine fashion. Moreover, we propose an unsupervised GAN to impose coplanarity constraint on the predicted homography, which is realized by using a generator to predict a mask of aligned regions, and then a discriminator to check if two masked feature maps are induced by a single homography. To validate the effectiveness of HomoGAN and its components, we conduct extensive experiments on a large-scale dataset, and the results show that our matching error is 22% lower than the previous SOTA method. Code is available at https://github.com/megvii-research/HomoGAN.

Mingbo Hong, Yuhang Lu, Nianjin Ye, Chunyu Lin, Qijun Zhao, Shuaicheng Liu• 2022

Related benchmarks

TaskDatasetResultRank
Sparse Camera Motion EstimationGHOF (test)
Average Error0.79
23
Homography EstimationNatural image dataset
RE0.22
20
Dense Camera Motion EstimationGHOF-Cam (test)
Average Error0.73
18
Homography EstimationCAHomo (test)
Average Error (AVG)0.39
18
Perceptual Alignment QualityGHOF-Cam RAIN (test)
PSNR30.24
14
Perceptual Alignment QualityGHOF-Cam AVG (test)
PSNR30.1
14
Perceptual Alignment QualityGHOF-Cam RE (test)
PSNR26.85
14
Perceptual Alignment QualityGHOF-Cam FOG (test)
PSNR33.12
14
Perceptual Alignment QualityGHOF-Cam LL (test)
PSNR30.81
14
Perceptual Alignment QualityGHOF-Cam SNOW (test)
PSNR29.48
14
Showing 10 of 10 rows

Other info

Code

Follow for update