Network epidemiology studies disease transmission through contact or social networks. Network structure (clustering, centrality, degree distribution) affects epidemic dynamics and equilibrium prevalence. Analysis identifies high-risk nodes and critical network paths, informing targeted interventions.
The SIR model you studied assumes a well-mixed population: every susceptible person has an equal probability of contacting any infectious person at any time. This is mathematically convenient but rarely true. In reality, human contact is structured — you are far more likely to contact household members, coworkers, or close friends than strangers across town. Network epidemiology replaces the well-mixed assumption with an explicit map of who contacts whom, transforming epidemic analysis from differential equations about population averages into graph-theoretic analysis of contact structure.
A contact network represents individuals as nodes and their connections (contacts sufficient for transmission) as edges. The most fundamental property of a node is its degree: the number of connections it has. In a well-mixed SIR model, everyone has effectively the same degree — the mean contact rate. In real networks, degree distributions are highly heterogeneous, often following a heavy-tailed distribution: most people have relatively few contacts, but a small number of hubs — highly connected individuals — have many. Hubs are disproportionately important for epidemic dynamics because they both receive infection from many sources and transmit to many recipients simultaneously. The expected number of secondary cases from a hub can be orders of magnitude higher than from a low-degree node.
This heterogeneity fundamentally changes the threshold condition for epidemic spread. In a network, the relevant quantity is not simply the mean degree but the variance in degree relative to the mean. The epidemic threshold depends on the ratio ⟨k²⟩/⟨k⟩ — mean squared degree divided by mean degree. When degree variance is large, this ratio is large and the threshold is low, meaning even weakly transmissible pathogens can sustain outbreaks. This explains, for instance, why HIV sustained epidemic spread in sexual contact networks with heterogeneous partner counts despite a relatively low per-contact transmission probability. Networks with high-variance degree distributions are inherently more vulnerable than well-mixed populations at the same average contact rate.
Network structure also shapes how an epidemic spreads through space and time. Clustering — the tendency of your contacts' contacts to also be your contacts, forming triangles — concentrates transmission within tight social groups but slows spread between them. Long-range ties — the rare connections that bridge otherwise separate clusters — dramatically accelerate epidemic expansion by serving as conduits between communities. For interventions, network analysis identifies leverage points. Targeted vaccination of high-degree nodes is far more efficient than random vaccination, because removing hubs eliminates a disproportionate number of transmission pathways. Contact tracing identifies and quarantines the network neighborhood of an infectious node before transmission reaches those connections. Community detection algorithms partition networks into densely connected subgraphs, guiding geographically targeted interventions that interrupt between-community transmission — a strategy that consistently outperforms population-average approaches in both models and observed outbreak data.