paper-with-me

Papers

Predictive Coding Networks and Inference Learning: Tutorial and Survey

2024-07-04 · Björn van Zwol, Ro Jefferson, Egon L. van den Broek

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.

📄 PDF Abstract BibTeX arXiv:2407.04117

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceSurvey

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Model Predictive Control via Probabilistic Inference: A Tutorial and Survey

2025-11-11 · Kohei Honda arxiv

This paper presents a tutorial and survey on Probabilistic Inference-based Model Predictive Control (PI-MPC). PI-MPC reformulates finite-horizon optimal control as inference over an optimal control distribution expressed…

Predictive Coding: a Theoretical and Experimental Review

2021-07-27 · Beren Millidge, Anil Seth, Christopher L Buckley

Predictive coding offers a potentially unifying account of cortical function -- postulating that the core function of the brain is to minimize prediction errors with respect to a generative model of the world. The theory…

Tutorial Proposal: Speculative Decoding for Efficient LLM Inference

2025-03-01 · Heming Xia, Cunxiao Du, Yongqi Li, Qian Liu 외

This tutorial presents a comprehensive introduction to Speculative Decoding (SD), an advanced technique for LLM inference acceleration that has garnered significant research interest in recent years. SD is introduced as …

Tutorial and Survey on Probabilistic Graphical Model and Variational Inference in Deep Reinforcement Learning

2019-08-25 · Xudong Sun, Bernd Bischl

Aiming at a comprehensive and concise tutorial survey, recap of variational inference and reinforcement learning with Probabilistic Graphical Models are given with detailed derivations. Reviews and comparisons on recent …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

From World Models to World Action Models: A Concise Tutorial for Robotics

2026-07-01 · Xiaoxiong Zhang, Xiong Zeng, Wei Zhang arxiv

Rather than providing an exhaustive survey, this paper presents a concise tutorial on world models and world action models for robotics. After reading the tutorial, readers should have a clear understanding of what const…

Video Prediction