菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-04
📄 Abstract - Diffusion Models for Adaptive Sequential Data Generation

Generating realistic synthetic sequential data is critical in real-world applications across operations research, finance, healthcare, energy systems, and scientific computing, where time-indexed observations are used for prediction, simulation, risk assessment, and data-driven decision-making. While diffusion models have achieved remarkable success in generating static data, their direct extensions to sequential settings often fail to capture temporal dependence and information structure. Designing diffusion models that can simulate sequential data in an adapted manner, and hence without anticipation of future information, therefore remains an open challenge. In this work, we propose a sequential forward-backward diffusion framework for adapted time series generation. Our approach progressively injects and removes noise along the sequence, conditioning on the previously generated history to ensure adaptiveness. A novel score-matching objective is introduced for efficient parallel training. We derive rigorous statistical guarantees under a generic framework, then establish score approximation, score estimation, and distribution estimation results with ReLU networks serving as a concrete instance. Empirically, we validate our method on synthetic data, including ARMA models and Gaussian processes, and demonstrate its effectiveness in constructing mean-variance optimal portfolios.

顶级标签: machine learning data model training
详细标签: diffusion models time series generation score matching sequential data adaptiveness 或 搜索:

面向自适应时序数据生成的扩散模型 / Diffusion Models for Adaptive Sequential Data Generation


1️⃣ 一句话总结

本文提出了一种新方法,通过逐步添加和去除噪声,同时依赖已生成的数据来保证时序信息的连贯性,从而让扩散模型能够像真实世界一样按顺序生成时间序列数据,避免提前泄露未来信息,并在金融投资组合等任务中表现优异。

源自 arXiv: 2606.06007