A short primer for the vocabulary the neural-Bayesian papers in the Bayesian Literature Review lean on without redefining. The aim is not to teach Bayesian statistics from scratch — it is to fix notation, name the moves, and flag where the hard parts are, so a reader recognises each term on contact when they hit it in Ma, Fiser, Lengyel, or Echeveste.
A generative model is the brain’s (or the modeller’s) story about how the world produces the data: causes observations. Recognition (or inference) is the reverse — recover from . These are different computations and the brain need not implement them the same way; a sensory area can run a fast amortised recognition map even if the underlying generative model is much richer. When neural-Bayesian papers say “the cortex represents the posterior”, they mean the recognition output.
A likelihood–prior pair is conjugate if the posterior has the same parametric form as the prior. Conjugate pairs (Gaussian–Gaussian, beta–Bernoulli, Dirichlet–multinomial) give closed-form posterior updates and are the only place Bayes is genuinely cheap. They live inside the exponential family:
— the natural parameters;
— the sufficient statistics (the only function of the posterior cares about);
— the log-partition (normaliser), whose derivatives give the moments of ;
— a base measure.
This matters for cortex because the Probabilistic Population Code framework (Ma et al. 2006, in ar007) writes posteriors as exponential families whose natural parameters are population firing rates: . Multiplying two PPCs (combining cues) becomes adding their firing rates — the framework’s central, very pretty claim.
When the posterior is not conjugate, you approximate. Three families dominate; the neural-Bayesian papers each pick one:
Laplace approximation. Find the posterior mode , fit a Gaussian whose covariance is at the mode. Cheap, local, breaks down when the posterior is multimodal.
Variational inference (VI). Pick a tractable family and minimise in . Turns inference into optimisation. Fast, scalable, but biased — the bias is whatever has that cannot represent.
Markov chain Monte Carlo (MCMC). Construct a Markov chain whose stationary distribution is the posterior, then run it. Unbiased in the limit, slow to converge. Variants: Metropolis–Hastings, Gibbs sampling, Langevin dynamics (gradient + noise), Hamiltonian Monte Carlo (gradient + momentum). The Lengyel-group “sampling cortex” papers in ar007 argue that cortical dynamics are a biological MCMC chain — Aitchison & Lengyel cast E/I circuits as a Hamiltonian sampler, with the inhibitory population playing the momentum role.
The asymmetric “distance” between two distributions:
Asymmetric because in general. VI minimises (forward KL) which makes mode-seeking (it concentrates on a single mode rather than averaging across modes); some methods minimise (reverse KL) which makes mass-covering. The choice shows up in what the approximate posterior looks like.
Posterior summaries (the things a brain might actually read out)#
A posterior is a distribution; downstream computation usually wants a number or two. The standard summaries:
MAP estimate. The mode: . A single best guess.
Posterior mean. . The Bayes-optimal point estimate under squared-error loss.
Posterior variance / credible interval. The width — how uncertain the inference is. The whole point of being Bayesian rather than maximum-likelihood; if downstream computation needs to know “should I bet on this?” it needs the spread, not just the mean.
The neural-Bayesian split is partly about how the cortex represents this last one — as a population gain (PPC) or as trial-to-trial variability (sampling).
Three claims recur in the reading list, in roughly this order of strength:
Cortical responses look Bayesian behaviourally. Cue integration, prior-weighted perception, multisensory fusion — all match Bayes-optimal predictions in many tasks. The papers in ar007 take this as given.
The cortical representation of probability is one of two flavours. Either parametric (firing rates encode posterior parameters — PPC) or sample-based (instantaneous activity is itself a sample). These are different empirical predictions about neural variability, and the camps disagree.
The cortical dynamics implement the inference algorithm. The sampling camp claims recurrent E/I circuits run Langevin or HMC; the PPC camp claims linear combinations of population activity perform the algebra. Echeveste et al. 2020 is the cleanest version of the dynamical claim.
This article stops short of those claims — see ar007 for the reading list that develops them.