Implicit recurrent networks: A novel approach to stationary input processing with recurrent neural networks in deep learning
Sebastian Sanokowski

TL;DR
This paper introduces a novel implicit recurrent neural network architecture with lateral and feedback connections, enabling efficient learning and improved performance on static input processing tasks like XOR and physical parameter regression.
Contribution
It presents a new implicit recurrent network implementation that bypasses standard backpropagation, reducing computational costs and enhancing static input data processing capabilities.
Findings
Implicit recurrent networks solve XOR problem where feed-forward fails.
Recurrent intra-layer connections improve regression accuracy.
The method reduces computational complexity of training.
Abstract
The brain cortex, which processes visual, auditory and sensory data in the brain, is known to have many recurrent connections within its layers and from higher to lower layers. But, in the case of machine learning with neural networks, it is generally assumed that strict feed-forward architectures are suitable for static input data, such as images, whereas recurrent networks are required mainly for the processing of sequential input, such as language. However, it is not clear whether also processing of static input data benefits from recurrent connectivity. In this work, we introduce and test a novel implementation of recurrent neural networks with lateral and feed-back connections into deep learning. This departure from the strict feed-forward structure prevents the use of the standard error backpropagation algorithm for training the networks. Therefore we provide an algorithm which…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural dynamics and brain function · Advanced Memory and Neural Computing · Neural Networks and Applications
