paper-with-me

Papers

A Lightweight Deep Learning-based Model for Ranking Influential Nodes in Complex Networks

2025-07-25 · Mohammed A. Ramadhan, Abdulhakeem O. Mohammed arxiv

Identifying influential nodes in complex networks is a critical task with a wide range of applications across different domains. However, existing approaches often face trade-offs between accuracy and computational efficiency. To address these challenges, we propose 1D-CGS, a lightweight and effective hybrid model that integrates the speed of one-dimensional convolutional neural networks (1D-CNN) with the topological representation power of GraphSAGE for efficient node ranking. The model uses a lightweight input representation built on two straightforward and significant topological features: node degree and average neighbor degree. These features are processed through 1D convolutions to extract local patterns, followed by GraphSAGE layers to aggregate neighborhood information. We formulate the node ranking task as a regression problem and use the Susceptible-Infected-Recovered (SIR) model to generate ground truth influence scores. 1D-CGS is initially trained on synthetic networks generated by the Barabasi-Albert model and then applied to real world networks for identifying influential nodes. Experimental evaluations on twelve real world networks demonstrate that 1D-CGS significantly outperforms traditional centrality measures and recent deep learning models in ranking accuracy, while operating in very fast runtime. The proposed model achieves an average improvement of 4.73% in Kendall's Tau correlation and 7.67% in Jaccard Similarity over the best performing deep learning baselines. It also achieves an average Monotonicity Index (MI) score 0.99 and produces near perfect rank distributions, indicating highly unique and discriminative rankings. Furthermore, all experiments confirm that 1D-CGS operates in a highly reasonable time, running significantly faster than existing deep learning methods, making it suitable for large scale applications.

📄 PDF Abstract BibTeX arXiv:2507.19702

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Influential Simplices Mining via Simplicial Convolutional Network

2023-07-11 · Yujie Zeng, Yiming Huang, Qiang Wu, Linyuan Lü

Simplicial complexes have recently been in the limelight of higher-order network analysis, where a minority of simplices play crucial roles in structures and functions due to network heterogeneity. We find a significant …

Graph Learning

A graph neural network based on feature network for identifying influential nodes

2025-08-02 · Yanmei Hu, Siyuan Yin, Yihang Wu, Xue Yue 외 arxiv

Identifying influential nodes in complex networks is of great importance, and has many applications in practice. For example, finding influential nodes in e-commerce network can provide merchants with customers with stro…

Graph Neural Network

Cost-Effective Community-Hierarchy-Based Mutual Voting Approach for Influence Maximization in Complex Networks

2024-09-21 · Yi Liu, Xiaoan Tang, Witold Pedrycz, Qiang Zhang

Various types of promising techniques have come into being for influence maximization whose aim is to identify influential nodes in complex networks. In essence, real-world applications usually have high requirements on …

Contrastive clustering based on regular equivalence for influential node identification in complex networks

2025-08-30 · Yanmei Hu, Yihang Wu, Bing Sun, Xue Yue 외 arxiv

Identifying influential nodes in complex networks is a fundamental task in network analysis with wide-ranging applications across domains. While deep learning has advanced node influence detection, existing supervised ap…

Contrastive LearningDeep Clustering

Identifying Influential Nodes in Two-mode Data Networks using Formal Concept Analysis

2021-09-07 · Mohamed-Hamza Ibrahim, Rokia Missaoui, Jean Vaillancourt

Identifying important actors (or nodes) in a two-mode network often remains a crucial challenge in mining, analyzing, and interpreting real-world networks. While traditional bipartite centrality indices are often used to…