paper-with-me

Papers

Approximating Network Centrality Measures Using Node Embedding and Machine Learning

2020-06-29 · Matheus R. F. Mendonça, André M. S. Barreto, Artur Ziviani

Extracting information from real-world large networks is a key challenge nowadays. For instance, computing a node centrality may become unfeasible depending on the intended centrality due to its computational cost. One solution is to develop fast methods capable of approximating network centralities. Here, we propose an approach for efficiently approximating node centralities for large networks using Neural Networks and Graph Embedding techniques. Our proposed model, entitled Network Centrality Approximation using Graph Embedding (NCA-GE), uses the adjacency matrix of a graph and a set of features for each node (here, we use only the degree) as input and computes the approximate desired centrality rank for every node. NCA-GE has a time complexity of $O(|E|)$, $E$ being the set of edges of a graph, making it suitable for large networks. NCA-GE also trains pretty fast, requiring only a set of a thousand small synthetic scale-free graphs (ranging from 100 to 1000 nodes each), and it works well for different node centralities, network sizes, and topologies. Finally, we compare our approach to the state-of-the-art method that approximates centrality ranks using the degree and eigenvector centralities as input, where we show that the NCA-GE outperforms the former in a variety of scenarios.

📄 PDF Abstract BibTeX arXiv:2006.16392

Code (1)

MatheusMRFM/NCA-GE 공식 구현 tf

Tasks

BIG-bench Machine LearningGraph Embedding

Similar Papers 제목 키워드 기반

Node Centralities and Classification Performance for Characterizing Node Embedding Algorithms

2018-02-18 · Kento Nozawa, Masanari Kimura, Atsunori Kanemura

Embedding graph nodes into a vector space can allow the use of machine learning to e.g. predict node classes, but the study of node embedding algorithms is immature compared to the natural language processing field becau…

BIG-bench Machine LearningClassificationGeneral Classification

Fast Geometric Embedding for Node Influence Maximization

2025-06-09 · Alexander Kolpakov, Igor Rivin

Computing classical centrality measures such as betweenness and closeness is computationally expensive on large-scale graphs. In this work, we introduce an efficient force layout algorithm that embeds a graph into a low-…

A parameterised model for link prediction using node centrality and similarity measure based on graph embedding

2023-09-11 · Haohui Lu, Shahadat Uddin

Link prediction is a key aspect of graph machine learning, with applications as diverse as disease prediction, social network recommendations, and drug discovery. It involves predicting new links that may form between ne…

Disease PredictionDrug DiscoveryGraph EmbeddingGraph Neural Network+2

LEED: Local Embedding Evolution Distance for over-smoothing estimation and virtual node selection in GNN

2026-08-10 · Killian Cressant, Pedro B. Velloso arxiv

Graph Neural Networks (GNNs) suffer from two fundamental limitations: over-smoothing, where node representations become indistinguishable with depth, and over-squashing, where long-range information is compressed through…

QuickCent: a fast and frugal heuristic for harmonic centrality estimation on scale-free networks

2023-03-02 · Francisco Plana, Andrés Abeliuk, Jorge Pérez

We present a simple and quick method to approximate network centrality indexes. Our approach, called QuickCent, is inspired by so-called fast and frugal heuristics, which are heuristics initially proposed to model some h…