Nansde-net: A neural sde framework for generating time series with memory
Hiromu Ozai, Kei Nakagawa
TL;DR
The paper introduces NA-noise, a neural network–kernel ARMA-type noise that is compatible with Itô calculus, enabling memory-aware time-series generation within Neural SDEs. Building on this, NANSDE-Net replaces Brownian noise with NA-noise in neural SDEs to capture both long- and short-memory while preserving the Markov augmentation and allowing efficient training via backpropagation. The authors prove existence and uniqueness of solutions and demonstrate, through synthetic and real-data experiments, that NANSDE-Net can reproduce memory features and yield competitive or superior performance to fSDE-Net, particularly for data with long memory (high Hurst index). They also discuss limitations, such as lack of guaranteed stationary increments, and outline directions for enforcing stationarity and refining kernel designs for explicit long-memory behavior, with code available for replication. Overall, the work offers a principled Itô-compatible alternative to fBm-based approaches for memory modeling in neural SDEs with practical training and inference advantages.
Abstract
Modeling time series with long- or short-memory characteristics is a fundamental challenge in many scientific and engineering domains. While fractional Brownian motion has been widely used as a noise source to capture such memory effects, its incompatibility with Itô calculus limits its applicability in neural stochastic differential equation~(SDE) frameworks. In this paper, we propose a novel class of noise, termed Neural Network-kernel ARMA-type noise~(NA-noise), which is an Itô-process-based alternative capable of capturing both long- and short-memory behaviors. The kernel function defining the noise structure is parameterized via neural networks and decomposed into a product form to preserve the Markov property. Based on this noise process, we develop NANSDE-Net, a generative model that extends Neural SDEs by incorporating NA-noise. We prove the theoretical existence and uniqueness of the solution under mild conditions and derive an efficient backpropagation scheme for training. Empirical results on both synthetic and real-world datasets demonstrate that NANSDE-Net matches or outperforms existing models, including fractional SDE-Net, in reproducing long- and short-memory features of the data, while maintaining computational tractability within the Itô calculus framework.
