Fast Parametric Learning with Activation Memorization
Jack W Rae, Chris Dyer, Peter Dayan, Timothy P Lillicrap

TL;DR
This paper introduces a simplified, fast-learning method that enhances neural networks' ability to recognize rare classes by treating some parameters as external memory, leading to faster adaptation and improved performance in image and language tasks.
Contribution
It proposes a novel approach where a subset of model parameters acts as fast memory, enabling rapid learning of new classes without extra space or computation.
Findings
Faster binding of novel classes in image classification.
Improved language model perplexity, achieving state-of-the-art results.
Enhanced retention of information over longer time intervals.
Abstract
Neural networks trained with backpropagation often struggle to identify classes that have been observed a small number of times. In applications where most class labels are rare, such as language modelling, this can become a performance bottleneck. One potential remedy is to augment the network with a fast-learning non-parametric model which stores recent activations and class labels into an external memory. We explore a simplified architecture where we treat a subset of the model parameters as fast memory stores. This can help retain information over longer time intervals than a traditional memory, and does not require additional space or compute. In the case of image classification, we display faster binding of novel classes on an Omniglot image curriculum task. We also show improved performance for word-based language models on news reports (GigaWord), books (Project Gutenberg) and…
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
TopicsMultimodal Machine Learning Applications · Topic Modeling · Natural Language Processing Techniques
