U-Former ODE: Fast Probabilistic Forecasting of Irregular Time Series
Ilya Kuleshov, Alexander Marusov, Alexey Zaytsev
TL;DR
UFO addresses probabilistic forecasting for irregular multivariate time series by integrating a time-parallel Neural CDE backbone with a U‑Net–style hierarchy and Transformer refiners. It introduces neural CDE-based resampling, kernel interpolation with regularization, SwiGLU vector fields, and patch-based regularization to achieve both global context and local temporal sensitivity. The approach delivers state-of-the-art performance on five benchmarks, with up to 15x faster inference than traditional Neural CDEs and robust performance on long-horizon, high-dimensional data. This framework enables scalable, accurate, and uncertainty-aware forecasting in domains with irregular sampling, such as healthcare and finance.
Abstract
Probabilistic forecasting of irregularly sampled time series is crucial in domains such as healthcare and finance, yet it remains a formidable challenge. Existing Neural Controlled Differential Equation (Neural CDE) approaches, while effective at modelling continuous dynamics, suffer from slow, inherently sequential computation, which restricts scalability and limits access to global context. We introduce UFO (U-Former ODE), a novel architecture that seamlessly integrates the parallelizable, multiscale feature extraction of U-Nets, the powerful global modelling of Transformers, and the continuous-time dynamics of Neural CDEs. By constructing a fully causal, parallelizable model, UFO achieves a global receptive field while retaining strong sensitivity to local temporal dynamics. Extensive experiments on five standard benchmarks -- covering both regularly and irregularly sampled time series -- demonstrate that UFO consistently outperforms ten state-of-the-art neural baselines in predictive accuracy. Moreover, UFO delivers up to 15$\times$ faster inference compared to conventional Neural CDEs, with consistently strong performance on long and highly multivariate sequences.
