待翻译:Google’s new forecasting model beats everyone. You can’t use it at work (yet).
AI 服务暂时不可用,以下为来源摘要,待恢复后补全翻译:On Monday, Google launched TimesFM-3, a 330-million-parameter time-series forecasting model trained on over a trillion real-world and synthetic data time The post Google’s new forecasting model beats everyone. You can’t use it at work (yet). appeared first on The New Stack.
AI 服务暂时不可用,以下为来源正文,待恢复后补全翻译。
On Monday, Google launched TimesFM-3, a 330-million-parameter time-series forecasting model trained on over a trillion real-world and synthetic data time points. The new model is now available on Hugging Face under a non-commercial license. Large language models are great at predicting the next word. For businesses, time-series forecasting models essentially try to do the same thing, but for data. Over the last few years, there’s been a lot of work in building better forecasting models. Last year saw the launch of models like Chronos-2 from Amazon and Moirai 2.0 from Salesforce, while, more recently, Datadog launched its Toto 2.0 model. These models represent a relatively new breed of forecasting models in that they can ingest multiple time series. As Google research scientists Ayush Jain and Rajat Sen explain in the announcement, “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.” Past sales, they explain, only tell part of the 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.” TimesFM-3 is Google’s first model that was natively pre-trained to handle these multiple time series and do so with zero-shot generalizations. This also allows it to forecast multiple related time series in parallel and include historical data like past foot traffic. In the benchmarks Google shared, TimesFM-3 outperforms all of these, often by a significant margin. The team looked at Salesforce’s Gift-Eval, Amazon/AutoGluon’s FEV-Bench, and Time. What’s maybe the most surprising here is that TimesFM-2.5, which was state-of-the-art when it launched in September 2025, is now at the bottom of the benchmarks. That’s how fast this field is developing. The architecture Like its predecessors, TimesFM-3 is a decoder-only transformer that chops each time series into patches of 32 data points and treats them roughly the way a language model treats tokens. What’s new is that these tokens now flow through two alternating kinds of attention layers. The first one looks backward across time within a single series and keeps things strictly causal, so the model can’t see values it shouldn’t know yet. The other looks sideways across all series at a given moment, which is how a promotion in one product line, for example, can inform the forecast for another. Decoding changed, too. Earlier versions generated forecasts one patch at a time, Google’s researchers explain, which added latency and compounded errors along the way. Instead, TimesFM-3 appends masked placeholder tokens for the entire forecast horizon and then fills them all in with a single forward pass. The non-commercial license Google decided to launch the new model under a non-commercial license. That’s becoming a bit of a trend in the world of model builders. TimesFM-2.5 still shipped with the Apache 2.0 license — as do Toto 2.0 and Chronos-2. The TimesFM-3 source code is still under the Apache license, but Google notes that “for the time being, TimesFM 3.0 pretrained weights are distributed under the separate timesfm-non-commercial-license-v1.0 license and are restricted to non-commercial, non-production use. Commercial or production use of the default pretrained weights is not permitted.” Google will soon replace TimesFM-2.5 as the model that powers BitQuery’s AI.FORECAST command, so the company is actively monetizing these models. That’s not unusual, of course. Every player in this market already integrates its forecasting models into its own platform, but Google restricting the state-of-the-art weights while also opening a paid path through its data warehouse is a pretty clear signal of where these labs think the money is in the long run. The post Google’s new forecasting model beats everyone. You can’t use it at work (yet). appeared first on The New Stack.