Recurrent Neural Networks Beyond Time: Learning from Multiple Ordered Projections

2026-08-10Machine Learning

Machine Learning
AI summary

The authors explain that recurrent neural networks (RNNs) usually work with time-based data but can be used with any ordered sequences. They propose that looking at the same data in different orders can uncover hidden patterns that one order alone might miss. To test this idea, they train separate RNNs on different orderings and then combine their results, creating a model called Structural Evolution RNNs (SE-RNNs). Their experiments show this method helps find complex structures in data and could be used with other types of sequence models too.

Recurrent Neural NetworksSequence LearningOrdered SequencesStructural DependenciesModel FusionRepresentation LearningSynthetic DatasetsSequence ModelsMachine Learning
Authors
Vagan Terziyan, Artur Terziian, Oleksandra Vitko
Abstract
Recurrent neural networks (RNNs) are widely used for sequence learning, yet their application is commonly associated with temporal data, although recurrent computation fundamentally operates on ordered sequences rather than on time itself. Building on this observation, we introduce the Ordered Structural Dependency Hypothesis (OSDH), which proposes that multiple admissible orderings of the same observations may reveal complementary structural dependencies inaccessible through a single sequential organization. To operationalize this hypothesis, we propose the Independent Structural Expert Principle (ISEP), whereby projection-specific sequence models are trained independently before their learned representations are integrated through a dedicated fusion model. As a concrete realization, we present Structural Evolution RNNs (SE-RNNs), which employ conventional RNNs as projection-specific structural experts while preserving the underlying recurrent computation unchanged. Proof-of-concept experiments on three synthetic datasets with substantially different levels of structural complexity demonstrate that the proposed architecture consistently benefits from multiple ordered projections when hidden structural dependencies are present, while remaining competitive on simpler datasets. Since OSDH is independent of the underlying sequence-processing model, the proposed framework naturally extends beyond recurrent networks and may be instantiated using alternative architectures. The results suggest a general computational perspective for exploiting complementary ordered representations across diverse structured learning problems.