602
Views
0
CrossRef citations to date
0
Altmetric
Research Article

Detecting susceptible communities and individuals in hospital contact networks: a model based on social network analysis

ORCID Icon, , , , , & ORCID Icon show all
Article: 2236810 | Received 22 Feb 2023, Accepted 11 Jul 2023, Published online: 22 Aug 2023

Abstract

In the real world, the spread of various epidemics can be modelled using the SEIR disease transmission model. Early detection and prevention of susceptible individuals is an effective method of controlling the spread of infectious viruses. This paper presents a study that detects susceptible community on a hospital contact network, which encompasses patients, nurses, doctors and managers. The goal of our work is to identify susceptible communities with patients and healthcare workers, and analyse the independent contact networks of various roles to determine the high-influence nodes within the hospital contact network. If these high-influence nodes are part of the susceptible community, they should be the focus of observation to prevent the spread of the virus. The proposed model combines social network analysis method and machine learning method with the disease transmission model. This study employs the classic overlapping community detection method CPM for community detection and the PageRank algorithm to rank node influence. The experimental results, obtained from real-world hospital contact networks over a 4-day period, demonstrate the effectiveness of the model.

1. Introduction

In recent years, as the quality of human life has improved, more and more people are concerned about the healthcare. Healthcare refers to the maintenance and improvement of physical and mental well-being, prevention of illness, disease, and injury, etc. There are many researchers to do studies related to this issue.

At the same time, artificial intelligence technology (AI) is transforming the healthcare industry. AI involves utilise computer algorithms and models to perform tasks that normally require human intelligence, such as learning, reasoning and problem solving. The main advantage of AI is its ability to analyse massive data at faster and more accurate rate than humans, and it is this “data processing” and “deep analysis capability” that is further improving the development of healthcare.

AI-based healthcare refers to the use of AI technologies in the healthcare industry. The goal of integrating AI into healthcare is to enhance the efficiency and effectiveness of healthcare delivery and improve patient outcomes. AI can be used to analyse large amounts of medical data to identify patterns and make predictions, assist in medical diagnosis and treatment planning, monitor patient health and alert healthcare providers to potential issues, and automate routine tasks to improve efficiency. The use of AI-based data analysis can help healthcare providers and researchers to identify patterns and insights within the data that may be difficult or impossible to detect using traditional statistical methods.

1.1. AI-based data analysis applications in healthcare

Practically, AI-based data analysis applications in healthcare include medical imaging analysis, virtual health assistants, personalised medicine, drug discovery, predictive analytics, etc. At present, the significance of data analysis methods in the healthcare industry can be viewed from multiple perspectives. The following aspects are particularly noteworthy:

  • Medical imaging analysis – The data analysis algorithms can be used to analyse medical images, such as X-rays by Savadjiev et al. (Citation2019), MRIs, and CT scans by Shomirov and Zhang (Citation2021), to identify patterns and anomalies that may be difficult for human radiologists to detect by Chen and Sung (Citation2021) and Ker et al. (Citation2017). This can help with earlier and more accurate diagnosis of conditions such as cancer and heart disease.

  • Predictive analytics and Disease diagnosis – Machine learning algorithms can be trained to predict health outcomes (such as Dermatology and Radiology) based on patient data, such as vital signs, medical history and lifestyle factors by Manne and Kantheti (Citation2021). These predictions can be used to identify patients at high risk of developing certain conditions and enable early interventions to prevent or manage the disease. The application of machine learning and deep learning algorithms to analyse large volumes of medical data can facilitate faster and more accurate disease prediction and diagnosis by medical professionals by Lauritsen et al. (Citation2020).

  • Patient management and care – AI algorithm can enable personalised patient management and care, which involves analysing vast amounts of medical data to predict disease progression, timely intervention and treatment, and improved patient survival rates and quality of life by Jadczyk et al. (Citation2021) and Tătaru et al. (Citation2021).

  • Healthcare resource allocation and utilisation – Analysing medical data can enable healthcare institutions to better understand the distribution and utilisation of medical resources, thereby enabling the timely adjustment of resource allocation and utilisation to improve the efficiency and quality of medical services. For example, the use of artificial intelligence can help alleviate the regional differences in China's medical resources and optimally solve the problem of unbalanced resource utilisation by Deng et al. (Citation2023) and Kong et al. (Citation2019).

In addition, we can also combine social network analysis and healthcare, and apply traditional algorithms or machine learning methods to the analysis of healthcare data, so that create a well-life for human beings.

1.2. Social network analysis and data analysis in healthcare

Social network analysis (SNA) plays a crucial role in studying disease propagation models. The spread of infectious diseases is a social behaviour, and SNA can help us understand the relationship between social network structure and transmission behaviour, thereby improving the prediction and control of disease transmission.

