TimesFM-3發佈

2026年9月1日 00:00
站內 AI 整理稿

TimesFM-3: A zero-shot foundation model for multivariate forecasting August 31, 2026Ayush Jain and Rajat Sen, Research Scientists, Google Research We introduce TimesFM-3, a state-of-the-art time series foundation model that enables highly accurate multivariate time series forecasting in a single forward pass, significantly outperforming other forecasting models across major benchmarks.

Quick links GitHub HuggingFace Share Copy link × Since the debut of TimesFM in 2024, we’ve seen the adoption of time-series foundation models for real-world time-series forecasting tasks across multiple domains, such as retail, finance, observability, manufacturing, healthcare and natural sciences.

Up until TimesFM-2.5 (released in September 2025), our models were strictly limited to univariate forecasting: forecasting using only the history of a single time series.

Yet, most real-world forecasting problems are inherently multivariate: where multiple time series and auxiliary external features jointly impact the future forecast of a time series.Consider forecasting ice cream sales for a retail chain.Past sales alone rarely tell the full story.

A good forecast should also draw on sales of related products (e.g., ice cream cones, syrups), historical foot traffic, and known future events like weather forecasts, promotions, and holidays.

Today we introduce TimesFM-3, the next generation of our time-series foundation model that is natively pre-trained for multivariate forecasting.TimesFM-3 has 330 million parameters and is pre-trained on a real-world and synthetic time-series corpus comprising more than 1 trillion time points.

Building on the efficiency and zero-shot generalization of its predecessors, TimesFM-3 adds robust support for complex multivariate scenarios in a zero-shot manner.

It can jointly predict multiple coevolving time series, capturing dependencies that improve overall accuracy without requiring task-specific fine-tuning.The model natively supports:Multiple targets: Forecast multiple related time series simultaneously (e.g.

, jointly forecasting different brands of ice cream).The model supports both point and quantile forecasts for all targets.Past covariates: Incorporate features that are only known historically (e.g., past foot traffic).

Past-future (dynamic) covariates: Leverage known future events to guide the forecast (e.g., planned promotional campaigns or weather forecasts).Under the hood: Architecture & inferenceTimesFM-3 builds on the proven decoder-only transformer architecture of its predecessors.

As in previous versions, we process time series efficiently by grouping contiguous data points into patches of 32 time steps.We then apply normalization per time-series similar to that of TimesFM-2.5 in order to account for time series with vastly different scales.

Multivariate token constructionFor target and past-covariate series, a token is constructed directly from a single patch.

However, for past-future covariates, TimesFM-3 employs a clever "lookahead" strategy: each token concatenates the current patch with future patches, allowing the model to peek at upcoming known signals.

Alternating attention architectureOnce the patches are tokenized, they pass through an input residual block and enter the main transformer stack, which operates as a 2D grid:Causal temporal attention: Tokens attend horizontally across time.

To prevent data leakage, this attention is strictly causal — a token can only look at past tokens within its own specific time series.Full variate attention: Tokens attend vertically across series.

At any given time step, a token can look at all other time series in the dataset, allowing the model to learn complex cross-series correlations (e.g., how a promotion in one series affects sales in another).

These two attention mechanisms alternate for several layers, seamlessly blending temporal patterns with cross-series relationships.TimesFM-3 architecture.

Non-autoregressive decode: Forecasting in a single passPrevious versions of TimesFM generated forecasts one patch at a time, introducing latency, compounding error accumulation, and computational cost.

TimesFM-3 uses the strategy of Contiguous Patch Masking to generate the entire forecasting horizon in a single forward pass.The model appends masked placeholder tokens for the future horizon alongside the observed context.

Target and past-covariate series are masked in the horizon (since their future values are unknown), while past–future covariates remain visible, providing the model with known future signals like holidays or scheduled events.

Through the alternating attention layers, the model fills in all masked horizon patches simultaneously, with no iterative loop required.

The model predicts 9 quantiles (from the 10th to the 90th percentile) for each target time series at every horizon step, providing a full probabilistic view of the forecast uncertainty.Illustrative example for multivariate forecastingLet’s revisit the ice cream sales example.

Imagine you are working on next month’s promotion schedule and want to forecast the sales to anticipate.A standard univariate model (the red line, below) looks at the historical sales and projects a weekly pattern forward — but it has no idea about planned promotions on specific days.

TimesFM-3's multivariate mode (the blue line, below) takes a different approach: by passing in the planned promotion schedule as a past-future covariate, the model learns the relationship between promotions and sales lift from the historical context, then applies that knowledge to future days with planned promotions.

The result is a forecast that anticipates a ~20% sales bump on each promotion day.In the chart below, the amber blocks in the promotion covariates highlight which days have promotions — and the blue forecast visibly responds to each one, while the red forecast does not.

Over the full month, this adds up to a more accurate forecast for projected revenue.Planning promotions: TimesFM-3's multivariate forecast uses a promotion covariate to anticipate sales lift on planned promotion days in the future.

Evaluation and benchmarksWe evaluated TimesFM-3 on three comprehensive public forecasting benchmarks: Gift-Eval, FEV-Bench, and Time.On all three benchmarks, TimesFM-3 is the top-ranked model in terms of both point and probabilistic forecasting metrics among all pre-trained foundation models.

The plots below show average rank across tasks for both point forecast accuracy and probabilistic forecast quality (lower is better) for the three benchmarks.We compare against recent foundation models including multivariate-capable models, such as Chronos-2 and the Toto 2.

