← Latest papers
⚡ electrical engineering

Benchmarking State Space Models, Transformers, and Recurrent Networks for US Grid Forecasting

This paper presents a comprehensive benchmark of five deep learning architectures for US grid forecasting, revealing that the optimal model selection depends on the specific data environment, with Transformers and state space models excelling when incorporating weather covariates or handling chaotic signals, while PatchTST performs best on rhythmic patterns using only historical load data.

Original authors: Sunki Hong, Jisoo Lee, Yuanyuan Shi

Published 2026-03-20
📖 5 min read🧠 Deep dive

Original authors: Sunki Hong, Jisoo Lee, Yuanyuan Shi

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 the conductor of a massive, chaotic orchestra: the US Power Grid. Your job is to predict exactly how much music (electricity) the audience will want to hear in the next few hours, days, or even a week. If you guess wrong, you either waste money (playing too much music) or risk a blackout (not enough music).

For years, the musicians trying to help you predict the future have been arguing about which instrument is best. Some say, "Use the LSTM (a classic, reliable violin)." Others say, "No, use the Transformer (a modern, high-tech synthesizer)." Recently, a new family of instruments called State Space Models (SSMs) has entered the stage, claiming to be faster and smarter.

This paper is the ultimate Taste Test. The authors didn't just test these instruments in a quiet studio; they took them to six different, very different "concert halls" (US Power Grids like California, Texas, and New York) to see which one actually performs best under real-world conditions.

Here is the breakdown of their findings, translated into everyday language:

1. The Contenders (The Instruments)

The paper tested five different "AI musicians":

  • LSTM: The old-school veteran. It's been around forever, reliable, but sometimes a bit slow to catch on to new trends.
  • PatchTST: The "Pattern Matcher." It chops the data into small, bite-sized chunks (like slicing a loaf of bread) and looks for repeating patterns in each slice. It's great at spotting the daily rhythm of life.
  • iTransformer: The "Connector." Instead of looking at time, it looks at how different things relate to each other. It's like a detective asking, "How does the temperature right now connect to the electricity usage right now?"
  • PowerMamba & S-Mamba: The "Efficient Streamers." These are the new kids on the block. They process information like a continuous stream of water rather than a series of snapshots. They are incredibly fast and good at handling long, complex flows of data.

2. The First Test: Guessing Without a Crystal Ball (Load-Only)

First, the researchers asked the models to predict electricity usage using only the history of past usage. No weather data allowed.

  • The Winner: PatchTST took the crown.
  • Why? Electricity usage is very rhythmic. It goes up in the morning, down at lunch, up in the evening, and drops at night. PatchTST is a master at spotting these "daily loops." It's like a drummer who knows the beat so well they don't need to look at the sheet music.
  • The Runner-Up: The Mamba models (SSMs) were very close behind, proving they are excellent at reading the rhythm too.

3. The Second Test: Adding the Weather (The Game Changer)

Then, the researchers gave the models a Weather Report. Suddenly, the rankings flipped!

  • The New Winner: iTransformer suddenly became the superstar.
  • The Magic Trick: Why? Because iTransformer is built to connect the dots between different variables. When you give it a temperature reading, it instantly understands, "Oh, it's 100°F, so everyone will turn on their AC!" It mixes the weather data with the electricity data perfectly.
  • The Surprise: PatchTST, which was winning before, didn't improve much. It's like a chef who is great at following a recipe but struggles when you suddenly hand them a new, weird ingredient. It couldn't "mix" the weather data into its prediction as well as iTransformer could.
  • The Result: iTransformer improved its accuracy three times more than PatchTST when weather data was added.

4. The "Size" Check: Is it the Brain or the Muscle?

The authors wondered: "Did iTransformer win just because it was a bigger, more complex model?" To test this, they shrank iTransformer and grew PatchTST until they were the same size.

  • The Verdict: Even when they were the same size, iTransformer still won at using weather data. This proves it's not about having a bigger "brain"; it's about having the right architecture to connect weather to power.

5. The "One Size Does Not Fit All" Rule

The most important lesson from this paper is that there is no single "best" model. It depends entirely on what you are trying to predict and what data you have:

  • Predicting Solar Power? (Very rhythmic, follows the sun) → PatchTST is the best. It loves the predictable daily cycle.
  • Predicting Wind Power? (Chaotic, unpredictable) → Mamba models are better. They handle the "messy" fluctuations better than the pattern-matching PatchTST.
  • Predicting Electricity Prices? (Chaotic) → Mamba models again.
  • Predicting General Power Usage?
    • If you have NO weather data: Use PatchTST or Mamba.
    • If you HAVE weather data: Use iTransformer (or a weather-aware Mamba).

The Takeaway for Grid Operators

Think of this like choosing a vehicle for a road trip:

  • If you are driving on a perfectly paved, straight highway (predictable solar or rhythmic load), take the Sports Car (PatchTST). It's fast and efficient.
  • If you are driving through off-road terrain with mud and rocks (wind, chaotic prices, or complex weather), take the Off-Road Truck (Mamba). It handles the bumps better.
  • If you are driving in heavy rain and fog (using weather data to predict load), take the Smart SUV with Radar (iTransformer). It sees the connections between the road and the weather that the others miss.

In short: Don't just pick the "newest" or "biggest" AI model. Pick the one that matches the type of data you have and the type of problem you are solving. The paper gives grid operators a clear map to choose the right tool for the job.

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 →