Efficient Online Learning with Predictive Coding Networks: Exploiting Temporal Correlations
Darius Masoum Zadeh-Jousdani, Elvin Hajizada, Eyke Hüllermeier
TL;DR
The paper addresses online edge learning for robotics by proposing Predictive Coding Network with Temporal Amortization (PCN-TA), a biologically plausible alternative to backpropagation that exploits temporal correlations to reduce computation. PCN-TA preserves latent states across sequential frames, lowering inference iterations and weight updates while maintaining competitive accuracy on the COIL-20 dataset. Compared to backpropagation, PCN-TA achieves about 10% fewer weight updates and uses roughly 50% fewer inference steps than a baseline PCN, with accuracy approaching that of standard methods in later epochs. This approach offers a viable path toward efficient, real-time, edge deployment and potential neuromorphic hardware implementations for continual learning in robotics.
Abstract
Robotic systems operating at the edge require efficient online learning algorithms that can continuously adapt to changing environments while processing streaming sensory data. Traditional backpropagation, while effective, conflicts with biological plausibility principles and may be suboptimal for continuous adaptation scenarios. The Predictive Coding (PC) framework offers a biologically plausible alternative with local, Hebbian-like update rules, making it suitable for neuromorphic hardware implementation. However, PC's main limitation is its computational overhead due to multiple inference iterations during training. We present Predictive Coding Network with Temporal Amortization (PCN-TA), which preserves latent states across temporal frames. By leveraging temporal correlations, PCN-TA significantly reduces computational demands while maintaining learning performance. Our experiments on the COIL-20 robotic perception dataset demonstrate that PCN-TA achieves 10% fewer weight updates compared to backpropagation and requires 50% fewer inference steps than baseline PC networks. These efficiency gains directly translate to reduced computational overhead for moving another step toward edge deployment and real-time adaptation support in resource-constrained robotic systems. The biologically-inspired nature of our approach also makes it a promising candidate for future neuromorphic hardware implementations, enabling efficient online learning at the edge.