0 family, as well as our previous model TimesFM-2.5.Each plot includes two entries for TimesFM-3.

The "univariate mode" point shows performance when the model is evaluated without any covariate or cross-series information, treating each target series independently, just like a traditional univariate model.

Even in this univariate mode, TimesFM-3 already matches or outperforms other competing models.When we switch to the full multivariate mode, TimesFM-3 takes another leap, achieving the best average rank in both point and probabilistic forecasting across the board.

Performance on Gift-Eval (top), Fev-Bench (middle), and Time (bottom): TimesFM-3 in univariate mode already outperforms other replicable time-series foundation models in both point and probabilistic forecasting metrics.

Multivariate mode further improves performance by leveraging cross-series information and covariates when available.

ConclusionWe introduce TimesFM-3, the latest generation of our TimesFM family of zero-shot time series foundation models, that obtains state-of-the-art multivariate and univariate forecasting performance on multiple public benchmarks.

TimesFM-3 is now available on GitHub and Hugging Face, with its BigQuery integration landing in the coming weeks.In the meantime, you can try TimesFM-2.5 immediately on your univariate tasks to familiarize yourself with the AI.FORECAST command in BigQuery - no ML expertise required.

AcknowledgementsThis project is joint work with Yichen Zhou, Petros Mol, Abhimanyu Das and Samet Oymak.

Labels: Data Management Machine Intelligence Product Quick links GitHub HuggingFace Share Copy link × Other posts of interest August 27, 2026 Planetary prediction engine: Automating global models via Earth AI Earth AI · Generative AI · Machine Intelligence August 26, 2026 GlucoFM: Foundation model for continuous glucose monitoring Health & Bioscience · Machine Intelligence August 25, 2026 AgentHands: Generating interactive hand gestures for spatially grounded agent conversations in XR Human-Computer Interaction and Visualization · Machine Intelligence × ❮ ❯ TimesFM-3 architecture diagram illustrating time series patching, transformer layers, and multivariate forecast output.

Benchmark chart showing TimesFM-3 forecasting accuracy across multivariate datasets on FEV-Bench.Time series line chart displaying sales forecast with promotion covariate spikes highlighted across the prediction window.

Inference time and efficiency comparison chart highlighting the speed and latency of TimesFM-3 across forecasting horizons.Benchmark evaluation chart comparing TimesFM-3 against leading forecasting models on the GIFT-Eval benchmark.

Related

相關文章

AI寫得太快,人類審不動了,OpenClaw斷更7周,一版吞下1.6萬個PR

OpenClaw 專案因 AI 輔助生成的程式碼過快,最新版本累積高達 1.6 萬個 Pull Request,人類審核跟不上而被迫停更七週。這起事件凸顯開源社群正面臨「AI 狂寫、人類狂審」的失衡挑戰,維護者需花更多時間辨識貢獻真偽。專家建議團隊應提高審查門檻、限制 AI 改動範圍,並正視人類審核能量的有限性。

剛剛

GLM 5.3 更強卻更難用了?我們讓它和 5.2 做了同一個北京城市駕駛遊戲

官方強調 GLM 5.3 安全能力大幅提升,實測卻發現這套安全機制在自動化工具鏈中頻繁觸發拒絕,導致開發流程中斷。 作者丨吳海明 編輯丨李 娜 大家還記得《極限競速:地平線》裡那種在開放世界中自由駕駛、穿梭城市與道路的體驗嗎?地平線遊戲圖這次,我們用一個類似思路、但更貼近真實工程開發的題目來考一考 GLM 5.3:從零開發一款基於 OpenStreetMap 真實數據的「北京國貿 → 望京」區域 3D 開放世界駕駛遊戲,5.

3 小時前

MWA™霸榜全球第一後:無界動力用真實咖啡廳展現物理AI的落地之徑

從“出片”到“出海”,無界動力即將奔赴下一個考場。 作者丨郭 思 編輯丨董子博 沒有刻意的社交氛圍,一人靜坐或幾個好友相聚,手捧一杯咖啡,在音樂與咖啡的交匯中,暫時剝離工作與生活的瑣碎,獲得片刻放鬆與靈感迴響。這是平日裡我們對於休閒時刻美好畫面的印象,也是2026世界機器人大會現場最反差的一幕。

10 小時前
何夕2077研究與前沿

J-Zero零數據共進化

近期一篇名為「J-Zero零數據共進化」的研究引起關注,核心概念是讓AI模型在不依賴外部標註資料的情況下,透過彼此對抗與合作持續進化。論文提出一套三方訓練框架,讓不同模型分別扮演挑戰者、求解器與評委,形成動態競爭與回饋機制,藉此突破傳統訓練資料的瓶頸。 具體運作流程中,挑戰者負責設計題目,求解器則嘗試作答,而評委會依據人類偏好對求解結果進行校準與評分。這樣的循環讓模型不是單向被動學習,而是在互相出題、解題與評判的過程中,逐步提升能力。

12 小時前
何夕2077研究與前沿

ElephantBench測長尾盲區

騰訊發布長尾知識基準ElephantBench,內含1094道分歧事實題,用以評估模型在長尾知識上的表現。測試涵蓋32個模型,其中表現最佳的模型也只有52.4%的正確率,顯示長尾知識仍是模型的一大盲區。

12 小時前