Feedback Networks
Amir R. Zamir, Te-Lin Wu, Lin Sun, William Shen, Jitendra Malik,, Silvio Savarese

TL;DR
Feedback networks, which iteratively refine representations through feedback, offer advantages like early predictions, hierarchical label structure conformity, and support for Curriculum Learning, showing comparable or superior performance to traditional feedforward models.
Contribution
This paper introduces a general feedback-based learning architecture that demonstrates competitive performance and highlights fundamental advantages over feedforward networks, including early predictions and hierarchical structure alignment.
Findings
Feedback networks enable early predictions at query time.
They naturally conform to hierarchical label structures.
They achieve results comparable or better than feedforward networks.
Abstract
Currently, the most successful learning models in computer vision are based on learning successive representations followed by a decision layer. This is usually actualized through feedforward multilayer neural networks, e.g. ConvNets, where each layer forms one of such successive representations. However, an alternative that can achieve the same goal is a feedback based approach in which the representation is formed in an iterative manner based on a feedback received from previous iteration's output. We establish that a feedback based approach has several fundamental advantages over feedforward: it enables making early predictions at the query time, its output naturally conforms to a hierarchical structure in the label space (e.g. a taxonomy), and it provides a new basis for Curriculum Learning. We observe that feedback networks develop a considerably different representation compared…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
