LGNENov 7, 2022

Predictive Coding beyond Gaussian Distributions

Oxford
arXiv:2211.03481v122 citationsh-index: 57
Originality Highly original
AI Analysis

This work addresses the problem of scaling neuroscience-inspired learning methods to modern neural network architectures for researchers in machine learning and computational neuroscience, representing a significant advancement rather than an incremental improvement.

The paper tackles the limitation of predictive coding (PC) methods, which are neuroscience-inspired alternatives to backpropagation, by generalizing PC to arbitrary probability distributions, enabling training of complex architectures like transformers; experimental results show comparable performance to backpropagation in tasks such as variational autoencoders and conditional language models.

A large amount of recent research has the far-reaching goal of finding training methods for deep neural networks that can serve as alternatives to backpropagation (BP). A prominent example is predictive coding (PC), which is a neuroscience-inspired method that performs inference on hierarchical Gaussian generative models. These methods, however, fail to keep up with modern neural networks, as they are unable to replicate the dynamics of complex layers and activation functions. In this work, we solve this problem by generalizing PC to arbitrary probability distributions, enabling the training of architectures, such as transformers, that are hard to approximate with only Gaussian assumptions. We perform three experimental analyses. First, we study the gap between our method and the standard formulation of PC on multiple toy examples. Second, we test the reconstruction quality on variational autoencoders, where our method reaches the same reconstruction quality as BP. Third, we show that our method allows us to train transformer networks and achieve a performance comparable with BP on conditional language models. More broadly, this method allows neuroscience-inspired learning to be applied to multiple domains, since the internal distributions can be flexibly adapted to the data, tasks, and architectures used.

Foundations

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

Your Notes