paper-with-me

Papers

A Massively Parallel Associative Memory Based on Sparse Neural Networks

2013-03-28 · Zhe Yao, Vincent Gripon, Michael G. Rabbat

Associative memories store content in such a way that the content can be later retrieved by presenting the memory with a small portion of the content, rather than presenting the memory with an address as in more traditional memories. Associative memories are used as building blocks for algorithms within database engines, anomaly detection systems, compression algorithms, and face recognition systems. A classical example of an associative memory is the Hopfield neural network. Recently, Gripon and Berrou have introduced an alternative construction which builds on ideas from the theory of error correcting codes and which greatly outperforms the Hopfield network in capacity, diversity, and efficiency. In this paper we implement a variation of the Gripon-Berrou associative memory on a general purpose graphical processing unit (GPU). The work of Gripon and Berrou proposes two retrieval rules, sum-of-sum and sum-of-max. The sum-of-sum rule uses only matrix-vector multiplication and is easily implemented on the GPU. The sum-of-max rule is much less straightforward to implement because it involves non-linear operations. However, the sum-of-max rule gives significantly better retrieval error rates. We propose a hybrid rule tailored for implementation on a GPU which achieves a 880-fold speedup without sacrificing any accuracy.

📄 PDF Abstract BibTeX arXiv:1303.7032

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionDiversityFace RecognitionGPURetrieval

Similar Papers 제목 키워드 기반

Massively Parallel Exact Inference for Hawkes Processes

2026-04-01 · Ahmer Raza, Hudson Smith arxiv

Multivariate Hawkes processes are a widely used class of self-exciting point processes, but maximum likelihood estimation naively scales as $O(N^2)$ in the number of events. The canonical linear exponential Hawkes proces…

Point Processes

Brain-like combination of feedforward and recurrent network components achieves prototype extraction and robust pattern recognition

2022-06-30 · Naresh Balaji Ravichandran, Anders Lansner, Pawel Herman

Associative memory has been a prominent candidate for the computation performed by the massively recurrent neocortical networks. Attractor networks implementing associative memory have offered mechanistic explanation for…

Parallel Causal Associative Fields: Gated Sparse Memory for Long-Context Language Modeling

2026-06-09 · Muhammad Ahmed arxiv

Transformers achieve strong language modeling performance by providing direct token-to-token communication paths, but causal self-attention scales quadratically with context length. Recurrent and state-space models reduc…

Somoclu: An Efficient Parallel Library for Self-Organizing Maps

2013-05-07 · Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao

Somoclu is a massively parallel tool for training self-organizing maps on large data sets written in C++. It builds on OpenMP for multicore execution, and on MPI for distributing the workload across the nodes in a cluste…

Competitive learning to generate sparse representations for associative memory

2023-01-05 · Luis Sacouto, Andreas Wichert

One of the most well established brain principles, hebbian learning, has led to the theoretical concept of neural assemblies. Based on it, many interesting brain theories have spawned. Palm's work implements this concept…