Time Series Continuous Modeling for Imputation and Forecasting with Implicit Neural Representations
Etienne Le Naour, Louis Serrano, Léon Migus, Yuan Yin, Ghislain Agoua, Nicolas Baskiotis, Patrick Gallinari, Vincent Guigue
TL;DR
This work presents TimeFlow, a unified framework that models time series as continuous functions using conditional INRs modulated by per-sample codes learned via meta-learning. By integrating Fourier-feature based INRs, shift modulation through a hypernetwork, and optimization-based encoding, TimeFlow handles imputation and forecasting for irregular, unaligned, and unseen time series within a single architecture. Empirically, TimeFlow achieves state-of-the-art or competitive performance against both continuous and discrete baselines across imputation and long-horizon forecasting, including challenging scenarios with incomplete look-back windows and new time series. The results demonstrate TimeFlow’s flexibility and robustness, while highlighting limitations such as slower inference and the need for sufficiently large, homogeneous data to fully exploit the shared INR components.
Abstract
We introduce a novel modeling approach for time series imputation and forecasting, tailored to address the challenges often encountered in real-world data, such as irregular samples, missing data, or unaligned measurements from multiple sensors. Our method relies on a continuous-time-dependent model of the series' evolution dynamics. It leverages adaptations of conditional, implicit neural representations for sequential data. A modulation mechanism, driven by a meta-learning algorithm, allows adaptation to unseen samples and extrapolation beyond observed time-windows for long-term predictions. The model provides a highly flexible and unified framework for imputation and forecasting tasks across a wide range of challenging scenarios. It achieves state-of-the-art performance on classical benchmarks and outperforms alternative time-continuous models.