Specifically, SNA can help us understand the following aspects:

  • Transmission path and risk – SNA can help us identify the transmission path and risk of diseases in social networks, thus enabling medical institutions to predict and control the spread of diseases.

  • Disease transmission speed and scale – SNA can help us predict the transmission speed and scale of diseases in social networks, thus enabling early preparation of epidemic prevention and control.

  • Potential transmission barriers and intervention strategies – SNA can help us identify potential transmission barriers and intervention strategies to reduce the risk and impact of disease transmission.

In recent years, the early detection of infectious diseases has become a significant research focus in computational epidemiology and social network/complex network analysis, particularly due to the outbreak and epidemic of Coronavirus disease 2019 (COVID-19) and influenza. Infectious diseases often spread rapidly, widely and unpredictably, causing enormous losses of life and property. Typically, infectious disease models incorporate population behaviour and interpersonal relationships in contact networks.

Our research aims to detect the susceptible population by applying social network analysis to contact networks and combining them with epidemic models, it is a meaningful and useful way to reduce the damage of infectious disease. In this work, we focus on designing a mode of detecting some communities in the hospital contact network and mining some key nodes in these communities, we utilise the social network analysis method in this work.

To summarise, the major contributions of this work are as follows:

  • Susceptible detection Model – We propose a susceptibility detection model to characterise the susceptibility of the community in the patient contact network. At the same time, we also consider four different roles of patients, doctors, nurses and hospital managers contained in the contact network. If there are not any patient in a community, this community is not a susceptible community. Therefore, our model can not only detect the community but also determine whether the community is a susceptible community, so as to decide whether to implement epidemic prevention and control in the community. In particular, in this model, we utilise the traditional Cliques Percolation method to detect overlapping communities.

  • Detect Key Nodes in the Community of susceptible – We use machine learning method to calculate and rank the importance of different roles (patients, doctors, nurses and managers) in the network of their respective roles and determine whether they are in the community of susceptible people detected by above, to obtain the key nodes that need to be focused on monitoring for infection.

  • Results and analysis of visualisation based on real-worldcontact network data – We conduct extensive experiments on a real-world hospital contact network. We analysed the data in the contact network within 4 days respectively, to detect the highly cohesive susceptible communities, analysed the respective contact networks of patients and healthcare workers, and visualisation of our results.

The rest sections of this work is structured as follows. In Section 2, we explain the SEIR (Susceptible-Exposed-Infected-Recovered) model and review the existing social network analysis related research on spreading model of epidemics; the fundamental definitions related to the work on community in contact network, and the basic community detection algorithm and key node mining algorithm are given in Section 3, at the same time, we elaborate our model and algorithm of this paper; in Section 4, we apply our model to real datasets, test the effectiveness of our model, and present and analyse the experimental results. Section 5 summarises the work and proposes our future work.

2. Related work

This section, we overview the state-of-art in the SEIR model and social network analysis in epidemics.

2.1. SEIR model in epidemics

The SEIR model is a widely used mathematical model for studying the spread and control of infectious diseases. Numerous studies have focused on the application of SEIR models in epidemiology, with the aim of improving our understanding of disease transmission dynamics and developing effective prevention and control strategies. Some notable works include the analysis of the SEIR model in the context of SARS, COVID and MERS outbreaks, the study of transmission patterns and parameters for various infectious diseases using SEIR models, and the development of optimisation algorithms for parameter estimation and model fitting.

The SEIR model incorporates four states, “S” is susceptible, “E” indicates exposed, “IA” is infectious-asymptomatic and “R” means recovered. According to the existing studies, the state of susceptible can transition to infectious-symptomatic state per unit time β, while the period of exposed transit to the state of infectious with the infection probability per unit time γ, by Huang et al. (Citation2020). Thus developing effective methods for detecting susceptible individuals is crucial for preventing and controlling the spread of epidemics. Figure  provides an illustration of the SEIR model in the contact network.

Figure 1. A simulation of SEIR model in a contact network.

Figure 1. A simulation of SEIR model in a contact network.

Figure depicts the virus carriers (patients) as grey nodes and their direct contacts as purple nodes, who are highly susceptible to the infection. It is worth noting that although the green nodes do not have direct contact with the virus carriers, they are still highly susceptible to the virus as they have contact with three purple nodes, i.e. direct contacts. Consequently, they belong to the susceptible group. Similarly, the yellow node, who has contact with a green node, belongs to the second-level susceptible population.

Funk et al. (Citation2018) developed a stochastic SEIR model for forecasting real-time infectious disease and applied it on the dengue fever in Thailand. Cauchemez et al. (Citation2008) estimate the impact of school closure on the transmission of seasonal influenza by the SEIR model, the result of this work shows that school closure can reduce the incidence of influenza by up to 40%. Y. Yang et al. (Citation2021) modelled prevention and control strategies for COVID-19 by detecting γQuasiCliques on contact network. Ganyani et al. (Citation2020) used a modified SEIR model to estimate the generation interval of COVID-19, which is the time in a transmission chain, and they found the generation interval for COVID-19 is shorter than that for SARS and MERS. There is a review article discussed about the use of SEIR model in studying the transmission dynamics of infectious diseases in different factors, such as age groups, locations by Heesterbeek et al. (Citation2015).

2.2. Social network analysis

Social network analysis (SNA) is an analytical method for the detailed study of human communication, interaction and other complex behavioural patterns (cited from Y. Yang, Peng, et al., Citation2022). It is used to study individuals/organisations and their connection structures. Social network data is usually presented in the form of a social graph (shown in Figure ), where nodes represent individuals and edges represent relationships between individuals, where relationships may be personal friend relationships, contact records with other individuals, and so on. According to our previous work (cited from Y. Yang, Hao, et al., Citation2022), for a dynamic social network, there are four kinds of cliques in the evolution process of social networks: unchanged cliques, changed cliques, added cliques and vanished cliques. Similarly, for the contact network, the corresponding susceptible communities will also change in different time streams.

Before the emergence of COVID-19, there were several studies that investigated the transmission of various viruses through contact networks, including Acquired Immune Deficiency Syndrome (AIDS) (cited from Bearman et al., Citation2004), sexually transmitted diseases (STDS) (cited from C. Wang et al., Citation2020) and Plague (cited from Chang et al., Citation2020). Kuperman and Abramson (Citation2001) indicate some disease contact networks can be described as small-world networks, this kind of disease has two characteristics: (1) dense local clusters composed of local connections and (2) multiple distinct local clusters in different communities or areas connected by long-distance links (cited from Watts & Strogatz, Citation1998). Creswick and Westbrook (Citation2010) applied social network analysis to the informative interactions of doctors, nurses, health professionals and clerks in the social network of the Australian Metropolitan Teaching Hospital. This research suggests that social network analysis can be used to examine complex medication advice-seeking interactions among hospital ward staff, providing useful quantitative baseline data for comparing the impact of interventions on interactions. Vanhems et al. (Citation2013) utilised a modified SEIR compartmental mathematical model for predicting the epidemic dynamics of COVID-19, taking into account the presence of pathogens in the environment and various interventions. The findings of this study demonstrate that the quarantine of individuals who have had close contact with infected individuals and the isolation of confirmed cases is effective in controlling the spread of COVID-19.

After the outbreak of the COVID-19 epidemic, Z. Yang et al. (Citation2020) used the COVID-19 epidemic data in 2020, SARS data and recent population migration data in China to train an AI model to obtain the epidemic curve of COVID, so as to effectively predict the peak period and epidemic scale of the COVID-19 epidemic in the near future, confirming the conclusion that it is necessary to extend the epidemic control period. McCall (Citation2020) proposed that protecting the healthcare workers is one of the keys to preventing outbreaks of disease transmission, but this work did not give specific plans and measures for protecting healthcare workers. Vaishya et al. (Citation2020) proposed some applications of AI in the COVID-19 pandemic, including AI can be used for contact tracing and monitoring, drug and vaccine development, and patient case prediction, but their work only provides the idea how to apply AI on the disease transmission and several ideas for prevention, but no specific methods and models are given.

Based on some shortcomings of the above related works, in our work, we are committed to proposing a complete model that uses AI methods to analyse contact networks, track contacts and detect susceptible communities, so as to prevent and control the epidemic.

3. Model for the detection of the susceptible in hospital contact network

The problem statement of our work is characterised in the first subsection of this section, and fundamentals of community detection and key nodes ranking are elaborated in the second subsection.

3.1. Problem statement

Usually, there are several roles included in a hospital contact network, such as doctors, nurses, managers and patients. The patient will carry the virus of some infectious diseases (such as COVID-19), the nurses, doctors and managers who contacted to patient are possible to become virus carriers (exposed, susceptible) in the process of multiple contacts (or prolonged contact) with the patient, and they will carry the virus to more healthcare workers who don't contact with patients directly (other nurses, doctors or managers in the office areas).

Therefore, the purpose of this paper is to design a model that can detect healthcare workers who have high contact frequency, or long contact time with patients, at the same time, they also have frequent contact with other workers in their office areas. For these kinds of healthcare workers, we will suggest conduct stricter epidemic prevention tests on them, to reduce the possibility of virus transmission.

Therefore, the model is divided into the following three steps:

  • Detecting contact networks where patients and healthcare workers coexist and mining susceptible communities

  • Calculating the importance of healthcare workers with different roles in their respective scope of work separately, ranking their importance, and obtaining a Top-N list of healthcare workers who are most likely to contact others

  • Determine whether the healthcare workers in the Top-N list belong to the susceptible population (i.e. exist in a susceptible community).

Figure  is the big picture of our model, it explains our goal in detail. At first, we will detect the communities in the contact network; then we will rank the nodes in sub-contact networks with different roles (Nurse, Doctor, Patient and Manager), the top-N list nodes show as the yellow nodes in the subgraph. Finally, we will determine the nodes (from top-N node-lists) in the communities.

