Enhancing Shortest-Path Graph Kernels via Graph Augmentation
Abstract
The conventional shortest-path graph kernel (SP) decomposes graphs into shortest paths and computes their frequencies in each graph. However, SP cannot compare graphs with variable scales of the graph structure well and cannot compare attributed graphs whose vertices have continuous attributes. To overcome these two challenges, we propose to enhance SP via graph augmentation: Variable scales of the graph structure around vertices are extracted to augment vertices; the graph structure is augmented by graph filtration. After graph augmentation, variable scales of the graph structure are incorporated into SP. Intriguingly, graph filtration, depending on the edge weights, which can be computed by the Euclidean distance between the continuous attributes of connected vertices, enables SP to compare attributed graphs. Since the distribution (frequency) of the shortest paths changes across augmented graphs, we employ the Wasserstein distance to track the changes. Our novel graph kernel is called the Augmented SP (ASP). We conduct experiments on various benchmark graph datasets to evaluate ASP’s performance, which outperforms the state-of-the-art graph kernels on most datasets.
Cite
Text
Ye et al. "Enhancing Shortest-Path Graph Kernels via Graph Augmentation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024. doi:10.1007/978-3-031-70371-3_11Markdown
[Ye et al. "Enhancing Shortest-Path Graph Kernels via Graph Augmentation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024.](https://mlanthology.org/ecmlpkdd/2024/ye2024ecmlpkdd-enhancing/) doi:10.1007/978-3-031-70371-3_11BibTeX
@inproceedings{ye2024ecmlpkdd-enhancing,
title = {{Enhancing Shortest-Path Graph Kernels via Graph Augmentation}},
author = {Ye, Wei and Tian, Hao and Tang, Shuhao and Sun, Xin},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2024},
pages = {180-198},
doi = {10.1007/978-3-031-70371-3_11},
url = {https://mlanthology.org/ecmlpkdd/2024/ye2024ecmlpkdd-enhancing/}
}