CVFeb 13, 2018

Deep Predictive Coding Network for Object Recognition

arXiv:1802.04762v291 citations
AI Analysis

This work addresses object recognition in computer vision by introducing a biologically-inspired recurrent model, but it is incremental as it builds on existing predictive coding theory and neural network architectures.

The paper tackles object recognition by proposing a deep predictive coding network (PCN) that uses bi-directional and recurrent connections to recursively update internal representations, and it outperforms feedforward-only counterparts on benchmark datasets like CIFAR-10/100, SVHN, and MNIST with performance improving over more computation cycles.

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 improve given more cycles of computation over time. In short, PCN reuses a single architecture to recursively run bottom-up and top-down processes. As a dynamical system, PCN can be unfolded to a feedforward model that becomes deeper and deeper over time, while refining it representation towards more accurate and definitive object recognition.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes