paper-with-me

홈 › Papers

Diffusion-TS: Interpretable Diffusion for General Time Series Generation

2024-03-04 · Xinyu Yuan, Yan Qiao

Denoising diffusion probabilistic models (DDPMs) are becoming the leading paradigm for generative models. It has recently shown breakthroughs in audio synthesis, time series imputation and forecasting. In this paper, we propose Diffusion-TS, a novel diffusion-based framework that generates multivariate time series samples of high quality by using an encoder-decoder transformer with disentangled temporal representations, in which the decomposition technique guides Diffusion-TS to capture the semantic meaning of time series while transformers mine detailed sequential information from the noisy model input. Different from existing diffusion-based approaches, we train the model to directly reconstruct the sample instead of the noise in each diffusion step, combining a Fourier-based loss term. Diffusion-TS is expected to generate time series satisfying both interpretablity and realness. In addition, it is shown that the proposed Diffusion-TS can be easily extended to conditional generation tasks, such as forecasting and imputation, without any model changes. This also motivates us to further explore the performance of Diffusion-TS under irregular settings. Finally, through qualitative and quantitative experiments, results show that Diffusion-TS achieves the state-of-the-art results on various realistic analyses of time series.

📄 PDF Abstract BibTeX arXiv:2403.01742

Code (1)

y-debug-sys/diffusion-ts 공식 구현 pytorch

Tasks

Audio SynthesisDecoderDenoisingImputationTime SeriesTime Series Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DS-Diffusion: Data Style-Guided Diffusion Model for Time-Series Generation

2025-09-23 · Mingchun Sun, Rongqiang Zhao, Hengrui Hu, Songyu Ding 외 arxiv

Diffusion models are the mainstream approach for time series generation tasks. However, existing diffusion models for time series generation require retraining the entire framework to introduce specific conditional guida…

Deep ZakaiJ: Structured Filtering for Jump-Diffusion Time Series Forecasting

2026-05-23 · Yan Leng, Thibaut Mastrolia, Hao Wang arxiv

Time series driven by unobserved latent states frequently exhibit abrupt jump discontinuities whose timing and magnitude cannot be predicted from observed history alone. Classical jump-diffusion models offer a principled…

Time Series Forecasting

TS-Diffusion: Generating Highly Complex Time Series with Diffusion Models

2023-11-06 · Yangming Li

While current generative models have achieved promising performances in time-series synthesis, they either make strong assumptions on the data format (e.g., regularities) or rely on pre-processing approaches (e.g., inter…

DecoderMissing ValuesTime Series

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

Leveraging Priors via Diffusion Bridge for Time Series Generation

2024-08-13 · Jinseong Park, Seungyun Lee, Woojin Jeong, Yujin Choi 외

Time series generation is widely used in real-world applications such as simulation, data augmentation, and hypothesis test techniques. Recently, diffusion models have emerged as the de facto approach for time series gen…

Data AugmentationTime SeriesTime Series Generation