English

EchoLSTM: A Self-Reflective Recurrent Network for Stabilizing Long-Range Memory

Machine Learning 2025-11-05 v1

Abstract

Standard Recurrent Neural Networks, including LSTMs, struggle to model long-range dependencies, particularly in sequences containing noisy or misleading information. We propose a new architectural principle, Output-Conditioned Gating, which enables a model to perform self-reflection by modulating its internal memory gates based on its own past inferences. This creates a stabilizing feedback loop that enhances memory retention. Our final model, the EchoLSTM, integrates this principle with an attention mechanism. We evaluate the EchoLSTM on a series of challenging benchmarks. On a custom-designed Distractor Signal Task, the EchoLSTM achieves 69.0% accuracy, decisively outperforming a standard LSTM baseline by 33 percentage points. Furthermore, on the standard ListOps benchmark, the EchoLSTM achieves performance competitive with a modern Transformer model, 69.8% vs. 71.8%, while being over 5 times more parameter-efficient. A final Trigger Sensitivity Test provides qualitative evidence that our model's self-reflective mechanism leads to a fundamentally more robust memory system.

Keywords

Cite

@article{arxiv.2511.01950,
  title  = {EchoLSTM: A Self-Reflective Recurrent Network for Stabilizing Long-Range Memory},
  author = {Prasanth K K and Shubham Sharma},
  journal= {arXiv preprint arXiv:2511.01950},
  year   = {2025}
}

Comments

11 pages, 4 figures, 5 tables

R2 v1 2026-07-01T07:20:00.649Z