CVOCJan 28, 2021

Fusion Moves for Graph Matching

arXiv:2101.12085v419 citations
Originality Incremental advance
AI Analysis

This work addresses graph matching problems in fields like computer vision and bio-imaging, offering incremental improvements to existing methods.

The paper tackled the quadratic assignment problem (graph matching) by applying fusion moves, a technique from multilabel discrete Markov random fields, to enhance existing dual methods. The result was a significant improvement in both speed and solution quality, setting a new state-of-the-art with a notable margin over competitors.

We contribute to approximate algorithms for the quadratic assignment problem also known as graph matching. Inspired by the success of the fusion moves technique developed for multilabel discrete Markov random fields, we investigate its applicability to graph matching. In particular, we show how fusion moves can be efficiently combined with the dedicated state-of-the-art dual methods that have recently shown superior results in computer vision and bio-imaging applications. As our empirical evaluation on a wide variety of graph matching datasets suggests, fusion moves significantly improve performance of these methods in terms of speed and quality of the obtained solutions. Our method sets a new state-of-the-art with a notable margin with respect to its competitors.

Code Implementations2 repos
Foundations

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

Your Notes