paper-with-me

Papers

Flexible infinite-width graph convolutional networks and the importance of representation learning

2024-02-09 · Ben Anson, Edward Milsom, Laurence Aitchison

A common theoretical approach to understanding neural networks is to take an infinite-width limit, at which point the outputs become Gaussian process (GP) distributed. This is known as a neural network Gaussian process (NNGP). However, the NNGP kernel is fixed, and tunable only through a small number of hyperparameters, eliminating any possibility of representation learning. This contrasts with finite-width NNs, which are often believed to perform well precisely because they are able to learn representations. Thus in simplifying NNs to make them theoretically tractable, NNGPs may eliminate precisely what makes them work well (representation learning). This motivated us to understand whether representation learning is necessary in a range of graph classification tasks. We develop a precise tool for this task, the graph convolutional deep kernel machine. This is very similar to an NNGP, in that it is an infinite width limit and uses kernels, but comes with a `knob' to control the amount of representation learning. We found that representation learning is necessary (in the sense that it gives dramatic performance improvements) in graph classification tasks and heterophilous node classification tasks, but not in homophilous node classification tasks.

📄 PDF Abstract BibTeX arXiv:2402.06525

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph ClassificationNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Simple, Fast, and Flexible Framework for Matrix Completion with Infinite Width Neural Networks

2021-07-31 · Adityanarayanan Radhakrishnan, George Stefanakis, Mikhail Belkin, Caroline Uhler

Matrix completion problems arise in many applications including recommendation systems, computer vision, and genomics. Increasingly larger neural networks have been successful in many of these applications, but at consid…

Image InpaintingMatrix CompletionRecommendation Systems

Asymptotics of Wide Convolutional Neural Networks

2020-08-19 · Anders Andreassen, Ethan Dyer

Wide neural networks have proven to be a rich class of architectures for both theory and practice. Motivated by the observation that finite width convolutional networks appear to outperform infinite width networks, we st…

UltraGCN: Ultra Simplification of Graph Convolutional Networks for Recommendation

2021-10-28 · Kelong Mao, Jieming Zhu, Xi Xiao, Biao Lu 외

With the recent success of graph convolutional networks (GCNs), they have been widely applied for recommendation, and achieved impressive performance gains. The core of GCNs lies in its message passing mechanism to aggre…

Collaborative FilteringRecommendation Systems

Convergence of Deep Convolutional Neural Networks

2021-09-28 · Yuesheng Xu, Haizhang Zhang

Convergence of deep neural networks as the depth of the networks tends to infinity is fundamental in building the mathematical foundation for deep learning. In a previous study, we investigated this question for deep ReL…

Deep Maxout Network Gaussian Process

2022-08-08 · Libin Liang, Ye Tian, Ge Cheng

Study of neural networks with infinite width is important for better understanding of the neural network in practical application. In this work, we derive the equivalence of the deep, infinite-width maxout network and th…

Bayesian Inference