Alternators With Noise Models
Mohammad R. Rezaei, Adji Bousso Dieng
TL;DR
Alternator++ extends the Alternator framework by introducing trainable noise models for both observed and latent trajectories, coupling diffusion inspired noise modeling with a noise matching objective. This yields a low dimensional latent state with enhanced capacity to capture stochastic, multimodal time series dynamics, enabling faster sampling and improved density estimation, imputation, and forecasting. Empirical results show robust gains over strong baselines such as Mamba, ScoreGrad, and Dyffusion across multiple real datasets, including SST forecasting, while highlighting practical considerations like tuning noise schedules. The work offers a principled path to combine the efficiency of low dimensional latent representations with the flexibility of diffusion style noise modeling for time series analysis.
Abstract
Alternators have recently been introduced as a framework for modeling time-dependent data. They often outperform other popular frameworks, such as state-space models and diffusion models, on challenging time-series tasks. This paper introduces a new Alternator model, called Alternator++, which enhances the flexibility of traditional Alternators by explicitly modeling the noise terms used to sample the latent and observed trajectories, drawing on the idea of noise models from the diffusion modeling literature. Alternator++ optimizes the sum of the Alternator loss and a noise-matching loss. The latter forces the noise trajectories generated by the two noise models to approximate the noise trajectories that produce the observed and latent trajectories. We demonstrate the effectiveness of Alternator++ in tasks such as density estimation, time series imputation, and forecasting, showing that it outperforms several strong baselines, including Mambas, ScoreGrad, and Dyffusion.
