A unified framework for identifying influential nodes in hypergraphs
Abstract
Identifying influential nodes plays a pivotal role in understanding, controlling, and optimizing the behavior of complex systems, ranging from social to biological and technological domains. Yet most centrality-based approaches rely on pairwise topology and are purely structural, neglecting the higher-order interactions and the coupling between structure and dynamics. Consequently, the practical effectiveness of existing approaches remains uncertain when applied to complex spreading processes. To bridge this gap, we propose a unified framework, Initial Propagation Score (IPS), to directly embed propagation dynamics into influence assessment on higher-order networks. We analytically derive mechanism-aware influence measures by relating the early-stage dynamics and local topological characteristics to long-term outbreak sizes, and such explicit physical context endows IPS with robustness, transferability, and interpretability. Extensive experiments across multiple dynamics and more than 20 real-world hypergraphs show that IPS consistently outperforms other leading baseline centralities. Furthermore, IPS estimates node influence with only local neighborhood information, yielding computational efficiency and scalability to large-scale networks. This work underscores the necessity of considering dynamics for reliable identification of influential nodes and provides a concise principled basis for optimizing interventions in epidemiology, information diffusion, and collective intelligence.
1 Introduction
Complex systems in society, biology, communication, and beyond emerge from the interrelations among their constituent units and are naturally represented as complex networks, where entities are modeled as nodes and their pairwise relations are modeled as edges Kwapień and Drożdż (2012); Breakspear (2017); Wang et al. (2020); Xiao et al. (2022); Cliff et al. (2023). In such systems, a small fraction of “critical” nodes exerts a significant influence on global function. For instance, analyses of Twitter have suggested that roughly 1% of accounts drive about 80% of rumor diffusion Baribi-Bartov et al. (2024); in functional brain networks, removing only 7% of nodes with high Collective-Influence scores can nearly abolish network integration Del Ferraro et al. (2018); and in Large Language Models, a small number of instruction examples corresponding to high-influence nodes in a learned instruction graph can substantially improve instruction-tuning performance Han et al. (2025). To a large extent, the importance of critical nodes lies in their ability to propagate impact across the system, and they are also called influential nodes. Identifying such influential nodes has become a fundamental problem that has attracted sustained attention Lü et al. (2016), and a broad spectrum of approaches has been developed to score node influence. Among them, the most prominent are centrality-based methods, which quantify a node’s influence based on network structure, such as degree, betweenness, etc. Albert et al. (2000); Kitsak et al. (2010); Pei et al. (2014); Morone and Makse (2015); Schieber et al. (2023); Engsig et al. (2024).
In recent years, traditional pairwise graphs have been proven insufficient to capture group interactions that transcend dyads. For example, under social reinforcement, consensus within a group can lead to a higher adoption rate than simple pairwise propagation, and such higher-order mechanisms profoundly alter macroscopic dynamics Mayfield and Stouffer (2017); Iacopini et al. (2019); St-Onge et al. (2022); Ferraz de Arruda et al. (2023). This motivates the study of higher-order networks (e.g., hypergraphs), in which a single “hyperedge” can join an arbitrary number of nodes Boccaletti et al. (2023). Consequently, identifying influential nodes under higher-order interactions becomes a research focus. Recent work has extended classical centralities to higher-order settings: hyper-degree naturally generalizes degree to count incident hyperedges Boccaletti et al. (2023); hyper-betweenness and hyper-closeness incorporate higher-order distance notions Lee et al. (2021); Aksoy et al. (2020); and hyper-eigenvector centrality models influence transfer through coupled nodes and hyperedges Kovalenko et al. (2022); Liu and Zhao (2023); Tudisco and Higham (2021). Notably, hyper-coreness has shown effectiveness in ranking influential nodes under higher-order dynamics Mancastroppa et al. (2023). Beyond such extensions, several measures analyze higher-order structures directly: The gravity-based centrality couples node degree with higher-order distance to score node influence Xie et al. (2023); The von Neumann entropy method quantifies a node’s importance via the entropy change Zhang et al. (2025b); And, recently, a method extends message passing to hypergraphs and jointly tracks the activation probabilities of nodes and hyperedges to maximize the influence of node sets Zhang et al. (2024).
Despite such progress, their identification performance in higher-order settings varies markedly across domains Kovalenko et al. (2022). The coreness-type measures perform well in social spreading Mancastroppa et al. (2023), whereas path-based ranking may perform better in transportation analysis Kirkley et al. (2018). Even within contexts of social contagion, changes in the underlying propagation mechanism would also affect measure performance Zhang et al. (2025a). As a result, current methods, largely rooted in structural characteristics or a certain dynamics, struggle to stay effective across real-world scenarios, calling for a unified framework that is robust and applicable to various higher-order interactions.
In this work, we unify structural and dynamical information and propose a general centrality framework called Initial Propagation Score (IPS), which makes use of the early-stage propagation range. Surprisingly, we find that such a simple measure can effectively reflect node influence across various higher-order cases. We first demonstrate that even within a fixed dynamical process, the influential nodes of higher-order systems can shift substantially as dynamical parameters change. This instability is analytically traced to the intrinsic parameter sensitivity of dynamical processes such as the high-order threshold model. Despite this, IPS effectively overcomes this sensitivity, maintaining superior accuracy across different parameter regimes. Further, we validate the effectiveness, robustness, and transferability of our approach within three classical higher-order spreading models and one opinion-evolution model on more than 20 empirical hypergraphs. We also emphasize that the results are explainable—anchored in clear physical reasoning—yet simple and efficient, positioning IPS as a practical tool for the reliable identification of influential nodes in real applications.
2 Results
2.1 Individual influence varies under different dynamics
In this section, we will utilize two representative hypergraph-based propagation models to elucidate the complex effects of dynamical processes on node influence, a finding that motivates this study. After that, we propose a node influence evaluation framework that concisely and effectively integrates the underlying dynamics.
A hypergraph is generally given as , where represents the set of nodes and is the set of hyperedges. Here, a hyperedge contains a set of nodes, and is its size. Intuitively, a hyperedge denotes the interaction among a set of nodes (such as a chat group), which is a general extension of the normal pairwise edges where Boccaletti et al. (2023).
To reveal the variance of node influence ranking under different dynamics, we consider two widespread propagation processes, the higher-order contagion model with power-law infection kernel (HCP model) St-Onge et al. (2022); Iacopini et al. (2019) and the higher-order threshold contagion model (HTC model) de Arruda et al. (2020); Ferraz de Arruda et al. (2023) (see details in Methods). Using a widely used hypergraph constructed from the Email-Enron dataset as the underlying topology, we identify the ground-truth influential nodes under each of the two hypergraph dynamics models by measuring the total infection size through extensive simulations, following standard practice in prior works Kitsak et al. (2010); Mancastroppa et al. (2023). The details of the simulations and the dataset can be seen in Methods. We evaluate three groups of propagation parameter settings for each model, denoted as CP1–CP3 for the HCP model and TP1–TP3 for the HTC model. Figure 1a-c highlight the top 25% influential nodes under different dynamical mechanisms and parameters: Fig.1a corresponds to the HCP mechanism with parameter setting CP1, while Fig.1b and c correspond to the HTC dynamics with parameter settings TP1 and TP2. Notably, the influential nodes and their importance significantly change under different dynamical settings. This indicates that both dynamical mechanisms and parameters play a pivotal role in identifying key nodes. For a more comprehensive and intuitive illustration, we arranged all nodes in a single sequence, using different colors to represent their influence. In Fig. 1d and Fig. 1e, CP1 and TP1 respectively serve as the baselines, where the nodes are ordered according to their influence scores. The ordering-similarity among CP1, CP2, and CP3 reveals stable node influence patterns with no significant fluctuations. However, notable differences emerge when comparing CP1 with TP1, as well as among TP1, TP2, and TP3. Such observations indicate that the sensitivity of node influence to parameter changes varies across different higher-order dynamical processes. A natural question, then, is how to define a general measure of node influence that integrates dynamical information and remains effective under diverse higher-order interactions.
To begin with, we consider the standard –– notation, which has been widely used to describe various real-world spreading dynamics Boccaletti et al. (2023); Mancastroppa et al. (2023). Generally, nodes that have not yet undergone propagation are denoted as (susceptible), nodes that have been activated and can propagate information, disease, or opinions are marked as (infected), and nodes that are immune to the propagation process and no longer participate in it are labeled as (recovered or removed). Denote the number of nodes in state , and at time as , , and , respectively. The essence of evaluating node influence lies in establishing a connection between the seed node and its eventual propagation outcome, i.e., the expected number of removed nodes at the end of the process, denoted as , where is a given seed. In fact, regardless of the specific dynamical mechanism, the final spreading range can be viewed as the accumulation of infected nodes over time, and is progressively approximated by the sequence (for in SIR models). For convenience of analysis, we suppose the recovery rate from to is , and we have:
| (1) |
See Fig. 1f for an instantiation. For cases when , we only need to refine as the number of newly infected nodes at time . Note that each propagation step relies on the former step and ultimately traces back to the original seed node. Intuitively, the early-stage propagation inherently encodes both the seed’s topological position and the system’s dynamical characteristics, which in turn, largely determine the final propagation outcome. Therefore, we approximate the ultimate influence of each seed using its early-stage propagation range, forming the basis of our IPS (Initial Propagation Score) framework. Formally, given a dynamical process and a target time step , the IPS measure is denoted as (also called the -th order IPS).
2.2 Effectiveness of IPS on diverse real-world hypergraphs
In this section, we adopt the HCP model to demonstrate the calculation process and show that even the first-order IPS () could exhibit strong predictive power in real-world systems. At , propagation can only occur within the first-order neighborhood of the seed node , and the expected number of newly infected nodes is the sum of infection probabilities over its neighbors. In HCP, the infection rate in a hyperedge with infected nodes is given as , where is a global propagation rate parameter and reflects the reinforcement effect. Since only the seed node is infected at and all other nodes are susceptible, the probability that a neighboring node becomes infected via a shared hyperedge is (see details in Methods). Due to the independence of infection events across hyperedges, the probability that a neighbor of becomes infected at is ( is typically small), where is the number of hyperedges adjacent to that contain . Then the expected propagation range (number of infected nodes and recovered nodes) of the seed node at is:
| (2) |
where is the set of first-order neighbors of , is the set of adjacent hyperedges of . Eq.(2) indicates that the ranking of is solely determined by the sum of the sizes of its neighboring hyperedges, leading to a computational complexity of that is highly efficient for large-scale applications (Here is the average hyper-degree of the hypergraph, and the details for time complexity are provided in Supplementary Section S1.3). We also notice that the ranking of is independent of the dynamical parameters, which is consistent with the previously observed robustness of influence rankings across different HCP parameters in Fig. 1d.
We evaluate the predictive performance of on 20 real-world higher-order datasets from various domains, including human contact networks, email communications, legislative collaboration, online platforms, and ecological systems. These datasets vary in size, density, and functional context. A complete summary of the datasets is provided in Methods.
For comprehensive benchmarking, we include 10 existing centrality measures widely used in higher-order interactions, including the basic hyper-degree, the recently proposed hyper-coreness-, hyper-coreness- Mancastroppa et al. (2023), the Node-and-edge-nonlinear-eigenvector centrality measures (abbreviated as eigenvector-linear and eigenvector-max), and the natural extension of five classic measures to the 2-projection networks of hypergraphs, containing degree, k-coreness, eigenvector, betweenness, and closeness. To distinguish these projection-based measures from their standard counterparts in pairwise networks, we prefix them with ‘2-’ (e.g., 2-degree, 2-betweenness, etc.).
Here we use different indicators to evaluate and compare measures’ performance. Specifically, we first use Kendall’s to quantify the consistency between the node influence ranking based on different measures and the ground truth derived from over 300 times simulations, with a larger (closer to 1) indicating better performance of the measure. Figure 2a clearly shows that the method, corresponding to the red box, has the best overall performance, which even outperforms the second-best algorithm by around 10%. We then unfold the results on each hypergraph in Fig. 2b. Notably, the method consistently performs the best in almost all datasets (red points), while other measures show large fluctuations across different hypergraphs. We also employ the Jaccard similarity, which quantifies the overlap between the predicted top influential nodes by centrality measures and the ground truth, to further evaluate the prediction accuracy. Figure 2c–i present results on several representative hypergraphs (highlighted in gray in Fig. 2b), and Fig. 2j additionally shows a case on a large-scale hypergraph. Again, the method consistently achieves the highest similarity across nearly all settings. See the results for other hypergraphs in Supplementary Figures S3, S4, and S6.
Taken together, these results validate the superior stability and effectiveness of the method across a wide range of real-world hypergraphs. Other methods, by contrast, exhibit considerable variability, with performance often depending on both the network structure and the proportion . For example, hyper-coreness- and eigenvector-linear occasionally achieve high performance within certain ranges of , but display sharp declines as increases. Moreover, while they often appear as the second-best performers (e.g., Fig. 2e, f, g), they are outperformed by hyper-degree in several hypergraphs (e.g., Fig. 2c, h, i). Furthermore, the general trend that hyperstructure-based methods outperform projection-based counterparts is reversed in the large-scale threads-math-sx hypergraph, where 2-k-coreness and 2-degree match the performance of . Notably, several methods could not even be evaluated on this hypergraph due to the excessive computational cost.
In Fig. 3, we further analyze the consistency between the method and other baseline methods. We plot each method’s Kendall correlation with () against its predictive performance (, as defined in Fig. 2a, b). Each point represents a specific method evaluated on a certain hypergraph, with color-coding consistent with the legend in Fig. 2. We find a pronounced positive correlation, whereby methods that exhibit stronger agreement with tend to achieve higher accuracy. Such a clear alignment, which is not observed in other measures (see Supplementary Figure S5, offers a unified explanation for the performance fluctuations of different algorithms across different higher-order structures. For instance, the highlighted nodes and the subgraphs in Fig. 3 illustrate why some baseline methods outperform others in Fig. 2e, i, and j. More importantly, this suggests that our method may have captured the fundamental features governing node importance, namely, the coupling between local topology and early dynamics.
2.3 Robustness of IPS towards different parameters
We incorporate the second-order structural and dynamical information, and extend to under the HCP model, assessing whether such enrichment can substantially improve predictive accuracy. Furthermore, we will systematically analyze the robustness of the IPS methods under varying dynamical parameters.
Following Eq. (1), when considering second-order information (), we have:
| (3) |
Here is given by Eq.(2), and denotes the number of newly infected nodes at time . Let represents the probability that the -th order neighbor of the seed is infected at time . Then, can be derived by
| (4) |
where the first item is the expected number of first-order neighbors that are infected at time , and the remaining item records the expected number of second-order infected neighbors.
We then need to compute . Let and represent the set of first-order adjacent hyperedges and second-order hyperedges, respectively. Moreover, the expected number of infected nodes within hyperedge can be approximated as follows: If , ; Otherwise, . Finally, through enormous computation (see details in Supplementary Section S1.1), we can obtain the expression of , i.e.,
with:
| (6) |
See Supplementary Section S1.1 for an example in a hypergraph.
It is noteworthy that exhibits a complexity of , where is the maximal hyper-degree and is the maximal size of hyperedges. Similar to Eq. (2), through infinitesimal substitution that transforms node-level calculations into the hyperedge-level, we can make additional approximations and obtain a faster version with time complexity reduced to , denoted as . Details are provided in Supplementary Section S1.2 and S1.3. When and are bounded (e.g., sparse hypergraphs), the complexity of both versions scales linearly with node number .
We conduct extensive experiments with a large range of dynamical parameters to validate the performance and robustness of IPS methods systematically. We consider cases where the recovery probability , and the reinforcement parameter , respectively. For the contagion parameter , we experimentally calculate the propagation threshold for each network with given and (see Methods) and consider , , and respectively. In summary, we examine real hypergraphs, each with groups of different dynamical parameters. We employ Kendall’s as before to evaluate the effectiveness of different methods.
Figure 4 presents the results for the case of . Overall, the IPS methods outperform all other baselines and exhibit strong robustness to parameter variations. Among them, the approximation achieves performance comparable to , while the relative ranking between second-order IPSs and depends on the propagation rate . Not surprisingly, when is set near the threshold, where the propagation process is highly sensitive to the choice of seed nodes and the accuracy of node ranking is therefore most crucial, , which incorporates richer information, achieves the best performance (Fig. 4e–h). For small (Fig. 4a–d, where the propagation efficiency is limited), and exhibit similar performance, implying that one-step information is already sufficient to accurately assess node influence. As for cases with extremely large (Fig. 4i–l), which are rare in the real world, shows no improvement over . This is because, at such extremely high spread rates, propagation largely depends on the first step. In addition, when , our IPS methods maintain superior performance across all parameter settings. See results in Supplementary Section S2.2.
To sum up, IPS methods consistently surpass other centrality measures while maintaining strong robustness towards different parameter regions. Its dynamics-informed formulation also provides clear physical interpretability, thereby enhancing its reliability. Moreover, our results show that although the second-order IPSs perform better in certain scenarios, particularly near the critical threshold, the first-order IPS performs comparably and remains substantially superior to existing approaches. Considering the trade-off between computational efficiency and predictive accuracy, is more practical for real-world applications. We therefore focus on in the subsequent analyses.
2.4 Transferability of IPS across various higher-order contagion dynamics.
IPS builds on the intuition that a node’s early propagation range in a hypergraph serves as an accurate proxy for its eventual influence, thereby enabling natural generalization across diverse higher-order contagion dynamics. In this section, we further assess its transferability under a size-attenuation variant of the HCP model and the HTC model.
We consider a phenomenon where the interaction intensity and communication efficiency within groups may decline as the group size increases, particularly in face-to-face interactions St-Onge et al. (2022); Lowry et al. (2006). We model this phenomenon by introducing an attenuation term: define the infection rate for susceptible nodes within a hyperedge containing infected nodes as . This model is a variant of the basic HCP model, and we call it the higher-order contagion model with size attenuation (HCSA). Following the computational methodology of , we derive:
| (7) |
where HD represents the hyper-degree value of node .
We evaluate the performance of in the same way as before. Results in Fig. 5b–g show that exhibits robust and superior performance across all scenarios, while the hyper-degree method, which is formally similar to , exhibits comparable performance. However, this arises from the “weak monotonicity” of hyper-degree, which assigns identical values to many nodes and thereby induces a spurious bias in Kendall’s . Once the spurious gain is neutralized, again maintains a consistent advantage over hyper-degree (see details in Supplementary Section S4.1.2). Additionally, contrary to the case of the previous HCP model (Fig. 2a), eigenvector-max performs better than eigenvector-linear in the HCSA model. This is because eigenvector-linear assigns higher centrality to nodes belonging to larger hyperedges and possessing more connections, while, eigenvector-max disregards the size of hyperedges and focuses more on the number of connections Tudisco and Higham (2021). That is, methods that are inherently more similar to the corresponding IPS approach tend to achieve better predictive performance, which is in line with the earlier observations. Above results are corresponding to the cases when , we also provide more results for cases when in Supplementary Section S4.1.2.
We also consider the higher-order threshold contagion (HTC) model, where infection occurs collectively, i.e., if the number of infectious nodes in a hyperedge exceeds (or equals) a fraction of its size, all susceptible nodes in it get infected with probability . Note that the propagation only occurs in hyperedges that satisfy the threshold condition, we have:
| (8) |
where , , and .
We consider , and to evaluate . Here, is the threshold of for the given and recovery probability (see the calculation of in Methods). The performance of different measures is shown in Fig. 5i-n. We find that the approximations of attain superior predictive accuracy compared to all other baselines. Besides, contrary to most cases under HCP and HCSA, the projection-based 2-eigenvector and 2-degree outperform hyper-coreness- and eigenvector-linear. The performance fluctuation among baselines, together with the consistent superiority of , once again underscores the importance of incorporating dynamical information into node ranking in the context of complex higher-order interactions. Above results are the cases when ; results when are in Supplementary Section S4.2.2.
From a broader perspective, the first-order IPS formulation theoretically reveals the parameter sensitivity of node influence ranking. Under the HTC model, depends explicitly on the dynamical parameters through the threshold condition, i.e, the indicator of whether . Consequently, at differs from that at , accounting for the substantial variation in influence rankings across HTC parameter settings (Fig. 1e). By contrast, for the HCP model, is independent of the dynamical parameters, which explains the high concordance of rankings across different HCP parameter choices (Fig. 1d). Taken together, the outstanding predictive performance and clear interpretability of IPS demonstrate its strong transferability across modeling dynamics and parameter regimes.
2.5 Beyond contagion: performance of IPS on higher-order naming game
Finally, we assess cross-paradigm transferability of IPS by moving beyond contagion to an opinion dynamics—the naming game (NG) model. The NG model simulates the emergence of convention under competitive opinion evolution, which is widely used to investigate the critical mass of committed minority opinion to overturn the majority Dall’Asta et al. (2006); Centola et al. (2018). Here, we adopt the higher-order naming game model (HNG) in the hypergraph framework Iacopini et al. (2022), and select committed minority agents based on different influence ranking algorithms to examine which approach most effectively promotes the reversal of minority opinions.
In the HNG model, there are two names (denoted as and ), representing different social norms. Initially, a fraction of committed nodes hold opinion vocabulary , whereas the remaining (uncommitted) majority holds . At each following step, a hyperedge is sampled, and two processes occur: (1) broadcast: a random speaker proposes a name from its vocabulary and shares it with other members; (2) negotiation: all members update their vocabulary (except committed nodes) based on a particular agreement rule and the intensity of social influence . See details of the model in Methods. With the different setup of the and , the names evolve to different abundances in steady state. Particularly, as increases, the minority can take over the system completely, where the minimal required is the critical mass Mancastroppa et al. (2023); Iacopini et al. (2022).
Following the above mechanism, we focus on its broadcast stage, which is similar to the propagation process. For a committed agent , its expected broadcast range at the initial moment is naturally given as:
| (9) |
We evaluate the effectiveness of on reducing the critical mass in real-world hypergraphs and compare it with 11 baselines, including a random selection strategy. We select the top nodes and record the steady-state abundance of name (the fraction of nodes holding only , denoted as ). Figure 6 shows heatmaps of over the grid for each measure. Black regions indicate successful minority takeover (), whereas colored regions correspond to ; for each fixed , the smallest at which the heatmap turns black gives the critical mass . Thus, a larger black region implies a lower and hence more efficient reversal. Compared with random selection, centrality-based selection substantially lowers , although effectiveness varies across measures. Among them, —and, as expected, the formally similar hyper-degree (HD)—outperform the alternatives by a noticeable margin. By contrast, hyper-coreness- and eigenvector-linear, which perform well under other dynamics, are less effective under HNG. Here we set the agreement rule as the unanimity rule; see results in more hypergraphs and results for the union rule in Supplementary Section S5. These results highlight the potential of the IPS method for broader applicability across multiple classes of dynamical processes.
3 Discussion
This work proposes the IPS centrality measure, a general framework to evaluate node influence in hypergraphs by the initial propagation information. We conduct extensive experiments to evaluate IPS on over 20 real-world hypergraphs and multiple propagation dynamics (including two fundamental models and a variant), and validate that IPS can effectively predict node influence across different dynamics (i.e., cross-model transferability). We show that IPS exhibits strong robustness in different parameter regions, and theoretically addresses the different dependence of node influence rankings on dynamical parameters. Beyond propagation processes, IPS effectively assists minority norm dominance in consensus progress (the higher-order naming game model), which further shows its cross-paradigm transferability and broadens its applicability. We also evaluate IPS for the downstream task, epidemic containment Clusella et al. (2016); Matamalas et al. (2018), and the results show that IPS outperforms other centrality measures overall (see Supplementary Section S6). Moreover, IPS requires only local hypergraph information and is computationally lightweight, making it scalable to large-scale hypergraphs. Overall, IPS integrates the structural and dynamical characteristics of high-order interactions in a natural way, and mitigates the robustness and transferability issues arising from the nonlinearity and complexity of high-order dynamical systems.
By virtue of a clear physical meaning that is directly connected to the spreading context, IPS attains strong interpretability and constitutes the basis for its reliability in practical applications and allows the incorporation of other real-world mechanisms (e.g., activity levels and competition) conveniently Han et al. (2024); Liu et al. (2020). Furthermore, the consistent effectiveness of IPS also suggests that the integration of local topology with early-time dynamics may constitute an essential determinant of node influence. This finding not only advances research on node influence prediction but also, to some extent, alleviates its reliance on low-reliability heuristics.
Nowadays, emerging machine learning approaches provide a complementary pathway for obtaining dynamical descriptions of real systems from data, such as the discovery of explicit, interpretable equations (e.g., neural symbolic regression and scalable symbolic enumeration) Gao and Yan (2022); Yu et al. (2025); Hu et al. (2025) as well as the inference of higher-order interaction structures from time series (e.g., higher-order Granger–based frameworks) Li et al. (2024). These advances naturally integrate with IPS, enabling a physics-informed data-driven framework for identifying influential nodes in complex systems Ruan et al. (2025). Future research can also apply IPS to more downstream tasks Lü et al. (2016), including political propaganda Flamino et al. (2023); Liu et al. (2025), rumor suppression Hosni et al. (2020), and cybersecurity Ten et al. (2010), among others.
Methods
Propagation dynamics and simulation details
Higher-order contagion model with power-law infection kernel and its size attenuation variant
In the higher-order model with power-law infection kernel (HCP model), within a hyperedge that contains infected nodes, each infected node attempts to spread at a rate of . In the size-attenuation variant (HCSA), the infection rate is , where is the size of hyperedge . In both models, we control the dynamical parameters and , where characterizes the strength of higher-order reinforcement. In practice, captures effects such as cumulative exposure in biological processes, social reinforcement, etc. When , there is no higher-order reinforcement, and the model reduces to the conventional SIR model on hypergraphs.
We convert the infection rate into a per-contact infection probability. Assuming infection events are independent and follow a Poisson process, the number of infection events occurring within one time unit in a hyperedge follows , where is the propagation rate. The probability that a susceptible node becomes infected through a hyperedge during one time step is therefore . If there are infected nodes in , the infection probability of a susceptible node in at one time step is for HCP and for HCSA. The recovery probability is taken in the interval .
Higher-order threshold contagion model
The higher-order threshold contagion (HTC) model describes social contagions driven by group influence, such as public opinion shifts or collective behavior adoption. At each time step, select one hyperedge randomly. If the number of infected nodes within it () satisfies , all susceptible nodes in become infected with probability . Infected nodes recover independently with probability .
Simulation details
We use discrete-time simulations to estimate the propagation range for given dynamical parameters and an initial infection seed. Specifically: Set the seed node to the state and all remaining nodes in the hypergraph to the state; In the following times, -state nodes become infected (convert to the state) according to the transition rules of the corresponding model (HCP, HCSA, or HTC); Each -state node recovers independently with probability ; All state updates are performed synchronously, i.e., nodes that become infected (or recovered) at time enter the (or ) state at time . When there is no -state node in the hypergraph, the propagation terminates. We record the number of nodes in the state as the propagation range. The ground-truth influence of a node is defined as the average propagation range obtained when that node is used as the initial seed, averaged over multiple Monte Carlo realizations.
To improve simulation efficiency, we randomly sample (without replacement) a subset of nodes and evaluate their influence instead of testing all nodes: we sample of nodes in Fig. 2j (threads-math-sx) and of nodes in Fig. 4 and Fig. 5. To enhance randomness and ensure reliable results, we re-sample a new set of candidate initial nodes independently for each group of dynamical parameters. Note that simulations are always performed on the full hypergraph structure, and Fig. 2a–i reports results for all nodes in each hypergraph (no partial sampling). For all results under the HCP, HCSA, and HTC models, we conduct 1000 simulations per seed when or , and 300 simulations per seed when . The specific dynamical parameters for each hypergraph are provided in the Supplementary Information.
Higher-order naming game model and its simulations
In the higher-order naming game (HNG) model, there are two names (denoted as and ), and each agent (i.e., the hypergraph node) can hold one or both names in its vocabulary. For each pair of and , we initialize the system as follows. First, we rank nodes according to a given measure and select the top ranked nodes as the committed minority. These nodes have a fixed vocabulary and never change it. All remaining nodes start with vocabulary . The subsequent name evolution proceeds in discrete time steps: At each time step, randomly select a hyperedge, and then randomly select a node in this hyperedge as the speaker. The speaker samples a name uniformly at random from its vocabulary and broadcasts this name to all other nodes in the hyperedge (hearers). The hearers in the hyperedge jointly determine whether an agreement is reached. Under the unanimity rule, agreement is achieved if all hearers already have the broadcast name in their vocabularies. Also, we can adopt a more relaxed rule, called the union rule, under which agreement is achieved if at least one hearer in the group already holds the broadcast name. If agreement is achieved, then with probability all non-committed nodes in the hyperedge erase all other names and keep only the broadcast name. Committed nodes always keep . If agreement is not achieved, then every non-committed hearer that does not already have the broadcast name adds it to its vocabulary. Then, the system goes to the next time step. The process continues until it reaches an absorbing state with (all non-committed holds the name only) or until a maximum time step is reached, by which time the abundance of names has converged to a stationary regime. In the latter case, the stationary value of is obtained by averaging over 100 samples taken in the last time steps. For each pair of and in the main text, the reported is the median value of 100 simulations (50 simulations for the congress-bills hypergraph).
Calculation of propagation threshold
To numerically estimate the critical threshold in our SIR-type propagation models, we adopt the susceptibility-based method commonly used to detect phase transitions in finite systems Ferraz de Arruda et al. (2023); de Arruda et al. (2018); de Oliveira and Dickman (2005). The susceptibility is defined as , where is the final propagation range in one simulation (i.e., the number of recovered nodes at the end of each simulation ). This quantity measures the relative magnitude of fluctuations in outbreak size and typically peaks near the transition point, thus providing a reliable numerical estimate of the propagation threshold when an analytical solution is not available. For the HCP and HCSA model, we fix and , and scan the parameter on a logarithmic grid. For each , we perform 300 realizations when and 1,000 realizations when , using randomly selected initial seeds. We then take the value of that maximizes as the threshold . Similarly, for the HTC model, we fix and and scan the parameter . The critical threshold is determined as the value of that maximizes following the same procedure.
Datasets
In this work, we adopt several widely used higher-order networks spanning diverse domains, comprising 20 medium-sized hypergraphs and one large-scale hypergraph (Table 1). The medium-sized hypergraphs contain topics of email communications, political affiliations, online interactions, ecological datasets, and face-to-face interactions. We follow the previous work Mancastroppa et al. (2023) to preprocess the medium-sized hypergraphs and follow the previous work Benson et al. (2018) for the large-scale hypergraph threads-math-sx.
Email communication datasets contain email-EU and email-Enron Benson et al. (2018); Paranjape et al. (2017); Klimt and Yang (2004), nodes are the email addresses within a European research and Enron corporation, respectively, while each hyperedge includes the senders and receivers of an email.
Political affiliation datasets contain congress-bills, senate-bills, house-committees, and senate-committees Porter et al. (2005); Fowler (2006); Benson et al. (2018); Chodrow et al. (2021). Nodes in these hypergraphs are members of the U.S. Congress or the U.S. Senate, and each hyperedge includes the members in a committee or cosponsoring a bill.
Online interaction datasets contain music-review, geometry-questions, and algebra-questions Ni et al. (2019); Amburg et al. (2022). Nodes in music-review are Amazon users, and each hyperedge involves nodes who review a specific product belonging to the category of blues music. Nodes in geometry-questions and algebra-questions are users in MathOverflow, and each hyperedge contains users who have answered the same question on the topic of algebra or geometry, respectively.
Ecological systems datasets contain M_PL_062_ins, M_PL_015_ins, M_PL_062_pl, and M_PL_015_pl Robertson (1977); Petanidou (1991); Fortuna et al. (2014). Nodes in M_PL_062_ins and M_PL_015_ins are insects, and each hyperedge contains insects that pollinate the same plant. By contrast, nodes in M_PL_062_pl and M_PL_015_pl are plants, and each hyperedge connects nodes pollinated by the same insect species.
Face-to-face interaction datasets are aggregated from time-resolved face-to-face human interaction databases, containing middle-school (Mid1 Toth et al. (2015)), primary-schools (LyonSchool Stehlé et al. (2011); Benson et al. (2018), Elem1 Toth et al. (2015)), high-school (Thiers Mastrandrea et al. (2015)), conference (SFHH Génois and Barrat (2018)), workplace (InVS15 Génois et al. (2015); Génois and Barrat (2018)), and hospital (LH10 Vanhems et al. (2013)). Nodes in these datasets are humans. The hyperedges are the maximal cliques of the time-resolved networks, which are aggregated over a time window of 15 minutes.
In the large-scale dataset threads-math-sx Benson et al. (2018), nodes represent the users of a forum, and each hyperedge denotes a set of users answering a question.
| Dataset | ||||||
|---|---|---|---|---|---|---|
| congress-bills | 1718 | 83105 | 25 | 8.81 | 3964 | 48.37 |
| house-committees | 1290 | 335 | 81 | 35.25 | 44 | 0.26 |
| music-review | 1104 | 685 | 83 | 15.30 | 127 | 0.62 |
| M_PL_062_ins | 1044 | 456 | 58 | 33.45 | 157 | 0.44 |
| email-EU | 979 | 24399 | 25 | 3.49 | 910 | 24.92 |
| M_PL_015_ins | 663 | 126 | 124 | 23.08 | 103 | 0.19 |
| Mid1 | 591 | 61521 | 13 | 3.94 | 1208 | 104.10 |
| geometry-questions | 580 | 888 | 230 | 13.00 | 227 | 1.53 |
| M_PL_062_pl | 456 | 866 | 157 | 17.41 | 57 | 1.90 |
| algebra-questions | 420 | 979 | 107 | 7.57 | 328 | 2.33 |
| SFHH | 403 | 6398 | 10 | 2.72 | 222 | 15.88 |
| Elem1 | 339 | 20940 | 16 | 4.73 | 1052 | 61.77 |
| Thiers13 | 327 | 4795 | 7 | 3.09 | 131 | 14.66 |
| senate-bills | 294 | 21721 | 99 | 9.90 | 3222 | 73.88 |
| senate-committees | 282 | 301 | 31 | 17.57 | 61 | 1.07 |
| LyonSchool | 242 | 10848 | 10 | 4.05 | 438 | 44.83 |
| InVS15 | 217 | 3279 | 10 | 2.77 | 141 | 15.11 |
| email-Enron | 143 | 1459 | 37 | 3.13 | 117 | 10.20 |
| M_PL_015_pl | 130 | 401 | 104 | 6.60 | 101 | 3.08 |
| LH10 | 76 | 1102 | 7 | 3.45 | 205 | 14.50 |
| threads-math-sx | 152702 | 534768 | 21 | 2.61 | 11358 | 3.50 |
Supplementary information
Supplementary information accompanies this paper in a separate file.
Acknowledgements
This work is supported by National Science and Technology Major Project (2022ZD0116800), Program of National Natural Science Foundation of China (12425114, 12201026, 12501702, 12501718, 62441617), the Fundamental Research Funds for the Central Universities, and Beijing Natural Science Foundation (Z230001).
Declarations
Conflict of interest
The authors declare no competing interests.
Data availability
The study uses publicly available datasets. All raw data are accessible from the original sources cited in the Methods. The processed datasets used in this work are obtained from previously published studies, as described in the Methods section.
Code availability
All code used in this study is publicly available at: https://github.com/Haoyajing/IPS-codes.
Author contribution
Y.H., S.T., and Z.Z. conceived the study. Y.H., L.L., and X.W. designed the methodology and implemented the algorithm. Y.H., Z.H., and M.W. performed the experiments and analyzed the data. S.T. and Z.Z. supervised the project. All authors contributed to discussions and to the writing and revision of the manuscript.
References
- Hypernetwork science via high-order hypergraph walks. EPJ Data Science 9 (1), pp. 16. Cited by: §1.
- Error and attack tolerance of complex networks. nature 406 (6794), pp. 378–382. Cited by: §1.
- Diverse and experienced group discovery via hypergraph clustering. In Proceedings of the 2022 SIAM International Conference on Data Mining (SDM), pp. 145–153. Cited by: Datasets.
- Supersharers of fake news on Twitter. Science 384 (6699), pp. 979–982. Cited by: §1.
- Simplicial closure and higher-order link prediction. Proceedings of the National Academy of Sciences 115 (48), pp. E11221–E11230. Cited by: Datasets, Datasets, Datasets, Datasets, Datasets.
- The structure and dynamics of networks with higher order interactions. Physics Reports 1018, pp. 1–64. Cited by: §1, §2.1, §2.1.
- Dynamic models of large-scale brain activity. Nature neuroscience 20 (3), pp. 340–352. Cited by: §1.
- Experimental evidence for tipping points in social convention. Science 360 (6393), pp. 1116–1119. Cited by: §2.5.
- Generative hypergraph clustering: From blockmodels to modularity. Science Advances 7 (28), pp. eabh1303. Cited by: Datasets.
- Unifying pairwise interactions in complex dynamics. Nature Computational Science 3 (10), pp. 883–893. Cited by: §1.
- Immunization and targeted destruction of networks using explosive percolation. Physical review letters 117 (20), pp. 208301. Cited by: §3, §S6.
- Nonequilibrium dynamics of language games on complex networks. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 74 (3), pp. 036105. Cited by: §2.5.
- Social contagion models on hypergraphs. Physical Review Research 2 (2), pp. 023032. Cited by: §2.1.
- Fundamentals of spreading processes in single and multilayer complex networks. Physics Reports 756, pp. 1–59. Cited by: Calculation of propagation threshold.
- How to simulate the quasistationary state. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 71 (1), pp. 016129. Cited by: Calculation of propagation threshold.
- Finding influential nodes for integration in brain networks using optimal percolation theory. Nature communications 9 (1), pp. 2274. Cited by: §1.
- DomiRank Centrality reveals structural fragility of complex networks via node dominance. Nature communications 15 (1), pp. 56. Cited by: §1.
- Multistability, intermittency, and hybrid transitions in social contagion models on hypergraphs. Nature communications 14 (1), pp. 1375. Cited by: §1, §2.1, Calculation of propagation threshold.
- Political polarization of news media and influencers on twitter in the 2016 and 2020 us presidential elections. Nature Human Behaviour 7 (6), pp. 904–916. Cited by: §3.
- The web of life. arXiv preprint arXiv:1403.2575. Cited by: Datasets.
- Legislative cosponsorship networks in the US House and Senate. Social networks 28 (4), pp. 454–465. Cited by: Datasets.
- Autonomous inference of complex network dynamics from incomplete and noisy data. Nature Computational Science 2 (3), pp. 160–168. Cited by: §3.
- Can co-location be used as a proxy for face-to-face contacts?. EPJ Data Science 7 (1), pp. 1–18. Cited by: Datasets.
- Data on face-to-face contacts in an office building suggest a low-cost vaccination strategy based on community linkers. Network Science 3 (3), pp. 326–347. Cited by: Datasets.
- Automatic Instruction Data Selection for Large Language Models via Uncertainty-Aware Influence Maximization. In Proceedings of the ACM on Web Conference 2025, pp. 4969–4979. Cited by: §1.
- Probabilistic activity driven model of temporal simplicial networks and its application on higher-order dynamics. Chaos: An Interdisciplinary Journal of Nonlinear Science 34 (2). Cited by: §3.
- Minimizing rumor influence in multiplex online social networks based on human individual and social behaviors. Information Sciences 512, pp. 1458–1480. Cited by: §3.
- Learning interpretable network dynamics via universal neural symbolic regression. Nature Communications 16 (1), pp. 6226. Cited by: §3.
- Group interactions modulate critical mass dynamics in social convention. Communications Physics 5 (1), pp. 64. Cited by: §2.5, §2.5.
- Simplicial models of social contagion. Nature communications 10 (1), pp. 2485. Cited by: §1, §2.1.
- From the betweenness centrality in street networks to structural invariants in random planar graphs. Nature communications 9 (1), pp. 2501. Cited by: §1.
- Identification of influential spreaders in complex networks. Nature physics 6 (11), pp. 888–893. Cited by: §1, §2.1.
- The enron corpus: a new dataset for email classification research. In European conference on machine learning, pp. 217–226. Cited by: Datasets.
- Vector centrality in hypergraphs. Chaos, Solitons & Fractals 162, pp. 112397. Cited by: §1, §1.
- Physical approach to complex systems. Physics Reports 515 (3-4), pp. 115–226. Cited by: §1.
- Betweenness centrality of teams in social networks. Chaos: An Interdisciplinary Journal of Nonlinear Science 31 (6). Cited by: §1.
- Higher-order granger reservoir computing: simultaneously achieving scalable complex structures inference and accurate dynamics prediction. Nature communications 15 (1), pp. 2506. Cited by: §3.
- Homogeneity trend on social networks changes evolutionary advantage in competitive information diffusion. New Journal of Physics 22 (1), pp. 013019. Cited by: §3.
- Eigenvector centrality in simplicial complexes of hypergraphs. Chaos: An Interdisciplinary Journal of Nonlinear Science 33 (9). Cited by: §1.
- Emergence, evolution and manipulation of swing voters in presidential election. arXiv preprint arXiv:2510.26511. Cited by: §3.
- The impact of group size and social presence on small-group communication: Does computer-mediated communication make a difference?. Small group research 37 (6), pp. 631–661. Cited by: §2.4.
- Vital nodes identification in complex networks. Physics reports 650, pp. 1–63. Cited by: §1, §3.
- Hyper-cores promote localization and efficient seeding in higher-order processes. Nature communications 14 (1), pp. 6223. Cited by: §1, §1, §2.1, §2.1, §2.2, §2.5, Datasets, §S2.1.
- Contact patterns in a high school: a comparison between data collected using wearable sensors, contact diaries and friendship surveys. PloS one 10 (9), pp. e0136497. Cited by: Datasets.
- Effective approach to epidemic containment using link equations in complex networks. Science advances 4 (12), pp. eaau4212. Cited by: §3, §S6.
- Higher-order interactions capture unexplained complexity in diverse communities. Nature ecology & evolution 1 (3), pp. 0062. Cited by: §1.
- Influence maximization in complex networks through optimal percolation. Nature 524 (7563), pp. 65–68. Cited by: §1.
- Justifying recommendations using distantly-labeled reviews and fine-grained aspects. In Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), pp. 188–197. Cited by: Datasets.
- Motifs in temporal networks. In Proceedings of the tenth ACM international conference on web search and data mining, pp. 601–610. Cited by: Datasets.
- Searching for superspreaders of information in real-world social media. Scientific reports 4 (1), pp. 5547. Cited by: §1.
- Pollination ecology in a phryganic ecosystem. Thessaloniki: Aristotle University of Thessaloniki. Cited by: Datasets.
- A network analysis of committees in the US House of Representatives. Proceedings of the National Academy of Sciences 102 (20), pp. 7057–7062. Cited by: Datasets.
- Flowers and insects: lists of visitors of four hundred and fifty-three flowers. Cited by: Datasets.
- Discovering physical laws with parallel symbolic enumeration. Nature Computational Science, pp. 1–14. Cited by: §3.
- Diffusion capacity of single and interconnected networks. Nature communications 14 (1), pp. 2217. Cited by: §1.
- Influential groups for seeding and sustaining nonlinear contagion in heterogeneous hypergraphs. Communications Physics 5 (1), pp. 25. Cited by: §1, §2.1, §2.4.
- High-resolution measurements of face-to-face contact patterns in a primary school. PloS one 6 (8), pp. e23176. Cited by: Datasets.
- Cybersecurity for critical infrastructures: Attack and defense modeling. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans 40 (4), pp. 853–865. Cited by: §3.
- The role of heterogeneity in contact timing and duration in network models of influenza spread in schools. Journal of The Royal Society Interface 12 (108), pp. 20150279. Cited by: Datasets.
- Node and edge nonlinear eigenvector centrality for hypergraphs. Communications Physics 4 (1), pp. 201. Cited by: §1, §2.4.
- Estimating potential infection transmission routes in hospital wards using wearable proximity sensors. PloS one 8 (9), pp. e73970. Cited by: Datasets.
- Public discourse and social network echo chambers driven by socio-cognitive biases. Physical Review X 10 (4), pp. 041042. Cited by: §1.
- Large-scale microbiome data integration enables robust biomarker identification. Nature Computational Science 2 (5), pp. 307–316. Cited by: §1.
- Vital node identification in hypergraphs via gravity model. Chaos: An Interdisciplinary Journal of Nonlinear Science 33 (1). Cited by: §1.
- Discover network dynamics with neural symbolic regression. Nature Computational Science, pp. 1–13. Cited by: §3.
- Influence maximization based on threshold models in hypergraphs. Chaos: An Interdisciplinary Journal of Nonlinear Science 34 (2). Cited by: §1.
- HIP: model-agnostic hypergraph influence prediction via distance-centrality fusion and neural odes. arXiv preprint arXiv:2508.15312. Cited by: §1.
- Locating influential nodes in hypergraphs via fuzzy collective influence. Communications in Nonlinear Science and Numerical Simulation 142, pp. 108574. Cited by: §1.
Supplementary Material for ”A unified framework for identifying influential nodes in hypergraphs”
This Supplementary Information provides detailed derivations, algorithmic analyses, and extended experimental results supporting the main text “A unified framework for identifying influential nodes in hypergraphs”. It includes explicit formulations and calculation examples of the proposed IPS measure, complexity analyses, and validations on real hypergraphs. Comprehensive parameter settings and full simulation results are presented for three higher-order propagation models (HCP, HCSA, and HTC) and an additional higher-order naming game model, verifying the robustness and transferability of the proposed framework. Furthermore, we report the effectiveness of IPS in epidemic containment tasks, demonstrating its consistent advantages.
Contents
- 1 Introduction
- 2 Results
- 2.1 Individual influence varies under different dynamics
- 2.2 Effectiveness of IPS on diverse real-world hypergraphs
- 2.3 Robustness of IPS towards different parameters
- 2.4 Transferability of IPS across various higher-order contagion dynamics.
- 2.5 Beyond contagion: performance of IPS on higher-order naming game
- 3 Discussion
- References
- Article Title
- S1 Method and time complexity
- S2 Complementary results and parameter settings for Fig. 2-3
- S3 Robustness of IPS under different parameters
- S4 Transferability of IPS under different spreading dynamics
- S5 Cross-paradigm transferability of IPS
- S6 The performance of IPS in epidemic containment
- References
S1 Method and time complexity
S1.1 Calculation for
When considering second-order information (), we have:
| (S1) |
Here is the expected number of infected and recovered nodes at time , and denotes the expected number of newly infected nodes at time . Let represent the probability that the -th order neighbor of the seed is infected at time . Then, and can be derived by
| (S2) |
where the first item in is the expected number of first-order neighbors that are infected at time , and the remaining item records the expected number of second-order infected neighbors. To compute , we first let and represent the set of first-order adjacent hyperedges and second-order hyperedges, respectively. Then, the expected number of infected nodes within hyperedge can be approximated as follows: If , ; Otherwise, . With these notations, we can obtain the expression of , i.e.,
| (S3) |
with:
| (S4) |
Here is the probability that a first-order neighbor does not get infected through a first-order adjacent hyperedge of . The two terms in separately deal with situations where the seed is recovered at or not. If the seed has recovered (with probability ), the infection probability of is given as ; otherwise, if the seed is still in the state (with probability ), the infected nodes should be modified to , and the infection probability of is given as . For the case of , the power calculation may be problematic. In this case, can be regarded as the probability that there is one infected node in . Thus, the probability of not being infected through the first-order adjacent hyperedge, denoted by , can be approximated by . Similarly, functions and denote the probabilities that a first-order neighbor does not get infected through second-order adjacent hyperedges. Finally, the multiplication of these probabilities gives the probability of not getting infected at (i.e., ). Similarly, and calculate the not-infected probability of the second-order neighbors. Substituting Eq. (S2)–(S4) into Eq. (S1), we finally obtain .
Figure S1 presents the schematic diagram of ’s calculation, which has 17 nodes and 6 hyperedges. We choose (red node) as the seed. Denote the set of ’ neighbors, and the set of its second-order neighbors. Then, we have:
| (S5) |
where is the infection probability of the -th order neighbor of the seed at time step . For , we have for each node in . Take node 1 in the toy hypergraph as an example to illustrate the calculation of . According to Fig. S1, can be written as:
| (S6) |
where () calculates the probabilities of node 1 not being infected through a hyperedge . Denote the number of infected nodes in (except for node 1 itself) as . Then, if , the probability of node 1 not being infected through , i.e., , can be written as:
| (S7) |
where . Otherwise, the probability of not being infected is:
| (S8) |
For the adjacent hyperedge , which does not contain the seed node directly (i.e., ), we do not need to consider the state of the seed. If , the probability of not being infected is:
| (S9) |
if , the probability can be approximated by:
| (S10) |
where . Similarly, for : if , the probability is if , the probability is The infection probability of the remaining nodes in can be calculated in a similar procedure.
Then, we take node 13 as an example to show the calculations of . According to Fig. S1, we have:
| (S11) |
Similarly, and calculate the probabilities of a node within it not being infected through this hyperedge . Since second-order neighbors do not affect the expected infected nodes in their adjacent hyperedges, we have the number of infected nodes in given as (for , ). Then, if , the probability of not being infected is:
| (S12) |
where . If , the probability is
| (S13) |
Similarly, for : if , the probability is if , the probability can be approximated by: where . The infection probability of the other node in at can be calculated similarly. Finally, take all of the infection probabilities together into Eq. (S5), and we get .
S1.2 Details of
By transforming from node-level calculation to hyperedge-level, we can obtain a faster version of the algorithm, i.e., . Here, we use to estimate the number of infected nodes in each . Then, each susceptible node gets infected with the following probability:
| (S14) |
Applying the first-order Taylor approximation to the above equation, we can obtain the approximate: . Thus, we get:
| (S15) |
Furthermore, we do some rectifications to the above approximation to reduce errors: 1) The term is the agent of the infection probability, thus we rectify it to (i.e., ) when (similar to before) and set the upper bound 1. 2) Use (or for hyperedges in ) to rectify the size of hyperedges, i.e., reconsider the infection has happened at to rectify the potential propagation range. 3) Separately calculate cases of and (i.e., seed status related or not). We have:
| (S16) |
where and estimate the infection probability in each hyperedge, and the terms of the function estimate the number of susceptible nodes in each hyperedge. Here, we use a step function to control the estimation range to avoid unreasonable negative values.
S1.3 Time complexity analysis
From Eq. (2) and Eq. (7)–(8) in the main text, the first-order IPS methods, such as , and , only require information of the first-order adjacent hyperedges. Thus, the time complexity of , and is given as: .
According to Eq. (3)–(6) and Eq. (S14)–(S16), calculating and requires traversing both the first- and second-order structures. For a seed , the number of its second-order hyperedges satisfies:
| (S17) |
Summing over all candidate seeds yields:
| (S18) |
That is, the time complexity of is . Compared to , the calculation of additionally requires calculations in each second-order adjacent hyperedge. Accordingly, the time complexity of is .
S1.4 Validation of IPS methods
We use the real-world hypergraph, email-Enron, to validate the accuracy of the above calculations. Fig. S2 compares the ground truth propagation range (the blue line) and the values derived from the IPS methods. Results demonstrate that the theoretical values, including and , predict the ground truth well under different dynamics, including HCP (Fig. S2a, b), HCSA (Fig. S2c), and HTC (Fig. S2d).
S2 Complementary results and parameter settings for Fig. 2-3
This section shows parameter settings and complementary results of effectiveness evaluation under the higher-order contagion model with power-law infection kernel (HCP, corresponding to Sec. 2.2 and Sec. 2.3 in the main text). Subsection S2.1 provides the parameter settings in Fig.2 and Fig.3 in the main text; Subsection S2.2 and Sec. S2.3 show the complementary results of Fig.2 and Fig.3 in the main text; Subsection S2.4 provides more experiments conducted on the large-scale hypergraph.
S2.1 Parameter settings in Figs. 2–3
Table S1 gives the parameter settings for Fig. 2 and Fig. 3 in the main text (other simulation results are shown in Fig. S3–S5). Consistent with previous work Mancastroppa et al. (2023), we use the same dynamical parameters to conduct Monte Carlo simulations on hypergraphs numbered 1-20, and use the average propagation range of nodes to represent the ground truth of their influence. To accurately reflect the truth, propagation range of each node is averaged over 300 simulations. Due to the extremely large size of threads-math-sx (hypergraph 21), we randomly sample nodes to simulate their influence. In other datasets, all nodes are included.
|
|
S2.2 Complementary results of Fig. 2
Figure S3 shows results of the Jaccard coefficient under more hypergraphs, as a complementary part of Fig. 2. The Jaccard coefficient J(r) is calculated by , where and , respectively, represent the set of top () nodes based on ground truth and a particular measure of node’s importance. We find that IPS has the highest Jaccard coefficient under almost all scenarios, which means that the proposed measure performs the best. Figure S4 shows another widely-used index, i.e., the imprecision function , which can be written as , where and represent the average propagation range of nodes in and . A larger value of reflects better performance of the centrality measure. The imprecision function also shows that the IPS method performs better than other measures in most scenarios.
S2.3 Complementary results for Fig. 3
We explore the correlation between the performance of methods (quantified by Kendall’s ) and their similarity to an anchor measure. IPS is used as the anchor measure in Fig. 3 of the main text. Figure S5 presents situations where other methods serve as the anchor measure. In each subplot, the anchor measure is indicated at the bottom right corner. The horizontal axis represents the correlation between a measure (indicated by its color) and the current anchor measure in a hypergraph (denoted as , measure anchor measure). The vertical axis is the performance of the measure. Results demonstrate that there exists a positive correlation only when IPS is the anchor measure. This means that IPS can be used to explains the performance variation of other methods.
S2.4 More results on the large-scale real-world dataset
We conduct more experiments on the large-scale hypergraph threads-math-sx. Figure S6 shows the Jaccard coefficient and imprecision function to explore the performance of different measures on a large-scale network. Both indices suggest that IPS consistently achieves outstanding performance.
S3 Robustness of IPS under different parameters
In this section, we validate the robustness of IPS’s performance under different real-world hypergraphs and dynamical parameters based on the HCP model. We present the performance of IPS on 20 real-world hypergraphs under 36 groups of parameters (3 values of , 4 values of , and 3 values of ). Subsection. S3.1 provides parameter settings, and Subsection. S3.2 shows the results.
S3.1 Parameter settings
We study the robustness of the IPS method by varying dynamical parameters (, , ). We consider three values of recovery probability , including 0.1, 0.5, and 1.0; three representative values of , including an under-threshold value (), the threshold value (), and an over-threshold value (); and four values of , including 1, 2, 3, and 4, indicating increasing nonlinear enhancement effectiveness. Here, we estimate the spreading thresholds () under different hypergraphs and parameters ( and ) by using the susceptibility , which is given as:
| (S19) |
where represents the stationary spreading sizes of simulations. For the HCP model, Fig. S7 presents examples of the susceptibility against , where each point is the result of 1000 simulations. Complying with prior works, the peak in susceptibility corresponds to the spreading threshold (). Table S2 presents the estimated thresholds under different settings (corresponding to Fig. 4 in the main text).
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Similarly, we explore the threshold of under more cases () by using the susceptibility . Specifically, Tab. S3 and Tab. S4 present the spreading thresholds of HCP when and , respectively. Fig. S8 and Fig. S9 show examples of locating the threshold of by susceptibility.
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
S3.2 Results for robustness evaluation
For each group of parameters and each hypergraph shown in Tab. S2 (also S3 and S4), we take nodes from it to serve as the seed in turn, and then calculate Kendall’s for measures. Finally, results of Kendall’s are shown in Figure S10–S12 (corresponding to cases with , , and , respectively); in each figure, subplots are arranged by different settings of and . Results show that the IPS methods, whatever , and , outperform existing methods in all dynamical parameters. It highlights that the performance of IPS is robust to parameters. Note that the parameterized measures and require pre-rescaling when (i.e., , ).
S4 Transferability of IPS under different spreading dynamics
We study the effectiveness of the IPS framework in other spreading dynamics, including the higher-order contagion model with size attenuation (HCSA) and the higher-order threshold contagion model (HTC), to evaluate its transferability.
S4.1 Transferability evaluation under HCSA
S4.1.1 Parameter settings for HCSA
To ensure the robustness of the results, we consider situations of different parameters under the HCSA model, i.e., ; ; , respectively. Similarly, the spreading threshold () under given and in each hypergraph is obtained by using susceptibility in Eq.(S19) (see examples for the case of in Fig. S13, and in Fig. S14). The values of in each hypergraph are presented in Tab. S5 (, also corresponding to Fig. 5 in the main text) and Tab.S6 ().
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
S4.1.2 Results for transferability evaluation under HCSA
For each group of parameters and each hypergraph shown in Tab. S5 (also S6), we take nodes from it to serve as the seed in turn, and then calculate Kendall’s for measures. Finally, results of Kendall’s are shown in Fig. S15 and Fig.S16 (corresponding to cases with and , respectively); in each figure, subplots are arranged by different settings of and .
We find that IPS () achieves the best performance in most parameter settings. This verifies the transferability of IPS to the HCSA model. Besides, the hyper-degree method exhibits comparable performance, which can be explained from two perspectives. On the one hand, its calculation is similar to . On the other hand, hyper-degree gains an artificial advantage in Kendall’s due to its “weak monotonicity”, i.e., assigning identical values to many nodes. That is, the hyper-degree has a smaller number of centrality values, causing Kendall’s to be biased towards larger values. To verify this, we add a uniformly distributed random variable to each node’s hyper-degree value. This randomized hyper-degree (noted as hyper-degree-R) expands the measure values while preserving the original ordinal relationships among nodes with different hyper-degree values. Results in the following Fig. S15 and S16 show that the values of hyper-degree-R under different parameters are consistently lower than those of IPS methods.
S4.2 Transferability evaluation under HTC
S4.2.1 Parameter settings for HTC
Furthermore, we test the transferability of the IPS method under the HTC model, where we consider different parameters to ensure the robustness of the results, including ; ; , , (or instead when ), respectively. In this model, we also determine the threshold of (i.e., ) under given and through the calculation of susceptibility in Eq. (S19), as exemplified in Fig. S17 for cases when , and Fig. S18 for cases when . Here, for subsequent analysis, we retain 11 hypergraphs where the peak of can be clearly observed. The values of are given in the following Tab. S7 (, corresponding to Fig. 5 in the main text) and Tab. S8 (), respectively.
|
| |||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||
S4.2.2 Results for transferability evaluation unde HTC
For each group of parameters and each hypergraph shown in Tab. S7 (also S8), we take nodes from it to serve as the seed in turn, and then calculate Kendall’s for measures. Finally, results of Kendall’s are shown in Fig. S19 and Fig.S20 (corresponding to cases with and , respectively); in each figure, subplots are arranged by different settings of and . Notably, significantly outperforms other methods in all parameter settings. This finding validates the effectiveness of IPS in the HTC model and further verifies the transferability of the IPS framework.
S5 Cross-paradigm transferability of IPS
We explore the cross-paradigm transferability of the IPS framework by applying it to two types of higher-order naming game dynamics (HNG), i.e., the unanimity rule and the union rule. Figure S21 presents the cases of the unanimity rule. Specifically, each heatmap shows the steady-state abundance of the name (denoted as ) under different . In each grid cell, the vertical axis () indicates that the top nodes are selected as committed individuals adopting the name , through centrality measures or through the random selection. For a more realistic comparison, the committed individuals are re-chosen randomly for each value of , instead of truncating the top- ranked nodes in a single randomly generated ranking. To integrate those corresponding to different values of , we use the area of (black regions) to indicate the effectiveness of the measure. A larger black region means a smaller critical mass , which indicates that fewer committed individuals are needed to lead to the adoption of the name in the whole population, thereby demonstrating greater effectiveness of the measure. We find that IPS consistently triggers the smallest in almost all hypergraphs. This finding validates the transferability of IPS in the higher-order naming game model. In addition, IPS also performs the best when considering the union rule in the higher-order naming game (see Fig. S22).
S6 The performance of IPS in epidemic containment
The immunization strategy is a classical problem in both complex network science research and human society. Its core objective is to find the optimal sequence for node (or edge) removal, a process that is fundamentally based on centrality measures Clusella et al. (2016).
Here, we apply the IPS framework to design immunization strategies for higher-order epidemic containment. Following the general experimental procedures, we take the SIS type HCP model (denoted as HCP-SIS), where state nodes convert to the state with probability , rather than to the state. We monitor the disease prevalence to evaluate different methods Matamalas et al. (2018). In particular, we use different centrality measures to identify important nodes to immunize. The smaller the ratio of immunized nodes required to control the disease, the more effective the centrality measure is. Generally, the immunization threshold is the minimum node immunization fraction that satisfies (a commonly used disease control threshold).
We conduct extensive experiments on 20 real-world hypergraphs. For each hypergraph, we test eight groups of parameters (shown in Tab. S9). In each scenario, we rank these methods by their control threshold in ascending order (i.e., descending order of performance). Figure S23 summarizes the performance of each method in all situations. Results show that the IPS measure is always in the top 6, thereby performing overall best, while others drop out of the top 6 in some cases. In addition, unlike the previous cases of spreading promotion (i.e., identifying influential nodes in SIR-type propagation), 2-degree, 2-closeness, and 2-betweenness, perform well here in epidemic containment. That is, there is a certain mismatch between spreading influence and the ability to block spreads. Notably, IPS achieves good performance in both objectives, indicating its outstanding ability in locating critical nodes. The detailed results are provided in Fig. S24–S27, where the circled number in the upper right corner of each subplot indicates the corresponding propagation parameters shown in Tab. S9.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
References
- Hypernetwork science via high-order hypergraph walks. EPJ Data Science 9 (1), pp. 16. Cited by: §1.
- Error and attack tolerance of complex networks. nature 406 (6794), pp. 378–382. Cited by: §1.
- Diverse and experienced group discovery via hypergraph clustering. In Proceedings of the 2022 SIAM International Conference on Data Mining (SDM), pp. 145–153. Cited by: Datasets.
- Supersharers of fake news on Twitter. Science 384 (6699), pp. 979–982. Cited by: §1.
- Simplicial closure and higher-order link prediction. Proceedings of the National Academy of Sciences 115 (48), pp. E11221–E11230. Cited by: Datasets, Datasets, Datasets, Datasets, Datasets.
- The structure and dynamics of networks with higher order interactions. Physics Reports 1018, pp. 1–64. Cited by: §1, §2.1, §2.1.
- Dynamic models of large-scale brain activity. Nature neuroscience 20 (3), pp. 340–352. Cited by: §1.
- Experimental evidence for tipping points in social convention. Science 360 (6393), pp. 1116–1119. Cited by: §2.5.
- Generative hypergraph clustering: From blockmodels to modularity. Science Advances 7 (28), pp. eabh1303. Cited by: Datasets.
- Unifying pairwise interactions in complex dynamics. Nature Computational Science 3 (10), pp. 883–893. Cited by: §1.
- Immunization and targeted destruction of networks using explosive percolation. Physical review letters 117 (20), pp. 208301. Cited by: §3, §S6.
- Nonequilibrium dynamics of language games on complex networks. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 74 (3), pp. 036105. Cited by: §2.5.
- Social contagion models on hypergraphs. Physical Review Research 2 (2), pp. 023032. Cited by: §2.1.
- Fundamentals of spreading processes in single and multilayer complex networks. Physics Reports 756, pp. 1–59. Cited by: Calculation of propagation threshold.
- How to simulate the quasistationary state. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 71 (1), pp. 016129. Cited by: Calculation of propagation threshold.
- Finding influential nodes for integration in brain networks using optimal percolation theory. Nature communications 9 (1), pp. 2274. Cited by: §1.
- DomiRank Centrality reveals structural fragility of complex networks via node dominance. Nature communications 15 (1), pp. 56. Cited by: §1.
- Multistability, intermittency, and hybrid transitions in social contagion models on hypergraphs. Nature communications 14 (1), pp. 1375. Cited by: §1, §2.1, Calculation of propagation threshold.
- Political polarization of news media and influencers on twitter in the 2016 and 2020 us presidential elections. Nature Human Behaviour 7 (6), pp. 904–916. Cited by: §3.
- The web of life. arXiv preprint arXiv:1403.2575. Cited by: Datasets.
- Legislative cosponsorship networks in the US House and Senate. Social networks 28 (4), pp. 454–465. Cited by: Datasets.
- Autonomous inference of complex network dynamics from incomplete and noisy data. Nature Computational Science 2 (3), pp. 160–168. Cited by: §3.
- Can co-location be used as a proxy for face-to-face contacts?. EPJ Data Science 7 (1), pp. 1–18. Cited by: Datasets.
- Data on face-to-face contacts in an office building suggest a low-cost vaccination strategy based on community linkers. Network Science 3 (3), pp. 326–347. Cited by: Datasets.
- Automatic Instruction Data Selection for Large Language Models via Uncertainty-Aware Influence Maximization. In Proceedings of the ACM on Web Conference 2025, pp. 4969–4979. Cited by: §1.
- Probabilistic activity driven model of temporal simplicial networks and its application on higher-order dynamics. Chaos: An Interdisciplinary Journal of Nonlinear Science 34 (2). Cited by: §3.
- Minimizing rumor influence in multiplex online social networks based on human individual and social behaviors. Information Sciences 512, pp. 1458–1480. Cited by: §3.
- Learning interpretable network dynamics via universal neural symbolic regression. Nature Communications 16 (1), pp. 6226. Cited by: §3.
- Group interactions modulate critical mass dynamics in social convention. Communications Physics 5 (1), pp. 64. Cited by: §2.5, §2.5.
- Simplicial models of social contagion. Nature communications 10 (1), pp. 2485. Cited by: §1, §2.1.
- From the betweenness centrality in street networks to structural invariants in random planar graphs. Nature communications 9 (1), pp. 2501. Cited by: §1.
- Identification of influential spreaders in complex networks. Nature physics 6 (11), pp. 888–893. Cited by: §1, §2.1.
- The enron corpus: a new dataset for email classification research. In European conference on machine learning, pp. 217–226. Cited by: Datasets.
- Vector centrality in hypergraphs. Chaos, Solitons & Fractals 162, pp. 112397. Cited by: §1, §1.
- Physical approach to complex systems. Physics Reports 515 (3-4), pp. 115–226. Cited by: §1.
- Betweenness centrality of teams in social networks. Chaos: An Interdisciplinary Journal of Nonlinear Science 31 (6). Cited by: §1.
- Higher-order granger reservoir computing: simultaneously achieving scalable complex structures inference and accurate dynamics prediction. Nature communications 15 (1), pp. 2506. Cited by: §3.
- Homogeneity trend on social networks changes evolutionary advantage in competitive information diffusion. New Journal of Physics 22 (1), pp. 013019. Cited by: §3.
- Eigenvector centrality in simplicial complexes of hypergraphs. Chaos: An Interdisciplinary Journal of Nonlinear Science 33 (9). Cited by: §1.
- Emergence, evolution and manipulation of swing voters in presidential election. arXiv preprint arXiv:2510.26511. Cited by: §3.
- The impact of group size and social presence on small-group communication: Does computer-mediated communication make a difference?. Small group research 37 (6), pp. 631–661. Cited by: §2.4.
- Vital nodes identification in complex networks. Physics reports 650, pp. 1–63. Cited by: §1, §3.
- Hyper-cores promote localization and efficient seeding in higher-order processes. Nature communications 14 (1), pp. 6223. Cited by: §1, §1, §2.1, §2.1, §2.2, §2.5, Datasets, §S2.1.
- Contact patterns in a high school: a comparison between data collected using wearable sensors, contact diaries and friendship surveys. PloS one 10 (9), pp. e0136497. Cited by: Datasets.
- Effective approach to epidemic containment using link equations in complex networks. Science advances 4 (12), pp. eaau4212. Cited by: §3, §S6.
- Higher-order interactions capture unexplained complexity in diverse communities. Nature ecology & evolution 1 (3), pp. 0062. Cited by: §1.
- Influence maximization in complex networks through optimal percolation. Nature 524 (7563), pp. 65–68. Cited by: §1.
- Justifying recommendations using distantly-labeled reviews and fine-grained aspects. In Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), pp. 188–197. Cited by: Datasets.
- Motifs in temporal networks. In Proceedings of the tenth ACM international conference on web search and data mining, pp. 601–610. Cited by: Datasets.
- Searching for superspreaders of information in real-world social media. Scientific reports 4 (1), pp. 5547. Cited by: §1.
- Pollination ecology in a phryganic ecosystem. Thessaloniki: Aristotle University of Thessaloniki. Cited by: Datasets.
- A network analysis of committees in the US House of Representatives. Proceedings of the National Academy of Sciences 102 (20), pp. 7057–7062. Cited by: Datasets.
- Flowers and insects: lists of visitors of four hundred and fifty-three flowers. Cited by: Datasets.
- Discovering physical laws with parallel symbolic enumeration. Nature Computational Science, pp. 1–14. Cited by: §3.
- Diffusion capacity of single and interconnected networks. Nature communications 14 (1), pp. 2217. Cited by: §1.
- Influential groups for seeding and sustaining nonlinear contagion in heterogeneous hypergraphs. Communications Physics 5 (1), pp. 25. Cited by: §1, §2.1, §2.4.
- High-resolution measurements of face-to-face contact patterns in a primary school. PloS one 6 (8), pp. e23176. Cited by: Datasets.
- Cybersecurity for critical infrastructures: Attack and defense modeling. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans 40 (4), pp. 853–865. Cited by: §3.
- The role of heterogeneity in contact timing and duration in network models of influenza spread in schools. Journal of The Royal Society Interface 12 (108), pp. 20150279. Cited by: Datasets.
- Node and edge nonlinear eigenvector centrality for hypergraphs. Communications Physics 4 (1), pp. 201. Cited by: §1, §2.4.
- Estimating potential infection transmission routes in hospital wards using wearable proximity sensors. PloS one 8 (9), pp. e73970. Cited by: Datasets.
- Public discourse and social network echo chambers driven by socio-cognitive biases. Physical Review X 10 (4), pp. 041042. Cited by: §1.
- Large-scale microbiome data integration enables robust biomarker identification. Nature Computational Science 2 (5), pp. 307–316. Cited by: §1.
- Vital node identification in hypergraphs via gravity model. Chaos: An Interdisciplinary Journal of Nonlinear Science 33 (1). Cited by: §1.
- Discover network dynamics with neural symbolic regression. Nature Computational Science, pp. 1–13. Cited by: §3.
- Influence maximization based on threshold models in hypergraphs. Chaos: An Interdisciplinary Journal of Nonlinear Science 34 (2). Cited by: §1.
- HIP: model-agnostic hypergraph influence prediction via distance-centrality fusion and neural odes. arXiv preprint arXiv:2508.15312. Cited by: §1.
- Locating influential nodes in hypergraphs via fuzzy collective influence. Communications in Nonlinear Science and Numerical Simulation 142, pp. 108574. Cited by: §1.