paper-with-me

홈 › Papers

Hierarchical Associative Memory

2021-07-14 · Dmitry Krotov

Dense Associative Memories or Modern Hopfield Networks have many appealing properties of associative memory. They can do pattern completion, store a large number of memories, and can be described using a recurrent neural network with a degree of biological plausibility and rich feedback between the neurons. At the same time, up until now all the models of this class have had only one hidden layer, and have only been formulated with densely connected network architectures, two aspects that hinder their machine learning applications. This paper tackles this gap and describes a fully recurrent model of associative memory with an arbitrary large number of layers, some of which can be locally connected (convolutional), and a corresponding energy function that decreases on the dynamical trajectory of the neurons' activations. The memories of the full network are dynamically "assembled" using primitives encoded in the synaptic weights of the lower layers, with the "assembling rules" encoded in the synaptic weights of the higher layers. In addition to the bottom-up propagation of information, typical of commonly used feedforward neural networks, the model described has rich top-down feedback from higher layers that help the lower-layer neurons to decide on their response to the input stimuli.

📄 PDF Abstract BibTeX arXiv:2107.06446

Code (1)

bhoov/hamux jax

Similar Papers 제목 키워드 기반

Streaming 1.9 Billion Hypersparse Network Updates per Second with D4M

2019-07-06 · Jeremy Kepner, Vijay Gadepally, Lauren Milechin, Siddharth Samsi 외

The Dynamic Distributed Dimensional Data Model (D4M) library implements associative arrays in a variety of languages (Python, Julia, and Matlab/Octave) and provides a lightweight in-memory database implementation of hype…

BayesPCN: A Continually Learnable Predictive Coding Associative Memory

2022-05-20 · Jason Yoo, Frank Wood

Associative memory plays an important role in human intelligence and its mechanisms have been linked to attention in machine learning. While the machine learning community's interest in associative memories has recently …

BIG-bench Machine LearningMeta-Learning

Learning Paired-associate Images with An Unsupervised Deep Learning Architecture

2013-12-20 · Ti Wang, Daniel L. Silver

This paper presents an unsupervised multi-modal learning system that learns associative representation from two input modalities, or channels, such that input on one channel will correctly generate the associated respons…

Deep Learning

Distributed Hierarchical Temporal Memory with Shared Associative Memory for Cross-Entity Preemptive Warning

2026-06-30 · Pavia Bera, Jennifer Adorno, Sanjukta Bhanja arxiv

Anomaly detection in multivariate time series remains a critical challenge in large-scale distributed systems, where related entities may exhibit transferable precursor behavior prior to anomaly onset. Existing methods t…

Anomaly Detection

CAMformer: Associative Memory is All You Need

2025-11-24 · Tergel Molom-Ochir, Benjamin F. Morris, Mark Horton, Chiyue Wei 외 arxiv

Transformers face scalability challenges due to the quadratic cost of attention, which involves dense similarity computations between queries and keys. We propose CAMformer, a novel accelerator that reinterprets attentio…