CVJun 6, 2021

Deep Matching Prior: Test-Time Optimization for Dense Correspondence

arXiv:2106.03090v438 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of poor generalization and limited performance in dense correspondence tasks for computer vision applications, offering a more flexible and data-efficient approach.

The paper tackles the problem of establishing dense correspondences across images by proposing a test-time optimization method that captures image pair-specific priors without requiring large training data or intensive learning, achieving competitive or superior performance against latest learning-based methods on multiple benchmarks.

Conventional techniques to establish dense correspondences across visually or semantically similar images focused on designing a task-specific matching prior, which is difficult to model. To overcome this, recent learning-based methods have attempted to learn a good matching prior within a model itself on large training data. The performance improvement was apparent, but the need for sufficient training data and intensive learning hinders their applicability. Moreover, using the fixed model at test time does not account for the fact that a pair of images may require their own prior, thus providing limited performance and poor generalization to unseen images. In this paper, we show that an image pair-specific prior can be captured by solely optimizing the untrained matching networks on an input pair of images. Tailored for such test-time optimization for dense correspondence, we present a residual matching network and a confidence-aware contrastive loss to guarantee a meaningful convergence. Experiments demonstrate that our framework, dubbed Deep Matching Prior (DMP), is competitive, or even outperforms, against the latest learning-based methods on several benchmarks for geometric matching and semantic matching, even though it requires neither large training data nor intensive learning. With the networks pre-trained, DMP attains state-of-the-art performance on all benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes