vix.ing · top · new · best · stats

Tuning the Geometry of Graph Neural Networks

2022/07/12 by Sowon Jeong, Jeong, Sowon, Claire Donnat +1
Computer Science · #Advanced Graph Neural Networks #FOS: Computer and information sciences #Face and Expression Recognition #Machine Learning (cs.LG) #Stochastic Gradient Optimization Techniques #cs.LG

paper · pdf · doi:10.48550/arxiv.2207.05887

arxiv created 2022/07/12 · openalex publication_date 2022/07/12 · arxiv updated 2022/07/14 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

By recursively summing node features over entire neighborhoods, spatial graph convolution operators have been heralded as key to the success of Graph Neural Networks (GNNs). Yet, despite the multiplication of GNN methods across tasks and applications, the impact of this aggregation operation on their performance still has yet to be extensively analysed. In fact, while efforts have mostly focused on optimizing the architecture of the neural network, fewer works have attempted to characterize (a) the different classes of spatial convolution operators, (b) how the choice of a particular class relates to properties of the data , and (c) its impact on the geometry of the embedding space. In this paper, we propose to answer all three questions by dividing existing operators into two main classes ( symmetrized vs. row-normalized spatial convolutions), and show how these translate into different implicit biases on the nature of the data. Finally, we show that this aggregation operator is in fact tunable, and explicit regimes in which certain choices of operators -- and therefore, embedding geometries -- might be more appropriate.

Related