๐ค AI Summary
This work addresses the challenges of capturing local dynamics and modeling global periodic structures in irregular multivariate time series, which arise from non-uniform sampling and asynchronous variables. To this end, we propose TFMixer, a novel framework that enables end-to-end joint timeโfrequency modeling for the first time. TFMixer introduces a learnable non-uniform discrete Fourier transform (NUDFT) to directly handle irregular sampling, integrates a query-driven temporal patch mixing mechanism to adaptively aggregate local information, and explicitly extrapolates seasonal components via an inverse NUDFT. The final prediction is derived by fusing representations from both time and frequency domains. Extensive experiments on multiple real-world datasets demonstrate that TFMixer significantly outperforms existing methods, achieving state-of-the-art performance.
๐ Abstract
Irregular multivariate time series forecasting (IMTSF) is challenging due to non-uniform sampling and variable asynchronicity. These irregularities violate the equidistant assumptions of standard models, hindering local temporal modeling and rendering classical frequency-domain methods ineffective for capturing global periodic structures. To address this challenge, we propose TFMixer, a joint time-frequency modeling framework for IMTS forecasting. Specifically, TFMixer incorporates a Global Frequency Module that employs a learnable Non-Uniform Discrete Fourier Transform (NUDFT) to directly extract spectral representations from irregular timestamps. In parallel, the Local Time Module introduces a query-based patch mixing mechanism to adaptively aggregate informative temporal patches and alleviate information density imbalance. Finally, TFMixer fuses the time-domain and frequency-domain representations to generate forecasts and further leverages inverse NUDFT for explicit seasonal extrapolation. Extensive experiments on real-world datasets demonstrate the state--of-the-art performance of TFMixer.