Deep Predictive Coding Network for Object Recognition
Haiguang Wen, Kuan Han, Junxing Shi, Yizhen Zhang, Eugenio, Culurciello, Zhongming Liu

TL;DR
This paper introduces a deep predictive coding network inspired by neuroscience that iteratively refines object recognition through recursive top-down and bottom-up processes, outperforming traditional feedforward models on standard benchmarks.
Contribution
The paper presents a novel bi-directional recurrent neural network architecture based on predictive coding theory, demonstrating improved object recognition performance through recursive inference cycles.
Findings
PCN outperforms feedforward-only models on CIFAR-10/100, SVHN, and MNIST.
Performance improves with more recursive cycles.
PCN can be unfolded into a deeper feedforward model over time.
Abstract
Based on the predictive coding theory in neuroscience, we designed a bi-directional and recurrent neural net, namely deep predictive coding networks (PCN). It has feedforward, feedback, and recurrent connections. Feedback connections from a higher layer carry the prediction of its lower-layer representation; feedforward connections carry the prediction errors to its higher-layer. Given image input, PCN runs recursive cycles of bottom-up and top-down computation to update its internal representations and reduce the difference between bottom-up input and top-down prediction at every layer. After multiple cycles of recursive updating, the representation is used for image classification. With benchmark data (CIFAR-10/100, SVHN, and MNIST), PCN was found to always outperform its feedforward-only counterpart: a model without any mechanism for recurrent dynamics. Its performance tended to…
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
TopicsCell Image Analysis Techniques · Neural Networks and Applications · Neural dynamics and brain function
