paper-with-me

Papers

The PWLR Graph Representation: A Persistent Weisfeiler-Lehman scheme with Random Walks for Graph Classification

2022-08-29 · Sun Woo Park, Yun Young Choi, Dosang Joe, U Jin Choi, Youngho Woo

This paper presents the Persistent Weisfeiler-Lehman Random walk scheme (abbreviated as PWLR) for graph representations, a novel mathematical framework which produces a collection of explainable low-dimensional representations of graphs with discrete and continuous node features. The proposed scheme effectively incorporates normalized Weisfeiler-Lehman procedure, random walks on graphs, and persistent homology. We thereby integrate three distinct properties of graphs, which are local topological features, node degrees, and global topological invariants, while preserving stability from graph perturbations. This generalizes many variants of Weisfeiler-Lehman procedures, which are primarily used to embed graphs with discrete node labels. Empirical results suggest that these representations can be efficiently utilized to produce comparable results to state-of-the-art techniques in classifying graphs with discrete node labels, and enhanced performances in classifying those with continuous node features.

📄 PDF Abstract BibTeX arXiv:2208.13427

Code (1)

spark483/the-pwlr-graph-representation 공식 구현

Tasks

Graph Classification

Similar Papers 제목 키워드 기반

A Persistent Weisfeiler–Lehman Procedure for Graph Classification

2019-06-09 · Proceedings of the 36th International Conference on Machine Learning 2019 6 · Bastian Rieck, Christian Bock, Karsten Borgwardt

The Weisfeiler–Lehman graph kernel exhibits competitive performance in many graph classification tasks. However, its subtree features are not able to capture connected components and cycles, topological features known fo…

ClassificationGeneral ClassificationGraph ClassificationTopological Data Analysis

WL-Align: Weisfeiler-Lehman Relabeling for Aligning Users across Networks via Regularized Representation Learning

2022-12-29 · Li Liu, Penggang Chen, Xin Li, William K. Cheung 외

Aligning users across networks using graph representation learning has been found effective where the alignment is accomplished in a low-dimensional embedding space. Yet, achieving highly precise alignment is still chall…

Graph Representation LearningRepresentation Learning

Two-Dimensional Weisfeiler-Lehman Graph Neural Networks for Link Prediction

2022-06-20 · Yang Hu, Xiyuan Wang, Zhouchen Lin, Pan Li 외

Link prediction is one important application of graph neural networks (GNNs). Most existing GNNs for link prediction are based on one-dimensional Weisfeiler-Lehman (1-WL) test. 1-WL-GNNs first compute node representation…

Link PredictionVocal Bursts Valence Prediction

A Generalized Weisfeiler-Lehman Graph Kernel

2021-01-20 · Till Hendrik Schulz, Tamás Horváth, Pascal Welke, Stefan Wrobel

The Weisfeiler-Lehman graph kernels are among the most prevalent graph kernels due to their remarkable time complexity and predictive performance. Their key concept is based on an implicit comparison of neighborhood repr…

Weisfeiler-Lehman meets Gromov-Wasserstein

2022-02-05 · Samantha Chen, Sunhyuk Lim, Facundo Mémoli, Zhengchao Wan 외

The Weisfeiler-Lehman (WL) test is a classical procedure for graph isomorphism testing. The WL test has also been widely used both for designing graph kernels and for analyzing graph neural networks. In this paper, we pr…

Isomorphism Testing