paper-with-me

Papers

Memory makes computation universal, remember?

2024-12-23 · Erik Garrison

Recent breakthroughs in AI capability have been attributed to increasingly sophisticated architectures and alignment techniques, but a simpler principle may explain these advances: memory makes computation universal. Memory enables universal computation through two fundamental capabilities: recursive state maintenance and reliable history access. We formally prove these requirements are both necessary and sufficient for universal computation. This principle manifests across scales, from cellular computation to neural networks to language models. Complex behavior emerges not from sophisticated processing units but from maintaining and accessing state across time. We demonstrate how parallel systems like neural networks achieve universal computation despite limitations in their basic units by maintaining state across iterations. This theoretical framework reveals a universal pattern: computational advances consistently emerge from enhanced abilities to maintain and access state rather than from more complex basic operations. Our analysis unifies understanding of computation across biological systems, artificial intelligence, and human cognition, reminding us that humanity's own computational capabilities have evolved in step with our technical ability to remember through oral traditions, writing, and now computing.

📄 PDF Abstract BibTeX arXiv:2412.17794

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A unified theory of learning

2022-03-31 · Taisuke Katayose

Recently machine learning using neural networks (NN) has been developed, and many new methods have been suggested. These methods are optimized for the type of input data and work very effectively, but they cannot be used…

Data Compression

Outsourcing Memory Through Niche Construction

2022-09-01 · Edward D. Lee, Jessica C. Flack, David C. Krakauer

Adaptation to changing environments is a universal feature of life and can involve the organism modifying itself in response to the environment as well as actively modifying the environment to control selection pressures…

The AI Memory Gap: Users Misremember What They Created With AI or Without

2025-09-15 · Tim Zindulka, Sven Goller, Daniela Fernandes, Robin Welsch 외 arxiv

As large language models (LLMs) become embedded in interactive text generation, disclosure of AI as a source depends on people remembering which ideas or texts came from themselves and which were created with AI. We inve…

Text Generation

Integrating Episodic Memory into a Reinforcement Learning Agent using Reservoir Sampling

2018-06-01 · ICLR 2018 1 · Kenny J. Young, Richard S. Sutton, Shuo Yang

Episodic memory is a psychology term which refers to the ability to recall specific events from the past. We suggest one advantage of this particular type of memory is the ability to easily assign credit to a specific st…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to update Auto-associative Memory in Recurrent Neural Networks for Improving Sequence Memorization

2017-09-19 · Wei Zhang, Bo-Wen Zhou

Learning to remember long sequences remains a challenging task for recurrent neural networks. Register memory and attention mechanisms were both proposed to resolve the issue with either high computational cost to retain…

MemorizationRepresentation Learning