A Unified Perspective on Optimization in Machine Learning and Neuroscience: From Gradient Descent to Neural Adaptation
Jesús García Fernández, Nasir Ahmad, Marcel van Gerven
TL;DR
This paper formalizes a unified view of optimization in machine learning and neuroscience by organizing methods across derivative orders, from first-order gradient descent to zeroth-order probing. It surveys gradient-based techniques (including Newton, natural gradient, and modern curvature approximations), derivative-free strategies (direct search, stochastic metaheuristics, model-based surrogates, and population methods), and their adaptations to neural networks, highlighting scalability, sample efficiency, and the role of curvature. It then argues that biological learning can be understood through a zeroth-order lens, where intrinsic neural noise acts as probing and global modulators provide reinforcement, connecting learning in the brain to optimization principles and offering guidance for neuromorphic hardware. The synthesis elucidates how stochasticity and local learning with global feedback can yield robust, scalable learning in both artificial and natural systems, suggesting practical pathways for energy-efficient AI and deeper insights into brain function.
Abstract
Iterative optimization is central to modern artificial intelligence (AI) and provides a crucial framework for understanding adaptive systems. This review provides a unified perspective on this subject, bridging classic theory with neural network training and biological learning. Although gradient-based methods, powered by the efficient but biologically implausible backpropagation (BP), dominate machine learning, their computational demands can hinder scalability in high-dimensional settings. In contrast, derivative-free or zeroth-order (ZO) optimization feature computationally lighter approaches that rely only on function evaluations and randomness. While generally less sample efficient, recent breakthroughs demonstrate that modern ZO methods can effectively approximate gradients and achieve performance competitive with BP in neural network models. This ZO paradigm is also particularly relevant for biology. Its core principles of random exploration (probing) and feedback-guided adaptation (reinforcing) parallel key mechanisms of biological learning, offering a mathematically principled perspective on how the brain learns. In this review, we begin by categorizing optimization approaches based on the order of derivative information they utilize, ranging from first-, second-, and higher-order gradient-based to ZO methods. We then explore how these methods are adapted to the unique challenges of neural network training and the resulting learning dynamics. Finally, we build upon these insights to view biological learning through an optimization lens, arguing that a ZO paradigm leverages the brain's intrinsic noise as a computational resource. This framework not only illuminates our understanding of natural intelligence but also holds vast implications for neuromorphic hardware, helping us design fast and energy-efficient AI systems that exploit intrinsic hardware noise.
