AILGNCOct 25, 2024

Brain-like Variational Inference

arXiv:2410.19315v36 citationsh-index: 5
Originality Highly original
AI Analysis

This work addresses the challenge of bridging machine learning and neuroscience by providing a biologically plausible inference method, though it is incremental in combining existing principles into a novel framework.

The paper tackled the problem of implementing variational inference in neural systems by introducing FOND, a framework that derives neural inference dynamics from principles like natural gradients and online updating, resulting in iP-VAE, a recurrent spiking neural network that outperforms standard VAEs and predictive coding models in sparsity, reconstruction, and biological plausibility on datasets like CelebA.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes