LGMay 8, 2025

Generative Models for Long Time Series: Approximately Equivariant Recurrent Network Structures for an Adjusted Training Scheme

arXiv:2505.05020v1h-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently modeling long time series for researchers and practitioners in time series analysis, though it is incremental as it combines known components rather than introducing a new paradigm.

The authors tackled the challenge of generative modeling for long time series by proposing a recurrent VAE with an adjusted training scheme that progressively increases sequence length, achieving competitive or state-of-the-art performance on benchmark datasets, particularly excelling on quasi-periodic data.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes