Architecture-Aware Learning Curve Extrapolation via Graph Ordinary Differential Equation
Yanna Ding, Zijie Huang, Xiao Shou, Yihang Guo, Yizhou Sun, Jianxi Gao
TL;DR
This work addresses learning-curve extrapolation by incorporating neural network architecture into a continuous-time dynamical model. It introduces LC-GODE, which combines a graph-based architecture encoder with a latent ODE in a seq2seq variational framework to predict full learning curves from early epochs while providing uncertainty estimates. The approach improves extrapolation accuracy for both MLP and CNN curves and enhances NAS configuration ranking, achieving substantial speedups over full training cycles. By linking architecture topology to the learning dynamics, LC-GODE offers a scalable, architecture-aware tool for faster AutoML and more robust model selection.
Abstract
Learning curve extrapolation predicts neural network performance from early training epochs and has been applied to accelerate AutoML, facilitating hyperparameter tuning and neural architecture search. However, existing methods typically model the evolution of learning curves in isolation, neglecting the impact of neural network (NN) architectures, which influence the loss landscape and learning trajectories. In this work, we explore whether incorporating neural network architecture improves learning curve modeling and how to effectively integrate this architectural information. Motivated by the dynamical system view of optimization, we propose a novel architecture-aware neural differential equation model to forecast learning curves continuously. We empirically demonstrate its ability to capture the general trend of fluctuating learning curves while quantifying uncertainty through variational parameters. Our model outperforms current state-of-the-art learning curve extrapolation methods and pure time-series modeling approaches for both MLP and CNN-based learning curves. Additionally, we explore the applicability of our method in Neural Architecture Search scenarios, such as training configuration ranking.
