paper-with-me

Papers

The Kanerva Machine: A Generative Distributed Memory

2018-04-05 · ICLR 2018 1 · Yan Wu, Greg Wayne, Alex Graves, Timothy Lillicrap

We present an end-to-end trained memory system that quickly adapts to new data and generates samples like them. Inspired by Kanerva's sparse distributed memory, it has a robust distributed reading and writing mechanism. The memory is analytically tractable, which enables optimal on-line compression via a Bayesian update-rule. We formulate it as a hierarchical conditional generative model, where memory provides a rich data-dependent prior distribution. Consequently, the top-down memory and bottom-up perception are combined to produce the code representing an observation. Empirically, we demonstrate that the adaptive memory significantly improves generative models trained on both the Omniglot and CIFAR datasets. Compared with the Differentiable Neural Computer (DNC) and its variants, our memory model has greater capacity and is significantly easier to train.

📄 PDF Abstract BibTeX arXiv:1804.01756

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Product Kanerva Machines: Factorized Bayesian Memory

2020-02-06 · Adam Marblestone, Yan Wu, Greg Wayne

An ideal cognitively-inspired memory system would compress and organize incoming items. The Kanerva Machine (Wu et al, 2018) is a Bayesian model that naturally implements online memory compression. However, the organizat…

Clustering

Learning Attractor Dynamics for Generative Memory

2018-11-23 · NeurIPS 2018 12 · Yan Wu, Greg Wayne, Karol Gregor, Timothy Lillicrap

A central challenge faced by memory systems is the robust retrieval of a stored pattern in the presence of interference due to other stored patterns and noise. A theoretically well-founded solution to robust retrieval is…

Retrieval

Kanerva++: extending The Kanerva Machine with differentiable, locally block allocated latent memory

2021-02-20 · ICLR 2021 1 · Jason Ramapuram, Yan Wu, Alexandros Kalousis

Episodic and semantic memory are critical components of the human memory model. The theory of complementary learning systems (McClelland et al., 1995) suggests that the compressed representation produced by a serial even…

Conditional Image GenerationImage Generation

Attention Approximates Sparse Distributed Memory

2021-11-10 · NeurIPS 2021 12 · Trenton Bricken, Cengiz Pehlevan

While Attention has come to be an important mechanism in deep learning, there remains limited intuition for why it works so well. Here, we show that Transformer Attention can be closely related under certain data conditi…

Kernel Memory Networks: A Unifying Framework for Memory Modeling

2022-08-19 · Georgios Iatropoulos, Johanni Brea, Wulfram Gerstner

We consider the problem of training a neural network to store a set of patterns with maximal noise robustness. A solution, in terms of optimal weights and state update rules, is derived by training each individual neuron…