CVJan 28, 2016

A Grassmannian Graph Approach to Affine Invariant Feature Matching

arXiv:1601.07648v28 citations
AI Analysis

This addresses a longstanding problem in computer vision for applications requiring robust feature matching under affine transformations, with incremental improvements in handling noise and outliers.

The paper tackles the problem of affine invariant feature matching in 2D and 3D computer vision by introducing the Grassmannian Graph (GrassGraph) framework, which achieves state-of-the-art performance in extensive evaluations with over 440,000 trials.

In this work, we present a novel and practical approach to address one of the longstanding problems in computer vision: 2D and 3D affine invariant feature matching. Our Grassmannian Graph (GrassGraph) framework employs a two stage procedure that is capable of robustly recovering correspondences between two unorganized, affinely related feature (point) sets. The first stage maps the feature sets to an affine invariant Grassmannian representation, where the features are mapped into the same subspace. It turns out that coordinate representations extracted from the Grassmannian differ by an arbitrary orthonormal matrix. In the second stage, by approximating the Laplace-Beltrami operator (LBO) on these coordinates, this extra orthonormal factor is nullified, providing true affine-invariant coordinates which we then utilize to recover correspondences via simple nearest neighbor relations. The resulting GrassGraph algorithm is empirically shown to work well in non-ideal scenarios with noise, outliers, and occlusions. Our validation benchmarks use an unprecedented 440,000+ experimental trials performed on 2D and 3D datasets, with a variety of parameter settings and competing methods. State-of-the-art performance in the majority of these extensive evaluations confirm the utility of our method.

Foundations

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

Your Notes