TimeBlocks: Foundational and Continual Time-Series Blockbase -- Extended Version

📅 2026-06-01
📈 Citations: 0
Influential: 0
📄 PDF

career value

203K/year
🤖 AI Summary
This work addresses the limitations of existing foundation time series models, which suffer from high computational overhead, poor adaptability to dynamic data streams, and an inability to learn continuously—hindering their deployment in resource-constrained environments. To overcome these challenges, we propose TimeBlocks, a novel foundation modeling paradigm that uniquely integrates multi-task generalization, lightweight architecture, and continual calibration capabilities. TimeBlocks dynamically assembles compact models at inference time through a modular pool of model blocks and a routing strategy tailored to incoming data streams. Furthermore, it incorporates StreamCore, a streaming summarization algorithm that enables efficient online calibration. Extensive experiments demonstrate that TimeBlocks achieves significantly higher prediction accuracy than current methods across multiple datasets while maintaining low computational costs, enabling effective real-time forecasting under stringent resource constraints.
📝 Abstract
The ongoing digitization has led to a proliferation of time-series data streams that monitor a variety of processes, from which valuable insights may be obtained. Further, the emergence of successful foundational language models begs the question of whether it is possible to achieve time-series models with the foundational properties of handling multiple tasks, while being sufficiently lightweight to allow real-time data stream processing. Existing foundational time-series models are often large and only effective in offline settings without stringent time and computational constraints, and where repeated model calibration is not needed. However, when applied to data streams, these models are ineffective due to their size and lack of support for continual calibration, which compromise their ability to deliver accurate real-time responses, their durability, and their deployability in hardware-limited settings. We propose TimeBlocks to enable versatile time-series processing by facilitating the efficient building of lightweight models suitable for multiple tasks under variable conditions. In particular, the method maintains a pool of interchangeable and modular model blocks that can be used to construct new time-series models. When presented with specific time-series data, a routing strategy iteratively selects the most suitable blocks to construct a lightweight and accurate model for the data. We equip TimeBlocks with a method called StreamCore to build a representative small subset of the data stream, which preserves a guaranteed approximation of the stream over time, enabling continual model calibration. An experimental study on multiple data sets and covering multiple tasks shows that TimeBlocks enables to build models capable of outperforming existing baselines.
Problem

Research questions and friction points this paper is trying to address.

time-series
foundational models
real-time processing
continual calibration
data streams
Innovation

Methods, ideas, or system contributions that make the work stand out.

TimeBlocks
foundational time-series models
modular architecture
continual calibration
StreamCore