paper-with-me

홈 › Papers

GLMNet: Graph Learning-Matching Networks for Feature Matching

2019-11-18 · Bo Jiang, Pengfei Sun, Jin Tang, Bin Luo

Recently, graph convolutional networks (GCNs) have shown great potential for the task of graph matching. It can integrate graph node feature embedding, node-wise affinity learning and matching optimization together in a unified end-to-end model. One important aspect of graph matching is the construction of two matching graphs. However, the matching graphs we feed to existing graph convolutional matching networks are generally fixed and independent of graph matching, which thus are not guaranteed to be optimal for the graph matching task. Also, existing GCN matching method employs several general smoothing-based graph convolutional layers to generate graph node embeddings, in which extensive smoothing convolution operation may dilute the desired discriminatory information of graph nodes. To overcome these issues, we propose a novel Graph Learning-Matching Network (GLMNet) for graph matching problem. GLMNet has three main aspects. (1) It integrates graph learning into graph matching which thus adaptively learn a pair of optimal graphs that best serve graph matching task. (2) It further employs a Laplacian sharpening convolutional module to generate more discriminative node embeddings for graph matching. (3) A new constraint regularized loss is designed for GLMNet training which can encode the desired one-to-one matching constraints in matching optimization. Experiments on two benchmarks demonstrate the effectiveness of GLMNet and advantages of its main modules.

📄 PDF Abstract BibTeX arXiv:1911.07681

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningGraph MatchingTask 2

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Joint Graph Learning and Matching for Semantic Feature Correspondence

2021-09-01 · He Liu, Tao Wang, Yidong Li, Congyan Lang 외

In recent years, powered by the learned discriminative representation via graph neural network (GNN) models, deep graph matching methods have made great progresses in the task of matching semantic features. However, thes…

Graph LearningGraph MatchingGraph Neural Network

A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent

2024-05-14 · James Yang, Trevor Hastie

We develop fast and scalable algorithms based on block-coordinate descent to solve the group lasso and the group elastic net for generalized linear models along a regularization path. Special attention is given when the …

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

Graph-Context Attention Networks for Size-Varied Deep Graph Matching

2022-01-01 · CVPR 2022 1 · Zheheng Jiang, Hossein Rahmani, Plamen Angelov, Sue Black 외

Deep learning for graph matching has received growing interest and developed rapidly in the past decade. Although recent deep graph matching methods have shown excellent performance on matching between graphs of equa…

Graph Matching

HomoMatcher: Dense Feature Matching Results with Semi-Dense Efficiency by Homography Estimation

2024-11-11 · Xiaolong Wang, Lei Yu, Yingying Zhang, Jiangwei Lao 외

Feature matching between image pairs is a fundamental problem in computer vision that drives many applications, such as SLAM. Recently, semi-dense matching approaches have achieved substantial performance enhancements an…

Homography EstimationPatch Matching