paper-with-me

Papers

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, Liang Zhao, Xi Peng, Yinglong Xia, Charu Aggarwal

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 information loss when representing graphs. Some recent global graph kernels, which utilizes the alignment of geometric node embeddings of graphs, yield state-of-the-art performance. However, these graph kernels are not necessarily positive-definite. More importantly, computing the graph kernel matrix will have at least quadratic {time} complexity in terms of the number and the size of the graphs. In this paper, we propose a new family of global alignment graph kernels, which take into account the global properties of graphs by using geometric node embeddings and an associated node transportation based on earth mover's distance. Compared to existing global kernels, the proposed kernel is positive-definite. Our graph kernel is obtained by defining a distribution over \emph{random graphs}, which can naturally yield random feature approximations. The random feature approximations lead to our graph embeddings, which is named as "random graph embeddings" (RGE). In particular, RGE is shown to achieve \emph{(quasi-)linear scalability} with respect to the number and the size of the graphs. The experimental results on nine benchmark datasets demonstrate that RGE outperforms or matches twelve state-of-the-art graph classification algorithms.

📄 PDF Abstract BibTeX arXiv:1911.11119

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Embedding

Similar Papers 제목 키워드 기반

From Node Embedding to Graph Embedding: Scalable Global Graph Kernel via Random Features

2018-12-01 · NIPS 2018 2018 12 · Lingfei Wu, Ian En-Hsu Yen, Kun Xu, Liang Zhao 외

Graph kernels are one of the most important methods for graph data analysis and have been successfully applied in diverse applications. We can generally categorize existing graph kernels into two groups: kernels based on…

Graph Embedding

Density of States Graph Kernels

2020-10-21 · Leo Huang, Andrew Graven, David Bindel

A fundamental problem on graph-structured data is that of quantifying similarity between graphs. Graph kernels are an established technique for such tasks; in particular, those based on random walks and return probabilit…

Federated Bayesian Neural Regression: A Scalable Global Federated Gaussian Process

2022-06-13 · Haolin Yu, Kaiyang Guo, Mahdi Karami, Xi Chen 외

In typical scenarios where the Federated Learning (FL) framework applies, it is common for clients to have insufficient training data to produce an accurate model. Thus, models that provide not only point estimations, bu…

Federated LearningKnowledge Distillationregression

Graph Random Features for Scalable Gaussian Processes

2025-09-03 · Matthew Zhang, Jihao Andreas Lin, Krzysztof Choromanski, Adrian Weller 외 arxiv

We study the application of graph random features (GRFs) - a recently introduced stochastic estimator of graph node kernels - to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions…

Bayesian InferenceGaussian Processes

RetGK: Graph Kernels based on Return Probabilities of Random Walks

2018-09-07 · NeurIPS 2018 12 · Zhen Zhang, Mianzhi Wang, Yijian Xiang, Yan Huang 외

Graph-structured data arise in wide applications, such as computer vision, bioinformatics, and social networks. Quantifying similarities among graphs is a fundamental problem. In this paper, we develop a framework for co…

Computational EfficiencyGeneral ClassificationGraph Classification