LGMLJun 12, 2020

Knowledge Embedding Based Graph Convolutional Network

arXiv:2006.07331v213 citations
AI Analysis

This work addresses a key bottleneck in graph learning for heterogeneous data, offering a novel integration that advances methods for knowledge graph applications.

The paper tackles the challenge of leveraging structural information in heterogeneous knowledge graphs by proposing KE-GCN, a framework that unifies GCNs and knowledge embedding methods, achieving improved performance in knowledge graph alignment and entity classification tasks on benchmark datasets.

Recently, a considerable literature has grown up around the theme of Graph Convolutional Network (GCN). How to effectively leverage the rich structural information in complex graphs, such as knowledge graphs with heterogeneous types of entities and relations, is a primary open challenge in the field. Most GCN methods are either restricted to graphs with a homogeneous type of edges (e.g., citation links only), or focusing on representation learning for nodes only instead of jointly propagating and updating the embeddings of both nodes and edges for target-driven objectives. This paper addresses these limitations by proposing a novel framework, namely the Knowledge Embedding based Graph Convolutional Network (KE-GCN), which combines the power of GCNs in graph-based belief propagation and the strengths of advanced knowledge embedding (a.k.a. knowledge graph embedding) methods, and goes beyond. Our theoretical analysis shows that KE-GCN offers an elegant unification of several well-known GCN methods as specific cases, with a new perspective of graph convolution. Experimental results on benchmark datasets show the advantageous performance of KE-GCN over strong baseline methods in the tasks of knowledge graph alignment and entity classification.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes