CVMar 20, 2018

Hierarchical Metric Learning and Matching for 2D and 3D Geometric Correspondences

arXiv:1803.07231v354 citations
Originality Incremental advance
AI Analysis

This improves geometric matching in computer vision, though it's incremental as it builds on existing CNN and metric learning methods.

The paper tackled the problem that standard metric learning approaches don't optimally use CNN feature hierarchies for geometric matching, showing that shallower features work better for high-precision tasks. They proposed using hierarchical supervision and activation maps instead of image pyramids, achieving state-of-the-art results on 2D/3D matching and optical flow datasets.

Interest point descriptors have fueled progress on almost every problem in computer vision. Recent advances in deep neural networks have enabled task-specific learned descriptors that outperform hand-crafted descriptors on many problems. We demonstrate that commonly used metric learning approaches do not optimally leverage the feature hierarchies learned in a Convolutional Neural Network (CNN), especially when applied to the task of geometric feature matching. While a metric loss applied to the deepest layer of a CNN, is often expected to yield ideal features irrespective of the task, in fact the growing receptive field as well as striding effects cause shallower features to be better at high precision matching tasks. We leverage this insight together with explicit supervision at multiple levels of the feature hierarchy for better regularization, to learn more effective descriptors in the context of geometric matching tasks. Further, we propose to use activation maps at different layers of a CNN, as an effective and principled replacement for the multi-resolution image pyramids often used for matching tasks. We propose concrete CNN architectures employing these ideas, and evaluate them on multiple datasets for 2D and 3D geometric matching as well as optical flow, demonstrating state-of-the-art results and generalization across datasets.

Foundations

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

Your Notes