项目作者: shz9

项目描述 :
Siamese Neural Network Architecture for Graph Alignment
高级语言: TSQL
项目地址: git://github.com/shz9/graph-alignment.git
创建时间: 2020-05-20T17:08:39Z
项目社区:https://github.com/shz9/graph-alignment

开源协议:

下载


Anchored Node Embeddings for Graph Alignment

Author: Shadi Zabad,
McGill University

This is a report on my course project for COMP766, taught by Will Hamilton.

Image description

In this paper, we propose a graph alignment approach based on representation learning with modern Graph Neural Network (GNN) architectures. Our model makes use of a Siamese architecture to learn a similarity function between the embeddings of nodes in different graphs. To make the model more robust to structural and attribute noise, we propose the idea of “anchored” node embeddings that can be combined with any GNN architecture. We show that this model has competitive performance on both synthetic and real world datasets.