惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

IBM Research

How researchers built a record-setting quantum circuit | IBM Quantum Computing Blog IBM charts a new research path with MIT IBM is modeling the universe with quantum computing How to use sample-based quantum diagonalization on IBM hardware Quantum-centric supercomputing simulates 12,635-atom protein | IBM Quantum Computing Blog A decade of quantum on the cloud | IBM Quantum Computing Blog Ponder This Challenge - May 2026 - The Powers of a Binary Matrix Where the frontiers of high-speed racing and computing meet Introducing the IBM Granite 4.1 family of models Building the future of computing, together Next-generation algorithms could move fusion from the lab to the grid Bringing quantum-centric supercomputing to Illinois What's new at IBM Quantum Q1 2026 Release News: Qiskit v2.4 is here! How IBM Quantum is enabling healthcare and biology research | IBM Quantum Computing Blog Mid-training is essential for LLM reasoning, IBM study shows IBM demonstrates extreme scale for content-aware storage with a 100-billion vector database Ponder This Challenge - April 2026 - The Unlabeled Clock IBM Research and ETH Zurich open a new era of innovation Toward a transparent supply chain for AI Quantum computers take a step into real materials science Donating llm-d to the Cloud Native Computing Foundation Cleveland Clinic & IBM debut new quantum simulation workflow Turning turbulence into transcripts Like the information in a dream: IBM’s Charles H. Bennett receives ACM Turing award Doubling down on open-access quantum computing Unveiling the first reference architecture for quantum-centric supercomputing Realizing Feynman’s vision for the future of simulation IBM is working today to secure communication from tomorrow’s quantum risks Building PyTorch-native support for the IBM Spyre Accelerator Quantum simulates properties of the first-ever half-Möbius molecule, designed by IBM and researchers A look back at the International Year of Quantum TerraStackAI: Bringing Earth and space AI to Red Hat and the world Ponder This Challenge - March 2026 - Path game on a hole-riddled chessboard IBM demonstrates High NA EUV process capability on track for insertion below 2 nm nodes at SPIE 2026 Quantum Advantage Tracker: the race to advantage
IBM’s newest time-series models cover a full range of enterprise prediction tasks
2026-03-31 · via IBM Research

Time-series data comes in many forms, and with many potential applications. That means no single forecasting method can work best all the time.

If you’re trying to predict tomorrow’s high and low temperature, or whether a company will hit next week’s sales target, point forecasting is a good bet. But if you’re trying to decide when to restock a product or evaluate a company’s risk exposure, a probabilistic forecast could be more useful. Other times, you may be trying to detect anomalies in a stream of real-time data, to prevent a network disruption or machinery break down, and speed is essential.

IBM Research has built a family of time-series foundation models that shine in each scenario. Released this week, the models are currently at the top of the GIFT-Eval leaderboard in Hugging Face: FlowState-r1.1, for point forecasting (among zero-shot, replicable, models without data leakage), PatchTST-FM-r1, for probabilistic forecasting (among replicable, non-agentic models without data leakage), and TTM-r3 and TSPulse-r1, for efficient forecasting, anomaly detection, classification and search, supporting thousands of inferences per second.

The models are built on distinct architectures, each with their own strengths. In this blog post, we break down what’s new, what kinds of tasks each model is ideally suited for, and how they can be accessed and used.

TSFM_barGraph.png

Our new FlowState-r1.1 is leading for point forecasting (based on MASE - mean absolute scaled error) among non-agentic, zero-shot, replicable models without data leakage, while our new PatchTST-FM-r1 model currently leads the GIFT-Eval leaderboard for probabilistic forecasting accuracy (based on CRPS - continuous ranked probability score) among non-agentic, replicable models without data leakage.

Our newest transformer based model, PatchTST-FM-r1, co-developed with Rensselaer Polytechnic Institute, evolved from our ground-breaking PatchTST architecture, which introduced channel independence and patching for more accurate and efficient forecasting. PatchTST-FM-r1 model excels at forecasting tasks. It handles context lengths ranging from 128 to 8,192 timepoints, enables forecasting over both short and long time horizons, and is robust to missing values. Its current GIFT-Eval rank demonstrates that transformer architectures can be flexible, expressive, and perform with high accuracy when trained on large-scale datasets consisting of real and synthetic data.

TTM-r3 is the third generation of our TinyTimeMixer models, designed to balance speed and accuracy. This release introduces several innovations that improve forecasting accuracy and speed up inferencing by 15 to 50 times over today’s state-of-the-art models. TTM-r3 also thrives in CPU-only environments, making it well-suited for real-world, high-throughput deployments. TTM-r3 supports rapid fine-tuning, forecasting with many variables, and can even incorporate control variables, improving its performance in complex, industrial scenarios. Our TTM models are extremely popular, with more than 37 million downloads on Hugging Face so far.

FlowState-r1.1 is the newest version of our FlowState model, which is built on a novel state-space architecture called S5, which can handle short and long inputs and forecasting horizons, as well as varied sampling rates. By combining a state space model encoder with a functional-basis decoder, FlowState-r1.1 has the rare ability to harmonize data with varying sampling rates to produce accurate long-horizon forecasts. This new version incorporates additional synthetic training data and increases context length to further improve performance.

All three model releases expand IBM’s time-series model portfolio, and complement TSPulse, our family of compact pre-trained models that excel at anomaly detection, search, classification, and imputation tasks.

Designed for enterprise deployments

Together, these models cover a wide range of real-world, enterprise requirements. Applications include industrial manufacturing and monitoring, as well as detecting IT incidents and electrical grid disruptions. Collectively, the models have been trained on more than 100 billion data points taken from public domains or synthetically generated.

The table below highlights each model’s key strengths by application. For high throughput and low latency on a CPU machine, try TTM-r3. For accurate point and probabilistic forecasting, try FlowState-r1.1 and PatchTST-FM-r1, respectively. And for time series anomaly detection, classification and other non-forecasting tasks, try TSPulse.

TSFM_Chart2.png

How we got here

IBM has led the research and development of time-series foundation models since the release of TST in 2021, which was among the first transformer-based models applied to time-series data. In 2023, PatchTST introduced the concepts of patching and channel independence to time series data, making it efficient and effective for transformers to process long time series. In 2023, TSMixer blazed the way for greater speed and efficiency with the use of multi-level perceptrons (MLPs) to combine patch and cross-channel information.

Building on the mixers, Tiny Time Mixer (TTM), released in 2024, introduced the first lightweight time series models for tasks across many domains. In 2025, building on state-space models (SSMs), an efficient type of recurrent neural network, we introduced the FlowState time-series model. Its innovations included parallel training, functional basis decoding, and sampling-rate invariance. Earlier versions of TTM and FlowState were top performers on GIFT-Eval for forecasting in 2024 and 2025.

This year, we complete our portfolio with the release of PatchTST-FM-r1, TTM-r3, and FlowState-r1.1, which once again are top performers on GIFT-Eval at forecasting. They are complemented by TSPulse, which specializes in anomaly detection and classification. Together, these models cover a wide spectrum of real-world use cases.

TSFM_timeline.png

IBM has produced leading time series AI models since 2021.

Try out IBM’s time-series models

All our models are open weight and can be downloaded in Hugging Face.

• Our research versions are available under a non-commercial license. • Our family of Granite time-series models have been trained on curated datasets and are available under a permissive Apache 2.0 license.

Several notebooks are available to help users get started with IBM’s time-series models. The notebooks highlight each model’s capabilities and best use-cases, and are built on top of model architecture and supporting code from our open-source repository.