paper-with-me

홈 › Papers

Deep Learning of Partial Graph Matching via Differentiable Top-K

2023-01-01 · CVPR 2023 1 · Runzhong Wang, Ziao Guo, Shaofei Jiang, Xiaokang Yang, Junchi Yan

Graph matching (GM) aims at discovering node matching between graphs, by maximizing the node- and edge-wise affinities between the matched elements. As an NP-hard problem, its challenge is further pronounced in the existence of outlier nodes in both graphs which is ubiquitous in practice, especially for vision problems. However, popular affinity-maximization-based paradigms often lack a principled scheme to suppress the false matching and resort to handcrafted thresholding to dismiss the outliers. This limitation is also inherited by the neural GM solvers though they have shown superior performance in the ideal no-outlier setting. In this paper, we propose to formulate the partial GM problem as the top-k selection task with a given/estimated number of inliers k. Specifically, we devise a differentiable top-k module that enables effective gradient descent over the optimal-transport layer, which can be readily plugged into SOTA deep GM pipelines including the quadratic matching network NGMv2 as well as the linear matching network GCAN. Meanwhile, the attention-fused aggregation layers are developed to estimate k to enable automatic outlier-robust matching in the wild. Last but not least, we remake and release a new benchmark called IMC-PT-SparseGM, originating from the IMC-PT stereo-matching dataset. The new benchmark involves more scale-varying graphs and partial matching instances from the real world. Experiments show that our methods outperform other partial matching schemes on popular benchmarks.

📄 PDF Abstract BibTeX

Code (1)

Thinklab-SJTU/ThinkMatch pytorch

Tasks

Deep LearningGraph MatchingStereo Matching

Similar Papers 제목 키워드 기반

iMatcher: Improve matching in point cloud registration via local-to-global geometric consistency learning

2025-09-10 · Karim Slimani, Catherine Achard, Brahim Tamadazte arxiv

This paper presents iMatcher, a fully differentiable framework for feature matching in point cloud registration. The proposed method leverages learned features to predict a geometrically consistent confidence matrix, inc…

Point Cloud RegistrationGraph EmbeddingPose Estimation

Learning Latent Partial Matchings with Gumbel-IPF Networks

2024-04-03 · Proceedings of the 26th International Conference on Artificial Intelligence and Statistics (AISTATS) 2024 4 · Hedda Cohen Indelman, Tamir Hazan

Learning to match discrete objects has been a central task in machine learning, often facilitated by a continuous relaxation of the matching structure. However, practical problems entail partial matchings due to missing …

Graph Matching

Differentiable Proximal Graph Matching

2024-05-26 · Haoru Tan, Chuang Wang, Xu-Yao Zhang, Cheng-Lin Liu

Graph matching is a fundamental tool in computer vision and pattern recognition. In this paper, we introduce an algorithm for graph matching based on the proximal operator, referred to as differentiable proximal graph ma…

Graph Matching

Learning Partial Graph Matching via Optimal Partial Transport

2024-10-22 · Gathika Ratnayaka, James Nichols, Qing Wang

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 t…

Graph Matching

GAMnet: Robust Feature Matching via Graph Adversarial-Matching Network

2021-10-17 · MM 2021 10 · Bo Jiang, Pengfei Sun, Ziyan Zhang, Jin Tang 외

Recently, deep graph matching (GM) methods have gained increasing attention. These methods integrate graph nodes¡¯s embedding, node/edges¡¯s affinity learning and final correspondence solver together in an end-to-end man…

Graph Matching