paper-with-me

홈 › Papers

On the Constrained Time-Series Generation Problem

2023-07-04 · NeurIPS 2023 11

Synthetic time series are often used in practical applications to augment the historical time series dataset for better performance of machine learning algorithms, amplify the occurrence of rare events, and also create counterfactual scenarios described by the time series. Distributional-similarity (which we refer to as realism) as well as the satisfaction of certain numerical constraints are common requirements in counterfactual time series scenario generation requests. For instance, the US Federal Reserve publishes synthetic market stress scenarios given by the constrained time series for financial institutions to assess their performance in hypothetical recessions. Existing approaches for generating constrained time series usually penalize training loss to enforce constraints, and reject non-conforming samples. However, these approaches would require re-training if we change constraints, and rejection sampling can be computationally expensive, or impractical for complex constraints. In this paper, we propose a novel set of methods to tackle the constrained time series generation problem and provide efficient sampling while ensuring the realism of generated time series. In particular, we frame the problem using a constrained optimization framework and then we propose a set of generative methods including "GuidedDiffTime", a guided diffusion model to generate realistic time series. Empirically, we evaluate our work on several datasets for financial and energy data, where incorporating constraints is critical. We show that our approaches outperform existing work both qualitatively and quantitatively. Most importantly, we show that our "GuidedDiffTime" model is the only solution where re-training is not necessary for new constraints, resulting in a significant carbon footprint reduction, up to 92% w.r.t. existing deep learning methods.

📄 PDF Abstract BibTeX arXiv:2307.01717

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualTime 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 제목 키워드 기반

MONAQ: Multi-Objective Neural Architecture Querying for Time-Series Analysis on Resource-Constrained Devices

2025-05-15 · Patara Trirat, Jae-Gil Lee

The growing use of smartphones and IoT devices necessitates efficient time-series analysis on resource-constrained hardware, which is critical for sensing applications such as human activity recognition and air quality p…

Activity RecognitionCode GenerationHardware Aware Neural Architecture SearchHuman Activity Recognition+3

UPLOTS: A Unified Pretrained Language Model for Constrained Time-series Generation

2026-06-09 · Du Yin, Hao Xue, Jinliang Deng, Yang Yang 외 arxiv

In time-series generation, existing approaches typically handcraft ortrain a separate model for each dataset, which hinders their scalability and fails to leverage shared temporal structures across domains. To address th…

Data Augmentation

Transport with Support: Data-Conditional Diffusion Bridges

2023-01-31 · Ella Tamir, Martin Trapp, Arno Solin

The dynamic Schr\"odinger bridge problem provides an appealing setting for solving constrained time-series data generation tasks posed as optimal transport problems. It consists of learning non-linear diffusion processes…

Time Series

Constrained Posterior Sampling: Time Series Generation with Hard Constraints

2024-10-16 · Sai Shankar Narasimhan, Shubhankar Agarwal, Litu Rout, Sanjay Shakkottai 외

Generating realistic time series samples is crucial for stress-testing models and protecting user privacy by using synthetic data. In engineering and safety-critical applications, these samples must meet certain hard con…

DenoisingTime SeriesTime Series Generation

Robust Constrained Multi-objective Evolutionary Algorithm based on Polynomial Chaos Expansion for Trajectory Optimization

2022-05-23 · Yuji Takubo, Masahiro Kanazaki

An integrated optimization method based on the constrained multi-objective evolutionary algorithm (MOEA) and non-intrusive polynomial chaos expansion (PCE) is proposed, which solves robust multi-objective optimization pr…

Time SeriesTime Series Analysis