Cortical microcircuits as gated-recurrent neural networks
Rui Ponte Costa, Yannis M. Assael, Brendan Shillingford, Nando de, Freitas, Tim P. Vogels

TL;DR
This paper introduces a biologically inspired recurrent neural network model called subLSTM, which mimics cortical microcircuits and performs comparably to traditional LSTMs on sequence tasks, bridging neuroscience and machine learning.
Contribution
The paper proposes a new gated-recurrent neural network model, subLSTM, that maps onto cortical microcircuits, offering a biologically plausible alternative to LSTMs with similar performance.
Findings
subLSTM achieves comparable performance to LSTM in sequence tasks
subLSTM provides a biologically plausible model of cortical microcircuits
the model offers insights into cortical computation and recurrent network design
Abstract
Cortical circuits exhibit intricate recurrent architectures that are remarkably similar across different brain areas. Such stereotyped structure suggests the existence of common computational principles. However, such principles have remained largely elusive. Inspired by gated-memory networks, namely long short-term memory networks (LSTMs), we introduce a recurrent neural network in which information is gated through inhibitory cells that are subtractive (subLSTM). We propose a natural mapping of subLSTMs onto known canonical excitatory-inhibitory cortical microcircuits. Our empirical evaluation across sequential image classification and language modelling tasks shows that subLSTM units can achieve similar performance to LSTM units. These results suggest that cortical circuits can be optimised to solve complex contextual problems and proposes a novel view on their computational…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural dynamics and brain function · Ferroelectric and Negative Capacitance Devices
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
