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

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

Researchers investigated the use of symbolic regression to discover explicit neural network weight-update rules, aiming to outperform standard hand-designed optimizers on small symbolic regression benchmarks. Candidate update rules were represented as fixed-depth symbolic expressions, utilizing operands derived from common optimizers such as gradient, momentum, adaptive-gradient, and moment-estimate quantities. Across 30 benchmark and neural network combinations, the symbolic regression procedure successfully identified an update rule that surpassed the best hyperparameter-tuned established optimizer in 25 cases. This resulted in an aggregate Mean Squared Error (MSE) reduction of 44.47% over the improved instances. The discovered rules, while diverse, often combined adaptive normalization, momentum-like quantities, nonlinear transformations, and rational expressions, indicating symbolic regression's potential for finding compact optimizer variants, pending larger-scale validation.

Key takeaway

For Machine Learning Engineers optimizing neural network performance, consider exploring symbolic regression to discover custom weight-update rules. This approach has demonstrated significant MSE reductions, outperforming established optimizers in many cases. You should investigate integrating adaptive normalization, momentum-like quantities, and nonlinear transformations into your optimizer design. While promising, remember this method requires larger-scale validation for broader applicability beyond small benchmarks.

Key insights

Symbolic regression can discover neural network weight-update rules that outperform hand-designed optimizers on benchmarks.

Principles

Method

Symbolic regression searches fixed-depth expressions using operands from gradient, momentum, adaptive-gradient, and moment-estimate quantities to find superior weight-update rules.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.