English

Brain-like Variational Inference

Artificial Intelligence 2025-10-27 v3 Machine Learning Neurons and Cognition

Abstract

Inference in both brains and machines can be formalized by optimizing a shared objective: maximizing the evidence lower bound (ELBO) in machine learning, or minimizing variational free energy (F) in neuroscience (ELBO = -F). While this equivalence suggests a unifying framework, it leaves open how inference is implemented in neural systems. Here, we introduce FOND (Free energy Online Natural-gradient Dynamics), a framework that derives neural inference dynamics from three principles: (1) natural gradients on F, (2) online belief updating, and (3) iterative refinement. We apply FOND to derive iP-VAE (iterative Poisson variational autoencoder), a recurrent spiking neural network that performs variational inference through membrane potential dynamics, replacing amortized encoders with iterative inference updates. Theoretically, iP-VAE yields several desirable features such as emergent normalization via lateral competition, and hardware-efficient integer spike count representations. Empirically, iP-VAE outperforms both standard VAEs and Gaussian-based predictive coding models in sparsity, reconstruction, and biological plausibility, and scales to complex color image datasets such as CelebA. iP-VAE also exhibits strong generalization to out-of-distribution inputs, exceeding hybrid iterative-amortized VAEs. These results demonstrate how deriving inference algorithms from first principles can yield concrete architectures that are simultaneously biologically plausible and empirically effective.

Keywords

Cite

@article{arxiv.2410.19315,
  title  = {Brain-like Variational Inference},
  author = {Hadi Vafaii and Dekel Galor and Jacob L. Yates},
  journal= {arXiv preprint arXiv:2410.19315},
  year   = {2025}
}

Comments

To appear at NeurIPS 2025: https://openreview.net/forum?id=573IcLusXq

R2 v1 2026-06-28T19:35:10.731Z