English

A Fast Algorithm for Ranking Users by their Influence in Online Social Platforms

Networking and Internet Architecture 2022-10-21 v3 Social and Information Networks

Abstract

Measuring the influence of users in social networks is key for numerous applications. A recently proposed influence metric, coined as ψ\psi-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 ψ\psi-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 NN users, it requires to solve NN linear systems of equations of size NN. To address this problem, this work introduces a novel scalable algorithm for the fast approximation of ψ\psi-score, named \textit{Power}-ψ\psi. The proposed algorithm is based on a novel equation indicating that it suffices to solve one system of equations of size NN to compute the ψ\psi-score. Then, our algorithm exploits the fact that such a system can be recursively and distributedly approximated to any desired error. This permits the ψ\psi-score, summarizing both structural and behavioral information for the nodes, to run as fast as PageRank. We validate the effectiveness of the proposed algorithm, which we release as an open source Python library, on several real-world datasets.

Keywords

Cite

@article{arxiv.2206.09960,
  title  = {A Fast Algorithm for Ranking Users by their Influence in Online Social Platforms},
  author = {Nouamane Arhachoui and Esteban Bautista and Maximilien Danisch and Anastasios Giovanidis},
  journal= {arXiv preprint arXiv:2206.09960},
  year   = {2022}
}

Comments

Proceedings of the 2022 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)

R2 v1 2026-06-24T11:57:38.700Z