Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Fast Parametric Learning with Activation Memorization

About

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 Wikipedia articles (WikiText-103) --- the latter achieving a state-of-the-art perplexity of 29.2.

Jack W Rae, Chris Dyer, Peter Dayan, Timothy P Lillicrap• 2018

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-103 (test)
Perplexity29.2
524
Language ModelingWikiText-103 (val)
PPL29
180
Word-level Language ModelingWikiText-103 word-level (test)
Perplexity29.9
65
Word-level Language ModelingWikiText-103 (dev)
Perplexity29
64
Language ModelingWikiText-103 word-level (val)
Perplexity34.3
7
Language ModelingProject Gutenberg (val)
Perplexity41.8
2
Language ModelingProject Gutenberg (test)
Perplexity45.5
2
Language ModelingGigaWord v5 (test)
Perplexity43.7
2
Showing 8 of 8 rows

Other info

Follow for update