LGAIMLOct 18, 2024

ANT: Adaptive Noise Schedule for Time Series Diffusion Models

arXiv:2410.14488v115 citationsh-index: 4Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in time series diffusion models for researchers and practitioners, offering a practical solution to enhance model efficiency without extensive tuning.

The paper tackles the suboptimal performance of time series diffusion models by proposing ANT, an adaptive noise schedule method that automatically determines proper noise schedules based on dataset statistics, leading to improved performance across various tasks such as forecasting, refinement, and generation.

Advances in diffusion models for generative artificial intelligence have recently propagated to the time series (TS) domain, demonstrating state-of-the-art performance on various tasks. However, prior works on TS diffusion models often borrow the framework of existing works proposed in other domains without considering the characteristics of TS data, leading to suboptimal performance. In this work, we propose Adaptive Noise schedule for Time series diffusion models (ANT), which automatically predetermines proper noise schedules for given TS datasets based on their statistics representing non-stationarity. Our intuition is that an optimal noise schedule should satisfy the following desiderata: 1) It linearly reduces the non-stationarity of TS data so that all diffusion steps are equally meaningful, 2) the data is corrupted to the random noise at the final step, and 3) the number of steps is sufficiently large. The proposed method is practical for use in that it eliminates the necessity of finding the optimal noise schedule with a small additional cost to compute the statistics for given datasets, which can be done offline before training. We validate the effectiveness of our method across various tasks, including TS forecasting, refinement, and generation, on datasets from diverse domains. Code is available at this repository: https://github.com/seunghan96/ANT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes