paper-with-me

Papers

Deep Latent State Space Models for Time-Series Generation

2022-12-24 · Linqi Zhou, Michael Poli, Winnie Xu, Stefano Massaroli, Stefano Ermon

Methods based on ordinary differential equations (ODEs) are widely used to build generative models of time-series. In addition to high computational overhead due to explicitly computing hidden states recurrence, existing ODE-based models fall short in learning sequence data with sharp transitions - common in many real-world systems - due to numerical challenges during optimization. In this work, we propose LS4, a generative model for sequences with latent variables evolving according to a state space ODE to increase modeling capacity. Inspired by recent deep state space models (S4), we achieve speedups by leveraging a convolutional representation of LS4 which bypasses the explicit evaluation of hidden states. We show that LS4 significantly outperforms previous continuous-time generative models in terms of marginal distribution, classification, and prediction scores on real-world datasets in the Monash Forecasting Repository, and is capable of modeling highly stochastic data with sharp temporal transitions. LS4 sets state-of-the-art for continuous-time latent generative models, with significant improvement of mean squared error and tighter variational lower bounds on irregularly-sampled datasets, while also being x100 faster than other baselines on long sequences.

📄 PDF Abstract BibTeX arXiv:2212.12749

Code (1)

alexzhou907/ls4 공식 구현 pytorch

Tasks

State Space ModelsTime SeriesTime Series AnalysisTime Series Generation

Similar Papers 제목 키워드 기반

TimeLDM: Latent Diffusion Model for Unconditional Time Series Generation

2024-07-05 · Jian Qian, Bingyu Xie, Biao Wan, Minhao Li 외

Time series generation is a crucial research topic in the area of decision-making systems, which can be particularly important in domains like autonomous driving, healthcare, and, notably, robotics. Recent approaches foc…

Autonomous DrivingData AugmentationMissing ValuesTime Series+1

Unconditional flow-based time series generation with equivariance-regularised latent spaces

2026-01-30 · Camilo Carvajal Reyes, Felipe Tobar arxiv

Flow-based models have proven successful for time-series generation, particularly when defined in lower-dimensional latent spaces that enable efficient sampling. However, how to design latent representations with desirab…

Less Is More: Generating Time Series with LLaMA-Style Autoregression in Simple Factorized Latent Spaces

2025-11-07 · Siyuan Li, Yifan Sun, Lei Cheng, Lewen Wang 외 arxiv

Generative models for multivariate time series are essential for data augmentation, simulation, and privacy preservation, yet current state-of-the-art diffusion-based approaches are slow and limited to fixed-length windo…

Data Augmentation

Blending Low and High-Level Semantics of Time Series for Better Masked Time Series Generation

2024-08-29 · Johan Vik Mathisen, Erlend Lokna, Daesoo Lee, Erlend Aune

State-of-the-art approaches in time series generation (TSG), such as TimeVQVAE, utilize vector quantization-based tokenization to effectively model complex distributions of time series. These approaches first learn to tr…

QuantizationSelf-Supervised LearningTime SeriesTime Series Generation

SeriesGAN: Time Series Generation via Adversarial and Autoregressive Learning

2024-10-28 · MohammadReza EskandariNasab, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi

Current Generative Adversarial Network (GAN)-based approaches for time series generation face challenges such as suboptimal convergence, information loss in embedding spaces, and instability. To overcome these challenges…

Generative Adversarial NetworkTime SeriesTime Series Generation