Unifying Offline and Online Multi-Graph Matching Via Finding Shortest Paths on Supergraph

Zetian Jiang,Tianzhe Wang,Junchi Yan
DOI: https://doi.org/10.1109/tpami.2020.2989928
IF: 23.6
2020-01-01
IEEE Transactions on Pattern Analysis and Machine Intelligence
Abstract:This paper addresses the problem of multiple graph matching (MGM) by considering both offline batch mode and online setting. We explore the concept of cycle-consistency over pairwise matchings and formulate the problem as finding optimal composition path on the supergraph, whose vertices refer to graphs and edge weights denote score function regarding consistency and affinity. By our theoretical study we show that the offline and online MGM on supergraph can be converted to finding all pairwise shortest paths and single-source shortest paths respectively. We adopt the Floyd algorithm [1] and shortest path faster algorithm (SPFA) [2] , [3] to effectively find the optimal path. Extensive experimental results show our methods surpass state-of-the-art MGM methods, including CAO [4] , MISM [5] , IMGM [6] , and many other recent methods in offline and online settings. Source code will be made publicly available.
What problem does this paper attempt to address?