paper-with-me

Papers

Learning with Holographic Reduced Representations

2021-09-05 · NeurIPS 2021 12 · Ashwinkumar Ganesan, Hang Gao, Sunil Gandhi, Edward Raff, Tim Oates, James Holt, Mark McLean

Holographic Reduced Representations (HRR) are a method for performing symbolic AI on top of real-valued vectors by associating each vector with an abstract concept, and providing mathematical operations to manipulate vectors as if they were classic symbolic objects. This method has seen little use outside of older symbolic AI work and cognitive science. Our goal is to revisit this approach to understand if it is viable for enabling a hybrid neural-symbolic approach to learning as a differentiable component of a deep learning architecture. HRRs today are not effective in a differentiable solution due to numerical instability, a problem we solve by introducing a projection step that forces the vectors to exist in a well behaved point in space. In doing so we improve the concept retrieval efficacy of HRRs by over $100\times$. Using multi-label classification we demonstrate how to leverage the symbolic HRR properties to develop an output layer and loss function that is able to learn effectively, and allows us to investigate some of the pros and cons of an HRR neuro-symbolic learning approach. Our code can be found at https://github.com/NeuromorphicComputationResearchProgram/Learning-with-Holographic-Reduced-Representations

📄 PDF Abstract BibTeX arXiv:2109.02157

Code (1)

NeuromorphicComputationResearchProgram/Learning-with-Holographic-Reduced-Representations 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrieval

Similar Papers 제목 키워드 기반

Associative Long Short-Term Memory

2016-02-09 · Ivo Danihelka, Greg Wayne, Benigno Uria, Nal Kalchbrenner 외

We investigate a new method to augment recurrent neural networks with extra memory without increasing the number of network parameters. The system has an associative memory based on complex-valued vectors and is closely …

MemorizationRetrieval

Towards Decomposed Linguistic Representation with Holographic Reduced Representation

2018-09-27 · Jiaming Luo, Yuan Cao, Yonghui Wu

The vast majority of neural models in Natural Language Processing adopt a form of structureless distributed representations. While these models are powerful at making predictions, the representational form is rather crud…

Form

Generalized Holographic Reduced Representations

2024-05-15 · Calvin Yeung, Zhuowen Zou, Mohsen Imani

Deep learning has achieved remarkable success in recent years. Central to its success is its ability to learn representations that preserve task-relevant structure. However, massive energy, compute, and data costs are re…

Memorization

Deploying Convolutional Networks on Untrusted Platforms Using 2D Holographic Reduced Representations

2022-06-13 · Mohammad Mahmudul Alam, Edward Raff, Tim Oates, James Holt

Due to the computational cost of running inference for a neural network, the need to deploy the inferential steps on a third party's compute environment or hardware is common. If the third party is not fully trusted, it …

HyperSpace: A Generalized Framework for Spatial Encoding in Hyperdimensional Representations

2026-04-16 · Shay Snyder, Andrew Capodieci, David Gorsich, Maryam Parsa arxiv

Vector Symbolic Architectures (VSAs) provide a well-defined algebraic framework for compositional representations in hyperdimensional spaces. We introduce HyperSpace, an open-source framework that decomposes VSA systems …