Google AI Releases TimesFM-3: A 330M Parameter Zero-Shot Foundation Model For Multivariate Time Series Forecasting
Google Research released TimesFM-3, a 330M parameter time series foundation model pretrained natively for multivariate forecasting on over 1 trillion time points Unlike previous univariate versions, TimesFM-3 forecasts multiple related series simultaneously in a single forward pass with zero-shot capability The model uses alternating causal temporal and full variate attention mechanisms with Contiguous Patch Masking to produce the entire forecast horizon at once TimesFM-3 ranks #1 among pretrain
Analysis
TL;DR
- Google Research released TimesFM-3, a 330M parameter time series foundation model pretrained natively for multivariate forecasting on over 1 trillion time points
- Unlike previous univariate versions, TimesFM-3 forecasts multiple related series simultaneously in a single forward pass with zero-shot capability
- The model uses alternating causal temporal and full variate attention mechanisms with Contiguous Patch Masking to produce the entire forecast horizon at once
- TimesFM-3 ranks #1 among pretrained foundation models on GIFT-Eval, fev-bench, and the TIME leaderboard for both point and probabilistic metrics
- The model weights are licensed non-commercially; only the repository code is Apache-2.0, while TimesFM 2.5 remains the production-usable option
Why It Matters
TimesFM-3 represents a significant architectural shift in time series forecasting by moving from univariate to native multivariate modeling, which better reflects real-world forecasting scenarios where multiple interdependent variables influence outcomes. For AI practitioners, this means the ability to capture cross-series correlations without task-specific fine-tuning, potentially reducing engineering overhead and improving forecast accuracy across domains like retail, energy, and supply chain.
Technical Details
- Architecture: Decoder-only transformer backbone with patch-based tokenization (32-step patches), normalized per series to handle scale variations
- Attention Mechanisms: Two alternating attention types—causal temporal attention (horizontal, strictly causal within series) and full variate attention (vertical, captures cross-series correlations at each time step)
- Input Types: Supports three zero-shot input modalities—multiple targets (joint forecasting with point and quantile outputs), past covariates (historically known variables), and past-future covariates (known future values like promotion calendars)
- Contiguous Patch Masking: Training strategy where masked placeholder tokens are appended for the entire horizon; targets and past covariates are masked while past-future covariates remain visible, enabling simultaneous horizon prediction
- Probabilistic Forecasting: Each target receives 9 quantiles (10th-90th percentile) at every horizon step
- Scale: 330 million parameters pretrained on 1 trillion+ time points of real and synthetic series
Industry Insight
The non-commercial licensing of TimesFM-3 weights creates a strategic dilemma: while it sets a new benchmark for multivariate forecasting accuracy, production deployments must rely on the older TimesFM 2.5 (Apache-2.0) or negotiate commercial licensing, potentially slowing enterprise adoption. Organizations should prioritize benchmarking TimesFM-3 on their specific use cases to understand the multivariate advantage before committing to production infrastructure, and consider contributing to open-source multivariate forecasting research to help shift licensing models toward more accessible commercial terms.
Disclaimer: The above content is generated by AI and is for reference only.