Figure 2. Overview of our model.

Figure 2. Overview of our model.

3.2. Detection of the susceptible in hospital contact network

To understand our method well, at the beginning of this section, we will briefly introduce some basics of social network analysis methods that we will apply in our model.

  1. Cliques Percolation Method (CPM), References: Adamcsek et al. (Citation2006), Zhang et al. (Citation2007), and Kumpula et al. (Citation2008). The CPM is used to discover overlapping communities, and a clique is a collection of nodes where any two nodes are connected, i.e. a complete subgraph. The nodes within a community are strongly interconnected and have a high edge density, making it likely for cliques to form. As a result, edges within communities are more likely to result in large complete subgraphs, while edges between communities are impossible to do so. Community detection can therefore be performed by identifying cliques in the network. A k-clique refers to a complete subgraph with k nodes in the network. When two k-cliques overlap with k−1 nodes, they are considered to be connected. The collection of all connected k-cliques constitutes a k-clique community. The CPM algorithm identifies k-cliques and then combines them to form larger clusters based on their overlapping nodes. The CPM algorithm includes several steps:

    • Identify all k-cliques in the network

    • Create a graph where each k-clique is a node and there is an edge between two nodes if they share k1 nodes

    • Identify the connected components of this graph, where each connected component represents a cluster of k-cliques that share overlapping nodes.

    The parameter k determines the size of the cliques and the level of granularity of the resulting clusters. A larger k will result in fewer, larger clusters, while a smaller k will result in more, smaller clusters. The value of k is determined by user, usually we choose the value of k in the interval (4, 7).

  2. PageRank in undirected graph, References: Page et al. (Citation1999), Avrachenkov et al. (Citation2015), Grolmusz (Citation2015) and M. Wang et al. (Citation2017). PageRank algorithm, also known as web page ranking algorithm, is a technology that is calculated by search engines according to the mutual hyperlinks between web pages (nodes) to reflect the relevance and importance of web pages (nodes).

    The main idea is:

    • A web page with numerous links from other web pages is considered to be more significant and therefore has a higher PageRank value.

    • The PageRank value of a page that is linked to by a page with a high PageRank value will also increase.

    The algorithm works by assigning a score to each page based on the number and quality of incoming links it receives. The score is determined iteratively, with each iteration representing a vote for the page. The initial score for each page is assumed to be 1/N, where N is the total number of pages in the graph. During each iteration, the score for each page is updated based on the scores of the pages that link to it. The updated score for each page is determined by summing up the scores of all the pages that link to it and dividing that sum by the total number of outgoing links from each of those pages.

    The process continues iteratively until convergence, which occurs when the score for each page no longer changes significantly. The final score for each page represents its PageRank, which can be interpreted as the probability that a random walk starting from a random page in the graph will eventually end up at that page.

    PageRank is also a useful tool for ranking pages in undirected graphs because it accounts for both the number and quality of links to a page. Pages with high PageRank scores are considered more important, and are more likely to be highly ranked in search results or other applications where ranking is important. In a social network, we replace the concept of a “web page” with a “node” and calculate the importance of that node in the network. The formula is as follows: PR(u)=vBuPR(v)L(v) Among them, u,v represent the nodes in the graph, Bu represents the node connected to the node u, and Lv represents the number of neighbour nodes of the node v.

    In the domain of social network analysis, several methods have been developed to rank the importance of nodes, including the HITS (Hyperlink-Induced Topic Search) algorithm, degree centrality, closeness centrality, betweenness centrality, eigenvector centrality and PageRank algorithm. Out of these methods, PageRank is considered more suitable for large-scale networks due to its better scalability. Originally developed to evaluate the weight of web pages, the algorithm takes into account the propagation power of nodes, which is directly proportional to their influence on the entire network. Therefore, nodes with stronger propagation ability are deemed to be more important. Consequently, we choose to employ the PageRank algorithm to rank the importance of nodes in the contact network in this work.

  3. Our Method In our method, to detect the susceptible community and the high-influence individuals in the contact network, we use CPM method to mining overlapping community to make sure the community includes patients and healthcare workers, then we apply the PageRank method on four different roles contact network (Nurse, Patient, Doctor and Manager) respectively, get the top-N node list, finally, to find the nodes which not only belong to top-N node list but also community.

    The process of our method is divided into three steps:

    • Detect susceptible community by CPM method with undirected contact graph

    • Ranking the frequent-contact-patient healthcare workers by PageRank method with different roles sub-contact network, respectively

    • Determine whether the frequent-contact-patient healthcare workers are included in the susceptible community we obtained in the step1 and list them.

    Algorithm 1 describes our method as a pseudocode as follows:

