paper-with-me

홈 › Papers

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

2022-01-01 · CVPR 2022 1 · Zheheng Jiang, Hossein Rahmani, Plamen Angelov, Sue Black, Bryan M. Williams

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 equal size in the computer vision area, the size-varied graph matching problem, where the number of keypoints in the images of the same category may vary due to occlusion, is still an open and challenging problem. To tackle this, we firstly propose to formulate the combinatorial problem of graph matching as an Integer Linear Programming (ILP) problem, which is more flexible and efficient to facilitate comparing graphs of varied sizes. A novel Graph-context Attention Network (GCAN), which jointly capture intrinsic graph structure and cross-graph information for improving the discrimination of node features, is then proposed and trained to resolve this ILP problem with node correspondence supervision. We further show that the proposed GCAN model is efficient to resolve the graph-level matching problem and is able to automatically learn node-to-node similarity via graph-level matching. The proposed approach is evaluated on three public keypoint-matching datasets and one graph-matching dataset for blood vessel patterns, with experimental results showing its superior performance over existing state-of-the-art algorithms on the keypoint and graph-level matching tasks.

📄 PDF Abstract BibTeX

Code (1)

zhehengjiang/gcan 공식 구현 pytorch

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

Scalable Multiple Patterning Layout Decomposition Implemented by a Distribution Evolutionary Algorithm

2023-04-09 · Yu Chen, Yongjian Xu, Ning Xu

As the feature size of semiconductor technology shrinks to 10 nm and beyond, the multiple patterning lithography (MPL) attracts more attention from the industry. In this paper, we model the layout decomposition of MPL as…

GraphRevisedIE: Multimodal Information Extraction with Graph-Revised Network

2024-10-02 · Panfeng Cao, Jian Wu

Key information extraction (KIE) from visually rich documents (VRD) has been a challenging task in document intelligence because of not only the complicated and diverse layouts of VRD that make the model hard to generali…

Key Information Extraction

RAN-GNNs: breaking the capacity limits of graph neural networks

2021-03-29 · Diego Valsesia, Giulia Fracastoro, Enrico Magli

Graph neural networks have become a staple in problems addressing learning and analysis of data defined over graphs. However, several results suggest an inherent difficulty in extracting better performance by increasing …

AttributeBenchmarking

Incremental Learning on Growing Graphs

2021-01-01 · Yutong Feng, Jianwen Jiang, Yue Gao

Graphs have attracted numerous attention in varied areas and are dynamic in many scenarios. Among dynamic graphs, growing graphs with frequently expanding vertex and edge sets are typical and widely existed, e.g. the rap…

Graph LearningIncremental LearningLink PredictionNode Classification

Don't stack layers in graph neural networks, wire them randomly

2021-01-01 · ICLR Workshop GTRL 2021 5 · Diego Valsesia, Giulia Fracastoro, Enrico Magli

Graph neural networks have become a staple in problems addressing learning and analysis of data defined over graphs. However, several results suggest an inherent difficulty in extracting better performance by increasing …

AttributeBenchmarking