Finding Influencers Based on Social Interaction and Graph Structure in Social Media
Abstract
1. Introduction
2. Related Work
2.1. Non-Graph-Based Methods
2.2. Graph-Based Methods
2.3. Network Models
3. The Proposed Influencer Detection Method
3.1. Characteristics
3.2. Feature Analysis
3.3. Influencer Score Calculation
3.3.1. Infrastructure Score Calculation
3.3.2. Dissemination Score Calculation
3.4. Top-K Rank
| Algorithm 1. Influencer Score Calculation | |
| input | Social graph G < V, E>, Retweet graph Gr < Vr, Er> |
| output | Rank [v] |
| 1 | foreach node v in V |
| 2 | add v indegree edges to Fi |
| 3 | KSHashMap = K-Shell Decomposition (G) |
| 4 | foreach node v in Vr |
| 5 | add v indegree edges to Ri |
| 6 | KSRHashMap = K-Shell Decomposition (Gr) |
| 7 | foreach node v in Vr |
| 8 | DSi = (Equation (2)) |
| 9 | GPR < VPR, EPR> = Empty Graph |
| 10 | foreach node v in V |
| 11 | add v to VPR |
| 12 | foreach edge e in E |
| 13 | add e to EPR |
| 14 | foreach node v in VPR |
| 15 | v’s initial page score = (Equation (1)) |
| 16 | Infrastructure Score Map < Vism, score > = PageRank (GPR) |
| 17 | for each node v in V |
| 18 | UISi = (Equation (3)) |
| 19 | sort UISi list by descending |
| 20 | return UIS list |
4. Performance Evaluation
4.1. Evaluation Environments
4.2. Evaluation Results of IC Model Propagation According to the Top-K Values
4.3. Comparison of Evaluation Results with Existing Methods
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Zareie, A.; Sheikhahmadi, A.; Jalili, M.; Fasaei, M.S.K. Finding influential nodes in social networks based on neighborhood correlation coefficient. Knowl. Based Syst. 2020, 194, 105555. [Google Scholar] [CrossRef]
- Rashid, Y.; Bhat, J.I. Topological to Deep Learning Era for Identifying Influencers in Online Social Networks: A Systematic Review. Multimed. Tools Appl. 2024, 83, 14671–14714. [Google Scholar] [CrossRef]
- Sihombing, P.; Nababan, E.B.; Budiman, M.A. The combination of the Leiden algorithm and graph coloring for influencers detection in large scale social networks. In Proceedings of the 2025 International Conference on Computer Sciences, Engineering, and Technology Innovation (ICoCSETI), virtually, 21 January 2025. [Google Scholar]
- Alsaif, S.A.; Hidri, A.; Hidri, M.S. Towards inferring influential Facebook users. Computers 2021, 10, 62. [Google Scholar] [CrossRef]
- Arora, A.; Bansal, S.; Kandpal, C.; Aswani, R.; Dwivedi, Y. Measuring social media influencer index insights from Facebook, Twitter and Instagram. J. Retail. Consum. Serv. 2019, 49, 86–101. [Google Scholar] [CrossRef]
- Ren, J.; Wang, C.; Liu, Q.; Wang, G.; Dong, J. Identify influential spreaders in complex networks based on potential edge weights. Int. J. Innov. Comput. Inf. Control 2016, 12, 581–590. [Google Scholar]
- Tibshirani, R. Regression shrinkage and selection via the lasso. J. R. Stat. Soc. Ser. B Stat. Methodol. 1996, 58, 267–288. [Google Scholar] [CrossRef]
- Mack, Y.P. Local properties of k-NN regression estimates. SIAM J. Algebr. Discret. Methods 1981, 2, 311–323. [Google Scholar] [CrossRef]
- Brin, S.; Page, L. The anatomy of a large-scale hypertextual web search engine. Comput. Netw. ISDN Syst. 1998, 30, 107–117. [Google Scholar] [CrossRef]
- Yang, M.; Wang, H.; Wei, Z.; Wang, S.; Wen, J.R. Efficient algorithms for personalized PageRank computation: A survey. IEEE Trans. Knowl. Data Eng. 2024, 36, 4582–4602. [Google Scholar] [CrossRef]
- Ahmadi Beni, H.; Bouyer, A. Identifying influential nodes using a shell-based ranking and filtering method in social networks. Big Data 2021, 9, 219–232. [Google Scholar] [CrossRef] [PubMed]
- Xian, Y.; Li, M.; Zhang, Q. A k-Shell Decomposition Structural Entropy of Complex Networks. Phys. A Stat. Mech. Its Appl. 2025, 676, 130859. [Google Scholar] [CrossRef]
- Kempe, D.; Kleinberg, J.; Tardos, É. Maximizing the spread of influence through a social network. In Proceedings of the 9th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Washington, DC, USA, 24–27 August 2003. [Google Scholar]
- Kumar, S.; Mallik, A.; Khetarpal, A.; Panda, B.S. Influence maximization in social networks using graph embedding and graph neural network. Inf. Sci. 2022, 607, 1617–1636. [Google Scholar] [CrossRef]
- Jaouadi, M.; Romdhane, L.B. A Survey on Influence Maximization Models. Expert Syst. Appl. 2024, 248, 123429. [Google Scholar] [CrossRef]
- Yanchenko, E.; Murata, T.; Holme, P. Influence Maximization on Temporal Networks: A Review. Appl. Netw. Sci. 2024, 9, 16. [Google Scholar] [CrossRef]
- Hemnath, M.R. Social media influence maximization prediction using improved graph neural networks. In Proceedings of the National Conference on AI & DS: Challenges and Opportunities in the Digital Era (NCAI-DS 2025), Tamil Nadu, India, 4 March 2025. [Google Scholar]
- Huang, J.; Wang, S.; Xia, C.; Yang, Y.; Wang, W. Solving the influence maximization problem via a deep-reinforcement-learning-guided evolutionary approach. In Proceedings of the 2024 6th International Conference on Data-driven Optimization of Complex Systems (DOCS), Hangzhou, China, 16–18 August 2024. [Google Scholar]
- Ling, C.; Jiang, J.; Wang, J.; Thai, M.T.; Xue, R.; Song, J.; Zhao, L. Deep Graph Representation Learning and Optimization for Influence Maximization. In Proceedings of the International Conference on Machine Learning, Honolulu, HI, USA, 23–29 July 2023. [Google Scholar]
- Chen, T.; Yan, S.; Guo, J.; Wu, W. ToupleGDD: A Fine-Designed Solution of Influence Maximization by Deep Reinforcement Learning. IEEE Trans. Comput. Soc. Syst. 2023, 11, 2210–2221. [Google Scholar] [CrossRef]
- Leskovec, J. Higgs Twitter Dataset. Available online: https://snap.stanford.edu/data/higgs-twitter.html (accessed on 21 May 2025).
- Ou, Z.; Wang, S. Finding robust and influential nodes on directed networks using a memetic algorithm. Swarm Evol. Comput. 2024, 87, 101542. [Google Scholar] [CrossRef]
- Wang, S.; Jin, Y. MFEA-RCIM: A multifactorial evolutionary algorithm for determining robust and influential seeds from competitive networks under structural failures. IEEE Trans. Cybern. 2025, 55, 3624–3636. [Google Scholar] [CrossRef] [PubMed]











