Memoria: Resolving Fateful Forgetting Problem through Human-Inspired Memory Architecture
Sangjun Park, JinYeong Bak
TL;DR
Memoria tackles the challenge of fateful forgetting in long-horizon sequence processing by introducing a human-inspired external memory that dynamically manages working, short-term, and long-term engrams. It couples a memory-graph–based retrieval mechanism with a memory encoder and cross-attention to enable selective preservation, cue-based activation, and iterative memory searching, implemented in Memoria Transformer and Memoria BERT. Across sorting, language modeling, and long-document classification, Memoria demonstrates superior retention of long-range information and reveals human-like memory effects such as primacy, recency, and temporal contiguity in its memory dynamics. The work offers a practical pathway to integrate memory-rich architectures into modern transformers and outlines future directions, including deeper cognitive mechanisms and privacy considerations for long-term memory in AI systems.
Abstract
Making neural networks remember over the long term has been a longstanding issue. Although several external memory techniques have been introduced, most focus on retaining recent information in the short term. Regardless of its importance, information tends to be fatefully forgotten over time. We present Memoria, a memory system for artificial neural networks, drawing inspiration from humans and applying various neuroscientific and psychological theories. The experimental results prove the effectiveness of Memoria in the diverse tasks of sorting, language modeling, and classification, surpassing conventional techniques. Engram analysis reveals that Memoria exhibits the primacy, recency, and temporal contiguity effects which are characteristics of human memory.
