Persistent Memory Through Triple-Loop Consolidation in a Non-Gradient Dissipative Cognitive Architecture
Abstract
Dissipative cognitive architectures maintain computation through continuous energy expenditure, where units that exhaust their energy are stochastically replaced with fresh random state. This creates a fundamental challenge: how can persistent, context-specific memory survive when all learnable state is periodically destroyed? Existing memory mechanisms -- including elastic weight consolidation, synaptic intelligence, and surprise-driven gating -- rely on gradient computation and are inapplicable to non-gradient dissipative systems. We introduce Deep Memory (DM), a non-gradient persistent memory mechanism operating through a triple-loop consolidation cycle: (1) recording of expert-specific content centroids, (2) seeding of replaced units with stored representations, and (3) stabilization through continuous re-entry. We demonstrate that discrete expert routing via Mixture-of-Experts (MoE) gating is a causal prerequisite for DM, preventing centroid convergence that would render stored memories identical. Across simulation runs spanning thirteen experimental blocks: (i) discrete routing is causally necessary for specialization ( vs. ; ); (ii) DM achieves vs. without memory (); (iii) continuous seeding reconstructs representations after interference (; one-shot fails; ); (iv) the mechanism operates within a characterized envelope (); (v) recording seeding is the minimal critical dyad (); (vi) DM outperforms non-gradient baselines (Hopfield, ESN) under matched turnover (). These results establish DM as a falsifiable mechanism for persistent memory in non-gradient cognitive systems, with functional parallels to hippocampal consolidation.
Cite
@article{arxiv.2603.27188,
title = {Persistent Memory Through Triple-Loop Consolidation in a Non-Gradient Dissipative Cognitive Architecture},
author = {Jianwei Lou},
journal= {arXiv preprint arXiv:2603.27188},
year = {2026}
}
Comments
28 pages, 7 figures, 6 tables. Submitted to Frontiers in Computational Neuroscience. Ancillary file: dm_minimal_reproduction.py (NumPy-only reproduction script, ~200 lines)