paper-with-me

Papers

Spiking representation learning for associative memories

2024-06-05 · Naresh Ravichandran, Anders Lansner, Pawel Herman

Networks of interconnected neurons communicating through spiking signals offer the bedrock of neural computations. Our brains spiking neural networks have the computational capacity to achieve complex pattern recognition and cognitive functions effortlessly. However, solving real-world problems with artificial spiking neural networks (SNNs) has proved to be difficult for a variety of reasons. Crucially, scaling SNNs to large networks and processing large-scale real-world datasets have been challenging, especially when compared to their non-spiking deep learning counterparts. The critical operation that is needed of SNNs is the ability to learn distributed representations from data and use these representations for perceptual, cognitive and memory operations. In this work, we introduce a novel SNN that performs unsupervised representation learning and associative memory operations leveraging Hebbian synaptic and activity-dependent structural plasticity coupled with neuron-units modelled as Poisson spike generators with sparse firing (~1 Hz mean and ~100 Hz maximum firing rate). Crucially, the architecture of our model derives from the neocortical columnar organization and combines feedforward projections for learning hidden representations and recurrent projections for forming associative memories. We evaluated the model on properties relevant for attractor-based associative memories such as pattern completion, perceptual rivalry, distortion resistance, and prototype extraction.

📄 PDF Abstract BibTeX arXiv:2406.03054

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Storing overlapping associative memories on latent manifolds in low-rank spiking networks

2024-11-26 · William F. Podlaski, Christian K. Machens

Associative memory architectures such as the Hopfield network have long been important conceptual and theoretical models for neuroscience and artificial intelligence. However, translating these abstract models into spiki…

An Entropic Associative Memory

2020-09-28 · Luis A. Pineda, Gibrán Fuentes, Rafael Morales

Natural memories are associative, declarative and distributed. Symbolic computing memories resemble natural memories in their declarative character, and information can be stored and recovered explicitly; however, they l…

Multi-modality Associative Bridging through Memory: Speech Sound Recollected from Face Video

2022-04-04 · ICCV 2021 10 · Minsu Kim, Joanna Hong, Se Jin Park, Yong Man Ro

In this paper, we introduce a novel audio-visual multi-modal bridging framework that can utilize both audio and visual information, even with uni-modal inputs. We exploit a memory network that stores source (i.e., visual…

Lip Reading

Word2Spike: Poisson Rate Coding for Associative Memories and Neuromorphic Algorithms

2025-09-09 · Archit Kalra, Midhun Sadanand arxiv

Spiking neural networks offer a promising path toward energy-efficient, brain-like associative memory. This paper introduces Word2Spike, a novel rate coding mechanism that combines continuous word embeddings and neuromor…

Semantic Similarity

Modern Methods in Associative Memory

2025-07-08 · Dmitry Krotov, Benjamin Hoover, Parikshit Ram, Bao Pham

Associative Memories like the famous Hopfield Networks are elegant models for describing fully recurrent neural networks whose fundamental job is to store and retrieve information. In the past few years they experienced …