Analyzing Monotonic Linear Interpolation in Neural Network Loss Landscapes
James Lucas, Juhan Bae, Michael R. Zhang, Stanislav Fort, Richard Zemel, Roger Grosse
TL;DR
This paper challenges the universality of the Monotonic Linear Interpolation (MLI) property by showing that, while SGD often yields monotonic loss decay along the line from initialization to a converged parameter, this is not guaranteed across modern architectures, optimizers, or training tricks. It develops a theoretical framework linking the geometry of the interpolation path in function space (via Gauss length) and the weight-space trajectory to the persistence of MLI under mean squared error, proving a sufficient condition for MLI in wide or two-layer linear regimes. The work systematically demonstrates that large weight movements, batch normalization, and adaptive optimization can produce non-monotonic interpolations, revealing a global loss-landscape structure where barriers and curvature interact with optimization dynamics. The findings have implications for understanding optimization ease, generalization, and the geometry of neural network loss landscapes beyond the classical lazy-training or near-linear regimes. Overall, the paper enriches our conceptual toolkit for analyzing loss landscapes and highlights directions for future work on the global properties of neural network optimization.
Abstract
Linear interpolation between initial neural network parameters and converged parameters after training with stochastic gradient descent (SGD) typically leads to a monotonic decrease in the training objective. This Monotonic Linear Interpolation (MLI) property, first observed by Goodfellow et al. (2014) persists in spite of the non-convex objectives and highly non-linear training dynamics of neural networks. Extending this work, we evaluate several hypotheses for this property that, to our knowledge, have not yet been explored. Using tools from differential geometry, we draw connections between the interpolated paths in function space and the monotonicity of the network - providing sufficient conditions for the MLI property under mean squared error. While the MLI property holds under various settings (e.g. network architectures and learning problems), we show in practice that networks violating the MLI property can be produced systematically, by encouraging the weights to move far from initialization. The MLI property raises important questions about the loss landscape geometry of neural networks and highlights the need to further study their global properties.
