paper-with-me

Papers

Towards Expressive Graph Representation

2020-10-12 · Chengsheng Mao, Liang Yao, Yuan Luo

Graph Neural Network (GNN) aggregates the neighborhood of each node into the node embedding and shows its powerful capability for graph representation learning. However, most existing GNN variants aggregate the neighborhood information in a fixed non-injective fashion, which may map different graphs or nodes to the same embedding, reducing the model expressiveness. We present a theoretical framework to design a continuous injective set function for neighborhood aggregation in GNN. Using the framework, we propose expressive GNN that aggregates the neighborhood of each node with a continuous injective set function, so that a GNN layer maps similar nodes with similar neighborhoods to similar embeddings, different nodes to different embeddings and the equivalent nodes or isomorphic graphs to the same embeddings. Moreover, the proposed expressive GNN can naturally learn expressive representations for graphs with continuous node attributes. We validate the proposed expressive GNN (ExpGNN) for graph classification on multiple benchmark datasets including simple graphs and attributed graphs. The experimental results demonstrate that our model achieves state-of-the-art performances on most of the benchmarks.

📄 PDF Abstract BibTeX arXiv:2010.05427

Code (1)

mocherson/Exp_GNN 공식 구현 pytorch

Tasks

Graph ClassificationGraph Neural NetworkGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Distribution Preserving Graph Representation Learning

2022-02-27 · Chengsheng Mao, Yuan Luo

Graph neural network (GNN) is effective to model graphs for distributed representations of nodes and an entire graph. Recently, research on the expressive power of GNN attracted growing attention. A highly-expressive GNN…

Graph ClassificationGraph LearningGraph Neural NetworkGraph Representation Learning+1

Reconstruction for Powerful Graph Representations

2021-10-01 · NeurIPS 2021 12 · Leonardo Cotta, Christopher Morris, Bruno Ribeiro

Graph neural networks (GNNs) have limited expressive power, failing to represent many graph classes correctly. While more expressive graph representation learning (GRL) alternatives can distinguish some of these classes,…

Graph ReconstructionGraph Representation LearningInductive BiasRepresentation Learning

Named Graphs for Semantic Representation

2018-06-01 · SEMEVAL 2018 6 · Richard Crouch, Aikaterini-Lida Kalouli

A position paper arguing that purely graphical representations for natural language semantics lack a fundamental degree of expressiveness, and cannot deal with even basic Boolean operations like negation or disjunction. …

Knowledge GraphsNegationPosition

Towards Dynamic Graph Neural Networks with Provably High-Order Expressive Power

2024-10-02 · Zhe Wang, Tianjian Zhao, Zhen Zhang, Jiawei Chen 외

Dynamic Graph Neural Networks (DyGNNs) have garnered increasing research attention for learning representations on evolving graphs. Despite their effectiveness, the limited expressive power of existing DyGNNs hinders the…

Graph Neural Network

How Expressive are Knowledge Graph Foundation Models?

2025-02-18 · Xingyue Huang, Pablo Barceló, Michael M. Bronstein, İsmail İlkan Ceylan 외

Knowledge Graph Foundation Models (KGFMs) are at the frontier for deep learning on knowledge graphs (KGs), as they can generalize to completely novel knowledge graphs with different relational vocabularies. Despite their…

Knowledge GraphsRelation