| Environment | Specification |
|---|---|
| Processor | Intel(R) Core (TM) i7-9700K CPU @ 3.60 GHz |
| Memory | RAM 24.0 GB |
| OS | Windows 10 64 bit |
| Language | Python 3.10.1 |
| Data | V | E | Clustering Coefficient |
|---|---|---|---|
| Social Graph | 456,626 | 14,855,842 | 0.1887 |
| Retweet Graph | 256,491 | 328,132 | 0.0156 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Share and Cite
Lim, J.; Choi, H.; Choi, S.; Bok, K.; Yoo, J. Finding Influencers Based on Social Interaction and Graph Structure in Social Media. Appl. Sci. 2026, 16, 738. https://doi.org/10.3390/app16020738
Lim J, Choi H, Choi S, Bok K, Yoo J. Finding Influencers Based on Social Interaction and Graph Structure in Social Media. Applied Sciences. 2026; 16(2):738. https://doi.org/10.3390/app16020738
Chicago/Turabian StyleLim, Jongtae, Hwanyong Choi, Sanghyun Choi, Kyoungsoo Bok, and Jaesoo Yoo. 2026. "Finding Influencers Based on Social Interaction and Graph Structure in Social Media" Applied Sciences 16, no. 2: 738. https://doi.org/10.3390/app16020738
APA StyleLim, J., Choi, H., Choi, S., Bok, K., & Yoo, J. (2026). Finding Influencers Based on Social Interaction and Graph Structure in Social Media. Applied Sciences, 16(2), 738. https://doi.org/10.3390/app16020738

