← Latest papers
📊 statistics

On a joint simultaneous learning of relevant feature subsets and subspaces in regression-like problems

This paper introduces Entropy-Optimal Manifold Regression (EOMR), a novel method that jointly identifies relevant feature subsets and subspaces for nonlinear regression, demonstrating superior accuracy and significantly lower computational complexity compared to state-of-the-art AI and ML tools on challenging chaotic and fluid dynamics benchmarks.

Original authors: Illia Horenko

Published 2026-07-31
📖 6 min read🧠 Deep dive

Original authors: Illia Horenko

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

The Search for the Simplest Truth in a Chaotic World

Imagine trying to predict the weather, the flow of a river, or the movement of a stock market. These are all examples of "chaotic systems"—complex, messy environments where tiny changes can lead to wildly different outcomes. For decades, scientists have tried to tame this chaos using Artificial Intelligence (AI) and Machine Learning (ML). The current trend in AI is like building a skyscraper: we keep adding more and more layers, more data, and more complex rules, hoping that if the model is big enough, it will eventually figure out the pattern. This approach often involves "deep learning," where computers memorize massive amounts of data to make guesses.

However, there is a catch. These giant AI models are hungry for data and incredibly expensive to run. They often struggle when we don't have a mountain of data to feed them, or when the system is too chaotic to memorize. Instead of just memorizing, what if we could teach a computer to find the simplest possible rule that explains the chaos? This is the question at the heart of a new approach called Entropic AI. It suggests that the best way to understand a complex system isn't to build a bigger, more complicated model, but to strip away the noise until only the essential, simple truth remains. This paper explores a new tool designed to do exactly that: finding the smallest, most efficient set of rules to predict chaotic behavior without getting lost in the noise.

The Paper's Story: Finding the Needle in the Haystack

In this paper, a researcher named Illia Horenko introduces a new method called Entropy-Optimal Manifold Regression (EOMR). Think of EOMR as a master detective who doesn't just look at every single clue in a messy crime scene; instead, it instantly knows which few clues actually matter and ignores the rest.

The problem the paper tackles is "regression," which is just a fancy word for predicting a future number based on past numbers. Imagine you are trying to predict the next step of a bouncing ball that is moving in a chaotic, unpredictable way. You have a huge list of data points (features) describing the ball's position, speed, wind, and more. Most modern AI tools try to use all of these data points, building a massive, complex web of connections. Horenko argues that this is like trying to find a needle in a haystack by building a bigger haystack.

What EOMR Does:
EOMR works differently. It performs a "joint simultaneous learning." This means it does two things at once:

  1. It picks the right features: It looks at the hundreds of available data points and decides, "Okay, only these 8 actually matter for the prediction; the other 92 are just noise."
  2. It finds the right shape: It figures out the simplest mathematical shape (a "subspace") that connects those few important features to the prediction.

The paper tests this new detective against the "giants" of the AI world: Deep Neural Networks, Random Forests, and even a very new, fancy tool called TabPFN (which is based on Large Language Models). The tests were run on two very difficult, chaotic systems:

  • The Lorenz-96 Model: A mathematical toy model of the atmosphere that is famous for being chaotic. The researchers tested it in "strongly chaotic" and "very-strongly chaotic" modes.
  • The Hasegawa-Wakatani Model: A simulation of plasma turbulence in a fusion reactor (tokamak), which is incredibly complex and fast-moving.

The Findings:
The results were surprising. In both chaotic scenarios, the massive, complex AI models (the "skyscrapers") failed miserably. They performed worse than a "persistent predictor"—a silly, lazy method that just guesses the next value will be the same as the last one. These big models were overfitting, meaning they memorized the training data but couldn't actually learn the rules of the game.

In contrast, EOMR was the clear winner.

  • Accuracy: In the Lorenz-96 test, EOMR made predictions with an error rate (Root Mean Squared Error) of about 7 × 10⁻⁶. This was roughly 300 times more accurate than the next best tool (Lasso regression) and 2,100 times more accurate than the lazy "persistent" predictor.
  • Simplicity: While the other models tried to learn thousands or millions of parameters, EOMR distilled the entire chaotic system down to a tiny, simple rule. For the plasma turbulence example, EOMR found that the complex chaos could be described by a simple linear process using just 8 parameters.
  • Speed: This is where the magic really shines. Because EOMR is so simple, it is incredibly fast. To predict the next step in the plasma simulation, EOMR took only 2 nanoseconds (0.000000002 seconds) on a standard laptop. Compare this to the TabPFN model, which took 0.02 seconds for the same task. The EOMR prediction was five orders of magnitude faster than the AI giant, and actually faster than the physical time step of the plasma process itself.

What the Paper Rules Out:
The paper explicitly argues against the idea that "bigger is better" in chaotic, small-data situations. It shows that for these specific, difficult problems, the massive, data-hungry models (like Deep Neural Networks and Transformer-based LLMs) are not just inefficient; they are actively failing to learn the underlying physics, getting stuck in "memorization" rather than understanding. The paper suggests that the "double-descent" principle (where bigger models eventually get better) might not apply here, or at least not in the way we hope, because these models are too complex to generalize from limited data.

How Sure Are We?
The authors are very confident in these results, but they are based on simulations and numerical experiments, not real-world physical experiments. They ran the models on data generated by mathematical equations (the Lorenz-96 and Hasegawa-Wakatani models). They rigorously tested these models using cross-validation (splitting data into training and testing sets) to ensure the results weren't just luck. The paper demonstrates that EOMR consistently outperforms the state-of-the-art tools in these specific simulated environments, finding simpler, faster, and more accurate models. While the paper doesn't claim to have solved all chaotic systems in the real world, it provides strong evidence that for these types of problems, a simple, entropy-optimized approach is vastly superior to the current trend of massive, complex AI.

In short, while the rest of the AI world is busy building bigger and bigger libraries to store every possible book, Horenko's EOMR is the librarian who realizes you only need one specific page to understand the story, and it can find that page in a nanosecond.

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 →