Generative Models for Long Time Series: Approximately Equivariant Recurrent Network Structures for an Adjusted Training Scheme
Ruwen Fulek, Markus Lange-Hegermann
TL;DR
This work addresses the challenge of generative modeling for long time-series by introducing RVAE-ST, a translation-equivariant recurrent variational autoencoder with a fixed parameter budget. A repeat-vector latent is shared across time, and a progressive training curriculum gradually increases sequence length from $l=100$ toward longer horizons, enabling stable learning of long-range dependencies. Empirical results across five datasets show RVAE-ST achieving state-of-the-art or competitive performance on highly stationary data (as measured by Context-FID, ELBO, and discriminative scores) while remaining robust on less stationary sequences, highlighting the practical value of inductive biases for long sequence synthesis. The approach offers a simple, scalable alternative to more resource-intensive architectures and suggests avenues for extending the framework to diffusion-based methods and curriculum optimization.
Abstract
We present a simple yet effective generative model for time series data based on a Variational Autoencoder (VAE) with recurrent layers, referred to as the Recurrent Variational Autoencoder with Subsequent Training (RVAE-ST). Our method introduces an adapted training scheme that progressively increases the sequence length, addressing the challenge recurrent layers typically face when modeling long sequences. By leveraging the recurrent architecture, the model maintains a constant number of parameters regardless of sequence length. This design encourages approximate time-shift equivariance and enables efficient modeling of long-range temporal dependencies. Rather than introducing a fundamentally new architecture, we show that a carefully composed combination of known components can match or outperform state-of-the-art generative models on several benchmark datasets. Our model performs particularly well on time series that exhibit quasi-periodic structure,while remaining competitive on datasets with more irregular or partially non-stationary behavior. We evaluate its performance using ELBO, Fréchet Distance, discriminative scores, and visualizations of the learned embeddings.
