paper-with-me

홈 › Papers

A Diffusion Model for Regular Time Series Generation from Irregular Data with Completion and Masking

2025-10-08 · Gal Fadlon, Idan Arbiv, Nimrod Berman, Omri Azencot arxiv

Generating realistic time series data is critical for applications in healthcare, finance, and science. However, irregular sampling and missing values present significant challenges. While prior methods address these irregularities, they often yield suboptimal results and incur high computational costs. Recent advances in regular time series generation, such as the diffusion-based ImagenTime model, demonstrate strong, fast, and scalable generative capabilities by transforming time series into image representations, making them a promising solution. However, extending ImagenTime to irregular sequences using simple masking introduces "unnatural" neighborhoods, where missing values replaced by zeros disrupt the learning process. To overcome this, we propose a novel two-step framework: first, a Time Series Transformer completes irregular sequences, creating natural neighborhoods; second, a vision-based diffusion model with masking minimizes dependence on the completed values. This approach leverages the strengths of both completion and masking, enabling robust and efficient generation of realistic time series. Our method achieves state-of-the-art performance, achieving a relative improvement in discriminative score by $70\%$ and in computational cost by $85\%$. Code is at https://github.com/azencot-group/ImagenI2R.

📄 PDF Abstract BibTeX arXiv:2510.06699

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diff-MN: Diffusion Parameterized MoE-NCDE for Continuous Time Series Generation with Irregular Observations

2026-01-20 · Xu Zhang, Junwei Deng, Chang Xu, Hao Li 외 arxiv

Time series generation (TSG) is widely used across domains, yet most existing methods assume regular sampling and fixed output resolutions. These assumptions are often violated in practice, where observations are irregul…

Latent Laplace Diffusion for Irregular Multivariate Time Series

2026-05-19 · Zinuo You, Jin Zheng, John Cartlidge arxiv

Irregular multivariate time series impose a trade-off for long-horizon forecasting: discrete methods can distort temporal structure via re-gridding, while continuous-time models often require sequential solvers prone to …

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

PrimeNet: Pre-Training for Irregular Multivariate Time Series

2023-06-26 · AAAI Conference on Artificial Intelligence 2023 6 · Ranak Roy Chowdhury, Jiacheng Li, Xiyuan Zhang, Dezhi Hong 외

Real-world applications often involve irregular time series, for which the time intervals between successive observations are non-uniform. Irregularity across multiple features in a multi-variate time series further resu…

Contrastive LearningIrregular Time SeriesMultivariate Time Series ForecastingRepresentation Learning+3

LSCD: Lomb-Scargle Conditioned Diffusion for Time series Imputation

2025-06-20 · Elizabeth Fons, Alejandro Sztrajman, Yousef El-Laham, Luciana Ferrer 외

Time series with missing or irregularly sampled data are a persistent challenge in machine learning. Many methods operate on the frequency-domain, relying on the Fast Fourier Transform (FFT) which assumes uniform samplin…

ImputationTime Series