In Algorithm 1, lines 1–6 give the input data of the algorithm, including the complete contact graph G, the subgraph Gn, Gp, Gd and Gm of different roles, as well as parameters k and n. Lines 7–12 are the initialisation of Community Set C, Top-n nodelists with four roles, and the Result Set. In Lines 13–18, the CPM algorithm and the PageRank algorithm are utilised to obtain the community detection outcomes of the contact network graph G and the nodelists of importance rankings of the different role subgraphs. The essential idea of our model is presented in Lines 19–22, it travel each community within the community set C, and for each node within community c, if it contained in NurseList, PatientList, DoctorList or ManagerList, put it in the result set RS.

In Algorithm 1, we apply the CPM algorithm and the PageRank algorithm, and traverse and check the communities and the top-N nodes obtained by the above two algorithms. Therefore the time complexity of this algorithm is composed of three parts. Generally, the worst case of the CPM algorithm is O(k3×n3), where k is the given parameter (the size of the cliques being searched for), n is the number of nodes in the network; The time complexity of PageRank algorithm is O(n+e), where n is the number of nodes in the network and e is the number of edges in the network; for the third part, since we traverse the community obtained above and each node in the community, so the time complexity is O(c×C), where C is the number of communities obtained by the CPM algorithm, and c is the number of nodes in each community. Therefore, the worst time complexity of Algorithm 1 is O(k3×n3)+O(n+e)+O(c×C).

4. Experiment and results analysis

4.1. Dataset

This dataset is a contact network in real word between patients, patients and healthcare workers (Nurse, Doctor and Manager) in a hospital ward within 4 days in Lyon, France (cited from Vanhems et al., Citation2013). This study included 46 healthcare workers and 29 patients, record one time each 20 seconds. In our work, to get the frequent-contact-person, we take every 3 times/60 seconds as a count unit of contact record.

Table  shows the data of this contact network with 4 roles within 4 days. The table shows the number of nodes and edges, average degree and maximum degree of network, and network density of each role network. Compared with the total role network (Dataset All), the density of the patient network is lowest, indicating that patients have little contact with each other. In contrast, the density of the nurse network is the highest, and nurses have a lot of contact with each other.

Table 1. Datasets I. Contact networks in the hospital within multiple roles.

Table  shows each single day contact network with all roles. This table shows the number of nodes and edges, average degree and maximum degree of network with each single day. The corresponding visualisation of Table  is shown in Figure , each subfigure represents a single day.

Figure 3. Contact Networks within 4 days in the hospital: (a) Contact network on Day 1; (b) Contact network on Day 2; (c) Contact network on Day 3 and (d) Contact network on Day 4.

Figure 3. Contact Networks within 4 days in the hospital: (a) Contact network on Day 1; (b) Contact network on Day 2; (c) Contact network on Day 3 and (d) Contact network on Day 4.

Table 2. Datasets II. Contact networks in the hospital within 4 days.

In addition, to better illustrate the different people with different roles included in the daily contact network, we provide a hospital contact network graph within 4 days containing different role distributions in Figure , where each sub-graph represents a single day.

Figure 4. The contact network of different role distributions in the hospital within 4 days: (a) Contact network of Role Distribution on Day 1; (b) Contact network of Role Distribution on Day 2; (c) Contact network of Role Distribution on Day 3 and (d) Contact network of Role Distribution on Day 4.

Figure 4. The contact network of different role distributions in the hospital within 4 days: (a) Contact network of Role Distribution on Day 1; (b) Contact network of Role Distribution on Day 2; (c) Contact network of Role Distribution on Day 3 and (d) Contact network of Role Distribution on Day 4.

4.2. Results and analysis

  1. As we mentioned in Section 3, the first step is the detection of k-cliques community by the CPM method, the results of k-cliques community with different k are shown in Table . For evaluate the quality of community detection with different value of parameter k, the EQ value is introduced in Table  (Nicosia et al., Citation2009). EQ (Enhanced Modularity-based Quality) metric is a measure of the quality of overlapping community detection results. The EQ metric can be used to compare the results of different algorithms for community detection and to select the best community partition.

    In Table , for the Dataset Day1, it is observed the highest value of EQ is obtained when k = 4. Thus we keep k = 4 as the parameter and save the results of Community partition of Day1. In the same way, we judge the EQ value from the Day2 to the Day4 and select the appropriate community division parameters. The grey row in Table  indicates the value of k selected when the EQ value is the highest in each single day data.

    The nodelists of community partition with 4 days are shown in Table , all of 4 single-day have two communities. Figure  includes 4 subfigures, each subgraph corresponds to the community partitions of the contact network data for a single day, where the red and orange nodes represent C1 and C2, two susceptible communities. In addition, blue nodes represent outlier nodes that neither exist in C1 nor C2. Although they also have sparse contact with other nodes, it is not enough to make them included in a susceptible community.

  2. In the step 2, we apply the dataset patient, nurse, doctor and manager to PageRank method, obtain the nodeLists of Each Role contact network. Based on the number of nodes in each contact network in Table , the parameter n of Topn is not suitable to be selected as a constant, so we select the top 40% nodes in each network as the nodelists, and the results are shown in the Table .

  3. For the step 3 of our model, we determine the nodes both in susceptible community and Topn nodelist with each single day and single community. Each subfigure in Figure  represents a susceptible community, where subfigures (a)–(b) represent the two communities of day1, subfigures (c)–(d) correspond to the communities of day2, and subfigures (e)–(f) and (g)–(h) represent the susceptible communities of day3 and day4, respectively. For each subfigure, the label on the node represents the role and number of the each person, among that, PAT represents the patient, NUR represents the nurse, MED represents the doctor, and ADM represents the manager. In addition, the orange node represents the key node ( i.e., the node belonging to the Topn nodelist by PageRank).

    In particular, it is worth noting that there are no patient nodes in subfigures (d), (f) and (h), and there is no source of virus infection, so these communities do not belong to susceptible communities, so the corresponding orange nodes do not belong to the key node although they exist in the Topn list.

