← Latest papers
🤖 machine learning

Understanding Key Features of Time Series Foundation Models from Epidemic Forecasting

This paper systematically evaluates various time series foundation models for regional influenza forecasting, demonstrating that a mixture-of-experts architecture fusing multiple pretrained forecasters achieves superior performance, particularly when leveraging mechanistically aligned pretraining and hospitalization data, while revealing that LLM-based methods underperform compared to numerical approaches.

Original authors: Alireza Jafari, Judy Fox, Geoffrey C. Fox, Madhav Marathe, Aniruddha Adiga

Published 2026-06-19
📖 5 min read🧠 Deep dive

Original authors: Alireza Jafari, Judy Fox, Geoffrey C. Fox, Madhav Marathe, Aniruddha Adiga

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 for the next few days to decide whether to carry an umbrella. Now, imagine doing that not for the weather, but for the spread of the flu across different cities in the US. This is exactly what the researchers in this paper set out to do: build the best possible "flu weather forecast."

They wanted to figure out which modern computer brain (AI model) is best at predicting how many people will get sick or end up in the hospital in the next 1 to 4 weeks.

Here is the story of their findings, broken down with some simple analogies:

1. The Big Test: A "Taste-Test" of AI Models

The researchers gathered data on flu-like symptoms and hospital visits from 10 different regions in the US. They then fed this data into 17 different types of AI models to see who could predict the future best.

Think of these models like different types of chefs:

  • The "Old School" Chefs: These are traditional statistical models that have been around for a long time.
  • The "Specialized" Chefs: These are deep learning models built specifically for numbers and time (like PatchTST and iTransformer).
  • The "Language" Chefs: These are models originally designed to write stories or chat (Large Language Models or LLMs like TimeLLM and Chronos). The researchers wondered if these "word-smarts" could also be "number-smarts."
  • The "Master Chef" (Mixture of Experts): This is a new model called MultiFoundationCore. Instead of relying on just one chef, it acts like a head chef who listens to a team of different experts and combines their best ideas into one final prediction.

2. The Results: Who Won the Contest?

The results were surprising to some and confirmed what experts suspected.

  • The "Language" Chefs Struggled: The models designed for text (LLMs) did not perform as well as the specialized number-crunchers. The paper suggests that trying to turn flu numbers into "words" to process them is like trying to measure the temperature of a soup by reading a poem about it. You lose the precise, continuous details needed for accurate forecasting.
  • The "Specialized" Chefs Did Well: Models built specifically for time-series data (like PatchTST) were very strong. They got even better when they were "pre-trained."
    • The Pre-training Analogy: Imagine a chef learning to cook pasta in Italy before coming to your kitchen. Pre-training is like letting the AI study massive amounts of data from other sources (like traffic patterns or other disease outbreaks) before it starts learning about the flu. This gave the specialized chefs a huge head start, especially for predicting 3 or 4 weeks out.
  • The "Master Chef" Won: The MultiFoundationCore model took the top spot. By fusing the predictions of several different "expert" models, it created a forecast that was more accurate and stable than any single model could achieve on its own. It's like having a panel of experts vote on the weather, rather than asking just one person.

3. Two Ways to Test: Time vs. Space

The researchers tested the models in two different ways, like a driving test:

  • The Time Test (Temporal): They trained the model on past data from one city and asked it to predict the future for that same city. This tests if the model learned the local "seasonal rhythm" of the flu.
  • The Space Test (Spatial): They trained the model on data from some cities and asked it to predict the flu for entirely new cities it had never seen before. This tests if the model can adapt to different populations and reporting styles.
    • The Result: Models generally did better in the Time Test. Predicting for a new city (Space Test) is harder because every city has its own unique "personality" regarding how people get sick and report it.

4. The Secret Ingredients: More Data and More Signals

The study also looked at what happens when you give the models extra help:

  • Longer History: Giving the model a longer history of flu data (20 years vs. 3 years) helped it predict further into the future. It's like having a longer diary to read before guessing what happens next.
  • Cross-Training: They found that teaching the model about hospitalizations helped it predict flu symptoms better, and vice versa. It's like a doctor who understands both the cough and the fever; knowing one helps them understand the other.
  • Updating the Model: They found that retraining the model frequently (updating it with new data every few weeks) kept it sharp, though updating it every single day was too expensive for computers to handle. A moderate update schedule was the sweet spot.

The Bottom Line

The paper concludes that for predicting the flu in the short term (1–4 weeks):

  1. Don't use the "word" models: Models built for language aren't the best fit for continuous numbers like disease rates.
  2. Use the "specialized" models: Models built for time-series data work best.
  3. Pre-training is key: Teaching these models on related data (like hospital records) before the main task makes them much smarter.
  4. Combine them: The best approach is to mix several different models together (the "Mixture of Experts") to get the most reliable forecast.

The researchers released all their code and data so others can use this "test kitchen" to build even better tools for public health in the future.

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 →