LGAIMLJul 14, 2025

NeuTSFlow: Modeling Continuous Functions Behind Time Series Forecasting

arXiv:2507.09888v21 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses a foundational issue in time series forecasting for applications requiring continuous modeling, though it is incremental in method.

The paper tackled the problem of time series forecasting by reframing it as learning transitions between continuous function families from noisy discrete observations, proposing NeuTSFlow which uses neural operators for flow matching and achieved superior accuracy and robustness in experiments.

Time series forecasting is a fundamental task with broad applications, yet conventional methods often treat data as discrete sequences, overlooking their origin as noisy samples of continuous processes. Crucially, discrete noisy observations cannot uniquely determine a continuous function; instead, they correspond to a family of plausible functions. Mathematically, time series can be viewed as noisy observations of a continuous function family governed by a shared probability measure. Thus, the forecasting task can be framed as learning the transition from the historical function family to the future function family. This reframing introduces two key challenges: (1) How can we leverage discrete historical and future observations to learn the relationships between their underlying continuous functions? (2) How can we model the transition path in function space from the historical function family to the future function family? To address these challenges, we propose NeuTSFlow, a novel framework that leverages Neural Operators to facilitate flow matching for learning path of measure between historical and future function families. By parameterizing the velocity field of the flow in infinite-dimensional function spaces, NeuTSFlow moves beyond traditional methods that focus on dependencies at discrete points, directly modeling function-level features instead. Experiments on diverse forecasting tasks demonstrate NeuTSFlow's superior accuracy and robustness, validating the effectiveness of the function-family perspective.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes