Scalable Kernels for Graphs with Continuous Attributes
Abstract
While graphs with continuous node attributes arise in many applications, state-of-the-art graph kernels for comparing continuous-attributed graphs suffer from a high runtime complexity; for instance, the popular shortest path kernel scales as $\mathcal{O}(n^4)$, where $n$ is the number of nodes. In this paper, we present a class of path kernels with computational complexity $\mathcal{O}(n^2 (m + \delta^2))$, where $\delta$ is the graph diameter and $m$ the number of edges. Due to the sparsity and small diameter of real-world graphs, these kernels scale comfortably to large graphs. In our experiments, the presented kernels outperform state-of-the-art kernels in terms of speed and accuracy on classification benchmark datasets.
Cite
Text
Feragen et al. "Scalable Kernels for Graphs with Continuous Attributes." Neural Information Processing Systems, 2013.Markdown
[Feragen et al. "Scalable Kernels for Graphs with Continuous Attributes." Neural Information Processing Systems, 2013.](https://mlanthology.org/neurips/2013/feragen2013neurips-scalable/)BibTeX
@inproceedings{feragen2013neurips-scalable,
title = {{Scalable Kernels for Graphs with Continuous Attributes}},
author = {Feragen, Aasa and Kasenburg, Niklas and Petersen, Jens and de Bruijne, Marleen and Borgwardt, Karsten},
booktitle = {Neural Information Processing Systems},
year = {2013},
pages = {216-224},
url = {https://mlanthology.org/neurips/2013/feragen2013neurips-scalable/}
}