← Latest papers
🤖 machine learning

Fractional Optimizers Meet Fractal Activation Functions: An Empirical Study of Multi-Scale Optimization in Neural Network

This empirical study investigates the interaction between fractional optimizers and fractal activation functions, revealing that while neither serves as a universal replacement, specific pairings—such as regularization-style fractional scaling with selected fractal activations—offer promising improvements for neural network training.

Original authors: Sebastian Raubitzek, Georg Goldenits, Sebastian Schrittwieser, Philip König, Kevin Mallinger

Published 2026-08-18
📖 4 min read☕ Coffee break read

Original authors: Sebastian Raubitzek, Georg Goldenits, Sebastian Schrittwieser, Philip König, Kevin Mallinger

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

In the world of artificial intelligence, computers learn by adjusting their internal settings to minimize errors, a process driven by mathematical tools called optimizers. These tools act like a hiker trying to find the lowest point in a vast, foggy valley, taking steps based on the slope of the ground beneath their feet. For decades, the standard approach has been to look only at the immediate slope, ignoring what happened a moment ago. However, nature is rarely so simple. Many natural patterns, from the jagged edge of a coastline to the fluctuating rhythm of a heartbeat, possess a rough, self-similar complexity that repeats at every scale. Mathematicians call this fractal geometry. Recently, researchers have begun to wonder if these two ideas—rough, multi-scale patterns and the mathematical tools used to measure them—could be combined to help computers learn better. Specifically, they asked whether using "fractal" activation functions, which inject this complex, rough structure into the neural network, would work better when paired with "fractional" optimizers, which are designed to remember past steps over a longer history rather than just reacting to the present.

A team of researchers set out to test this idea by building a unified experimental framework to see how these two concepts interact. They did not simply guess; they constructed a rigorous test involving two distinct stages. First, they created controlled, two-dimensional landscapes that mimicked the roughness of fractal geometry. Some of these landscapes were smooth and predictable, while others were deliberately scrambled with layers of tiny, repeating oscillations to simulate the complexity of real-world data. They sent twenty-one different optimization methods across these surfaces to see which could find the lowest points most reliably. In the second stage, they moved to a more realistic setting, training neural networks on ten different public datasets used for classification tasks. They paired these networks with four specific types of fractal activation functions and tested them against the same twenty-one optimizers, running each experiment forty times to ensure the results were not just lucky accidents.

The results revealed a surprising truth about how these tools work together. On the controlled, rough landscapes, the methods that remembered their past steps performed exceptionally well. When the terrain was filled with the kind of persistent, repeating patterns that fractals create, optimizers that looked back at their history could navigate the noise and find the target more effectively than those that only looked at the immediate slope. However, the story changed dramatically when the researchers moved to the neural network experiments. In the chaotic environment of training a real computer model, where data is processed in small, noisy batches, the same memory-based methods often struggled. The very mechanism that helped on the smooth, deterministic surfaces—looking back at previous steps—tended to amplify the random noise found in real-world data, leading to instability or slower progress.

The study found that the most successful approach was not to blindly apply memory or fractal structures everywhere, but to find specific, careful pairings. The researchers discovered that a particular type of optimizer, which adjusts the size of the learning step based on a mathematical rule without storing a long history of past gradients, proved to be the most robust and effective across almost all datasets. This method, when combined with a specific fractal activation function that adds a moderate amount of roughness to the network, consistently produced the best results. In contrast, the methods that relied heavily on storing and averaging past gradients often performed poorly in the noisy environment of neural network training, despite their success on the controlled surfaces.

Ultimately, the paper demonstrates that while fractal activation functions and fractional optimizers are mathematically compatible and can be powerful when matched correctly, they are not a universal solution. The benefit comes from the specific combination of the activation function, the optimizer's design, and the nature of the data. The researchers showed that simply adding "fractal" or "fractional" labels to a method does not guarantee better performance; in fact, indiscriminate use of memory-based techniques can be detrimental in noisy settings. Instead, the most practical path forward is to treat the choice of activation function and optimizer as a joint decision, selecting the specific pairing that suits the problem at hand. The study concludes that for most practical applications, a method that adjusts step sizes locally without heavy reliance on past history offers the best balance of speed, stability, and accuracy, proving that sometimes, looking back is less useful than looking forward with the right tools.

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 →