paper-with-me

Papers

Faster Convergence in Deep-Predictive-Coding Networks to Learn Deeper Representations

2021-01-18 · Isaac J. Sledge, Jose C. Principe

Deep-predictive-coding networks (DPCNs) are hierarchical, generative models. They rely on feed-forward and feed-back connections to modulate latent feature representations of stimuli in a dynamic and context-sensitive manner. A crucial element of DPCNs is a forward-backward inference procedure to uncover sparse, invariant features. However, this inference is a major computational bottleneck. It severely limits the network depth due to learning stagnation. Here, we prove why this bottleneck occurs. We then propose a new forward-inference strategy based on accelerated proximal gradients. This strategy has faster theoretical convergence guarantees than the one used for DPCNs. It overcomes learning stagnation. We also demonstrate that it permits constructing deep and wide predictive-coding networks. Such convolutional networks implement receptive fields that capture well the entire classes of objects on which the networks are trained. This improves the feature representations compared with our lab's previous non-convolutional and convolutional DPCNs. It yields unsupervised object recognition that surpass convolutional autoencoders and are on par with convolutional networks trained in a supervised manner.

📄 PDF Abstract BibTeX arXiv:2101.06848

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

Error Optimization: Overcoming Exponential Signal Decay in Deep Predictive Coding Networks

2025-05-26 · Cédric Goemaere, Gaspard Oliviers, Rafal Bogacz, Thomas Demeester

Predictive Coding (PC) offers a biologically plausible alternative to backpropagation for neural network training, yet struggles with deeper architectures. This paper identifies the root cause: an inherent signal decay p…

Understanding Predictive Coding as an Adaptive Trust-Region Method

2023-05-29 · Francesco Innocenti, Ryan Singh, Christopher L. Buckley

Predictive coding (PC) is a brain-inspired local learning algorithm that has recently been suggested to provide advantages over backpropagation (BP) in biologically relevant scenarios. While theoretical work has mainly f…

Faster Predictive Coding Networks via Better Initialization

2026-01-28 · Luca Pinchetti, Simon Frieder, Thomas Lukasiewicz, Tommaso Salvatori arxiv

Research aimed at scaling up neuroscience inspired learning algorithms for neural networks is accelerating. Recently, a key research area has been the study of energy-based learning algorithms such as predictive coding, …

Computational Efficiency

Tight Stability, Convergence, and Robustness Bounds for Predictive Coding Networks

2024-10-07 · Ankur Mali, Tommaso Salvatori, Alexander Ororbia

Energy-based learning algorithms, such as predictive coding (PC), have garnered significant attention in the machine learning community due to their theoretical properties, such as local operations and biologically plaus…

DMPCN: Dynamic Modulated Predictive Coding Network with Hybrid Feedback Representations

2025-04-20 · A S M Sharifuzzaman Sagar, Yu Chen, Jun Hoong Chan

Traditional predictive coding networks, inspired by theories of brain function, consistently achieve promising results across various domains, extending their influence into the field of computer vision. However, the per…