Through the subgraphs (d), (f) and (h), it can be observed that our model not only identifies the susceptible population within each community but also determines whether a community is a susceptible community. This is a meaningful finding, as determining whether a community is susceptible can facilitate a better understanding of the latest trends in disease transmission, and therefore lead to more accurate solutions for epidemic prevention and control.

Figure 5. Community detection visualisation of contact network within 4 days: (a) Day 1, (b) Day 2, (c) Day 3 and (d) Day 4.

Figure 5. Community detection visualisation of contact network within 4 days: (a) Day 1, (b) Day 2, (c) Day 3 and (d) Day 4.

Figure 6. Individual community display with key nodes: (a) C1 on Day 1, (b) C2 on Day 1, (c) C1 on Day 2, (d) C2 on Day 2, (e) C1 on Day 3, (f) C2 on Day 3, (g) C1 on Day 4 and (h) C2 on Day 4.

Figure 6. Individual community display with key nodes: (a) C1 on Day 1, (b) C2 on Day 1, (c) C1 on Day 2, (d) C2 on Day 2, (e) C1 on Day 3, (f) C2 on Day 3, (g) C1 on Day 4 and (h) C2 on Day 4.

Table 3. The results of k-cliques community within 4 days.

Table 4. The node list of k-Cliques Community.

Table 5. Top-N nodelist of each role.

5. Conclusion

Overall, since several infection diseases can be modelled as an SEIR model, an effective way to stop the spread of the virus is to detect and prevent susceptible individual/community as early as possible. Based on this premise, this paper uses CPM community detection algorithm to detect the contact network of hospitals to obtain susceptible communities, then analyses the independent contact network of different roles by PageRank to obtain high-influence nodes. In the experimental part, the experiments are conducted on a real-world hospital contact data, and the most suitable parameter k of K-cliques community and parameter n of Top-n nodelist are found. The results show that the model can effectively solve our problem.

In future work, we tend to try to use dynamic network community detection algorithms to monitor contact networks including timestamp in real time, analyse and evolve disease transmission models, and find susceptible communities and key individuals.

Disclosure statement

All authors in this paper have no conflicts of interest to disclose

Data availability statement

The data presented in this study are openly available at https://doi.org/10.1371/journal.pone.0073970.s001, reference Vanhems et al. (Citation2013).

Additional information

Funding

This research was supported by the National Research Foundation of Korea (No. NRF2022R1A2C1005921), BK21 FOUR (Fostering Outstanding Universities for Research) (No. 5199990914048), and the Soonchunhyang University Research Fund.

