Mean-Field Approximation
The mean-field approximation is a method for simplifying models with interacting components by replacing the actual interactions between each pair of components with an average — or 'mean' — interaction that each component experiences from the whole. The approximation decouples the system: instead of solving for the joint behavior of N interacting variables, one solves N independent single-variable problems, each coupled to a self-consistently determined average field.
The method originated in statistical mechanics, where it was used to analyze ferromagnetism (the Ising model) and other systems of interacting particles. In the Ising model, each spin interacts with its neighbors; the mean-field approximation replaces these local interactions with an effective magnetic field that all spins experience equally. The resulting self-consistency equation — the magnetization must equal the response of a single spin to the mean field — predicts a phase transition at a critical temperature, though it overestimates the transition temperature and misses critical fluctuations present in the exact solution.
The same structure appears in variational inference, where the mean-field approximation assumes all latent variables are independent: q(Z) = ∏ᵢ qᵢ(Zᵢ). Each factor is optimized against the average influence of all other factors, creating a parallel between statistical physics and probabilistic machine learning that is not merely metaphorical but formally identical.
The approximation fails when correlations between components are strong or long-ranged. In such cases, the 'mean' field does not capture the local fluctuations that drive the system's behavior. The failure is systematic: mean-field theory predicts different critical exponents than exact solutions in low-dimensional systems, and it cannot capture phenomena like frustration, spin glasses, or complex collective dynamics.
_The mean-field approximation is not a lazy shortcut. It is a bet that the average tells you everything that matters — a bet that wins in high dimensions and loses when the world insists on being local, correlated, and stubbornly non-average._