LGAIFeb 8, 2024

Time Series Diffusion in the Frequency Domain

Cambridge
arXiv:2402.05933v144 citationsh-index: 74ICML
Originality Highly original
AI Analysis

This work addresses the challenge of modeling time series data for applications in domains such as healthcare and finance, presenting a novel approach that leverages Fourier analysis for diffusion models.

The paper tackled the problem of improving generative modeling for time series by exploring diffusion models in the frequency domain, showing that frequency diffusion models better capture training distributions than time domain models on real-world datasets like healthcare and finance.

Fourier analysis has been an instrumental tool in the development of signal processing. This leads us to wonder whether this framework could similarly benefit generative modelling. In this paper, we explore this question through the scope of time series diffusion models. More specifically, we analyze whether representing time series in the frequency domain is a useful inductive bias for score-based diffusion models. By starting from the canonical SDE formulation of diffusion in the time domain, we show that a dual diffusion process occurs in the frequency domain with an important nuance: Brownian motions are replaced by what we call mirrored Brownian motions, characterized by mirror symmetries among their components. Building on this insight, we show how to adapt the denoising score matching approach to implement diffusion models in the frequency domain. This results in frequency diffusion models, which we compare to canonical time diffusion models. Our empirical evaluation on real-world datasets, covering various domains like healthcare and finance, shows that frequency diffusion models better capture the training distribution than time diffusion models. We explain this observation by showing that time series from these datasets tend to be more localized in the frequency domain than in the time domain, which makes them easier to model in the former case. All our observations point towards impactful synergies between Fourier analysis and diffusion models.

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