CVAILGNov 15, 2021

Category-orthogonal object features guide information processing in recurrent neural networks trained for object categorization

arXiv:2111.07898v213 citations
Originality Synthesis-oriented
AI Analysis

This provides insights into computational mechanisms in RNNs for vision tasks, but it is incremental as it confirms a specific hypothesis rather than introducing a new method.

The study tackled the problem of understanding how recurrent neural networks (RNNs) improve object categorization in cluttered images, finding that recurrence communicates category-orthogonal auxiliary variables (location, orientation, scale) to optimize inference, with information about these variables increasing over time and affecting task performance.

Recurrent neural networks (RNNs) have been shown to perform better than feedforward architectures in visual object categorization tasks, especially in challenging conditions such as cluttered images. However, little is known about the exact computational role of recurrent information flow in these conditions. Here we test RNNs trained for object categorization on the hypothesis that recurrence iteratively aids object categorization via the communication of category-orthogonal auxiliary variables (the location, orientation, and scale of the object). Using diagnostic linear readouts, we find that: (a) information about auxiliary variables increases across time in all network layers, (b) this information is indeed present in the recurrent information flow, and (c) its manipulation significantly affects task performance. These observations confirm the hypothesis that category-orthogonal auxiliary variable information is conveyed through recurrent connectivity and is used to optimize category inference in cluttered environments.

Code Implementations1 repo
Foundations

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

Your Notes