paper-with-me

Papers

Non-autoregressive Conditional Diffusion Models for Time Series Prediction

2023-06-08 · Lifeng Shen, James Kwok

Recently, denoising diffusion models have led to significant breakthroughs in the generation of images, audio and text. However, it is still an open question on how to adapt their strong modeling ability to model time series. In this paper, we propose TimeDiff, a non-autoregressive diffusion model that achieves high-quality time series prediction with the introduction of two novel conditioning mechanisms: future mixup and autoregressive initialization. Similar to teacher forcing, future mixup allows parts of the ground-truth future predictions for conditioning, while autoregressive initialization helps better initialize the model with basic time series patterns such as short-term trends. Extensive experiments are performed on nine real-world datasets. Results show that TimeDiff consistently outperforms existing time series diffusion models, and also achieves the best overall performance across a variety of the existing strong baselines (including transformers and FiLM).

📄 PDF Abstract BibTeX arXiv:2306.05043

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingOpen-Ended Question AnsweringTime SeriesTime Series Prediction

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…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

TIMED: Adversarial and Autoregressive Refinement of Diffusion-Based Time Series Generation

2025-09-23 · MohammadReza EskandariNasab, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi arxiv

Generating high-quality synthetic time series is a fundamental yet challenging task across domains such as forecasting and anomaly detection, where real data can be scarce, noisy, or costly to collect. Unlike static data…

Anomaly Detection

CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation

2021-07-07 · NeurIPS 2021 12 · Yusuke Tashiro, Jiaming Song, Yang song, Stefano Ermon

The imputation of missing values in time series has many applications in healthcare and finance. While autoregressive models are natural candidates for time series imputation, score-based diffusion models have recently o…

Audio SynthesisImage GenerationImputationMissing Values+2

UTSD: Unified Time Series Diffusion Model

2024-12-04 · Xiangkai Ma, Xiaobin Hong, Wenzhong Li, Sanglu Lu

Transformer-based architectures have achieved unprecedented success in time series analysis. However, facing the challenge of across-domain modeling, existing studies utilize statistical prior as prompt engineering fails…

DenoisingmodelPrompt EngineeringTime Series+2

SutraNets: Sub-series Autoregressive Networks for Long-Sequence, Probabilistic Forecasting

2023-12-22 · NeurIPS 2023 11 · Shane Bergsma, Timothy Zeyl, Lei Guo

We propose SutraNets, a novel method for neural probabilistic forecasting of long-sequence time series. SutraNets use an autoregressive generative model to factorize the likelihood of long sequences into products of cond…

Time Series

UniGenX: Unified Generation of Sequence and Structure with Autoregressive Diffusion

2025-03-09 · Gongbo Zhang, Yanting Li, Renqian Luo, Pipi Hu 외

Unified generation of sequence and structure for scientific data (e.g., materials, molecules, proteins) is a critical task. Existing approaches primarily rely on either autoregressive sequence models or diffusion models,…

Text Generation