---
title: Signed Simplicial Contagion Model
url: https://www.emergentmind.com/topics/signed-simplicial-contagion-model
type: topic
---

# Signed Simplicial Contagion Model

The signed simplicial contagion model (SSCM) is a mathematical framework for describing contagion processes that operate not only via pairwise interactions but also through higher-order group structures within networks populated by both trust and distrust relationships. SSCM captures the combined and divergent effects of dyadic (edge-based) and group (simplicial) mechanisms in signed networks, providing a rigorous basis for analyzing both gradual and abrupt shifts in collective behaviors in social systems [2410.24065, 2305.03879].

## 1. Signed Simplicial Complex Structure

The underlying network is encoded as a random signed simplicial complex. The vertex set $V = \{v_1, \ldots, v_N\}$ represents $N$ individuals. Each unordered pair $(i, j)$ may form an edge $s_{ij} \in \{+1, -1\}$, indicating trust or distrust, partitioning the edge set into positive (trust) edges $E_+ = \{ij: s_{ij} = +1\}$ and negative (distrust) edges $E_- = \{ij: s_{ij} = -1\}$. A $k$-simplex is any $(k+1)$-tuple of nodes $\{i_0, ..., i_k\}$ fully connected by edges—each edge signed as above. In particular, 2-simplices (triangles) are central to modeling group effects.

Heider's structural balance theory is encoded by classifying each simplex $\Delta$ by the product of its edge signs:
$$
B(\Delta) = \prod_{(i,j)\in\Delta} s_{ij},
$$
with $\Delta$ deemed "balanced" if $B(\Delta) = +1$ and "unbalanced" if $B(\Delta) = -1$. The probability that a randomly sampled triangle is balanced is
$$
P_B(q) = (1 - q)^3 + 3q^2(1 - q) = -4q^3 + 6q^2 - 3q + 1,
$$
where $q$ is the fraction of negative (distrust) edges.

## 2. Contagion Dynamics: States, Transitions, and Rates

Each node holds a binary state $x_i(t)\in\{0,1\}$, with $0 \equiv S$ (susceptible) and $1 \equiv I$ (infectious). Dynamics proceed via three processes:

- **Pairwise (Edge-Based) Infection:** An $S$-$I$ pair linked by $s_{ij}=+1$ (trust) transmits infection at rate $\beta_1$, i.e., $S + I \xrightarrow{\beta_1 dt} 2I$. Negative edges do not transmit contagion.
- **Group (Triangle-Based) Infection:** In any balanced triangle $\{i, j, k\}$ with $B = +1$, if exactly two are $I$ and one is $S$, the susceptible node becomes infectious at rate $\beta_2$: $(I, I, S)_{balanced \ \Delta} \xrightarrow{\beta_2 dt} (I, I, I)$.
- **Recovery:** Each $I$ node recovers to $S$ at rate $\mu$: $I \xrightarrow{\mu dt} S$.

The macroscopic observable is the infection density:
$$
\rho(t) = (1/N) \sum_{i} x_i(t).
$$

## 3. Mean-Field Theory and Phase Transitions

Assuming homogeneous mixing, one defines the average degree $\langle k \rangle$, the trusted degree $\langle k_+ \rangle = \langle k \rangle (1 - q)$, and the average number of 2-simplices per node $\langle k_\Delta \rangle$. The number of balanced triangles per node is $\langle k_B \rangle = P_B(q) \langle k_\Delta \rangle$.

The mean-field evolution for $\rho(t)$ is:
$$
\frac{d\rho}{dt} = -\mu \rho + \beta_1 \langle k_+ \rangle \rho (1 - \rho) + \beta_2 \langle k_B \rangle \rho^2 (1 - \rho).
$$
Defining $\lambda_1 = (\beta_1 \langle k_+ \rangle)/\mu$ and $\lambda_2 = (\beta_2 \langle k_B \rangle)/\mu$ yields
$$
\frac{d\rho}{dt} = -\rho [1 - \lambda_1 + (\lambda_1 - \lambda_2)\rho + \lambda_2 \rho^2].
$$

Steady-state roots are
$$
\rho_1^* = 0, \quad \rho_{2\pm}^* = \frac{\lambda_2 - \lambda_1 \pm \sqrt{(\lambda_1 - \lambda_2)^2 - 4\lambda_2(1 - \lambda_1)}}{2 \lambda_2}.
$$

**Phase transition regimes:**
- For $\lambda_2 \leq 1$, transitions are continuous (SIS-like); the threshold occurs at $\lambda_1 = 1$.
- For $\lambda_2 > 1$, a saddle-node bifurcation occurs at $\lambda_1^c = 2\sqrt{\lambda_2} - \lambda_2$: there is bistability and a discontinuous jump in $\rho^*$ at $\lambda_1^c$, with a hysteresis loop as $\lambda_1$ is swept.

As $q$ increases, $\lambda_2$ drops nonlinearly, while $\lambda_1$ decreases linearly, shifting the system from a group-dominated, discontinuous regime to a pairwise-dominated, continuous regime at a critical distrust level $q_c$.

## 4. Numerical Simulation Results

Simulations are performed on random signed simplicial complexes generated from Erdős–Rényi base graphs ($N = 2000$, $\langle k \rangle = 20$) with random assignment of negative edges (varied $q$). Every triple receives a 2-simplex with probability chosen to yield prescribed $\langle k_\Delta \rangle$.

Key empirical findings:

- **Discontinuous transitions:** For low $q$ (e.g., $q=0.1$), high $\beta_2$ yields abrupt outbreaks and bistability, with a prominent hysteresis loop in $\rho^*(\lambda_1)$.
- **Effect of distrust:** As $q$ increases, discontinuity and bistability widths decrease; above $q_c\approx 0.55$, all transitions are continuous, even at high $\beta_2$.
- **Group vs. pairwise sensitivity:** The group contribution $\lambda_2$ decreases nonlinearly with $q$ (steep drop at small $q$ followed by a plateau and slow decay), while pairwise transmission $\lambda_1$ decreases linearly.

## 5. Differential Sensitivity and Mechanistic Switch

Pairwise and group channels respond asymmetrically to distrust:

| Channel Type      | Dependence on $q$      | Functional Form                                   |
|-------------------|-----------------------|---------------------------------------------------|
| Pairwise (edges)  | Linear decrease       | $\lambda_1 \propto (1-q)$                         |
| Group (triangles) | Nonlinear, steeper    | $\lambda_2 \propto P_B(q) = 1 - 3q + 6q^2 - 4q^3$ |

For small $q$ (high trust), both infection channels can operate, leading to the possibility of abrupt, group-driven epidemics. As $q$ increases (growing distrust), group effects collapse more rapidly, and only pairwise (SIS) transmission persists. The critical point $q_c$ marks the switch from group-dominated to pairwise-dominated contagion regimes.

*A plausible implication is that the trust topology of a network controls not just epidemic thresholds but also the qualitative nature of collective shifts: trust-rich networks are susceptible to sudden, group-driven phase transitions, while distrust-rich structures allow only gradual, pairwise-driven spreading*.

## 6. Relationship to Broader Context and Other Models

The SSCM extends conventional network contagion models by integrating signed edge information and higher-order simplicial (group) interactions into a single analytical framework. It operationalizes structural balance via Heider theory, connecting contagion outcomes to the global arrangement of trust and distrust. Comparative analyses with more general signed simplicial contagion frameworks [2305.03879] demonstrate that the specific balance and sign distribution of group structures further modulate not only epidemic thresholds and phase transition types but also the potentially non-monotonic dependence of prevalence on mean connectivity and sign-bias parameters.

The conceptual lineage includes higher-order contagion models on unsigned simplicial complexes, classical SIS/SIR dynamics, and the theory of signed social networks. SSCM provides a robust foundation for exploring novel empirical phenomena such as collective emotional outbreaks, the collapse of coordination in the presence of antagony, and the resilience or fragility of multiplexed social systems under structural imbalance.

Source: https://www.emergentmind.com/topics/signed-simplicial-contagion-model