← Latest papers
🤖 machine learning

Searching the Space of Feed-Forward Neural-Network Weight-Update Rules with Fixed Depth Symbolic Regression

This paper demonstrates that fixed-depth symbolic regression can effectively discover compact, high-performing neural network weight-update rules that significantly outperform standard hand-designed optimizers on small-scale benchmarks, suggesting a promising lightweight approach for automated optimizer discovery.

Original authors: Charles Brum, Edward Finkelstein

Published 2026-07-27
📖 3 min read☕ Coffee break read

Original authors: Charles Brum, Edward Finkelstein

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 teach a robot to paint a picture, but the robot is clumsy and keeps smudging the canvas. To fix this, you need a set of instructions—a recipe—that tells the robot exactly how to adjust its brushstrokes to get closer to the masterpiece. In the world of artificial intelligence, these instructions are called "weight-update rules." They are the mathematical steps a computer takes to learn from its mistakes. For decades, scientists have hand-crafted these recipes, mixing in ingredients like "momentum" (to keep the robot moving in a good direction) or "adaptive rates" (to slow down when things get tricky). But here's the big question: Are we missing a better recipe? What if there's a secret, super-efficient way to teach the robot that no human has thought to write down yet? This is the playground of "symbolic regression," a technique that acts like a digital alchemist, searching through endless combinations of math symbols to find the perfect formula for learning.

In this paper, two researchers decided to let a computer do the cooking. Instead of guessing which ingredients make the best optimizer, they used a method called symbolic regression to hunt for new weight-update rules. Think of it as a genetic algorithm that breeds millions of different mathematical expressions, testing each one to see if it helps a small neural network learn a task faster and more accurately than the best human-designed rules. They didn't just tweak the existing recipes; they let the computer invent entirely new ones using a toolbox of common math operations (like adding, multiplying, or taking square roots) and standard ingredients like gradients and momentum.

The results were surprisingly tasty. Out of 30 different learning challenges, the computer-discovered rules beat the best human-tuned optimizers in 25 cases. When the computer found a winner, it shaved off an average of 44.47% of the error (measured as Mean Squared Error) compared to the standard methods. However, the paper is careful to note that these experiments were run on small, simple networks and only for 10 epochs (a single training round). The authors suggest that while these new rules are compact and effective for these specific tasks, we don't know yet if they will hold up in the messy, complex real world of massive deep learning.

The discovered rules didn't all look the same. Some were simple, while others were wild mixes of trigonometric functions, exponentials, and rational expressions. Yet, many shared a common spirit: they combined momentum (like a rolling ball gaining speed) with adaptive normalization (adjusting the step size based on past performance). The researchers found that the computer could stumble upon these effective, interpretable formulas without being explicitly told to do so. It suggests that the space of "how to learn" is vast and full of hidden gems that human intuition might overlook. But before we throw away our old cookbooks, the authors warn that these findings are a promising start, not a final victory. The rules need to be tested on bigger networks and longer training sessions to see if they are truly the future of AI learning or just a clever trick for small puzzles.

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 →