paper-with-me

Papers

Predict, Refine, Synthesize: Self-Guiding Diffusion Models for Probabilistic Time Series Forecasting

2023-07-21 · NeurIPS 2023 11 · Marcel Kollovieh, Abdul Fatir Ansari, Michael Bohlke-Schneider, Jasper Zschiegner, Hao Wang, Yuyang Wang

Diffusion models have achieved state-of-the-art performance in generative modeling tasks across various domains. Prior works on time series diffusion models have primarily focused on developing conditional models tailored to specific forecasting or imputation tasks. In this work, we explore the potential of task-agnostic, unconditional diffusion models for several time series applications. We propose TSDiff, an unconditionally-trained diffusion model for time series. Our proposed self-guidance mechanism enables conditioning TSDiff for downstream tasks during inference, without requiring auxiliary networks or altering the training procedure. We demonstrate the effectiveness of our method on three different time series tasks: forecasting, refinement, and synthetic data generation. First, we show that TSDiff is competitive with several task-specific conditional forecasting methods (predict). Second, we leverage the learned implicit probability density of TSDiff to iteratively refine the predictions of base forecasters with reduced computational overhead over reverse diffusion (refine). Notably, the generative performance of the model remains intact -- downstream forecasters trained on synthetic samples from TSDiff outperform forecasters that are trained on samples from other state-of-the-art generative time series models, occasionally even outperforming models trained on real data (synthesize).

📄 PDF Abstract BibTeX arXiv:2307.11494

Code (1)

amazon-science/unconditional-time-series-diffusion 공식 구현 pytorch

Tasks

ImputationProbabilistic Time Series ForecastingSynthetic Data GenerationTime SeriesTime Series Forecasting

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Exploring the Capability of Text-to-Image Diffusion Models with Structural Edge Guidance for Multi-Spectral Satellite Image Inpainting

2023-11-06 · Mikolaj Czerkawski, Christos Tachtatzis

The letter investigates the utility of text-to-image inpainting models for satellite image data. Two technical challenges of injecting structural guiding signals into the generative process as well as translating the inp…

Image InpaintingTranslation

Stochastic Self-Guidance for Training-Free Enhancement of Diffusion Models

2025-08-18 · Chubin Chen, Jiashu Zhu, Xiaokun Feng, Nisha Huang 외 arxiv

Classifier-free Guidance (CFG) is a widely used technique in modern diffusion models for enhancing sample quality and prompt adherence. However, through an empirical analysis on Gaussian mixture modeling with a closed-fo…

Text-to-Video Generation

Guiding Human-Object Interactions with Rich Geometry and Relations

2025-03-26 · CVPR 2025 1 · Mengqing Xue, Yifei Liu, Ling Guo, Shaoli Huang 외

Human-object interaction (HOI) synthesis is crucial for creating immersive and realistic experiences for applications such as virtual reality. Existing methods often rely on simplified object representations, such as the…

Human-Object Interaction DetectionMotion GenerationObjectRelation

HumanRefiner: Benchmarking Abnormal Human Generation and Refining with Coarse-to-fine Pose-Reversible Guidance

2024-07-09 · Guian Fang, Wenbiao Yan, Yuanfan Guo, Jianhua Han 외

Text-to-image diffusion models have significantly advanced in conditional image generation. However, these models usually struggle with accurately rendering images featuring humans, resulting in distorted limbs and other…

BenchmarkingConditional Image GenerationDiagnosticImage Generation+2

Gradpaint: Gradient-Guided Inpainting with Diffusion Models

2023-09-18 · Asya Grechka, Guillaume Couairon, Matthieu Cord

Denoising Diffusion Probabilistic Models (DDPMs) have recently achieved remarkable results in conditional and unconditional image generation. The pre-trained models can be adapted without further training to different do…

DenoisingImage GenerationImage InpaintingUnconditional Image Generation