← Back to Paper List

Cognitive algorithms and systems of episodic memory, semantic memory and their learnings

Qi Zhang
Sensor System, Madison, WI, USA
arXiv (2026)
Memory KG

📝 Paper Summary

Memory organization Cognitive architectures
A cognitive system that grounds symbolic knowledge by abstracting common features (meanings) from episodic memory through a bottom-up consolidation process, bridging the gap between specific events and general concepts.
Core Problem
Most cognitive architectures (like ACT-R, SOAR) model semantic memory as top-down symbolic rules but ignore episodic memory, failing to capture how general knowledge is naturally acquired from specific experiences.
Why it matters:
  • Episodic memory is a prerequisite for semantic knowledge in human cognition, as evidenced by amnesia patients who lose the ability to form new semantic memories
  • Symbolic systems suffer from the 'symbol grounding problem'—symbols have no intrinsic meaning unless connected to underlying representations or experiences
  • Current systems lack the flexibility to simulate neurobiological impairments like developmental amnesia or the temporal gradient of retrograde amnesia
Concrete Example: A standard symbolic system might have a hand-coded rule 'Birds have wings'. It cannot learn this concept naturally by observing many instances of sparrows, robins, and eagles (episodic memory) and extracting the common feature 'wings' (semantic memory), whereas the proposed system does exactly this.
Key Novelty
Meaning-based Multi-Level Memory System
  • Implements a 'Memory Triangle' structure that physically loops signal flows to detect and reinforce common features across multiple inputs, mimicking concept abstraction
  • Separates memory into an 'Episodic Storage' (fast, sequential, hippocampal-like) and a 'Semantic System' (slow, abstract, neocortical-like) that learns from the storage via consolidation
  • Grounds symbols by pairing a 'Symbol Subsystem' (words) with a 'Representation Subsystem' (features/meanings) through synchronized excitation, resolving symbol grounding
Evaluation Highlights
  • Simulated the Ribot gradient (temporal gradient of retrograde amnesia), matching clinical data where remote memories are better preserved than recent ones due to consolidation
  • Demonstrated 'Direct Semantic Learning' where the system acquires general concepts (e.g., 'wings') from repeated exposure to specific episodes without retaining the episodes themselves
  • replicated developmental amnesia patterns, showing that semantic learning is severely impaired but not impossible when the episodic storage mechanism is damaged
Breakthrough Assessment
4/10
Offers a conceptually interesting approach to symbol grounding and biologically plausible memory consolidation, but lacks large-scale empirical benchmarks or comparisons to modern deep learning methods.
×