LGOct 22, 2024

Learning Partial Graph Matching via Optimal Partial Transport

arXiv:2410.16718v71 citationsh-index: 3ICLR
Originality Incremental advance
AI Analysis

This addresses the problem of matching graphs in complex scenarios where not all nodes correspond, offering a more flexible solution for applications in computer vision and network analysis, though it is incremental as it builds on existing graph matching techniques.

The paper tackles partial graph matching, which allows some nodes to remain unmatched, by proposing a novel optimization framework inspired by optimal partial transport, achieving efficient exact solutions with cubic worst-case time complexity.

Partial graph matching extends traditional graph matching by allowing some nodes to remain unmatched, enabling applications in more complex scenarios. However, this flexibility introduces additional complexity, as both the subset of nodes to match and the optimal mapping must be determined. While recent studies have explored deep learning techniques for partial graph matching, a significant limitation remains: the absence of an optimization objective that fully captures the problem's intrinsic nature while enabling efficient solutions. In this paper, we propose a novel optimization framework for partial graph matching, inspired by optimal partial transport. Our approach formulates an objective that enables partial assignments while incorporating matching biases, using weighted total variation as the divergence function to guarantee optimal partial assignments. Our method can achieve efficient, exact solutions within cubic worst case time complexity. Our contributions are threefold: (i) we introduce a novel optimization objective that balances matched and unmatched nodes; (ii) we establish a connection between partial graph matching and linear sum assignment problem, enabling efficient solutions; (iii) we propose a deep graph matching architecture with a novel partial matching loss, providing an end-to-end solution. The empirical evaluations on standard graph matching benchmarks demonstrate the efficacy of the proposed approach.

Foundations

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

Your Notes