paper-with-me

Papers

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

2025-08-02 · Yanmei Hu, Siyuan Yin, Yihang Wu, Xue Yue, Yue Liu 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 strong purchase intent; identifying influential nodes in computer information system can help locating the components that cause the system break down and identifying influential nodes in these networks can accelerate the flow of information in networks. Thus, a lot of efforts have been made on the problem of indentifying influential nodes. However, previous efforts either consider only one aspect of the network structure, or using global centralities with high time consuming as node features to identify influential nodes, and the existing methods do not consider the relationships between different centralities. To solve these problems, we propose a Graph Convolutional Network Framework based on Feature Network, abbreviated as FNGCN (graph convolutional network is abbreviated as GCN in the following text). Further, to exclude noises and reduce redundency, FNGCN utilizes feature network to represent the complicated relationships among the local centralities, based on which the most suitable local centralities are determined. By taking a shallow GCN and a deep GCN into the FNGCN framework, two FNGCNs are developed. With ground truth obtained from the widely used Susceptible Infected Recovered (SIR) model, the two FNGCNs are compared with the state-of-art methods on several real-world networks. Experimental results show that the two FNGCNs can identify the influential nodes more accurately than the compared methods, indicating that the proposed framework is effective in identifying influential nodes in complex networks.

📄 PDF Abstract BibTeX arXiv:2508.01278

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

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

Influence Maximization in Hypergraphs Using A Genetic Algorithm with New Initialization and Evaluation Methods

2024-05-15 · Xilong Qu, Wenbin Pei, Yingchao Yang, Xirong Xu 외

Influence maximization (IM) is a crucial optimization task related to analyzing complex networks in the real world, such as social networks, disease propagation networks, and marketing networks. Publications to date abou…

Marketing

Identifying the Most Influential Driver Nodes for Pinning Control of Multi-Agent Systems with Time-Varying Topology

2024-05-29 · Guangrui Zhang, Zhaohui Liu, Xinghuo Yu, Mahdi Jalili

Identifying the most influential driver nodes to guarantee the fastest synchronization speed is a key topic in pinning control of multi-agent systems. This paper develops a methodology to find the most influential pinnin…

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 effic…

Computational Efficiency

Identifying Influential nodes in Brain Networks via Self-Supervised Graph-Transformer

2024-09-17 · Yanqing Kang, Di Zhu, Haiyang Zhang, Enze Shi 외

Studying influential nodes (I-nodes) in brain networks is of great significance in the field of brain imaging. Most existing studies consider brain connectivity hubs as I-nodes. However, this approach relies heavily on p…

Graph Reconstruction