paper-with-me

Papers

Population Aware Diffusion for Time Series Generation

2025-01-01 · Yang Li, Han Meng, Zhenyu Bi, Ingolv T. Urnes, Haipeng Chen

Diffusion models have shown promising ability in generating high-quality time series (TS) data. Despite the initial success, existing works mostly focus on the authenticity of data at the individual level, but pay less attention to preserving the population-level properties on the entire dataset. Such population-level properties include value distributions for each dimension and distributions of certain functional dependencies (e.g., cross-correlation, CC) between different dimensions. For instance, when generating house energy consumption TS data, the value distributions of the outside temperature and the kitchen temperature should be preserved, as well as the distribution of CC between them. Preserving such TS population-level properties is critical in maintaining the statistical insights of the datasets, mitigating model bias, and augmenting downstream tasks like TS prediction. Yet, it is often overlooked by existing models. Hence, data generated by existing models often bear distribution shifts from the original data. We propose Population-aware Diffusion for Time Series (PaD-TS), a new TS generation model that better preserves the population-level properties. The key novelties of PaD-TS include 1) a new training method explicitly incorporating TS population-level property preservation, and 2) a new dual-channel encoder model architecture that better captures the TS data structure. Empirical results in major benchmark datasets show that PaD-TS can improve the average CC distribution shift score between real and synthetic data by 5.9x while maintaining a performance comparable to state-of-the-art models on individual-level authenticity.

📄 PDF Abstract BibTeX arXiv:2501.00910

Code (1)

wmd3i/PaD-TS 공식 구현 pytorch

Tasks

Time SeriesTime Series Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Consistent diffusion matrix estimation from population time series

2024-08-26 · Aden Forrow

Progress on modern scientific questions regularly depends on using large-scale datasets to understand complex dynamical systems. An especially challenging case that has grown to prominence with advances in single-cell se…

Time Series

MedFlow: Class-Aware Multi-Scale Generation for Medical Time-Series Synthesis

2026-09-04 · Yanhao Huang, Shibo Feng, Wanjin Feng, Peilin Zhao 외 arxiv

Synthetic medical time-series generation can alleviate data scarcity and support the development of reliable clinical prediction models. However, existing methods mainly focus on matching the overall distribution and tem…

Towards a Unified Generative Model for Scarce Time Series with Domain Experts

2026-06-13 · Zihao Yao, Qi Zheng, Jiankai Zuo, Yaying Zhang arxiv

Synthesizing realistic time series with generative models has wide-ranging applications in real-world scenarios. Despite recent progress, most existing methods are trained under the assumption of abundant training data, …

Dynamic Population Distribution Aware Human Trajectory Generation with Diffusion Model

2025-11-02 · Qingyue Long, Can Rong, Tong Li, Yong Li arxiv

Human trajectory data is crucial in urban planning, traffic engineering, and public health. However, directly using real-world trajectory data often faces challenges such as privacy concerns, data acquisition costs, and …

TSGDiff: Rethinking Synthetic Time Series Generation from a Pure Graph Perspective

2025-11-15 · Lifeng Shen, Xuyang Li, Lele Long arxiv

Diffusion models have shown great promise in data generation, yet generating time series data remains challenging due to the need to capture complex temporal dependencies and structural patterns. In this paper, we presen…

Graph Neural Network