CVJul 13, 2018

Learning-based Natural Geometric Matching with Homography Prior

arXiv:1807.05119v1
Originality Incremental advance
AI Analysis

This work addresses geometric matching for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of geometric matching in computer vision by addressing both alignment quality and naturalness of transformed images, achieving state-of-the-art results on the Proposal Flow dataset with improved accuracy and naturalness.

Geometric matching is a key step in computer vision tasks. Previous learning-based methods for geometric matching concentrate more on improving alignment quality, while we argue the importance of naturalness issue simultaneously. To deal with this, firstly, Pearson correlation is applied to handle large intra-class variations of features in feature matching stage. Then, we parametrize homography transformation with 9 parameters in full connected layer of our network, to better characterize large viewpoint variations compared with affine transformation. Furthermore, a novel loss function with Gaussian weights guarantees the model accuracy and efficiency in training procedure. Finally, we provide two choices for different purposes in geometric matching. When compositing homography with affine transformation, the alignment accuracy improves and all lines are preserved, which results in a more natural transformed image. When compositing homography with non-rigid thin-plate-spline transformation, the alignment accuracy further improves. Experimental results on Proposal Flow dataset show that our method outperforms state-of-the-art methods, both in terms of alignment accuracy and naturalness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes