paper-with-me

Papers

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, Ruosong Wang, Keyulu Xu

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 combinatorial features of graphs. Compared to graph kernels, graph neural networks (GNNs) usually achieve better practical performance, as GNNs use multi-layer architectures and non-linear activation functions to extract high-order information of graphs as features. However, due to the large number of hyper-parameters and the non-convex nature of the training procedure, GNNs are harder to train. Theoretical guarantees of GNNs are also not well-understood. Furthermore, the expressive power of GNNs scales with the number of parameters, and thus it is hard to exploit the full power of GNNs when computing resources are limited. The current paper presents a new class of graph kernels, Graph Neural Tangent Kernels (GNTKs), which correspond to infinitely wide multi-layer GNNs trained by gradient descent. GNTKs enjoy the full expressive power of GNNs and inherit advantages of GKs. Theoretically, we show GNTKs provably learn a class of smooth functions on graphs. Empirically, we test GNTKs on graph classification datasets and show they achieve strong performance.

📄 PDF Abstract BibTeX arXiv:1905.13192

Code (1)

KangchengHou/gntk 공식 구현

Tasks

Graph Classification

Similar Papers 제목 키워드 기반

Fast Graph Neural Tangent Kernel via Kronecker Sketching

2021-12-04 · Shunhua Jiang, Yunze Man, Zhao Song, Zheng Yu 외

Many deep learning tasks have to deal with graphs (e.g., protein structures, social networks, source code abstract syntax trees). Due to the importance of these tasks, people turned to Graph Neural Networks (GNNs) as the…

regression

Is Solving Graph Neural Tangent Kernel Equivalent to Training Graph Neural Network?

2023-09-14 · Lianke Qin, Zhao Song, Baocheng Sun

A rising trend in theoretical deep learning is to understand why deep learning works through Neural Tangent Kernel (NTK) [jgh18], a kernel method that is equivalent to using gradient descent to train a multi-layer infini…

Deep LearningGraph LearningGraph Neural Networkregression

Graph Convolutional Networks from the Perspective of Sheaves and the Neural Tangent Kernel

2022-08-19 · Thomas Gebhart

Graph convolutional networks are a popular class of deep neural network algorithms which have shown success in a number of relational learning tasks. Despite their success, graph convolutional networks exhibit a number o…

Relational Reasoning

Graph Neural Tangent Kernel: Convergence on Large Graphs

2023-01-25 · Sanjukta Krishnagopal, Luana Ruiz

Graph neural networks (GNNs) achieve remarkable performance in graph machine learning tasks but can be hard to train on large-graph data, where their learning dynamics are not well understood. We investigate the training…

Node ClassificationNode Regressionregression

Topological Neural Tangent Kernel

2026-05-01 · Sanjukta Krishnagopal arxiv

Graph neural tangent kernels give a principled infinite-width theory for graph neural networks, but inherit a basic limitation of graph models: they see only pairwise structure. Many relational systems contain higher-ord…

Link Prediction