paper-with-me

Papers

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-dimensional space, where the radial distance from the origin serves as a proxy for various centrality measures. We evaluate our method on multiple graph families and demonstrate strong correlations with degree, PageRank, and paths-based centralities. As an application, it turns out that the proposed embedding allows to find high-influence nodes in a network, and provides a fast and scalable alternative to the standard greedy algorithm.

📄 PDF Abstract BibTeX arXiv:2506.07435

Code (1)

sashakolpakov/graphem 공식 구현 jax

Similar Papers 제목 키워드 기반

Adversarial Graph Embeddings for Fair Influence Maximization over Social Networks

2020-05-08 · Moein Khajehnejad, Ahmad Asgharian Rezaei, Mahmoudreza Babaei, Jessica Hoffmann 외

Influence maximization is a widely studied topic in network science, where the aim is to reach the maximum possible number of nodes, while only targeting a small initial set of individuals. It has critical applications i…

ClusteringFairnessGraph EmbeddingMarketing

Multi-task Learning for Influence Estimation and Maximization

2019-04-18 · George Panagopoulos, Fragkiskos D. Malliaros, Michalis Vazirgiannis

We address the problem of influence maximization when the social network is accompanied by diffusion cascades. In prior works, such information is used to compute influence probabilities, which is utilized by stochastic …

Multi-Task LearningRepresentation Learning

Non-Progressive Influence Maximization in Dynamic Social Networks

2024-12-10 · Yunming Hui, Shihan Wang, Melisachew Wudage Chekol, Stevan Rudinac 외

The influence maximization (IM) problem involves identifying a set of key individuals in a social network who can maximize the spread of influence through their network connections. With the advent of geometric deep lear…

Deep Reinforcement LearningDynamic graph embeddingGraph Embeddingreinforcement-learning+1

Top-K Influential Nodes in Social Networks: A Game Perspective

2018-10-14 · Yu Zhang, Yan Zhang

Influence maximization, the fundamental of viral marketing, aims to find top-$K$ seed nodes maximizing influence spread under certain spreading models. In this paper, we study influence maximization from a game perspecti…

Community DetectionMarketing

Factorization Bandits for Online Influence Maximization

2019-06-09 · Qingyun Wu, Zhige Li, Huazheng Wang, Wei Chen 외

We study the problem of online influence maximization in social networks. In this problem, a learner aims to identify the set of "best influencers" in a network by interacting with it, i.e., repeatedly selecting seed nod…