paper-with-me

홈 › Papers

RAN-GNNs: breaking the capacity limits of graph neural networks

2021-03-29 · Diego Valsesia, Giulia Fracastoro, Enrico Magli

Graph neural networks have become a staple in problems addressing learning and analysis of data defined over graphs. However, several results suggest an inherent difficulty in extracting better performance by increasing the number of layers. Recent works attribute this to a phenomenon peculiar to the extraction of node features in graph-based tasks, i.e., the need to consider multiple neighborhood sizes at the same time and adaptively tune them. In this paper, we investigate the recently proposed randomly wired architectures in the context of graph neural networks. Instead of building deeper networks by stacking many layers, we prove that employing a randomly-wired architecture can be a more effective way to increase the capacity of the network and obtain richer representations. We show that such architectures behave like an ensemble of paths, which are able to merge contributions from receptive fields of varied size. Moreover, these receptive fields can also be modulated to be wider or narrower through the trainable weights over the paths. We also provide extensive experimental evidence of the superior performance of randomly wired architectures over multiple tasks and four graph convolution definitions, using recent benchmarking frameworks that addresses the reliability of previous testing methodologies.

📄 PDF Abstract BibTeX arXiv:2103.15565

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBenchmarking

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Zero-One Laws of Graph Neural Networks

2023-09-21 · NeurIPS 2023 11

Graph neural networks (GNNs) are the de facto standard deep learning architectures for machine learning on graphs. This has led to a large body of work analyzing the capabilities and limitations of these models, partic…

Instant Graph Neural Networks for Dynamic Graphs

2022-06-03 · Yanping Zheng, Hanzhi Wang, Zhewei Wei, Jiajun Liu 외

Graph Neural Networks (GNNs) have been widely used for modeling graph-structured data. With the development of numerous GNN variants, recent years have witnessed groundbreaking results in improving the scalability of GNN…

Graph Neural Network

Breaking the Entanglement of Homophily and Heterophily in Semi-supervised Node Classification

2023-12-07 · Henan Sun, Xunkai Li, Zhengyu Wu, Daohan Su 외

Recently, graph neural networks (GNNs) have shown prominent performance in semi-supervised node classification by leveraging knowledge from the graph database. However, most existing GNNs follow the homophily assumption,…

Graph LearningNode Classification

Optimizing over trained GNNs via symmetry breaking

2023-09-21 · NeurIPS 2023 11

Optimization over trained machine learning models has applications including: verification, minimizing neural acquisition functions, and integrating a trained surrogate into a larger decision-making problem. This paper f…

AKE-GNN: Effective Graph Learning with Adaptive Knowledge Exchange

2021-06-10 · Liang Zeng, Jin Xu, Zijun Yao, Yanqiao Zhu 외

Graph Neural Networks (GNNs) have already been widely used in various graph mining tasks. However, recent works reveal that the learned weights (channels) in well-trained GNNs are highly redundant, which inevitably limit…

ClassificationGraph ClassificationGraph LearningGraph Mining+3