---
title: Bilateral Bayesian Network for Lymphatic Progression
url: https://www.emergentmind.com/topics/bilateral-bayesian-network-bn
type: topic
---

# Bilateral Bayesian Network for Lymphatic Progression

Searching arXiv for recent papers on bilateral Bayesian networks, especially in head-and-neck lymphatic progression and related Bayesian-network usages.
A bilateral Bayesian Network (BN) is a probabilistic graphical model that explicitly represents lymphatic tumour spread on both sides of the neck, from a central oropharyngeal primary, and uses this representation to compute patient-specific risks of occult nodal metastases and guide elective clinical target volume definition. In the formulation proposed for head and neck radiotherapy, the network distinguishes latent nodal involvement from observed imaging findings, models ipsilateral and contralateral lymph node levels I, II, III, and IV in parallel, and supports risk-threshold-based construction of individualized CTV-E definitions with the potential to reduce irradiated volumes relative to standard clinical protocols while maintaining a low estimated probability of undetected nodal involvement in excluded levels [2509.24911].

## 1. Core definition and state representation

The network is bilateral because it includes parallel sets of nodes for the ipsilateral and contralateral sides of the neck, with sides \(s \in \{i,c\}\) and lymph node levels \(\ell \in \mathcal{L}=\{\mathrm{I},\mathrm{II},\mathrm{III},\mathrm{IV}\}\). For each side \(s\) and level \(\ell\), the model contains two random variables. The latent state is \(x_\ell^s \in \{0,1\}\), where \(x_\ell^s=1\) denotes metastatic involvement and \(x_\ell^s=0\) denotes no involvement. The observed imaging state is \(z_\ell^s \in \{0,1\}\), where \(z_\ell^s=1\) denotes radiologically positive and \(z_\ell^s=0\) denotes radiologically negative. A primary tumour variable \(T \in \{0,1\}\) indicates absence or presence of a primary tumour at the site of interest.

This separation between latent and observed states permits explicit representation of occult metastases, defined by \(x_\ell^s=1\) and \(z_\ell^s=0\). The model therefore distinguishes three clinically relevant nodal states: healthy, with \(x_\ell^s=0\); macroscopic or detected disease, with \(x_\ell^s=1\) and \(z_\ell^s=1\); and microscopic or occult disease, with \(x_\ell^s=1\) and \(z_\ell^s=0\). For compact notation, the microscopic involvement pattern on side \(s\) is written as \(\mathbf{x}^s=(x_\ell^s)_{\ell \in \mathcal{L}}\), and the imaging pattern as \(\mathbf{z}^s=(z_\ell^s)_{\ell \in \mathcal{L}}\).

Although the cohort is stratified by T-stage into early-stage and advanced-stage tumours, the BN itself uses \(T\) as the primary tumour source node and learns separate parameter sets of base and transition probabilities for early-stage and advanced-stage tumours. This gives the model a stage-dependent but structurally fixed representation of bilateral lymphatic progression [2509.24911].

## 2. Directed acyclic graph and probabilistic factorization

The BN is a directed acyclic graph designed to reflect anatomical lymphatic drainage. The tumour node connects to lymph node levels on both sides through “base” spread arcs, \(T \to x_\ell^i\) and \(T \to x_\ell^c\). On each side, the model encodes stepwise progression through \(x_{\mathrm{I}}^s \to x_{\mathrm{II}}^s \to x_{\mathrm{III}}^s \to x_{\mathrm{IV}}^s\). Each latent nodal variable then connects to an observation node through \(x_\ell^s \to z_\ell^s\).

