LGDIS-NNAINEMLJul 4, 2024

Predictive Coding Networks and Inference Learning: Tutorial and Survey

arXiv:2407.04117v26 citationsh-index: 10
Originality Synthesis-oriented
AI Analysis

It provides a tutorial and survey for researchers interested in biologically plausible AI, but it is incremental as it synthesizes existing work without presenting new experimental results.

The paper reviews predictive coding networks (PCNs) as a neuroscience-inspired alternative to traditional neural networks, highlighting that they can achieve higher efficiency than backpropagation with parallelization and extend trainable architectures beyond feedforward networks.

Recent years have witnessed a growing call for renewed emphasis on neuroscience-inspired approaches in artificial intelligence research, under the banner of NeuroAI. A prime example of this is predictive coding networks (PCNs), based on the neuroscientific framework of predictive coding. This framework views the brain as a hierarchical Bayesian inference model that minimizes prediction errors through feedback connections. Unlike traditional neural networks trained with backpropagation (BP), PCNs utilize inference learning (IL), a more biologically plausible algorithm that explains patterns of neural activity that BP cannot. Historically, IL has been more computationally intensive, but recent advancements have demonstrated that it can achieve higher efficiency than BP with sufficient parallelization. Furthermore, PCNs can be mathematically considered a superset of traditional feedforward neural networks (FNNs), significantly extending the range of trainable architectures. As inherently probabilistic (graphical) latent variable models, PCNs provide a versatile framework for both supervised learning and unsupervised (generative) modeling that goes beyond traditional artificial neural networks. This work provides a comprehensive review and detailed formal specification of PCNs, particularly situating them within the context of modern ML methods. Additionally, we introduce a Python library (PRECO) for practical implementation. This positions PC as a promising framework for future ML innovations.

Foundations

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

Your Notes