References

  • Adamcsek, B., Palla, G., Farkas, I. J., Derényi, I., & Vicsek, T. (2006). CFinder: Locating cliques and overlapping modules in biological networks. Bioinformatics, 22(8), 1021–1023. https://doi.org/10.1093/bioinformatics/btl039
  • Avrachenkov, K., Kadavankandy, A., Ostroumova Prokhorenkova, L., & Raigorodskii, A. (2015). PageRank in undirected random graphs. In D. Gleich, J. Komjáthy, & N. Litvak (Eds.), Algorithms and models for the web graph, WAW 2015 (pp. 151–163). Lecture notes in computer science. Springer. https://doi.org/10.1007/978-3-319-26784_12
  • Bearman, P. S., Moody, J., & Stovel, K. (2004). Chains of affection: The structure of adolescent romantic and sexual networks. American Journal of Sociology, 110(1), 44–91. https://doi.org/10.1086/386272
  • Cauchemez, S., Valleron, A. J., Boelle, P. Y., Flahault, A., & N. M. Ferguson (2008). Estimating the impact of school closure on influenza transmission from sentinel data. Nature, 452(7188), 750–754. https://doi.org/10.1038/nature06732
  • Chang, D., Lin, M., Wei, L., Xie, L., Zhu, G., Dela Cruz, C. S., & Sharma, L. (2020). Epidemiologic and clinical characteristics of novel coronavirus infections involving 13 patients outside Wuhan, China. JAMA, 323(11), 1092–1093. https://doi.org/10.1001/jama.2020.1623
  • Chen, H., & Sung, J. J. Y. (2021). Potentials of AI in medical image analysis in gastroenterology and hepatology. Journal of Gastroenterology and Hepatology, 36(1), 31–38. https://doi.org/10.1111/jgh.15327
  • Creswick, N., & Westbrook, J. I. (2010). Social network analysis of medication advice-seeking interactions among staff in an Australian hospital. International Journal of Medical Informatics, 79(6), e116–e125. https://doi.org/10.1016/j.ijmedinf.2008.08.005
  • Deng, L., Cheng, F., Gao, X., Yu, W., Shi, J., Zhou, L., Zhang, L., Li, M., Wang, Z., Zhang, Y., & Lv, Y. (2023). Hospital crowdedness evaluation and in-hospital resource allocation based on image recognition technology. Scientific Reports, 13(1), 299. https://doi.org/10.1038/s41598-022-24221-6
  • Funk, S., Camacho, A., Kucharski, A. J., Eggo, R. M., & Edmunds, W. J. (2018). Real-time forecasting of infectious disease dynamics with a stochastic semi-mechanistic model. Epidemics, 22, 56–61. https://doi.org/10.1016/j.epidem.2016.11.003
  • Ganyani, T., Kremer, C., Chen, D., Torneri, A., Faes, C., Wallinga, J., & Hens, N. (2020). Estimating the generation interval for coronavirus disease (COVID-19) based on symptom onset data. Euro Surveill, 25(17), Article 2000257. https://doi.org/10.2807/1560-7917.ES.2020.25.17.2000257
  • Grolmusz, V. (2015). A note on the pagerank of undirected graphs. Information Processing Letters, 115(6–8), 633–634. https://doi.org/10.1016/j.ipl.2015.02.015
  • Heesterbeek, H., Anderson, R. M., Andreasen, V., Bansal, S., Angelis, D. D., Dye, C., Eames, K. T. D., Edmunds, W. J., Frost, S. D. W., Funk, S., Hollingsworth, T. D., House, T., Isham, V., Klepac, P., Lessler, J., Lloyd-smith, J. O., Metcalf, C. J. E., Mollison, D., Pellis, L., …Viboud, C., & I. N. I. I. Collaboration (2015). Modeling infectious disease dynamics in the complex landscape of global health. Science, 347(6227), Article aaa4339. https://doi.org/10.1126/science.aaa4339
  • Huang, G., Pan, Q., Zhao, S., Gao, Y., & Gao, X. (2020). Prediction of COVID-19 outbreak in China and optimal return date for university students based on propagation dynamics. Journal of Shanghai Jiaotong University (Science), 25, 140–146. https://doi.org/10.1007/s12204-020-2167-2
  • Jadczyk, T., Wojakowski, W., Tendera, M., Henry, T. D., Egnaczyk, G., & Shreenivas, S. (2021). Artificial intelligence can improve patient management at the time of a pandemic: The role of voice technology. Journal of Medical Internet Research, 23(5), Article e22959. https://doi.org/10.2196/22959
  • Ker, J., Wang, L., Rao, J., & Lim, T. (2017). Deep learning applications in medical image analysis. IEEE Access, 6, 9375–9389. https://doi.org/10.1109/ACCESS.2017.2788044
  • Kong, X., Ai, B., Kong, Y., Su, L., Ning, Y., Howard, N., Gong, S., Li, C., Wang, J., W. T. Lee, Wang, J., Kong, Y., Wang, J., & Fang, Y. (2019). Artificial intelligence: A key to relieve China's insufficient and unequally-distributed medical resources. American Journal of Translational Research, 11(5), 2632–2640. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6556644/
  • Kumpula, J. M., Kivelä, M., Kaski, K., & Saramäki, J. (2008). Sequential algorithm for fast clique percolation. Physical Review E, 78(2), Article 026109. https://link.aps.org/doi/10.1103/PhysRevE.78.026109
  • Kuperman, M., & Abramson, G. (2001). Small world effect in an epidemiological model. Physical Review Letters, 86(13), 2909. https://doi.org/10.1103/PhysRevLett.86.2909
  • Lauritsen, S. M., Kristensen, M., Olsen, M. V., Larsen, M. S., Lauritsen, K. M., Jørgensen, M. J., Lange, J., & Thiesson, B. (2020). Explainable artificial intelligence model to predict acute critical illness from electronic health records. Nature Communications, 11(1), 3852. https://doi.org/10.1038/s41467-020-17431-x
  • Manne, R., & Kantheti, S. C. (2021). Application of artificial intelligence in healthcare: Chances and challenges. Current Journal of Applied Science and Technology, 40(6), 78–89. https://doi.org/10.9734/CJAST/2021/v40i631320
  • McCall, B. (2020). COVID-19 and artificial intelligence: Protecting health-care workers and curbing the spread. The Lancet Digital Health, 2(4), e166–e167. https://doi.org/10.1016/S2589-7500(20)30054-6
  • Nicosia, V., Mangioni, G., Carchiolo, V., & Malgeri, M. (2009). Extending the definition of modularity to directed graphs with overlapping communities. Journal of Statistical Mechanics: Theory and Experiment, 2009(03), Article P03024. https://doi.org/10.1088/1742-5468/2009/03/P03024
  • Page, L., Brin, S., Motwani, R., & Winograd, T. (1999, February 15). The PageRank citation ranking: Bringing order to the web. Stanford InfoLab. Retrieved February 15, 2023, from http://ilpubs.stanford.edu:8090/422/
  • Savadjiev, P., Chong, J., Dohan, A., Vakalopoulou, M., Reinhold, C., Paragios, N., & Gallix, B. (2019). Demystification of AI-driven medical image interpretation: Past, present and future. European Radiology, 29, 1616–1624. https://doi.org/10.1007/s00330-018-5674-x
  • Shomirov, A., & Zhang, J. (2021). An overview of deep learning in MRI and CT medical image processing. In 2021 3rd International symposium on signal processing systems (SSPS) (pp. 72–78). Association for Computing Machinery. https://doi.org/10.1145/3481113.3481125
  • Tătaru, O. S., Vartolomei, M. D., Rassweiler, J. J., Virgil, O., Lucarelli, G., Porpiglia, F., Amparore, D., Manfredi, M., Carrieri, G., Falagario, U., Terracciano, D., de Cobelli, O., Busetto, G. M., Giudice, F. D., & Ferro, M. (2021). Artificial intelligence and machine learning in prostate cancer patient management – current trends and future perspectives. Diagnostics, 11(2), 354. https://doi.org/10.3390/diagnostics11020354
  • Vaishya, R., Javaid, M., Khan, I. H., & Haleem, A. (2020). Artificial Intelligence (AI) applications for COVID-19 pandemic. Diabetes & Metabolic Syndrome, 14(4), 337–339. https://doi.org/10.1016/j.dsx.2020.04.012
  • Vanhems, P., Barrat, A., Cattuto, C., Pinton, J. F., Khanafer, N., Régis, C., & Voirin, N. (2013). Estimating potential infection transmission routes in hospital wards using wearable proximity sensors. PLoS One, 8(9), Article e73970. https://doi.org/10.1371/journal.pone.0073970
  • Wang, C., Horby, P. W., Hayden, F. G., & Gao, G. F. (2020). A novel coronavirus outbreak of global health concern. The Lancet, 395(10223), 470–473. https://doi.org/10.1016/S0140-6736(20)30185-9
  • Wang, M., Yang, S., Sun, Y., & Gao, J. (2017). Discovering urban mobility patterns with pageRank based traffic modeling and prediction. Physica A: Statistical Mechanics and its Applications, 485, 23–34. https://doi.org/10.1016/j.physa.2017.04.155
  • Watts, D. J., & Strogatz, S. H. (1998). Collective dynamics of ‘small-world’ networks. Nature, 393(6684), 440–442. https://doi.org/10.1038/30918
  • Yang, Y., Hao, F., Pang, B., Min, G., & Wu, Y. (2022). dynamic maximal cliques detection and evolution management in social internet of things: A formal concept analysis approach. IEEE Transactions on Network Science and Engineering, 9(3), 1020–1032. https://doi.org/10.1109/TNSE.2021.3067939
  • Yang, Y., Hao, F., Park, D. S., Peng, S., Lee, H., & Mao, M. (2021). Modelling prevention and control strategies for COVID-19 propagation with patient contact networks. Human-Centric Computing and Information Sciences, 11, 45. https://doi.org/10.22967/HCIS.2021.11.045
  • Yang, Y., Peng, S., Park, D. S., Hao, F., & Lee, H. (2022). A novel community detection method of social networks for the well-being of urban public spaces. Land, 11(5), 716. https://doi.org/10.3390/land11050716
  • Yang, Z., Zeng, Z., Wang, K., Wong, S. S., Liang, W., Zanin, M., Liu, P., Cao, X., Gao, Z., Mai, Z., Liang, J., Liu, X., Li, S., Li, Y., Ye, F., Guan, W., Yang, Y., Li, F., Luo, S., …He, J. (2020). Modified SEIR and AI prediction of the epidemics trend of COVID-19 in China under public health interventions. Journal of Thoracic Disease, 12(3), 165–174. https://doi.org/10.21037/jtd.2020.02.64
  • Zhang, S., Wang, R. S., & Zhang, X. S. (2007). Identification of overlapping community structure in complex networks using fuzzy c-means clustering. Physica A: Statistical Mechanics and its Applications, 374(1), 483–490. https://doi.org/10.1016/j.physa.2006.07.023