A recurrent source of confusion is the meaning of “bilateral” in this model. The BN does not contain direct arcs between ipsilateral and contralateral lymph node level nodes; there is no edge such as \(x_\ell^i \to x_{\ell'}^c\). Bilateral coupling appears only through the shared tumour source and through joint posterior inference. The model is therefore bilateral in representation and inference, but not through explicit cross-neck transmission arcs.

The prior over microscopic states on both sides is
$$
P(\mathbf{x}^i,\mathbf{x}^c)=\sum_T P(T)\,P(\mathbf{x}^i\mid T)\,P(\mathbf{x}^c\mid T).
$$
Conditional on \(T\), the ipsilateral and contralateral sides factorize. With the observation model, the full joint distribution becomes
$$
P(T,\mathbf{x}^i,\mathbf{x}^c,\mathbf{z}^i,\mathbf{z}^c)
=
P(T)\,P(\mathbf{x}^i\mid T)\,P(\mathbf{x}^c\mid T)\,P(\mathbf{z}^i\mid \mathbf{x}^i)\,P(\mathbf{z}^c\mid \mathbf{x}^c).
$$
In generic BN notation, this is an instance of
$$
P(\text{all variables})=\prod_i P(X_i\mid \mathrm{Pa}(X_i)).
$$

This factorization encodes two essential modeling commitments. First, lymphatic progression is represented as a combination of direct spread from the primary and stepwise drainage along anatomical chains. Second, observed radiological findings are treated as consequences of latent microscopic or macroscopic states rather than as direct surrogates for them [2509.24911].

## 3. Parameterization, likelihood, and Bayesian learning

The BN is parameterized by a set of base and transition probabilities,
$$
\boldsymbol{\theta}=\{t_{p\to v},\,b_v\}.
$$
The base probability \(b_v\) is the probability of direct spread from the tumour \(T\) to lymph node level \(v\), while \(t_{p\to v}\) is the transition probability of stepwise spread from parent level \(p\) to child level \(v\), given parent involvement. The model samples a 14-dimensional parameter space consisting of 4 ipsilateral base probabilities, 4 contralateral base probabilities, 3 ipsilateral transition probabilities, and 3 contralateral transition probabilities. Separate parameter sets are learned for early-stage and advanced-stage tumours.

Illustrative values reported for early-stage tumours include ipsilateral base probabilities \(b_{\mathrm{I}}^i \approx 0.035\), \(b_{\mathrm{II}}^i \approx 0.790\), \(b_{\mathrm{III}}^i \approx 0.063\), and \(b_{\mathrm{IV}}^i \approx 0.009\). For advanced-stage tumours, the contralateral base probability for level II is reported as \(b_{\mathrm{II}}^c \approx 0.45\) with bounds \([0.41,0.49]\), indicating high contralateral II risk for advanced tumours.

The learning data consist of observed bilateral nodal patterns for \(N=428\) patients, written as \(\mathbf{z}_n=(\mathbf{z}_n^i,\mathbf{z}_n^c)\). During parameter learning, the imaging model is simplified by assuming perfect imaging, with sensitivity \(=1\) and specificity \(=1\), so that \(z_\ell^s=x_\ell^s\) deterministically. Under that assumption, the per-patient likelihood is
$$
\mathcal{L}_n
=
P(\mathbf{z}_n^i,\mathbf{z}_n^c \mid T_n;\boldsymbol{\theta})
=
\sum_{\mathbf{x}^i,\mathbf{x}^c}
P(\mathbf{x}^i,\mathbf{x}^c \mid T_n;\boldsymbol{\theta})
P(\mathbf{z}_n^i\mid \mathbf{x}^i)
P(\mathbf{z}_n^c\mid \mathbf{x}^c),
$$
and the total log-likelihood is
$$
\log \mathcal{L}(\mathcal{D}\mid \boldsymbol{\theta})
=
\sum_{n=1}^{N}\log \mathcal{L}_n.
$$

Bayesian parameter estimation uses a uniform prior over all parameters, \(P(\boldsymbol{\theta})\propto 1\) for \(\theta_j \in [0,1]\), and Markov Chain Monte Carlo with the affine-invariant ensemble sampler “emcee,” 500 walkers, Differential Evolution / Snooker proposals, 6000 burn-in steps, and 3000 retained steps per walker, yielding 1.5 million posterior samples. These samples are subsequently used to propagate parameter uncertainty into risk estimates. The principal simplifying assumptions are that ipsilateral and contralateral sides are conditionally independent given \(T\), and that imaging findings at different lymph node levels are independent given their true state. These assumptions reduce model complexity and mitigate sparse data issues, but they also limit direct encoding of cross-neck dependencies [2509.24911].

## 4. Posterior risk estimation and CTV-E decision rules

For risk assessment rather than parameter learning, the observation model uses realistic imaging performance. The reported values are sensitivity \(\approx 0.71\) and specificity \(\approx 0.90\) for FDG-PET/CT, from Guedj et al. This replaces the deterministic training assumption with a probabilistic misclassification model, allowing the BN to estimate occult involvement probabilities in each lymph node level given observed nodal findings.

The joint posterior over bilateral latent states, conditioned on imaging findings and tumour stage, is
$$
P(\mathbf{x}^i,\mathbf{x}^c \mid \mathbf{z}^i,\mathbf{z}^c,T;\boldsymbol{\theta})
=
\frac{
P(\mathbf{x}^i,\mathbf{x}^c \mid T;\boldsymbol{\theta})\,
P(\mathbf{z}^i \mid \mathbf{x}^i)\,
P(\mathbf{z}^c \mid \mathbf{x}^c)
}{
\sum_{\mathbf{x}^{i'} \in \mathcal{X}^i}
\sum_{\mathbf{x}^{c'} \in \mathcal{X}^c}
P(\mathbf{x}^{i'},\mathbf{x}^{c'} \mid T;\boldsymbol{\theta})\,
P(\mathbf{z}^i \mid \mathbf{x}^{i'})\,
P(\mathbf{z}^c \mid \mathbf{x}^{c'})
}.
$$
From this posterior, the marginal risk for a specific lymph node level is obtained by summing over all bilateral latent configurations in which that level is involved. These quantities are the patient-specific risk estimates for each lymph node level, ipsilateral and contralateral.

Elective coverage can be defined by a per-level threshold rule:
$$
\text{Include LNL } \ell \text{ on side } s \text{ in CTV-E if } P(x_\ell^s=1 \mid \mathbf{z}^i,\mathbf{z}^c,T)>\tau.
$$
The framework, however, goes beyond independent per-level decisions by defining a joint missed-disease risk over all excluded levels, \(\mathcal{R}_{\mathrm{miss}}\), equal to the posterior probability that at least one spared lymph node level harbors microscopic disease. Parameter uncertainty is incorporated by evaluating \(\mathcal{R}_{\mathrm{miss}}\) across posterior samples and comparing the upper credible bound with the risk threshold:
$$
\mathcal{R}_{\mathrm{miss}}^{(\mathrm{high})}<\tau.
$$
CTV-E is then constructed by iteratively including lymph node levels in descending marginal risk order until this criterion is satisfied.

The clinical significance of this decision rule is the explicit trade-off it creates. Low thresholds such as \(2\%\) lead to broader elective coverage and lower residual risk. Higher thresholds such as \(10\%\) or \(20\%\) lead to smaller irradiated volume but higher residual risk of occult disease. The bilateral BN turns this trade-off into a quantitatively specified decision problem rather than a fixed population rule [2509.24911].

## 5. Representative bilateral scenarios

The framework was evaluated in four representative scenarios. In the first scenario, N0 early-stage disease with no macroscopic nodal involvement on either side, ipsilateral risk remained non-trivial and contralateral risk was lower but non-zero, especially in level II. At \(\tau=2\%\), the CTV-E included ipsilateral I-IV and contralateral II, with residual joint missed-disease risk \(\approx 0.8\%\). At \(\tau=5\%\), the CTV-E was ipsilateral II-III plus contralateral II, described as very close to standard guidelines, with residual risk \(\approx 2.9\%\). At \(\tau=10\%\), only ipsilateral II-III were included and all contralateral levels were omitted, with residual risk in omitted levels \(\approx 6.8\%\).

In the second scenario, early-stage disease with radiologically positive ipsilateral level II and all other levels radiologically negative, ipsilateral III and IV risks increased because of stepwise progression from II, while contralateral II risk rose but remained lower than ipsilateral risk. At \(\tau=2\%\), the recommendation was ipsilateral I-IV and contralateral II, with residual risk \(\approx 0.8\%\). At \(\tau=5\%\), the recommendation was ipsilateral II-III plus contralateral II, with residual risk \(\approx 3.5\%\). At \(\tau=10\%\), the recommendation was ipsilateral II-III only, with residual risk \(\approx 7.5\%\).

In the third scenario, early-stage disease with radiologically positive ipsilateral II and III, ipsilateral IV risk was elevated because of the III\(\to\)IV transition, while contralateral II risk increased but contralateral III and IV remained relatively lower. At \(\tau=2\%\), the CTV-E included ipsilateral I-IV plus contralateral II, with residual risk \(\approx 0.8\%\); this was broader ipsilaterally than guidelines, while contralateral coverage remained restricted. At \(\tau=5\%\), the CTV-E was ipsilateral II-IV plus contralateral II, with residual risk \(\approx 2.1\%\). At \(\tau=10\%\), the CTV-E was ipsilateral II-IV only, with residual risk \(\approx 6.1\%\).

In the fourth scenario, advanced-stage disease with radiologically positive ipsilateral II and contralateral II, bilateral involvement in II propagated risk bilaterally to more distal levels. Ipsilateral III and IV risk was high, ipsilateral I risk increased because of elevated base probability in advanced stage, and contralateral III and IV risk was also substantial. At \(\tau=2\%\), the CTV-E included ipsilateral I-IV and contralateral II-IV, with residual risk \(\approx 0.4\%\). At \(\tau=5\%\), the CTV-E included ipsilateral I-IV and contralateral II-III, with residual risk \(\approx 1.9\%\). At \(\tau=10\%\), the CTV-E included ipsilateral I-III and contralateral II-III, with residual risk \(\approx 4.2\%\).

These scenarios show the asymmetry and stage dependence of bilateral risk estimation. They also clarify an important modeling point: because the BN does not explicitly model \(x^i \leftrightarrow x^c\) arcs, contralateral risk is not driven by ipsilateral findings per se, but by stage-dependent contralateral base and transition probabilities together with observed contralateral involvement. Bilateral interaction therefore arises at the level of joint posterior inference and joint risk of missed disease [2509.24911].

## 6. Methodological significance, limitations, and terminological scope

Relative to standard Danish guidelines (DAHANCA), which use relatively coarse, pattern-based recommendations and often electively irradiate bilateral II-III or II-IV for many oropharyngeal presentations, the bilateral BN implements a data-driven workflow. It computes patient-specific marginal risks for each lymph node level, constructs CTV-E by including levels in descending risk order while controlling joint residual risk, and compares the resulting coverage and residual risk with guideline-based volumes. Across representative scenarios, at moderate thresholds of at least \(5\%\), BN-derived CTV-E often matches or slightly de-escalates guideline volumes. At higher thresholds of \(10\%\) to \(20\%\), the approach allows further ipsilateral or contralateral omission while keeping residual risk in the \(4\%\) to \(8\%\) range. This supports discussion of more patient-specific elective nodal target volumes and potential de-escalation of irradiated elective volumes.

The methodological advantages identified for this framework are an anatomically grounded probabilistic structure, patient-specific risk estimates, joint bilateral risk accounting, and transparent threshold-based trade-offs with uncertainty quantification via credible intervals. The principal limitations are equally explicit. The BN does not contain direct ipsilateral-contralateral dependency arcs; parameter learning assumes perfect imaging; later risk assessment uses fixed sensitivity and specificity estimates that are not level-specific; the model is limited to lymph node levels I-IV and previously untreated necks; and it does not include imaging-based covariates or geometry. Proposed extensions include adding more lymph node levels, introducing ipsilateral-contralateral dependency arcs, incorporating additional clinical or imaging variables such as HPV status and volumetric tumour burden, using time-dependent or dynamic BN/HMM hybrids similar to the trinary HMM of Pérez Haas et al. 2025, and adapting the framework to other cancer sites. The model is being evaluated in a prospective trial, DeEscO, NCT06563362 [2509.24911].

The phrase “bilateral BN” also has a broader, field-dependent use. In multi-label learning, a BN has been described as a bilateral dependency model when each directed edge \(l_k \rightarrow l_j\) encodes a pairwise label dependency, quantified by \(\mathcal{I}(l_k \rightarrow l_j)=1-\mathcal{H}(l_j \mid l_k)\), and topological sorting of the resulting DAG yields a label order for classifier chains. In that setting, “bilateral” refers to directed pairwise dependency relations rather than to an anatomical left-right representation. This suggests that the term is not intrinsically tied to a single graph topology; in head and neck radiotherapy, however, its most specific meaning is the explicit bilateral modeling of ipsilateral and contralateral lymphatic spread [1908.02172].

Source: https://www.emergentmind.com/topics/bilateral-bayesian-network-bn