Exploring Consistency in Graph Representations:from Graph Kernels to Graph Neural Networks
Xuyuan Liu, Yinghao Cai, Qihui Yang, Yujun Yan

TL;DR
This paper investigates the consistency of graph representations in GNNs, compares kernel methods, and proposes a loss to enforce similarity consistency, leading to improved graph classification performance.
Contribution
It introduces a novel consistency loss for GNNs inspired by kernel analysis, bridging the gap between kernel methods and neural networks for better relational structure capture.
Findings
WLOA kernel similarities are asymptotically consistent.
Consistency across GNN layers improves graph classification.
Proposed loss enhances performance across multiple GNN architectures.
Abstract
Graph Neural Networks (GNNs) have emerged as a dominant approach in graph representation learning, yet they often struggle to capture consistent similarity relationships among graphs. While graph kernel methods such as the Weisfeiler-Lehman subtree (WL-subtree) and Weisfeiler-Lehman optimal assignment (WLOA) kernels are effective in capturing similarity relationships, they rely heavily on predefined kernels and lack sufficient non-linearity for more complex data patterns. Our work aims to bridge the gap between neural network methods and kernel approaches by enabling GNNs to consistently capture relational structures in their learned representations. Given the analogy between the message-passing process of GNNs and WL algorithms, we thoroughly compare and analyze the properties of WL-subtree and WLOA kernels. We find that the similarities captured by WLOA at different iterations are…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bioinformatics and Genomic Networks
