paper-with-me

Papers

Joint Graph Learning and Matching for Semantic Feature Correspondence

2021-09-01 · He Liu, Tao Wang, Yidong Li, Congyan Lang, Yi Jin, Haibin Ling

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, these methods usually rely on heuristically generated graph patterns, which may introduce unreliable relationships to hurt the matching performance. In this paper, we propose a joint \emph{graph learning and matching} network, named GLAM, to explore reliable graph structures for boosting graph matching. GLAM adopts a pure attention-based framework for both graph learning and graph matching. Specifically, it employs two types of attention mechanisms, self-attention and cross-attention for the task. The self-attention discovers the relationships between features and to further update feature representations over the learnt structures; and the cross-attention computes cross-graph correlations between the two feature sets to be matched for feature reconstruction. Moreover, the final matching solution is directly derived from the output of the cross-attention layer, without employing a specific matching decision module. The proposed method is evaluated on three popular visual matching benchmarks (Pascal VOC, Willow Object and SPair-71k), and it outperforms previous state-of-the-art graph matching methods by significant margins on all benchmarks. Furthermore, the graph patterns learnt by our model are validated to be able to remarkably enhance previous deep graph matching methods by replacing their handcrafted graph structures with the learnt ones.

📄 PDF Abstract BibTeX arXiv:2109.00240

Code (2)

LiuHeBJTU/GLAM 공식 구현 pytorch
q3erf/GLAM pytorch

Tasks

Graph LearningGraph MatchingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Semantic Attribute Matching Networks

2019-04-05 · CVPR 2019 6 · Seungryong Kim, Dongbo Min, Somi Jeong, Sunok Kim 외

We present semantic attribute matching networks (SAM-Net) for jointly establishing correspondences and transferring attributes across semantically similar images, which intelligently weaves the advantages of the two task…

Attribute

Multi-Image Semantic Matching by Mining Consistent Features

2017-11-21 · CVPR 2018 6 · Qianqian Wang, Xiaowei Zhou, Kostas Daniilidis

This work proposes a multi-image matching method to estimate semantic correspondences across multiple images. In contrast to the previous methods that optimize all pairwise correspondences, the proposed method identifies…

Graph MatchingObject

Deep Semantic Feature Matching

2017-07-01 · CVPR 2017 7 · Nikolai Ufer, Bjorn Ommer

Estimating dense visual correspondences between objects with intra-class variation, deformations and background clutter remains a challenging problem. Thanks to the breakthrough of CNNs there are new powerful features av…

feature selectionGraph Matching

Deep Spectral Correspondence for Matching Disparate Image Pairs

2018-09-12 · Arun CS Kumar, Shefali Srivastava, Anirban Mukhopadhyay, Suchendra M. Bhandarkar

A novel, non-learning-based, saliency-aware, shape-cognizant correspondence determination technique is proposed for matching image pairs that are significantly disparate in nature. Images in the real world often exhibit …

Matching Disparate Images

Multi-Scale Convolutions for Learning Context Aware Feature Representations

2019-06-17 · Nikolai Ufer, Kam To Lui, Katja Schwarz, Paul Warkentin 외

Finding semantic correspondences is a challenging problem. With the breakthrough of CNNs stronger features are available for tasks like classification but not specifically for the requirements of semantic matching. In th…

Metric Learning