TL;DR
This paper introduces P-TNCN, a biologically inspired recurrent neural network training method that avoids back-propagation through time, enabling efficient, parallelizable learning, zero-shot adaptation, and improved sequence modeling performance.
Contribution
The paper proposes the Local Representation Alignment algorithm for training recurrent networks without unrolling or derivatives, outperforming traditional methods on sequence benchmarks.
Findings
Outperforms back-propagation through time on sequence tasks
Enables zero-shot adaptation with fixed weights
Facilitates online continual learning in recurrent networks
Abstract
Temporal models based on recurrent neural networks have proven to be quite powerful in a wide variety of applications. However, training these models often relies on back-propagation through time, which entails unfolding the network over many time steps, making the process of conducting credit assignment considerably more challenging. Furthermore, the nature of back-propagation itself does not permit the use of non-differentiable activation functions and is inherently sequential, making parallelization of the underlying training process difficult. Here, we propose the Parallel Temporal Neural Coding Network (P-TNCN), a biologically inspired model trained by the learning algorithm we call Local Representation Alignment. It aims to resolve the difficulties and problems that plague recurrent networks trained by back-propagation through time. The architecture requires neither unrolling in…
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.
