A Controlled Comparison of Deep Learning Architectures for Multi-Horizon Financial Forecasting: Evidence from 918 Experiments
Through a rigorous controlled comparison of 918 experiments across nine deep learning architectures, this study identifies ModernTCN as the superior model for multi-horizon financial forecasting, demonstrating that architectural inductive bias significantly outweighs hyperparameter tuning and seed randomness while revealing that current MSE-trained models lack directional skill at hourly resolutions.
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 a chef trying to decide which recipe makes the best soup. You have nine different recipes (Deep Learning Architectures), and you want to know which one works best for three different types of ingredients: spicy vegetables (Cryptocurrency), mild broth (Forex), and hearty meat (Stock Indices).
Most previous cooking competitions were rigged. Some chefs got to taste-test their soup 100 times to tweak the salt, while others got one shot. Some only tasted the soup at 5 PM, ignoring how it tasted at 8 PM. And no one checked if the results were just a fluke because the chef got lucky with the random stirring of the pot.
This paper is the first truly fair cooking competition for financial forecasting. The author, Nabeel Ahmad Saidd, ran 918 experiments to find out which "recipe" actually works best for predicting stock and crypto prices.
Here is the breakdown in simple terms:
1. The Contenders (The Nine Recipes)
The study tested nine different "AI chefs" (Deep Learning models) from four different schools of thought:
- The Transformers: The new, fancy chefs who look at the whole pot at once to find patterns (like PatchTST and Autoformer).
- The CNNs (Convolutional): The chefs who use big, wide spoons to scoop up patterns over a wide area (like ModernTCN).
- The MLPs (Linear): The simple, no-nonsense chefs who believe a straight line is often the best path (like DLinear).
- The RNNs (LSTM): The old-school chefs who remember the past one step at a time (like LSTM).
2. The Rules of the Game (The Protocol)
To make sure the results were fair, the author set up strict rules:
- Same Ingredients: Every chef got the exact same data (Open, High, Low, Close, Volume prices).
- Same Training Time: Every chef got the same amount of time to practice (Hyperparameter Optimization).
- The "Three-Taste" Rule: Instead of just tasting the soup once, every chef made the soup three times with slightly different random starting points. If a chef's soup tasted different every time, they were unreliable. If it tasted the same, they were consistent.
- Two Timeframes: They tested predicting the price 4 hours ahead (short-term) and 24 hours ahead (long-term).
3. The Results: Who Won?
The results were surprising and clear. The winners formed a distinct "Podium":
🥇 Gold Medal: ModernTCN
This model won 75% of the time. It's like a chef who uses a giant, high-tech ladle (large-kernel convolution) to scoop up patterns perfectly. It worked great on stocks, forex, and crypto. It was the most reliable "all-rounder."
🥈 Silver Medal: PatchTST
This model came in second. It's a Transformer that cuts the soup into "patches" (chunks) to analyze them. It was very close to the winner, especially on short-term predictions.
🥉 The Rest of the Pack
The other models fell into a middle group and a bottom group.
- The Middle: Models like iTransformer and DLinear were decent but not great.
- The Bottom: The old-school LSTM model came in last, with errors 7 to 33 times worse than the winner. It's like trying to win a race with a bicycle while everyone else is on a Ferrari.
4. The Big Surprises (Key Takeaways)
Surprise #1: Bigger isn't always better.
You might think the model with the most complex brain (most parameters) would win. But the simplest model (DLinear, with almost no "brain" power) beat the most complex ones.
- Analogy: It's like realizing a simple, well-tuned hammer is better at driving a nail than a giant, over-engineered robot arm. The design matters more than the size.
Surprise #2: The "Seed" didn't matter.
In AI, you often start with a random "seed" (like shuffling a deck of cards). Some people worry that if you shuffle the cards differently, you get a different winner.
- Finding: The study found that 99.9% of the difference in results was due to the recipe (the model architecture), and only 0.01% was due to the random shuffle.
- Analogy: If you bake a cake, the recipe determines if it tastes good. Whether you mix the batter with your left or right hand (the seed) makes almost no difference. You don't need to bake the cake 100 times to know if the recipe is good; three times is enough.
Surprise #3: The "Direction" Problem.
This is the most important lesson for traders. While the models were great at predicting the price (e.g., "The price will be $100"), they were terrible at predicting the direction (e.g., "Will it go up or down?").
- Finding: The models were right about the direction only 50% of the time.
- Analogy: Imagine a weatherman who predicts the temperature will be 75°F. He is very accurate! But if you ask him, "Will it rain?" he is just flipping a coin.
- Why? The models are trained to minimize the distance of the error (MSE). They naturally "play it safe" and predict the average, which kills their ability to spot sharp turns up or down.
5. What Should You Do? (Practical Advice)
If you are a portfolio manager or a trader using AI:
- Use ModernTCN: It's the most reliable "workhorse" for almost any asset class.
- Use PatchTST: If you prefer Transformer models, this is your best bet.
- Don't use LSTM: It's outdated for this specific job.
- Beware of "Directional" Claims: Just because a model predicts the price accurately doesn't mean it can tell you when to buy or sell. If you need to know the direction, you need to change how the model is trained, not just pick a better model.
The Bottom Line
This paper is a massive "quality control" check for the financial AI industry. It proves that how you design the model matters more than how much data you feed it or how many times you shuffle the deck. It gives us a clear leaderboard so we stop guessing and start using the tools that actually work.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.