A Fast Algorithm for Ranking Users by their Influence in Online Social Platforms
Nouamane Arhachoui, Esteban Bautista, Maximilien Danisch, Anastasios, Giovanidis

TL;DR
This paper introduces Power-$ extit{ extpsi}$, a scalable, recursive algorithm that efficiently approximates the influence metric $ extit{ extpsi}$-score in social networks, combining structural and behavioral data, and matching PageRank's speed.
Contribution
The work presents a novel recursive equation enabling fast, distributed approximation of $ ext{ extpsi}$-score, significantly improving scalability over previous methods.
Findings
Power-$ ext{ extpsi}$ runs as fast as PageRank.
The algorithm accurately approximates influence scores in real datasets.
Open source Python implementation available.
Abstract
Measuring the influence of users in social networks is key for numerous applications. A recently proposed influence metric, coined as -score, allows to go beyond traditional centrality metrics, which only assess structural graph importance, by further incorporating the rich information provided by the posting and re-posting activity of users. The -score is shown in fact to generalize PageRank for non-homogeneous node activity. Despite its significance, it scales poorly to large datasets; for a network of users, it requires to solve linear systems of equations of size . To address this problem, this work introduces a novel scalable algorithm for the fast approximation of -score, named \textit{Power}-. The proposed algorithm is based on a novel equation indicating that it suffices to solve one system of equations of size to compute the -score.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Opinion Dynamics and Social Influence · Game Theory and Applications
