TL;DR
Multivariate time series imputation is crucial for applications like healthcare and traffic forecasting, but existing models struggle with missing data. FADTI, a new framework, integrates a learnable Fourier Bias Projection (FBP) with self-attention and gated convolution to enhance imputation accuracy.
✦ Why It Matters
Engineers can leverage FADTI to improve data imputation in time series applications, enhancing model robustness and accuracy.
Key Takeaways
Full Summary
Multivariate time series data, common in fields such as healthcare and traffic forecasting, often suffers from missing values due to sensor failures or irregular sampling. Existing models, particularly those based on Transformers and diffusion processes, lack the ability to effectively handle structured missing patterns and shifts in data distribution.
FADTI introduces a novel approach that combines a Fourier Bias Projection (FBP) module, which incorporates frequency information, with self-attention mechanisms and gated convolution for temporal modeling. This allows the model to adaptively encode both stationary and non-stationary patterns in the data.
In extensive experiments, including tests on a new biological time series dataset, FADTI consistently outperformed existing methods, particularly under conditions of high missing data rates. These results suggest that incorporating frequency-domain knowledge can significantly enhance the performance of time series imputation models.
This advancement is particularly relevant for engineers and researchers working with time series data in various applications.
Related