1. Introduction
There search of complex networks has always been a focus of widespread attention. Complex networks can effectively describe and represent large-scale complex systems in the world, such as biological systems [
1,
2] , medical systems [
3], power systems [
4,
5], and social systems [
6,
7].In addition, identifying important nodes in complex networks has applications in various fields. In the field of biology, the identification of important nodes can help reveal key genes, proteins, or other biological molecules, thereby deepening the understanding of the key functions and regulatory mechanisms of biological systems [
8]. For the prevention of infectious disease spread, the identification of important nodes helps to identify and control key spreaders in the spread of infectious diseases, thereby effectively formulating intervention strategies and preventive measures[
9]. For the maintenance of power systems, the identification of important nodes helps to optimize the stability, reliability, and efficiency of power networks, as well as effectively managing energy distribution and supply strategies [
10]. For curbing the spread of rumors, the identification of important nodes helps to identify and control key spreaders in rumor dissemination, thereby effectively preventing and responding to the spread of rumors [
11].
There are many existing methods for identifying important nodes in complex networks. Traditional methods for identifying important nodes are based on local and global information of the network, such as degree centrality [
12]and k-shell centrality [
13]. the degree centrality method posits that the more neighbors a node has, the more important the node is. the k-shell centrality method, on the other hand, suggests that a node's position and hierarchical structure within the entire network significantly influence its importance, with nodes closer to the network core being considered more important. although traditional methods have achieved good results in some respects, they still have many shortcomings. in recent years, m. [
14] have proposed a method for identifying important nodes in complex networks based on the gravity model. this approach leverages the universal law of gravitation, treating a node's degree value as its 'mass' and the shortest path between nodes as the 'distance' between them, and calculates the force between nodes as an estimate of node importance. Compared to traditional methods, the gravity model-based approach can more accurately capture the complex relationships and interactive influences between nodes, resulting in more precise outcomes.
Y.D.[
15]proposed a gravity model method based on effective distance, which considers effective distance as the distance between nodes and the degree of nodes as their mass. They believe that effective distance can uncover the hidden dynamic structure and dynamic interaction information between nodes, which contains the way the network actually operates, and combining dynamic and static information to identify important nodes can improve the accuracy of the results.L.H.[
16] introduced a method known as the generalized gravity model, which takes the shortest distance between nodes as the distance and propagation capability as the mass. The propagation capability of a node is represented by the node's local clustering coefficient and degree. L.H. argue that if nodes have the same degree, the node with a higher local clustering coefficient, that is, the node with more edges connected to neighboring nodes, has a stronger ability to propagate information, thus the propagation capability of a node can more accurately measure the local information of the node.
In summary, previous research on methods for identifying key nodes has analyzed node interactions from various perspectives, thereby providing a more comprehensive assessment of node importance. However, these methods have not yet fully leveraged the multi-scale characteristics of nodes for in-depth analysis. Consequently, this study proposes a novel approach, which we term the local effective distance integration with gravity model (LEDGM).LEDGM is rooted in the recognition that nodes in complex networks possess intricate relationships that extend beyond their immediate connections. Our approach is anchored in the belief that a holistic analysis, which considers the multifaceted nature of nodes, is essential for accurately capturing their true influence within the network.By integrating various attributes such as local, global, positional, and clustering information, our model endeavors to paint a more nuanced picture of each node's role and potential impact. This comprehensive assessment allows for a more precise identification of key nodes that are pivotal to the network's structure and function. The LEDGM is designed to bridge the gap between traditional methods and the complex reality of network dynamics, providing a framework that is both sophisticated and adaptable to the nuances of different network topologies. Our main contributions are outlined as follows::
(1). We propose a novel approach called the local effective distance integrated gravity model. This model is specifically designed to offer a more comprehensive assessment of a node's spreading capability and significance. It incorporates several crucial pieces of information about the nodes, including their local and global characteristics, their positions within the network, and their clustering behavior.By taking all these factors into account, our model provides a more nuanced understanding of each node's role and influence within the network. This enables researchers and practitioners to identify important nodes with greater precision, which is essential for various applications such as targeted interventions, information dissemination strategies, and network resilience enhancement.
(2). We propose a method based on an effective influential node set. It can adaptively determine the number of nodes to consider according to the network topology, thus improving the algorithm's efficiency and accuracy effectively.
The rest of this paper is organized as follows. We present the relevant research in
Section 2, including a series of foundational research and centrality measurement methods. The Improved effective distance fusion gravity model proposed in this paper is introduced in detail in
Section 3 . In
Section 4, we will demonstrate the effectiveness of this method through multiple experiments, analyze the experimental results, and summarize this paper in
Section 5.