paper-with-me

Papers

Emergent Symbols through Binding in External Memory

2020-12-29 · ICLR 2021 1 · Taylor W. Webb, Ishan Sinha, Jonathan D. Cohen

A key aspect of human intelligence is the ability to infer abstract rules directly from high-dimensional sensory data, and to do so given only a limited amount of training experience. Deep neural network algorithms have proven to be a powerful tool for learning directly from high-dimensional data, but currently lack this capacity for data-efficient induction of abstract rules, leading some to argue that symbol-processing mechanisms will be necessary to account for this capacity. In this work, we take a step toward bridging this gap by introducing the Emergent Symbol Binding Network (ESBN), a recurrent network augmented with an external memory that enables a form of variable-binding and indirection. This binding mechanism allows symbol-like representations to emerge through the learning process without the need to explicitly incorporate symbol-processing machinery, enabling the ESBN to learn rules in a manner that is abstracted away from the particular entities to which those rules apply. Across a series of tasks, we show that this architecture displays nearly perfect generalization of learned rules to novel entities given only a limited number of training examples, and outperforms a number of other competitive neural network architectures.

📄 PDF Abstract BibTeX arXiv:2012.14601

Code (2)

taylorwwebb/emergent_symbols 공식 구현 pytorch
giancarlok/relationaltasks pytorch

Similar Papers 제목 키워드 기반

Emergent Symbols through Binding in External Memory

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

In this blog post, we describe the paper 'Emergent Symbols through Binding in External Memory', which introduces the Emergent Symbol Binding Network (ESBN), a recurrent neural network with factorized augmented memory to …

Logical Reasoning

A Memory-Augmented Neural Network Model of Abstract Rule Learning

2020-12-13 · Ishan Sinha, Taylor W. Webb, Jonathan D. Cohen

Human intelligence is characterized by a remarkable ability to infer abstract rules from experience and apply these rules to novel domains. As such, designing neural network algorithms with this capacity is an important …

Emergent Communication between Heterogeneous Visual Agents through Decentralized Learning

2026-05-12 · Mikako Ochiai, Masatoshi Nagano, Tadahiro Taniguchi arxiv

Symbols are shared, but perception is private. We study emergent communication between heterogeneous visual agents through decentralized learning, asking what visual information can become shareable when agents have diff…

Text Retrieval

Memory Matching Networks for Genomic Sequence Classification

2017-02-22 · Jack Lanchantin, Ritambhara Singh, Yanjun Qi

When analyzing the genome, researchers have discovered that proteins bind to DNA based on certain patterns of the DNA sequence known as "motifs". However, it is difficult to manually construct motifs due to their complex…

ClassificationGeneral Classification

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