Edged Weisfeiler-Lehman Algorithm
Xiao Yue, Bo Liu, Feng Zhang, Guangzhi Qu

TL;DR
This paper introduces the Edged-WL algorithm and Edged Graph Isomorphism Network to incorporate edge features into graph isomorphism testing and graph neural networks, improving performance on graph classification tasks.
Contribution
The paper proposes the Edged-WL algorithm and EGIN model, extending existing methods to utilize edge features in graph learning, which was previously underexplored.
Findings
EGIN outperforms baseline models on 12 benchmark datasets.
Incorporating edge features improves graph classification accuracy.
Proposed methods demonstrate superior performance in graph learning tasks.
Abstract
As a classical approach on graph learning, the propagation-aggregation methodology is widely exploited by many of Graph Neural Networks (GNNs), wherein the representation of a node is updated by aggregating representations from itself and neighbor nodes recursively. Similar to the propagation-aggregation methodology, the Weisfeiler-Lehman (1-WL) algorithm tests isomorphism through color refinement according to color representations of a node and its neighbor nodes. However, 1-WL does not leverage any edge features (labels), presenting a potential improvement on exploiting edge features in some fields. To address this limitation, we proposed a novel Edged-WL algorithm (E-WL) which extends the original 1-WL algorithm to incorporate edge features. Building upon the E-WL algorithm, we also introduce an Edged Graph Isomorphism Network (EGIN) model for further exploiting edge features, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
