← Latest papers
🤖 machine learning

TiRex-2: Generalizing TiRex to Multivariate Data and Streaming

TiRex-2 is a novel recurrent xLSTM-based time series foundation model that extends univariate forecasting to multivariate scenarios with future covariates by employing a memory-centric design for constant-cost streaming and a synthetic coupling pipeline for scalable pretraining, achieving state-of-the-art zero-shot performance.

Original authors: Patrick Podest, Marco Pichler, Elias Bürger, Levente Zólyomi, Bernhard Voggenberger, Wilhelm Berghammer, Daniel Klotz, Sebastian Böck, Günter Klambauer, Sepp Hochreiter

Published 2026-07-02
📖 4 min read☕ Coffee break read

Original authors: Patrick Podest, Marco Pichler, Elias Bürger, Levente Zólyomi, Bernhard Voggenberger, Wilhelm Berghammer, Daniel Klotz, Sebastian Böck, Günter Klambauer, Sepp Hochreiter

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to predict the weather. In the old days, you might have looked at just one thermometer to guess tomorrow's temperature. But real life is messier: the temperature, humidity, wind speed, and air pressure all change together, and sometimes you already know things about the future (like a scheduled storm front or a holiday that usually brings crowds).

The paper introduces TiRex-2, a new "super-forecaster" AI designed to handle this messy, multi-variable reality better than previous models. Here is how it works, broken down into simple concepts:

1. The Problem: The "Library" vs. The "Notebook"

Previous AI models for time series (like Chronos-2) are like a giant library. Every time a new piece of information arrives (like a new temperature reading), the AI has to walk back through its entire library of past data to find connections. As the history gets longer, this "walking" gets slower and slower, eventually becoming too heavy to handle for real-time updates.

TiRex-2 is different. It's like a smart notebook that keeps a running summary. Instead of re-reading the whole book every time, it just updates its current page. This allows it to keep working at the same speed, no matter how much history you give it. This is called "constant cost streaming."

2. The Superpower: Knowing the Future (Without Cheating)

In many real-world scenarios, you know some things about the future in advance. For example, you know a factory will shut down next Tuesday for maintenance, or you know a holiday is coming up.

  • The Challenge: If an AI looks at "future" data to predict the "present," it's cheating. It needs to know the future only for the things you already know about (like the holiday), but it must never peek at the future of the thing it's trying to predict (like the actual sales numbers).
  • The Solution: TiRex-2 uses a special "traffic light" system (technically called an asymmetric grouped attention).
    • It looks at the "future-known" data (the holiday) from both directions (past and future) to understand the full context.
    • But it puts a strict wall between that data and the "target" data (the sales). The target can see the holiday info, but the holiday info cannot "peek back" at the target's future. This ensures the prediction is honest and causal.

3. The Training: The "Mixologist"

To teach this AI how variables interact (e.g., how wind affects temperature), the researchers needed a lot of practice data. Real-world data with many variables is rare and hard to find.

  • The Trick: They built a "mixologist" pipeline. They took thousands of single, lonely time series (like just temperature, just sales, just traffic) and mixed them together on the fly to create fake, complex multivariate scenarios.
  • They used different "recipes" to mix them: sometimes they just added them together, sometimes they made one cause the other, and sometimes they created complex, non-linear relationships. This taught the AI to recognize patterns in how different variables dance together.

4. The Results: The Marathon Runner

The paper tested TiRex-2 in three main ways:

  • Zero-Shot Performance: They threw the AI at problems it had never seen before (different industries, different time scales). TiRex-2 beat the current state-of-the-art models on two major benchmarks (fev-bench and GIFT-Eval).
  • The Marathon (Streaming): They fed the AI a massive stream of data (32 million steps!). While other models slowed down or got confused as the history grew, TiRex-2 kept its speed and accuracy steady. It didn't get tired.
  • The Long Haul: When asked to predict very far into the future (long horizons), TiRex-2 used the "future-known" data (like the storm front) to stay accurate, while other models fell back to guessing blindly.

Summary

TiRex-2 is a new type of AI that:

  1. Runs fast even with huge amounts of history (unlike the "library" models).
  2. Knows the difference between what it can peek at (future holidays) and what it must predict (future sales), ensuring it doesn't cheat.
  3. Learns from synthetic mixing, allowing it to understand how different variables interact without needing a perfect real-world dataset for every scenario.

The authors claim this is the first model to combine all these features: multivariate support, future-known covariates, strict causality, and constant-speed streaming.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →