Real-time Updating of Dynamic Social Networks for COVID-19 Vaccination Strategies ================================================================================= * Sibo Cheng * Christopher C. Pain * Yi-Ke Guo * Rossella Arcucci ## Abstract Vaccination strategy is crucial in fighting the COVID-19 pandemic. Since the supply is still limited in many countries, contact network-based interventions can be most powerful to set an efficient strategy by identifying high-risk individuals or communities. However, due to the high dimension, only partial and noisy network information can be available in practice, especially for dynamic systems where contact networks are highly time-variant. Furthermore, the numerous mutations of SARS-CoV-2 have a significant impact on the infectious probability, requiring real-time network updating algorithms. In this study, we propose a sequential network updating approach based on data assimilation techniques to combine different sources of temporal information. We then prioritise the individuals with high-degree or high-centrality, obtained from assimilated networks, for vaccination. The assimilation-based approach is compared with the standard method (based on partially observed networks) and a random selection strategy in terms of vaccination effectiveness in a SIR model. The numerical comparison is first carried out using real-world face-to-face dynamic networks collected in a high school, followed by sequential multi-layer networks generated relying on the Barabasi-Albert model emulating large-scale social networks with several communities. Keywords * Network science * Data assimilation * COVID-19 vaccination * Centrality measure * Multi-layer networks ## 1 Introduction The world is still in the midst of the COVID-19 pandemic. The World Health Organization (WHO) and partners are working together on the response, tracking the pandemic, providing recommendations on critical steps, delivering necessary medical supplies to those in need and, finally, racing for the development and introduction of safe and reliable vaccines. Every year, vaccines save millions of lives. Vaccines work to identify and fend off the viruses and bacteria they attack by training and preparing the body’s natural defences, the immune system. If the body is eventually exposed to such disease-causing germs, it is ready to kill them instantly, avoiding illness. By the end of July 2021, nearly 300 vaccine candidates for COVID-19 are currently in trials1, and several of them, such as AstraZeneca, Pfizer, Moderna and Gamaleya, have already been distributed in all countries to protect individuals. No other vaccine in human history has been so eagerly anticipated, especially given that until now no drugs are demonstrated to be available to treat COVID-19. By July 30th 2021, almost or above 50% of the population has been fully vaccinated in North America and European countries, including the USA(50.2%), the UK(57.2%) and Canada(59.6%). However in some less developed nations the vaccination rate is worryingly low such as India(7.6%) and Peru(14.7%), both having experienced a major COVID crisis recently. Since the vaccination capacity in these countries remains limited until now, people who are most at risk, such as healthcare workers and older population [47], are given priority [39]. The effectiveness of the current vaccinations in addressing newly developed virus variants (e.g.,B.1.617.2 (Delta) and C.37 (Lambda)) has also been challenged [43], leading to the possibility of requiring new vaccinations or doses2. Vaccination strategies play an essential role in preventing the rapid diffusion of COVID-19. Clustering analysis has investigated transmission cascades in local social communities. Among all connecting clusters, particular attention has been given to educational settings, including high schools and universities [34]. Much effort has been devoted to maintaining the possibility of face-to-face teaching during the pandemic. However thousands of clusters and outbreaks of COVID-19 have been reported in educational establishments. As mentioned in [39], the Delta variant has become the dominant strain in the UK, spreading rapidly in schools since May 2021. Hence, finding an optimal vaccination strategy for students and staff has become vital to protecting children and young people since many countries, including India and the UK, plan to reopen colleges and schools, either in full or in part, from September 2021. Continuous effort has been made for several decades to develop the simulation of infectious diseases based on observed social networks[9], including, for instance, H1N1 influenza (face-to-face contact network) [11] and HIV (sexual contact network) [35]. Social networkbased analysis for disease spread modelling has been widely implemented since the outbreak of COVID-19 [44, 24], with the help of SIR (Susceptible-Infected-Recovered) or SEIR (Susceptible-Exposed-Infected-Recovered) models. When the network structure of contacts is (at least) partially observable, network-based interventions are most helpful in determining an optimal vaccination strategy under a limited capacity, which has been proved in a variety of infectious diseases [46], [56]. These strategies are usually based on some individual-level measures, such as node degree or graph centrality, which require knowledge of the full network. Furthermore, significant variance of COVID infection probability is also observed [17] according to ages and activities. Meanwhile, many connecting clusters of COVID-19 have been identified in schools and workplaces[64], where individuals share similar characteristics. Thus the infectious probability of intra-connections inside these clusters could be considered homogeneous. This fact leads to the idea of multi-layer network modelling where the infectious probability may vary from layer to layer. Much effort has been given to using network-based information for formulating optimal policy responses to COVID-19 [41, 20], including social distancing and countrywide lockdown [7]. However, the observation of social networks is often noisy (with either missing connections or mistaken edge weights), and, most of the time, incomplete [56]. Obtaining precise knowledge is particularly challenging since face-to-face contact networks are strongly time-variant. The noise-level could be up to 74% (missing edges) for observed connection networks, as mentioned by [37]. On the other hand, as pointed out by [3], contact tracing applications can significantly reduce the rate of infection in the studied population when the participation rate is above 60%. In other words, it is critical to maintaining an error level inferior to 40%. Therefore, a considerable gap can be found between the required precision and the available data on the temporal networks. real-time updatings of prior network knowledge is thus essential to improving vaccine efficiency. In this paper, by investigating how the accuracy of network data could impact vaccination effectiveness, we propose a real-time network updating approach based on sequential data assimilation (DA) techniques. Originally developed in the field of meteorological and environmental science, DA has been applied to a wide variety of industrial domains, including geophysical modelling [10], hydrology [14] and economics [49]. Recently, sequential DA algorithms have also been used for real-time parameter identification in the SIR model for COVID spread simulation [61, 50, 22]. An important advantage of using DA, compared to other statistical models for network reconstruction(e.g [54]) is that DA is widely used for large-dimension problems with noisy and limited prior data. As an example, Graph Neural Networks (GNN) [62] have been demonstrated to have high accuracy in network reconstructions with missing data [65]. However, this approach requires retraining for each temporal graph, leading to difficulties in real-time predictions. DA and dynamic network data have been combined in [15] where the authors propose a graph clustering approach for the efficient localization of error covariances within an ensemble-variational DA framework. [33] presents a relationship between statistical inference using graphical models and optimal sequential estimation algorithms such as Kalman filtering. In this work, DA is employed for real-time updating of the network, including novel information from dynamic observations. This contributes to leveraging the information embedded in different noisy/incomplete observations using an optimisation process to reconstruct the current network. This is computationally feasible for large-scale problems thanks to the sparsity of the contact networks. Here, we propose two DA models for different parametrizations: 1. The first consists of reconstructing the complete contact network structures by observing the edges in temporal sub-networks (as described in Sect. 4); 2. The second adjusts inhomogeneous infectious probabilities in a multi-layer network modelling (as described in Sect. 5). These two models are respectively applied to 1. A real-world dynamic network dataset describing the contacts of French high school students in a week [29], collected using wearable sensors; 2. Generated scale-free multi-layer networks, where each layer represents a social community/cluster, determined by individual characteristics such as age or activity. Preliminary analysis is performed to understand the data structure (clustering, classes, grades) of the high school contact networks and to demonstrate the time-variance. The same data set, collected in a high school in Lyon, has been used to simulate a COVID outbreak and estimate the reproductive ratio *R* in [44]. It is also shown in their work that the study of contact networks in schools or workplaces could lead to more optimal contact-limiting strategies, such as self-isolation or countrywide lockdown. In this work, we make similar assumptions to in terms of infection rate (slightly higher regarding new SARS-CoV-2 variants) in the contact network. However, since the availability of the temporal network data is limited, we set a small value for the average recovery period (5 days) to simulate the highest number of infected in the SIR model. With regard to multi-layer systems, the dynamic networks are generated using the Barabasi-Albert model [2], with a power law degree distribution. The latter exists widely in real social networks. Since mutations of SARS-CoV-2 have continuously arisen, the infection probability in each network layer is supposed to be time-variant, following an additive stochastic process. In both cases, the SIR simulation is carried out with realistic assumptions of COVID-19 to simulate the SARS-CoV-2 propagation, while real-time observations are generated synthetically based on preliminary network analysis. The DA models proposed in this paper are general, and could be applied to various scenarios with different types of real-world dynamic networks and observation data. In summary, in this work we * simulate the COVID-19 propagation and vaccination impact using real or generated multilayer networks with the SIR model. * propose a DA framework, with two different network parametrizations, to sequentially update the network structure based on noisy prior information and real-time observations. * compare different graph measures, such as node degree and betweenness centrality for vaccination prioritization criteria of prior and assimilated networks. The paper is organized as follows. Sect. 2 introduces the graph-based diffusion modelling and vaccination strategies. Data assimilation principle and adaptation of graph data are presented in Sect. 3. Sect. 4 shows numerical experiments in real-world social contact networks, and Sect. 5 shows experiments with multi-layer networks. Sect. 6 closes the paper with conclusions and future work. ## 2 Graph-based diffusion modelling and vaccination strategies ### 2.1 SIR model The analysis of the diffusion is conducted using a standard SIR model [4] with an additional state describing the number of vaccinated people, as shown in Fig. 1. For each individual, *S, I, R* denote the susceptible, the infected and the recovered (patients who are not infectious anymore). The SIR assumption has been widely adapted to simulate COVID-19 propagation [16, 61, 60] since reported COVID reinfection cases (e.g [59]) are still rare compared to the total number of reported cases thus far. The SIR model has also been broadly used in network-based disease simulations via random-walk-based simulations [35]. Each node symbolizes an individual in the social network, whose status can alter from susceptible to infected (S-I), or infected to recovered (I-R), according to the random walk through temporal edges [21]. The transition from susceptible (S) to vaccinated (L) only takes place when required according to chosen vaccination strategies. In contrast to classical disease modelling, since recent research[43] shows that current COVID vaccinations can be significantly less effective when facing new variants (e.g.,B. 1.617. 2 (Delta)), the L-S and L-I transitions can be activated as shown in Fig. 1. More details about the transition probabilities are given in Sect. 2.2. In view of the fact that until these days the infection probability after vaccination is still unclear, L-S and L-I transitions are not considered in this study. Nevertheless, the developed model can easily incorporate these types of transitions when required. ![Figure 1:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F1.medium.gif) [Figure 1:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F1) Figure 1: Illustration of network-based SIR model with a vaccination state *L*. ### 2.2 Graph-based vaccination strategy Both disease spread simulation and optimal vaccination modelling based on social networks have been receiving increasing interest for different types of infectious diseases [51]. We consider an undirected graph 𝒢 that is a pair of sets 𝒢 = (*V, E*), where *V* = {*v*1, *v*2…*v**n*} represents the set of individuals (graph nodes) and the set *E* contains the edges, each connecting a pair of individuals. Each graph edge *e* ∈ *E* is represented by a triple *e* = (*v**i*, *v**j*, *w**i,j*) where *v**i*, *v**j* are the two endpoints and *w**i,j* ∈ ℝ is the edge weight. For unweighted graphs *w**i,j* ∈ {0, 1}, while for weighted graphs *w**i,j* could represent the frequency or the intimacy of the contact. In epidemic spread modelling, the infectious probability *p**i,j* from the individual *i* to *j* (and vice versa) is often in function of *w**i,j*, *p**i,j* = ℐ 𝒫 (*w**i,j*). We also note that *p**i,j* may depend on individual-level characteristics of *v**i* and *v**j*, such as age or activities. The connecting graph can be fully represented by the associated adjacency matrix **A** = {*A**i,j* }*i,j*=1,…,*n*. We use three Boolean vectors {**I***t*, **L***t*, **R***t*}∈{ { 0, 1} *n*}3 to indicate the status of each individual, either infected, vaccinated or recovered in the SIR model, at time *t*. The recovery period *T**γ* ∈ N is an uniform distributed random variable generated individually for each individual. If we adopt the edge-wise function ℐ 𝒫(.) in the whole network, ![Formula][1] the infectious probability vector ![Graphic][2] at time *t* in this SIR model reads ![Formula][3] where **1***n* = [1, 1…1]*T* and ⊙ denotes the vector-wise Hadamard product. Following a uniform probability distribution, the vector of infections **I***t* is simulated using ![Graphic][4] and **I***t−*1. The only controllable variable in Eq. 2 is the vaccination vector **L***t*. Different graph-based vaccination strategies can be employed to enhance the immunization impact with a limited vaccination capacity. The state of the art approaches are usually determined by observed individual- or community-level social connections, often involving classical graph measures, for instance, graph degree, betweenness centrality [26] or community links[12]. Much efforts have also been made to use these strategies in practical settings where significant positive impacts have been observed [31]. Since the available graph data often include non-negligible uncertainties (missing vertices or edges), statistical models are commonly employed to provide an optimal estimation of these graph measures. Practical approaches involve, for example, fixed choice designs (FCD) [45] and the nomination strategy [23], both based on an estimation of the graph degree. Even with partially observed dynamic networks, the vaccination strategy could be significantly improved in terms of reducing the maximum infected number and delaying the disease propagation, compared to a random choice [63]. Nevertheless, precise knowledge of the network structure is crucial to determining an efficient vaccination strategy. It is essential to use community-based approaches (e.g [30], [12]), since graph clustering algorithms can be sensitive to noises. However, the data collection of dynamic social networks remains cumbersome, especially for large dimensional problems. In this paper, we conducted our analysis based on three classical strategies, considered less sensitive to data noise, compared to community-based approaches. #### Random The individuals to be vaccinated are randomly chosen according to the number of doses limited, where no network knowledge is used. #### Highest degree For each temporal network, we choose to vaccinate people with the most contacts based on prior knowledge. Only observable individuals are taken into account. The degree *d*(*v*) of node *v* in a network is simply defined as the sum of the column (or the row for undirected graphs) of the adjacency matrix, ![Formula][5] #### Highest Centrality The betweenness centrality [26] *g*(*v*) of node *v* is defined as the number of shortest paths of all pairs of nodes in the graph that pass by the node *v*, ![Formula][6] where ![Graphic][7] represents the total number of shortest paths from node *u* to node *q* and ![Graphic][8] is the number of those paths that pass through *v*. Other graph measures relying on detailed understandings of the network (e.g [12]) could also be used to establish a vaccine strategy. However, in real applications precise knowledge of the network is often out of reach. Here, our criteria for choosing graph-based vaccination strategies are two-folds: computationally efficient and non-sensitive to observation noise. The latter ensures the “validity” of the methodology even when working with incomplete networks. To enhance our estimation of dynamic contact networks, we make use of data assimilation algorithms. ## 3 Data assimilation principle and adaptation of graph data In this section we introduce the variational data assimilation concept and the resolution using a linear estimator. We also introduce the novel approach which combines DA techniques with dynamic network data. ### 3.1 Variational assimilation and BLUE DA algorithms aim to combine different sources of noisy information in order to provide a more reliable estimation of the current system. The state variables could be either a physical field or a sequence of parameters. The true state, denoted by **x**true, stands for the theoretical value of the state at some given coordinates/time, often out of reach in real-world applications. The objective of the assimilation is to gain an optimal approximation **x***a* of the true state **x**true, based on the prior information which are two parts: an initial state estimation **x***b* (so-called the background state) and an observation vector **y**. The former is often issued from prior numerical simulations/predictions while the latter can be obtained via physical measures of some control variables. Their tolerances, regarding theoretical values, are quantified by *ϵ**b* and *ϵ**y*, ![Formula][9] where the observation operator ℋ from the state space to the observable space is supposed to be known. The probability distributions of the prior error are supposed to be centred Gaussian, characterized respectively by the covariance matrices **B** and **O**. The key idea in variational methods is to find a balance between the background and the observations using maximum a posteriori (MAP) method [13]. This leads to the loss function weighted by the inverse of **B** and **O**, ![Formula][10] ![Formula][11] The optimisation problem defined by the objective function of Eq. (7) is called three-dimensional variational method (*3D-VAR*), which can also be considered as the general equation of variational methods without considering the transition model error. The output of Eq. 7 is denoted as **x***a*, i.e. ![Formula][12] If ℋ can be approximated by some linear operator **H**, Eq. 8 can be solved via BLUE (Best Linearized Unbiased Estimator) formulation, ![Formula][13] ![Formula][14] where **P**A = Cov(**x***a* − **x**true) is the analyzed error covariance and the **K** matrix, given by ![Formula][15] is so called the Kalman gain matrix. In the rest of this paper, we denote **H** as the linearized transformation operator. The case when ℋ is non-linear is more challenging for finding the minimum of Eq. 6, especially for high-dimensional problems. The resolution often involves gradient descent algorithms (such as “L-BFGS-B” or adjoint-based numerical techniques). ### 3.2 Online assimilation with graph data The essential idea is to perform real-time updating of the partially observed dynamic networks based on other available information, such as sub-graph structures or the current number of those infected. To this end, the prior observed network ![Graphic][16] at time *t* is considered as the background state (i.e.,![Graphic][17]), while other information is embedded in the observation vector **y***t*. Once the current contact network is updated based on Eq. 7, vaccination strategies can be implemented on the analyzed network ![Graphic][18] (i.e.,step 1 → step 2 in Fig. 2) which is a more accurate approximation of the true state. The degree and the betweenness centrality of the assimilated network is given by ![Figure 2:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F2.medium.gif) [Figure 2:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F2) Figure 2: Illustration of real-time DA updating for partially observed contact networks ![Formula][19] where ![Graphic][20] denotes the element (*k, v*) of the adjacency matrix ![Graphic][21]. Similar expressions of ![Graphic][22] and *g**b*(*v*) on the background state can be given using **A***b* and ![Graphic][23]. The principle of real-time assimilation with graph data is illustrated in Fig. 2 where the virus propagation is simulated using the SIR model, as described in Sect. 2.2 between two vaccination steps. Compared to the overlapped graph, the advantage of working with temporal networks is that the temporal correlation could be considered. In fact, an individual can be active for a relatively short period of time only, as shown below in Sect. 4.1. Therefore, instead of using an overlapped graph (if available), analysing temporal networks can result in an efficient real-time vaccination strategy. A major challenge of implementing DA algorithms with graph data is the computational cost since the adjacency matrix **A***t*, considered as the state variable, is a two-dimensional vector. We can rely on the assumption of graph sparsity and appropriate parameterization to reduce the computational burden. In this work, we propose two DA frameworks for dynamic networks updating, respectively introduced in Sect. 4 and 5. The former aims to reconstruct the full network with observations of sub-graphs, while the latter attempts to adjust the parameterized community-wise infectious probability, relying on multi-layer modelling. These two modellings, relatively at the local and global scale, also show the flexibility of this data assimilation framework. ## 4 Numerical experiments in real-world social contact networks ### 4.1 Assumptions and preliminary analysis This study is based on recently (before the COVID outbreak) collected face-to-face contact data from a French high school [29], which has been used to simulate a COVID outbreak [44]. The connection networks of 329 students (coverage of 86% of the students) in a high school in Lyon are available for 7374 time steps in a week. For the sake of simplicity, we condense the dynamic graph to 78 time steps by overlapping every 100 consecutive networks. Each time condensed time step symbolizes 30∼ 60 minutes. The temporal networks remain sparse since the average graph density (i.e. number of non-zero edges divided by the number of node pairs) is equal to 0.76%. All contact networks are assumed to be undirected, which means the associated adjacency matrices are all symmetric (i.e.,![Graphic][24]) and the virus could spread in both directions of an edge. According to [44], the infectious probability (of a 20-second contact) in this network can be estimated as *p* ≈ 0.1%∼ 1%. However, this estimated probability might be contested for the newly discovered SARS-CoV-2 variants [32]. In this paper, in order to adequately investigate the optimality of different vaccination strategies, we fix the infectious probability to *p* = 2%. The average recovery period in the SIR model is set to 60 time steps (around 4 to 5 days), following a uniform probability distribution, i.e. *T**γ* ∼ unif(55, 65). We begin by performing some preliminary analysis of the network data in order to better understand the underlying graph structures. The overlapped network (i.e. ![Graphic][25]) of all the time steps is shown in Fig. 3(a) where a clear community structure can be observed. Identifying these communities is crucial to simulating the disease spread [36], especially for a highly infectious virus like SARS-CoV-2 [55], and to determining optimal vaccination strategies. Much effort has been given to developing community-detection algorithms in social networks [1, 53]. In this work, we make use of the Fluid community detection algorithm proposed by [53], which is advantageous for sparse graphs since the algorithm complexity is *linear* to the number of non-zero edges in the network, i.e. 𝒪(|*E* |). ![Figure 3:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F3.medium.gif) [Figure 3:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F3) Figure 3: Preliminary analysis of the dynamical high-school connection network: (a): Overlapped contact network. (b): Performance rate *p**r*(𝒞) against assumed community number (c): Reordered adjacency matrix after clustering (d): Node degree distribution of the first and the last 50 time steps. In real applications, specifying the number of communities is usually difficult. Here, we apply several times the community detection algorithms against different assumed community numbers *k**c*, before evaluating the performance rate *p**r*(𝒞) [25] of the obtained partition 𝒞. The latter is defined as ![Formula][26] where ![Graphic][27] indicate the number of edges of intra- and inter-clusters respectively. The performance rate is commonly used as an indicator for finding the optimal community number, which is a standard approach for graph clustering problems. According to the result presented in Fig. 3(b), where we clearly observe a stationary performance rate starting from *k**c* = 4, we choose to proceed with the optimal number of clusters ![Graphic][28]. The final clustering result is displayed in Fig. 3(a) where clusters/communities are shown in red, green and blue. The three detected communities are equivalently distributed, as shown by the reordered adjacency matrix (Fig. 3(c)), with 106, 110 and 111 nodes respectively. From a practical perspective, these communities could be considered as different grades or classes in the high school, with a similar structure to the graph data presented in [27]. ### 4.2 DA modelling and numerical results Since it is infeasible to collect contact networks via wireless equipment in all educational settings post lockdown, the objective of this study is to enhance the vaccination strategy when only partial/noisy information is available, for instance, via tracing applications. For this reason, the full contact networks ![Graphic][29] are supposed to be out of reach. In terms of background states and observations, we suppose that the temporal network is only partially observable *a priori* where 50% to 70% of nodes are missing in the background estimation of the network ![Graphic][30]. The missing nodes are selected randomly and kept invariant at all time steps. In reality, the missing nodes could refer to, for example, people who haven’t installed the tracing application on their smartphone. We also use an observation vector **y***t*, which contains the sub-networks for each of these three detected clusters. Thus, we suppose that the intra-community contacts of students in each class/grade are fully observable with **y***t*. The objective is to perform DA algorithms sequentially to correct the knowledge of the background network relying on the observed sub-networks. The transformation operator **H** is thus linear (sub-Identity matrix) and the DA problem is solved via BLUE, as shown in Eq. 7. ![Graphic][31] and **y***t* are vectorized with Identity error covariances **B** and **O**, as demonstrated in Fig. 4. ![Figure 4:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F4.medium.gif) [Figure 4:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F4) Figure 4: DA process at the current time where intra-connections are observable After each vaccination, the SIR model is applied to simulate the virus propagation until the next time step, as summarized in Eq. 2. An essential advantage of BLUE-type formulation with invariant prior covariances is that the Kalman gain matrix can be computed offline *a priori* since it is invariant to the current **x***b* and **y**. The computational cost of DA can thus be considerably reduced. The vaccination capacity is fixed 2%(= 6 individuals of all students for all strategies (random, highest degree, highest centrality) presented in Sect. 2.2, based on prior or assimilated graphs. The evolution of the number of infected |**I***t*|, according to different vaccination strategies, is displayed in Fig. 5, where the percentage of missing nodes in the background state is fixed as 50%, 60% and 70% respectively. To acquire robust numerical results, each type of simulation with or without vaccinations is repeated 10 times and the average values are drawn in solid or dashed curves in Fig. 5. Standard deviations of the simulations (except dashed lines) are also displayed in transparent shades to ensure the robustness of the comparison. The averaged maximum number of infected for each strategy is shown in Table 1. We note that vaccinations take place at every time step for 6 selected students (≈ 2% of the population) after the simulation of virus propagations with a infectious probability of 2% for each temporal edge. The initial infected **I***t*=0, commonly used for all simulations, is randomly simulated with a probability of *P* ((**I***t*=0)*k*) = 10% for *k* = 1, …, 329. View this table: [Table 1:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/T1) Table 1: Maximum number of infected (in percentage) against different vaccination strategies ![Figure 5:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F5.medium.gif) [Figure 5:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F5) Figure 5: Evolution of infected against different prior error level (percentage of unobserved vertices): (a) 50%, (b) 60%, (c) 70%. Standard deviations are also displayed by transparent shades. From Fig. 5, we observe that almost all averaged curves rise to a high point and peak around *t* = 50− 60 when all individuals are either infected or vaccinated. Since the vaccination process takes place in a relatively short period (a week), we suppose that the infected individuals are not detected in real-time. As a consequence, a student can be vaccinated after being infected by the virus, leading to vaccine failure. This fact emphasizes the importance of the vaccination strategy chosen. What can be clearly observed from Fig. 5 is the decreasing infected number according to the vaccination strategy in the order of free (no vaccination) → random →background→ assimilated (DA). This order is globally consistent regardless of time. First, all vaccination strategies manage to significantly reduce the number of infected and delay virus propagation compared to the free simulation (green curve). In terms of maximum infected number, for all three cases, the peak value is reduced on average by 26%, 34%, 34%, 40% and 37%, respectively for random, background with highest degree, background with highest centrality, assimilated with highest degree and assimilated with highest centrality. All other strategies are dominated by the assimilated curves, especially when proceeding with the highest degree strategy. The difference, in particular between background and assimilated curves, is more significant when working with large-scale networks. On the other hand, for background-network-based strategies, a growth of maximum infected number against prior error level is noticed in Table 1 while the results based on assimilated networks remain robust. This fact promotes the use of data assimilation on network data when prior error level can not be precisely specified. We note that the missing nodes at each time step are generated independently with no temporal correlation, explaining why reasonably good results can be obtained with 70% missing nodes. In summary, numerical results show that the DA-based real-time updating of networks considerably improves the impact of vaccination, resulting in reducing virus spread. In these experiments, the use of node degree (solid curves) and betweenness centrality, for both background (red) and assimilated (blue) cases, exhibits a similar performance. Such fact suggests a high-level (non-negligible) inter-clusters connections where a contrary case can be found in Sect. 5. ## 5 Experiments with multi-layer networks ### 5.1 Multi-layer modelling of scale-free networks As stated in recent research [42], the infectious probability of COVID-19 can differ significantly for different populations, based on their age, gender, activities and so on. For example, both the transmissibility and the mortality rate is reported to be higher for aged people, necessitating appropriate strategies to protect this fraction of the population. SARS-CoV-2 variants may also vary geographically [5], leading to inhomogeneous transition probabilities. Since the outbreak of the COVID-19 pandemic, continuous effort has been made to understand the behaviour of the virus infection with respect to individual-level (e.g. aged people [48]) and community-level (e.g. healthcare workers [58]) characteristics. These phenomena have led to the idea of using multi-layer networks, where different types of connections exist between graph nodes (see Fig. 6(a)) to simulate the virus spread in social networks. In general, multi-layer (also known as “multiplex”) networks [18] are widely used to study graph diffusion problems [28] and define generalized versions of Pagerank [19]. Recently, multi-layer modelling has also been applied to COVID-19 spread simulation [57] where each layer refers to a potential contamination community, such as school, workplace or transport. Appropriate use of the information on these layers can optimise vaccination strategies as mentioned in [8], by prioritising the populations with high risk and high transmissibility. ![Figure 6:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F6.medium.gif) [Figure 6:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F6) Figure 6: (a): Illustration of multi-layers network modelling where the infectious probability depends on the layer of the reception node. (b): Different layers in one temporal contact network where, for example, the yellow layer could represent the community of academic staff in the department of Computing at Imperial College London and the other layers stand for students of different grades (**CI***a*). Since the collection of large-scale face-to-face contact multi-layer dynamic networks is extremely complicated, we rely on conceptual modelling in this work to further examine the performance of the novel approach. Dynamic contact networks of 1000 individuals and 5 layers (each of 200 nodes) are synthetically generated, where each layer suggests a specific group in the population, according to their age or activities (e.g. students, healthcare workers). Assuming all the edges in the temporal networks are fully observable, our objective is to calibrate the time-variant infection probabilities {*p**i,t*} *i*=1,…,5 based on the observation of infected number in each of the layers {**I***i,t*}*i*=1,…,5. The temporal variance of {*p**i,t*}*i*=1,…,5 can be a consequence of SARS-CoV-2 mutations. More precisely, the values of {*p**i,t*}*i*=1,…,5 update every 5 time steps, following a stochastic process, ![Formula][32] where *δ**p,m*∼ *unif* (−0.04%, 0.04%) and the observation vector consists of incremental infected numbers Δ*I**i,t* = *I**i,t* — *I**i,t−*1. For inter-layer connections, the infectious probability is determined by the layer of the receiving nodes, i.e. ![Formula][33] as shown in Fig. 6(a). It is worth mentioning that the associated adjacency matrix **A***t* is no longer symmetric under this assumption. Nevertheless, the network virus spread modelling in Sect. 2.2 remains valid. As for the generation of temporal networks, we depend on the concept of scale-free networks [52] where the degree distribution follows a power law, ![Formula][34] where *P*sf(*k*) stands for the probability of a node to have *k* connections while 2≤ *γ*≤ 3 is a chosen parameter. To simulate intra-connections in each layer, we use the Barabasi-Albert (BA) model [2], which is scale-free with *γ* = 3, incorporating two important concepts in graph theory: growth and preferential attachment [38], which exist widely in social networks. Therefore, the BA model is a reference tool to generate real-world-like networks, including web connections or citation networks. To generate a BA network, nodes are added to the network consecutively where the probability of the new node to be connected with the existing node *v* writes ![Formula][35] The denominator in Eq. 17 represents twice the current number of edges in the network. Individuals with a higher degree have a stronger ability to grab links added to the BA network, which is an adequate assumption for social networks. Moreover, the inter-layer connections are generated randomly with a density of 0.5%, much sparser than intra-layer edges. Eventually, an example of a complete temporal network is drawn in Fig. 6(b) where the five layers are shown in different colors. Since temporal edges are supposed to be known in this modelling, we aim to estimate {*p**i,t*}*i*=1..5 based on the evolution of the infected number in all five layers. In fact, we can predict Δ {*I**i,t*}*i*=1..5 via a prior estimation of {*p**i,t*}, establishing a state-observation mapping **H** ∈ ℝ5*×*5 for DA algorithms. The DA problem could be addressed as ![Formula][36] where ![Formula][37] The simulation/vaccination framework is similar to the one in Sect. 4 with a vaccination rate of ≈2% of the population at each time step. This means that all people will be vaccinated before *t* = 50. For all assimilations, the error covariances are set to be identity matrices, as in Sect. 4. Our goal is to determine an optimal vaccination order based on available noisy information. In order to cover more possible scenarios, we set various initial probabilities {*p**i*,0}, as shown in Table 2, denoted as **CI***a*, …, **CI***f*. For the sake of simplicity, {*p**i*,0} always follow a decreasing order from layer 1 to layer 5. Typically, the initial probabilities in **CI***f* are more homogeneous compared to **CI***a* or **CI***e*. To give an example, **CI***a* could be used to simulate, for instance, a scenario in the department of computing at Imperial College where nearly 800 students plus faculty members can be found. The layer with high infectious probability may consist of professors, (senior) researchers and HR officers, while the other four layers can represent graduate or undergraduate students of different grades. The former community has a much higher average age, in contrast to the latter. Furthermore, each community holds a dense intra-connections, coherent with our model assumption. The diversity of the initial conditions (**CI***a*, …, **CI***f*) ensures the robustness of the proposed approach. View this table: [Table 2:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/T2) Table 2: Initial infectious probability {*p**i*,0} in different layers The experiments set-up is similar to the one in Sect. 4. While computing the node degree and the betweenness centrality, the graph edges are weighted by either the background ![Graphic][38] or the analyzed ![Graphic][39] layer probabilities. Since the layer information is unattainable *a priori*, background networks are set to be homogeneous (i.e., ![Graphic][40]). The evolution of the infected number, issued from a Monte Carlo test of 10 simulations, is illustrated in Fig. 7. The stand deviation is represented by colored transparent zones. We also display the result of using exact {*p**i,t*} (instead of ![Graphic][41] (red) or ![Graphic][42] (green)) for vaccination in yellow. This curve is thus considered as the optimal target for the assimilation-based strategy. When vaccinating the nodes with the highest degree, a substantial advantage of the DA approach (solid green line) compared to the background one (solid red line), can be noticed in all 6 sub-figures of Fig. 7. In fact, both the maximum infected number and the average standard deviation have been significantly reduced, as confirmed in Table 3. On the other hand, DA has much less impact when selecting the individuals with the highest centrality, as shown by the dashed lines in Fig. 7. A reasonable explanation for this could be the phenomenon of brokerage [40]. The endpoints of the few inter-layer edges play an essential role in virus spread. These nodes, also known as “broker”, do not necessarily have a high degree in the graph. However, since many of the shortest paths pass by them from one layer to another, the betweenness centrality may peak at these nodes with or without adjusting {*p**i,t*}. This fact shows that when precise knowledge about inhomogeneous infectious probability is out of reach, proceeding with the highest centrality might be a robust choice. Nevertheless, both the dashed green line and the dashed red line are dominated by the solid green line (assimilated networks with the highest degree) in all 6 sub-figures. View this table: [Table 3:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/T3) Table 3: Averaged maximum infected number and averaged standard deviation when using node degree as order of vaccination priority View this table: [Table 4:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/T4) Table 4: Averaged maximum infected number and averaged standard deviation when using betweenness centrality as order of vaccination priority ![Figure 7:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2021/08/12/2021.03.11.21253356/F7.medium.gif) [Figure 7:](http://medrxiv.org/content/early/2021/08/12/2021.03.11.21253356/F7) Figure 7: Evolution of infected number (average of 10 simulations) following initial conditions **CI***a*.. **CI***f* We also note that for Fig. 7(a,b,d) where the five layers exhibit more variance for the initial probabilities, the assimilated curve is much closer to the optimal one. In fact, optimally vaccinating an inhomogeneous network requires less accurate knowledge of layer probabilities so long as the most infectious layers can be identified. For example, proceeding with (5%, 1%, 1%, 1%, 1%) and (7%, 0.5%, 0.5%, 0.5%, 0.5%) for vaccine priorities may lead to similar results. The evolution of the normalized true layer probabilities is ![Graphic][43], while their posterior (analyzed) estimation is ![Graphic][44]. The gap between the estimated and the true ratio of probabilities is rapidly reduced with the increasing of ![Graphic][45], which results in a more optimal vaccination strategy. Since vaccinating infected individuals is ineffective, the early phase (around the first 20 time steps) of the outbreak is crucial to delaying the COVID spread because the most active individuals (either in terms of degree or centrality) can be infected very quickly. Therefore, the DA correction at the start of the vaccination process plays an essential role in reducing the propagation speed. On another note, we also observe that a strong oscillation in the values of ![Graphic][46] which implies high instability of the observation vector **y***t* = [Δ*I**i,t*]*i*=1..5 due to sampling uncert ainties. In summary, the assimilation-based vaccination strategy shows competitive performance in this multi-layer modelling even though the assimilated layer probabilities are just approximations. Using the assimilated temporal networks with “highest degree” dominates other approaches, with a smaller average infected number and lower standard deviation. ## 6 Conclusion and Future Work Despite the continuous efforts, including vaccination and countrywide lockdown, it remains unclear how the COVID-19 pandemic will play out. Determining an efficient vaccination strategy is essential for combating the COVID long-term, especially with arising numbers of SARS-CoV-2 mutations. New vaccination types can be considered to fight an increasing number of SARS-CoV-2 variants. For the moment, it remains difficult to vaccinate the entire population in many countries. Using temporal contact network information can significantly improve the vaccination impact on slowing down disease propagation. This is crucial to alleviating the burden on hospitals and emergency clinics. This may also allow for the loosening of some restrictions, which is crucial to saving economies from the current pandemic. In this paper, we propose a data assimilation framework to monitor the evolution of social contact networks based on different information sources. The assimilated networks are used to govern vaccination strategies by prioritising high-risk individuals. An important strength of this framework compared to other network reconstruction methods, is the flexibility of dealing with available data and the efficiency for large-scale networks. We have applied the proposed approach to real high school contact networks with synthetic observations and real-world-like dynamic multi-layer networks generated using the Barbasi-Albert model. The latter is used to simulate virus propagation with inhomogeneous community-level infectious probabilities. In both applications, the proposed method exhibits a significant advantage in terms of effectiveness (smaller infected number) and robustness (lower deviation). The choice of graph measures for identifying high-risk individuals, such as node degree or betweenness centrality, has also been discussed through numerical results in this study. We note that some recent work focuses on establishing data-driven models to predict individual- or community-level infection probability by learning personal data, including height, weight and health records. Computational fluid dynamics (CFD) simulations are also being developed to simulate SARS-CoV-2 transmission in schools and offices. Future work can be considered to improve individual-level modelling by incorporating these features in the contact networks. Our work opens promising perspectives on governing efficient vaccination strategies, especially for countries with a relatively low vaccination rate, or, if new vaccinations (e.g., against specific SARS-CoV-2 variants) are disseminated. The current modelling could be extended when more network information (e.g. from tracing applications[6]) becomes available. ## Data Availability All data in this manuscript is available ## Code and data availability Code for the proposed approach and the generated data is available at [https://github.com/DL-WG/network\_COVID](https://github.com/DL-WG/network_COVID) ## Conflict of interest statement We declare that we have no financial and personal relationships with other people or organizations that can inappropriately influence our work, there is no professional or other personal interest of any nature or kind in any product, service and/or company that could be construed as influencing the position presented in, or the review of, the manuscript entitled. ## Acknowledgements This work is supported by the EP/V036777/1 Risk EvaLuatIon fAst iNtelligent Tool (RELIANT) for COVID19 and the EP/T000414/1 PREdictive Modelling with QuantIfication of UncERtainty for MultiphasE Systems (PREMIERE). This research was partially funded by the Leverhulme Centre for Wildfires, Environment and Society through the Leverhulme Trust, grant number RC-2018-023. ## Footnotes * 1 [https://www.who.int/publications/m/item/draft-landscape-of-covid-19-candidate-vaccines](https://www.who.int/publications/m/item/draft-landscape-of-covid-19-candidate-vaccines) * 2 [https://www.gov.uk/government/publications/long-term-evolution-of-sars-cov-2-26-july-2021](https://www.gov.uk/government/publications/long-term-evolution-of-sars-cov-2-26-july-2021) * Received March 11, 2021. * Revision received August 11, 2021. * Accepted August 12, 2021. * © 2021, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution-NonCommercial 4.0 International), CC BY-NC 4.0, as described at [http://creativecommons.org/licenses/by-nc/4.0/](http://creativecommons.org/licenses/by-nc/4.0/) ## References 1. [1]. I. E. Agbehadji, R. C. Millham, A. Abayomi, J. J. Jung, S. J. Fong, and S. O. Frimpong. Clustering algorithm based on nature-inspired approach for energy optimization in heterogeneous wireless sensor network. Applied Soft Computing, 104:107171, 2021. 2. [2]. R. Albert and A.-L. Barabási. Statistical mechanics of complex networks. Reviews of Modern Physics, 74:47–97, 2002. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1103/RevModPhys.74.47&link_type=DOI) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000174548700003&link_type=ISI) 3. [3]. H. Alsdurf, E. Belliveau, Y. Bengio, T. Deleu, P. Gupta, D. Ippolito, R. Janda, M. Jarvie, T. Kolody, S. Krastev, T. Maharaj, R. Obryk, D. Pilat, V. Pisano, B. Prud’homme, M. Qu, N. Rahaman, I. Rish, J.-F. Rousseau, A. Sharma, B. Struck, J. Tang, M. Weiss, and Y. W. Yu. Covid white paper. preprint arxiv:2005.08502, 2020. 4. [4]. R. M. Anderson. Discussion: the kermack-mckendrick epidemic threshold theorem. Bulletin of mathematical biology, 53(1-2):1, 1991. 5. [5]. R. S. Baric. Emergence of a highly fit sars-cov-2 variant. New England Journal of Medicine, 383(27):2684–2686, 2020. PMID: 33326716. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1056/NEJMcibr2032888&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=33326716&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 6. [6]. W. Basmi, A. Boulmakoul, L. Karim, and A. Lbath. Distributed and scalable platform architecture for smart cities complex events data collection: Covid19 pandemic use case. Journal of Ambient Intelligence and Humanized Computing, 12(1):75–83, 2021. 7. [7]. P. Block, M. Hoffman, I. J. Raabe, J. B. Dowd, C. Rahal, R. Kashyap, and M. C. Mills. Social network-based distancing strategies to flatten the covid-19 curve in a post-lockdown world. Nature Human Behaviour, 4(6):588–596, 2020. 8. [8]. J. H. Buckner, G. Chowell, and M. R. Springborn. Optimal dynamic prioritization of scarce covid-19 vaccines. medRxiv : the preprint server for health sciences, 2020. 9. [9]. D. Camacho, Á. Panizo-LLedot, G. Bello-Orgaz, A. Gonzalez-Pardo, and E. Cambria. The four dimensions of social network analysis: An overview of research methods, applications, and software tools. Information Fusion, 63:88–120, 2020. 10. [10]. A. Carrassi, M. Bocquet, L. Bertino, and G. Evensen. Data assimilation in the geosciences: An overview of methods, issues, and perspectives. Wiley Interdisciplinary Reviews: Climate Change, 9(5):e535, 2018. 11. [11]. S. Cauchemez, A. Bhattarai, T. L. Marchbanks, R. P. Fagan, S. Ostroff, N. M. Ferguson, and D. Swerdlow. Role of social networks in shaping disease transmission during a community outbreak of 2009 h1n1 pandemic influenza. Proceedings of the National Academy of Sciences, 108(7):2825–2830, 2011. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NDoicG5hcyI7czo1OiJyZXNpZCI7czoxMDoiMTA4LzcvMjgyNSI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIxLzA4LzEyLzIwMjEuMDMuMTEuMjEyNTMzNTYuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 12. [12]. Y. Chen, G. Paul, S. Havlin, F. Liljeros, and H. E. Stanley. Finding a better immunization strategy. Physical Review Letters, 101:058701, 2008. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1103/PhysRevLett.101.058701&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18764435&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 13. [13]. S. Cheng, J.-P. Argaud, B. Iooss, D. Lucor, and A. Ponçot. Background error covariance iterative updating with invariant observation measures for data assimilation. Stochastic Environmental Research and Risk Assessment, 33(11):2033–2051, 2019. 14. [14]. S. Cheng, J.-P. Argaud, B. Iooss, D. Lucor, and A. Ponçot. Error covariance tuning in variational data assimilation: application to an operating hydrological model, accepted for publication in Stochastic Environmental Research and Risk Assessment, 2020. 15. [15]. S. Cheng, J.-P. Argaud, B. Iooss, A. Ponçot, and D. Lucor. A graph clustering approach to localization for adaptive covariance tuning in data assimilation based on state-observation mapping. arXiv preprint arxiv:2001.11860, 2020. 16. [16]. I. Cooper, A. Mondal, and C. G. Antonopoulos. A SIR model assumption for the spread of covid-19 in different communities. Chaos, Solitons & Fractals, 139:110057, 2020. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 17. [17]. N. G. Davies, P. Klepac, Y. Liu, K. Prem, M. Jit, C. A. B. Pearson, B. J. Quilty, A. J. Kucharski, H. Gibbs, S. Clifford, A. Gimma, K. van Zandvoort, J. D. Munday, C. Diamond, W. J. Edmunds, R. M. G. J. Houben, J. Hellewell, T. W. Russell, S. Abbott, S. Funk, N. I. Bosse, Y. F. Sun, S. Flasche, A. Rosello, C. I. Jarvis, R. M. Eggo, and C. C.-. w. group. Age-dependent effects in the transmission and control of covid-19 epidemics. Nature Medicine, 26(8):1205–1211, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1038/s41591-020-0962-9&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=32546824&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 18. [18]. M. De Domenico, C. Granell, M. A. Porter, and A. Arenas. The physics of spreading processes in multilayer networks. Nature Physics, 12(10), 2016. 19. [19]. M. De Domenico, A. Solé-Ribalta, E. Omodei, S. Gómez, and A. Arenas. Ranking in interconnected multilayer networks reveals versatile nodes. Nature Communications, 6(1):6868, 2015. 20. [20]. M. De la Sen, A. Ibeas, and R. P. Agarwal. On confinement and quarantine concerns on an seiar epidemic model with simulated parameterizations for the covid-19 pandemic. Symmetry, 12(10), 2020. 21. [21]. R. Durrett. Some features of the spread of epidemics and information on a random graph. Proceedings of the National Academy of Sciences, 107(10):4491–4498, 2010. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NDoicG5hcyI7czo1OiJyZXNpZCI7czoxMToiMTA3LzEwLzQ0OTEiO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMS8wOC8xMi8yMDIxLjAzLjExLjIxMjUzMzU2LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 22. [22]. G. Evensen, J. Amezcua, M. Bocquet, A. Carrassi, A. Farchi, A. Fowler, P. L. Houtekamer, C. K. Jones, R. J. de Moraes, M. Pulido, C. Sampson, and F. C. Vossepoel. An international initiative of predicting the sars-cov-2 pandemic using ensemble data assimilation. Foundations of Data Science, (2639-8001), 2020. 23. [23]. J. Fernández-Gracia, J.-P. Onnela, M. L. Barnett, V. M. Eguíluz, and N. A. Christakis. Influence of a patient transfer network of us inpatient facilities on the incidence of nosocomial infections. Scientific Reports, 7(1):2930, 2017. 24. [24]. J. Firth, J. Hellewell, P. Klepac, S. Kissler, A. Kucharski, and L. Spurgin. Using a real-world network to model localized covid-19 control strategies. Nature Medicine, 26, 2020. 25. [25]. S. Fortunato. Community detection in graphs. Physics Reports, 486(3):75–174, 2010. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.physrep.2009.11.002&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=ISI:00027450&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000274500900001&link_type=ISI) 26. [26]. L. C. Freeman. A set of measures of centrality based on betweenness. Sociometry, 40(1):35– 41, 1977. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.2307/3033543&link_type=DOI) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=A1977CZ20900004&link_type=ISI) 27. [27]. H. Guclu, J. Read, C. J. Vukotich, Jr., D. D. Galloway, H. Gao, J. J. Rainey, A. Uzicanin, S. M. Zimmer, and D. A. T. Cummings. Social contact networks and mixing among students in k-12 schools in pittsburgh, PA. PLOS ONE, 11:1–19, 2016. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1371/journal.pone.0162755&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=27019106&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 28. [28]. M. Gueuning, S. Cheng, R. Lambiotte, and J.-C. Delvenne. Rock–paper–scissors dynamics from random walks on temporal multiplex networks. Journal of Complex Networks, 8(2), 2019. 29. [29]. M. Génois and A. Barrat. Can co-location be used as a proxy for face-to-face contacts? EPJ Data Science, 7(1):11, 2018. 30. [30]. M. Génois, C. Vestergaard, J. Fournet, A. Panisson, I. Bonmarin, and A. Barrat. Data on face-to-face contacts in an office building suggest a low-cost vaccination strategy based on community linkers. Network Science, 3:326–347, 2014. 31. [31]. G. Harling and J.-P. Onnela. Impact of degree truncation on the spread of a contagious process on networks. Network Science, 6(1):34–53, 2018. 32. [32]. Y. J. Hou, S. Chiba, P. Halfmann, C. Ehre, M. Kuroda, K. H. Dinnon, S. R. Leist, A. Schäfer, N. Nakajima, K. Takahashi, R. E. Lee, T. M. Mascenik, R. Graham, C. E. Edwards, L. V. Tse, K. Okuda, A. J. Markmann, L. Bartelt, A. de Silva, D. M. Margolis, R. C. Boucher, S. H. Randell, T. Suzuki, L. E. Gralinski, Y. Kawaoka, and R. S. Baric. Sars-cov-2 d614g variant exhibits efficient replication ex vivo and transmission in vivo. Science, 370(6523):1464–1468, 2020. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6Mzoic2NpIjtzOjU6InJlc2lkIjtzOjEzOiIzNzAvNjUyMy8xNDY0IjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjEvMDgvMTIvMjAyMS4wMy4xMS4yMTI1MzM1Ni5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 33. [33]. A. T. Ihler, S. Kirshner, M. Ghil, A. W. Robertson, and P. Smyth. Graphical models for statistical inference and data assimilation. Physica D: Nonlinear Phenomena, 230(1-2):72– 87, 2007. 34. [34]. S. Ismail, V. Saliba, J. Bernal, M. Ramsay, and S. Ladhani. Sars-cov-2 infection and transmission in educational settings: a prospective, cross-sectional analysis of infection clusters and outbreaks in england. The Lancet Infectious Diseases, 2020. 35. [35]. M. J. Keeling and K. T. Eames. Networks and epidemic models. Journal of the Royal Society Interface, 2(4):295–307, 2005. 36. [36]. I. Z. Kiss, D. M. Green, and R. R. Kao. Disease contact tracing in random and clustered networks. Proceedings of the Royal Society B: Biological Sciences, 272(1570):1407–1414, 2005. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1098/rspb.2005.3092&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=16006334&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000230676600015&link_type=ISI) 37. [37]. J. H. Koskinen, G. L. Robins, P. Wang, and P. E. Pattison. Bayesian analysis for partially observed network data, missing ties, attributes and actors. Social Networks, 35(4):514–527, 2013. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.socnet.2013.07.003&link_type=DOI) 38. [38]. P. Krapivsky and D. Krioukov. Scale-free networks as preasymptotic regimes of superlinear preferential attachment. Physical review. E, Statistical, nonlinear, and soft matter physics, 78:026114, 2008. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18850904&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 39. [39]. V. M. Kumar, S. R. Pandi-Perumal, I. Trakht, and S. P. Thyagarajan. Strategy for covid-19 vaccination in india: the country with the second highest population and number of cases. npj Vaccines, 6(1):1–7, 2021. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1038/s41541-021-00327-2&link_type=DOI) 40. [40]. S.-W. Kwon, E. Rondi, D. Z. Levin, A. D. Massis, and D. J. Brass. Network brokerage: An integrative review and future research agenda. Journal of Management, 46(6):1092–1120, 2020. 41. [41]. S. Lalmuanawma, J. Hussain, and L. Chhakchhuak. Applications of machine learning and artificial intelligence for covid-19 (SARS-CoV-2) pandemic: A review. Chaos, Solitons & Fractals, 139:110059, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.chaos.2020.110059&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 42. [42]. A. T. Levin, W. P. Hanage, N. Owusu-Boaitey, K. B. Cochran, S. P. Walsh, and G. Meyerowitz-Katz. Assessing the age specificity of infection fatality rates for covid-19: systematic review, meta-analysis, and public policy implications. European Journal of Epidemiology, 35(12):1123–1138, 2020. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 43. [43]. J. Lopez Bernal, N. Andrews, C. Gower, E. Gallagher, R. Simmons, S. Thelwall, J. Stowe, E. Tessier, N. Groves, G. Dabrera, et al. Effectiveness of covid-19 vaccines against the b. 1.617. 2 (delta) variant. New England Journal of Medicine, 2021. 44. [44]. S. Mauras, V. Cohen-Addad, G. Duboc, M. D. la Tour, P. Frasca, C. Mathieu, L. Opatowski, and L. Viennot. Analysis of mitigation of covid-19 outbreaks in workplaces and schools by hybrid telecommuting. medRxiv, 2020. 45. [45]. C. McCarty, P. D. Killworth, and J. Rennell. Impact of methods for reducing respondent burden on personal network structural measures. Social Networks, 29(2):300–315, 2007. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.socnet.2006.12.005&link_type=DOI) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000246430600009&link_type=ISI) 46. [46]. L. Meyers. Contact network epidemiology: Bond percolation applied to infectious disease prediction and control. Bulletin of the American Mathematical Society, 44:63–86, 2006. 47. [47]. M. C. Mills and D. Salisbury. The challenges of distributing COVID-19 vaccinations. EClinicalMedicine, 31:100674, 2021. 48. [48]. A. L. Mueller, M. S. McNamara, and D. A. Sinclair. Why does COVID-19 disproportion-ately affect older people? Aging (Albany NY), 12(10):9959–9981, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.18632/aging.103344&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=32470948&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 49. [49]. P. Nadler, R. Arcucci, and Y. Guo. Data assimilation for parameter estimation in economic modelling. In 15th International Conference on Signal-Image Technology & Internet-Based Systems (SITIS) 2019, pages 649–656, 2019. 50. [50]. P. Nadler, S. Wang, R. Arcucci, X. Yang, and Y. Guo. An epidemiological modelling approach for covid-19 via data assimilation. European Journal of Epidemiology, 35(8):749– 761, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/S10654-020-00676-7&link_type=DOI) 51. [51]. M. Newman. Spread of epidemic disease on networks. Physical review. E, Statistical, nonlinear, and soft matter physics, 66:016128, 2002. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=12241447&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 52. [52]. M. Newman. Networks: An Introduction. Oxford University Press, 2010. 53. [53]. F. Parés, D. G. Gasulla, A. Vilalta, J. Moreno, E. Ayguadé, J. Labarta, U. Cortés, and T. Suzumura. Fluid communities: A competitive, scalable and diverse community detection algorithm. In Complex Networks & Their Applications VI, pages 229–240, Cham, 2018. Springer International Publishing. 54. [54]. T. P. Peixoto. Network reconstruction and community detection from dynamics. Physical Review Letters, 123:128301, 2019. 55. [55]. K. Prem, Y. Liu, T. W. Russell, A. J. Kucharski, R. M. Eggo, N. Davies, M. Jit, P. Klepac, S. Flasche, S. Clifford, C. A. B. Pearson, J. D. Munday, S. Abbott, H. Gibbs, A. Rosello, B. J. Quilty, T. Jombart, F. Sun, C. Diamond, A. Gimma, K. van Zandvoort, S. Funk, C. I. Jarvis, W. J. Edmunds, N. I. Bosse, and J. Hellewell. The effect of control strategies to reduce social mixing on outcomes of the COVID-19 epidemic in Wuhan, China: a modelling study. Lancet Public Health, 5(5):e261–e270, 2020. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 56. [56]. J. Rushmore, D. Caillaud, R. J. Hall, R. M. Stumpf, L. A. Meyers, and S. Altizer. Network-based vaccination improves prospects for disease control in wild chimpanzees. Journal of the Royal Society Interface, 11(97):20140349, 2014. 57. [57]. L. F. Scabini, L. C. Ribas, M. B. Neiva, A. G. Junior, A. J. Farfán, and O. M. Bruno. Social interaction layers in complex networks for the dynamical epidemic modeling of covid-19 in brazil. Physica A: Statistical Mechanics and its Applications, 564:125498, 2021. 58. [58]. N. Shaukat, D. M. Ali, and J. Razzak. Physical and mental health impacts of covid-19 on healthcare workers: a scoping review. International Journal of Emergency Medicine, 13(1):40, 2020. 59. [59]. R. L. Tillett, J. R. Sevinsky, P. D. Hartley, H. Kerwin, N. Crawford, A. Gorzalski, C. Laverdure, S. C. Verma, C. C. Rossetto, D. Jackson, M. J. Farrell, S. Van Hooser, and M. Pandori. Genomic evidence for reinfection with SARS-CoV-2: a case study. Lancet Infect Dis, 21(1):52–58, 2021. [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 60. [60]. M. Venkatasen, S. K. Mathivanan, P. Jayagopal, P. Mani, S. Rajendran, U. Subramaniam, A. C. Ramalingam, V. A. Rajasekaran, A. Indirajithu, and M. S. Somanathan. Forecasting of the sars-cov-2 epidemic in india using sir model, flatten curve and herd immunity. Journal of ambient intelligence and humanized computing, pages 1–9, 2020. 61. [61]. S. Wang, X. Yang, L. Li, P. Nadler, R. Arcucci, Y. Huang, Z. Teng, and Y. Guo. A bayesian updating scheme for pandemics: Estimating the infection dynamics of covid-19. IEEE Computational Intelligence Magazine, 15(4):23–33, 2020. 62. [62]. Z. Wu, S. Pan, F. Chen, G. Long, C. Zhang, and S. Y. Philip. A comprehensive survey on graph neural networks. IEEE transactions on neural networks and learning systems, 32(1):4–24, 2020. 63. [63]. Y. Yang, A. McKhann, S. Chen, G. Harling, and J.-P. Onnela. Efficient vaccination strategies for epidemic control using network information. Epidemics, 27:115–122, 2019. 64. [64]. S. E. F. Yong, D. E. Anderson, W. E. Wei, J. Pang, W. N. Chia, C. W. Tan, Y. L. Teoh, P. Rajendram, M. P. H. S. Toh, C. Poh, V. T. J. Koh, J. Lum, N. M. Suhaimi, P. Y. Chia, M. I. Chen, S. Vasoo, B. Ong, Y. S. Leo, L. Wang, and V. J. M. Lee. Connecting clusters of COVID-19: an epidemiological and serological investigation. Lancet Infect Dis, 20(7):809–815, 2020. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/s1473-3099(20)30273-5&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=32330439&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2021%2F08%2F12%2F2021.03.11.21253356.atom) 65. [65]. J. You, X. Ma, D. Y. Ding, M. Kochenderfer, and J. Leskovec. Handling missing data with graph representation learning. arXiv preprint arxiv:2010.16418, 2020. [1]: /embed/graphic-2.gif [2]: /embed/inline-graphic-1.gif [3]: /embed/graphic-3.gif [4]: /embed/inline-graphic-2.gif [5]: /embed/graphic-4.gif [6]: /embed/graphic-5.gif [7]: /embed/inline-graphic-3.gif [8]: /embed/inline-graphic-4.gif [9]: /embed/graphic-6.gif [10]: /embed/graphic-7.gif [11]: /embed/graphic-8.gif [12]: /embed/graphic-9.gif [13]: /embed/graphic-10.gif [14]: /embed/graphic-11.gif [15]: /embed/graphic-12.gif [16]: /embed/inline-graphic-5.gif [17]: /embed/inline-graphic-6.gif [18]: /embed/inline-graphic-7.gif [19]: /embed/graphic-14.gif [20]: /embed/inline-graphic-8.gif [21]: /embed/inline-graphic-9.gif [22]: /embed/inline-graphic-10.gif [23]: /embed/inline-graphic-11.gif [24]: /embed/inline-graphic-12.gif [25]: /embed/inline-graphic-13.gif [26]: /embed/graphic-16.gif [27]: /embed/inline-graphic-14.gif [28]: /embed/inline-graphic-15.gif [29]: /embed/inline-graphic-16.gif [30]: /embed/inline-graphic-17.gif [31]: /embed/inline-graphic-18.gif [32]: /embed/graphic-21.gif [33]: /embed/graphic-22.gif [34]: /embed/graphic-23.gif [35]: /embed/graphic-24.gif [36]: /embed/graphic-25.gif [37]: /embed/graphic-26.gif [38]: /embed/inline-graphic-19.gif [39]: /embed/inline-graphic-20.gif [40]: /embed/inline-graphic-21.gif [41]: /embed/inline-graphic-22.gif [42]: /embed/inline-graphic-23.gif [43]: /embed/inline-graphic-24.gif [44]: /embed/inline-graphic-25.gif [45]: /embed/inline-graphic-26.gif [46]: /embed/inline-graphic-27.gif