paper-with-me

Papers

Graph Kernels Based on Linear Patterns: Theoretical and Experimental Comparisons

2019-03-01 · Pattern Recognition 2019 3 · Linlin Jia, Benoit Gaüzère, Paul Honeine

Graph kernels are powerful tools to bridge the gap between machine learning and data encoded as graphs. Most graph kernels are based on the decomposition of graphs into a set of patterns. The similarity between two graphs is then deduced from the similarity between corresponding patterns. Kernels based on linear patterns constitute a good trade-off between accuracy performance and computational complexity. In this work, we propose a thorough investigation and comparison of graph kernels based on different linear patterns, namely walks and paths. First, all these kernels are explored in detail, including their mathematical foundations, structures of patterns and computational complexity. Then, experiments are performed on various benchmark datasets exhibiting different types of graphs, including labeled and unlabeled graphs, graphs with different numbers of vertices, graphs with different average vertex degrees, cyclic and acyclic graphs. Finally, for regression and classification tasks, performance and computational complexity of kernels are compared and analyzed, and suggestions are proposed to choose kernels according to the types of graph datasets. This work leads to a clear comparison of strengths and weaknesses of these kernels. An open-source Python library containing an implementation of all discussed kernels is publicly available on GitHub to the community, thus allowing to promote and facilitate the use of graph kernels in machine learning problems.

📄 PDF Abstract BibTeX

Code (2)

jajupmochi/graphkit-learn 공식 구현
jajupmochi/py-graph

Tasks

BIG-bench Machine LearningGraph Classification

Similar Papers 제목 키워드 기반

A Unifying View of Explicit and Implicit Feature Maps of Graph Kernels

2017-03-02 · Nils M. Kriege, Marion Neumann, Christopher Morris, Kristian Kersting 외

Non-linear kernel methods can be approximated by fast linear ones using suitable explicit feature maps allowing their application to large scale problems. We investigate how convolution kernels for structured data are co…

Diversity

Scalable Global Alignment Graph Kernel Using Random Features: From Node Embedding to Graph Embedding

2019-11-25 · Lingfei Wu, Ian En-Hsu Yen, Zhen Zhang, Kun Xu 외

Graph kernels are widely used for measuring the similarity between graphs. Many existing graph kernels, which focus on local patterns within graphs rather than their global properties, suffer from significant structure i…

Graph ClassificationGraph Embedding

Efficient graphlet kernels for large graph comparison

2009-04-16 · Proceedings of the Twelth International Conference on Artificial Intelligence and Statistics 2009 4 · Nino Shervashidze, S. V. N. Vishwanathan, Tobias Petri, Kurt Mehlhorn 외

State-of-the-art graph kernels do not scale to large graphs with hundreds of nodes and thousands of edges. In this article we propose to compare graphs by counting graphlets, i.e., subgraphs with k nodes where k ε {3; 4;…

Graph Classification

Subgraph Matching Kernels for Attributed Graphs

2012-06-27 · Nils Kriege, Petra Mutzel

We propose graph kernels based on subgraph matchings, i.e. structure-preserving bijections between subgraphs. While recently proposed kernels based on common subgraphs (Wale et al., 2008; Shervashidze et al., 2009) in ge…

General Classification

Graph Neural Tangent Kernel: Fusing Graph Neural Networks with Graph Kernels

2019-05-30 · NeurIPS 2019 12 · Simon S. Du, Kangcheng Hou, Barnabás Póczos, Ruslan Salakhutdinov 외

While graph kernels (GKs) are easy to train and enjoy provable theoretical guarantees, their practical performances are limited by their expressive power, as the kernel function often depends on hand-crafted combinatoria…

Graph Classification