paper-with-me

Papers

Variable Binding for Sparse Distributed Representations: Theory and Applications

2020-09-14 · E. Paxon Frady, Denis Kleyko, Friedrich T. Sommer

Symbolic reasoning and neural networks are often considered incompatible approaches. Connectionist models known as Vector Symbolic Architectures (VSAs) can potentially bridge this gap. However, classical VSAs and neural networks are still considered incompatible. VSAs encode symbols by dense pseudo-random vectors, where information is distributed throughout the entire neuron population. Neural networks encode features locally, often forming sparse vectors of neural activation. Following Rachkovskij (2001); Laiho et al. (2015), we explore symbolic reasoning with sparse distributed representations. The core operations in VSAs are dyadic operations between vectors to express variable binding and the representation of sets. Thus, algebraic manipulations enable VSAs to represent and process data structures in a vector space of fixed dimensionality. Using techniques from compressed sensing, we first show that variable binding between dense vectors in VSAs is mathematically equivalent to tensor product binding between sparse vectors, an operation which increases dimensionality. This result implies that dimensionality-preserving binding for general sparse vectors must include a reduction of the tensor matrix into a single sparse vector. Two options for sparsity-preserving variable binding are investigated. One binding method for general sparse vectors extends earlier proposals to reduce the tensor product into a vector, such as circular convolution. The other method is only defined for sparse block-codes, block-wise circular convolution. Our experiments reveal that variable binding for block-codes has ideal properties, whereas binding for general sparse vectors also works, but is lossy, similar to previous proposals. We demonstrate a VSA with sparse block-codes in example applications, cognitive reasoning and classification, and discuss its relevance for neuroscience and neural networks.

📄 PDF Abstract BibTeX arXiv:2009.06734

Code (0)

등록된 구현이 없습니다.

Tasks

compressed sensing

Similar Papers 제목 키워드 기반

The Dual Mechanisms of Spatial Variable Binding in Vision-Language Models

2026-03-23 · Kelly Cui, Nikhil Prakash, Shoval Messica, Ayush Raina 외 arxiv

Many multimodal tasks, such as image captioning and visual question answering, require vision-language models (VLMs) to bind objects with their properties and spatial relations. Yet it remains unclear where and how such …

Visual Question AnsweringImage Captioning

Learning Distributed Representations of Symbolic Structure Using Binding and Unbinding Operations

2018-10-22 · NIPS Workshop IRASL 2018 · Anonymous

Widely used recurrent units, including Long-short Term Memory (LSTM) and Gated Recurrent Unit (GRU), perform well on natural language tasks, but their ability to learn structured representations is still questionable. Ex…

Natural Language Inference

Properties of Sparse Distributed Representations and their Application to Hierarchical Temporal Memory

2015-03-25 · Subutai Ahmad, Jeff Hawkins

Empirical evidence demonstrates that every region of the neocortex represents information using sparse activity patterns. This paper examines Sparse Distributed Representations (SDRs), the primary information representat…

Dance of SNN and ANN: Solving binding problem by combining spike timing and reconstructive attention

2022-11-11 · Hao Zheng, Hui Lin, Rong Zhao, Luping Shi

The binding problem is one of the fundamental challenges that prevent the artificial neural network (ANNs) from a compositional understanding of the world like human perception, because disentangled and distributed repre…

Episodic Memory Theory for the Mechanistic Interpretation of Recurrent Neural Networks

2023-10-03 · Arjun Karuvally, Peter DelMastro, Hava T. Siegelmann

Understanding the intricate operations of Recurrent Neural Networks (RNNs) mechanistically is pivotal for advancing their capabilities and applications. In this pursuit, we propose the Episodic Memory Theory (EMT), illus…