NELGNCMLSep 23, 2019

AHA! an 'Artificial Hippocampal Algorithm' for Episodic Machine Learning

arXiv:1909.10340v53 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of episodic learning in AI, which could enhance efficiency and adaptability, but it appears incremental as it builds on existing hippocampal models and benchmarks.

The authors tackled the problem of enabling machines to learn from single experiences without labels, like animals, by proposing AHA, a biologically-plausible hippocampal model, and demonstrated it on an extended Omniglot benchmark, achieving image classification results comparable to deep convolutional ANNs.

The majority of ML research concerns slow, statistical learning of i.i.d. samples from large, labelled datasets. Animals do not learn this way. An enviable characteristic of animal learning is `episodic' learning - the ability to memorise a specific experience as a composition of existing concepts, after just one experience, without provided labels. The new knowledge can then be used to distinguish between similar experiences, to generalise between classes, and to selectively consolidate to long-term memory. The Hippocampus is known to be vital to these abilities. AHA is a biologically-plausible computational model of the Hippocampus. Unlike most machine learning models, AHA is trained without external labels and uses only local credit assignment. We demonstrate AHA in a superset of the Omniglot one-shot classification benchmark. The extended benchmark covers a wider range of known hippocampal functions by testing pattern separation, completion, and recall of original input. These functions are all performed within a single configuration of the computational model. Despite these constraints, image classification results are comparable to conventional deep convolutional ANNs.

Foundations

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

Your Notes