BRAVA-GNN: Betweenness Ranking Approximation Via Degree MAss Inspired Graph Neural Network
Justin Dachille, Aurora Rossi, Sunil Kumar Maurya, Frederik Mallmann-Trenn, Xin Liu, Fr\'ed\'eric Giroire, Tsuyoshi Murata, Emanuele Natale

TL;DR
BRAVA-GNN is a lightweight graph neural network that efficiently approximates betweenness centrality rankings by leveraging degree-based features and hyperbolic random graph models, outperforming existing methods on diverse real-world networks.
Contribution
The paper introduces BRAVA-GNN, a novel GNN architecture that generalizes well across different graph types using degree mass features and hyperbolic models, with significantly fewer parameters.
Findings
Achieves up to 214% improvement in Kendall-Tau correlation.
Provides up to 70x faster inference times.
Effectively generalizes to high-diameter networks like road graphs.
Abstract
Computing node importance in networks is a long-standing fundamental problem that has driven extensive study of various centrality measures. A particularly well-known centrality measure is betweenness centrality, which becomes computationally prohibitive on large-scale networks. Graph Neural Network (GNN) models have thus been proposed to predict node rankings according to their relative betweenness centrality. However, state-of-the-art methods fail to generalize to high-diameter graphs such as road networks. We propose BRAVA-GNN, a lightweight GNN architecture that leverages the empirically observed correlation linking betweenness centrality to degree-based quantities, in particular multi-hop degree mass. This correlation motivates the use of degree masses as size-invariant node features and synthetic training graphs that closely match the degree distributions of real networks.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
