MLLGFeb 28, 2018

Memory-based Parameter Adaptation

arXiv:1802.10542v1104 citations
Originality Incremental advance
AI Analysis

This method addresses the challenge of distribution shifts and slow learning in neural networks for researchers and practitioners in AI, offering a novel approach to enhance adaptability and reduce forgetting, though it builds on existing memory-based techniques.

The paper tackles the problem of slow adaptation and poor performance on shifted distributions in deep neural networks by introducing Memory-based Parameter Adaptation, which uses memory-stored examples and context-based lookup to directly modify weights, enabling higher learning rates and faster adaptation. Results show improvements in tasks like large-scale image classification and language modeling, addressing issues like catastrophic forgetting and imbalanced learning.

Deep neural networks have excelled on a wide range of problems, from vision to language and game playing. Neural networks very gradually incorporate information into weights as they process data, requiring very low learning rates. If the training distribution shifts, the network is slow to adapt, and when it does adapt, it typically performs badly on the training distribution before the shift. Our method, Memory-based Parameter Adaptation, stores examples in memory and then uses a context-based lookup to directly modify the weights of a neural network. Much higher learning rates can be used for this local adaptation, reneging the need for many iterations over similar data before good predictions can be made. As our method is memory-based, it alleviates several shortcomings of neural networks, such as catastrophic forgetting, fast, stable acquisition of new knowledge, learning with an imbalanced class labels, and fast learning during evaluation. We demonstrate this on a range of supervised tasks: large-scale image classification and language modelling.

Foundations

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

Your Notes