AINEMay 24, 2022

Thalamus: a brain-inspired algorithm for biologically-plausible continual learning and disentangled representations

arXiv:2205.11713v314 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses continual learning for AI systems in open-ended environments, offering a biologically-plausible approach that is incremental in nature.

The paper tackles the problem of catastrophic forgetting in neural networks by introducing a brain-inspired algorithm that uses optimization at inference time to generate dynamic internal representations, achieving competitive average accuracy on a continual learning benchmark while organizing knowledge into flexible, disentangled structures.

Animals thrive in a constantly changing environment and leverage the temporal structure to learn well-factorized causal representations. In contrast, traditional neural networks suffer from forgetting in changing environments and many methods have been proposed to limit forgetting with different trade-offs. Inspired by the brain thalamocortical circuit, we introduce a simple algorithm that uses optimization at inference time to generate internal representations of the current task dynamically. The algorithm alternates between updating the model weights and a latent task embedding, allowing the agent to parse the stream of temporal experience into discrete events and organize learning about them. On a continual learning benchmark, it achieves competitive end average accuracy by mitigating forgetting, but importantly, by requiring the model to adapt through latent updates, it organizes knowledge into flexible structures with a cognitive interface to control them. Tasks later in the sequence can be solved through knowledge transfer as they become reachable within the well-factorized latent space. The algorithm meets many of the desiderata of an ideal continually learning agent in open-ended environments, and its simplicity suggests fundamental computations in circuits with abundant feedback control loops such as the thalamocortical circuits in the brain.

Code Implementations1 repo
Foundations

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

Your Notes