English

Stream Neural Networks: Epoch-Free Learning with Persistent Temporal State

Neural and Evolutionary Computing 2026-02-26 v1

Abstract

Most contemporary neural learning systems rely on epoch-based optimization and repeated access to historical data, implicitly assuming reversible computation. In contrast, real-world environments often present information as irreversible streams, where inputs cannot be replayed or revisited. Under such conditions, conventional architectures degrade into reactive filters lacking long-horizon coherence. This paper introduces Stream Neural Networks (StNN), an execution paradigm designed for irreversible input streams. StNN operates through a stream-native execution algorithm, the Stream Network Algorithm (SNA), whose fundamental unit is the stream neuron. Each stream neuron maintains a persistent temporal state that evolves continuously across inputs. We formally establish three structural guarantees: (1) stateless mappings collapse under irreversibility and cannot encode temporal dependencies; (2) persistent state dynamics remain bounded under mild activation constraints; and (3) the state transition operator is contractive for {\lambda} < 1, ensuring stable long-horizon execution. Empirical phase-space analysis and continuous tracking experiments validate these theoretical results. The execution principles introduced in this work define a minimal substrate for neural computation under irreversible streaming constraints.

Keywords

Cite

@article{arxiv.2602.22152,
  title  = {Stream Neural Networks: Epoch-Free Learning with Persistent Temporal State},
  author = {Amama Pathan},
  journal= {arXiv preprint arXiv:2602.22152},
  year   = {2026}
}

Comments

Technical report; 4 figures; LaTeX source included; code available at https://github.com/pathan-amama/StNN-Stream-Neural-Networks

R2 v1 2026-07-01T10:52:28.803Z