Connectome-Guided Automatic Learning Rates for Deep Networks
Peilin He, Tananun Songdechakraiwut
TL;DR
CG-ALR addresses the problem that conventional learning-rate schedules do not adapt to the evolving internal representations of deep networks. It builds a functional connectome from neuron activations and quantifies its reconfiguration with persistent-homology distances such as $TOP$ and $WD$, using a median–MAD robust signal $z_t$ to gate LR updates with hysteresis while preserving a Robbins–Monro envelope. The authors provide convergence guarantees under mild assumptions and validate the method across image and graph benchmarks, showing competitive or superior performance to SGD-based schedules and parameter-free methods like DoG. This brain-inspired approach offers a principled, interpretable mechanism to accelerate training when representations stabilize and to stabilize training during reconfiguration, with broad applicability to vision and graph learning tasks.
Abstract
The human brain is highly adaptive: its functional connectivity reconfigures on multiple timescales during cognition and learning, enabling flexible information processing. By contrast, artificial neural networks typically rely on manually-tuned learning-rate schedules or generic adaptive optimizers whose hyperparameters remain largely agnostic to a model's internal dynamics. In this paper, we propose Connectome-Guided Automatic Learning Rate (CG-ALR) that dynamically constructs a functional connectome of the neural network from neuron co-activations at each training iteration and adjusts learning rates online as this connectome reconfigures. This connectomics-inspired mechanism adapts step sizes to the network's dynamic functional organization, slowing learning during unstable reconfiguration and accelerating it when stable organization emerges. Our results demonstrate that principles inspired by brain connectomes can inform the design of adaptive learning rates in deep learning, generally outperforming traditional SGD-based schedules and recent methods.
