paper-with-me

홈 › Papers

Analyzing Monotonic Linear Interpolation in Neural Network Loss Landscapes

2021-04-22 · James Lucas, Juhan Bae, Michael R. Zhang, Stanislav Fort, Richard Zemel, Roger Grosse

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.

📄 PDF Abstract BibTeX arXiv:2104.11044

Code (1)

AtheMathmo/mli-release 공식 구현 pytorch

Similar Papers 제목 키워드 기반

What can linear interpolation of neural network loss landscapes tell us?

2021-06-30 · Tiffany Vlaar, Jonathan Frankle

Studying neural network loss landscapes provides insights into the nature of the underlying optimization problems. Unfortunately, loss landscapes are notoriously difficult to visualize in a human-comprehensible fashion. …

Plateau in Monotonic Linear Interpolation -- A "Biased" View of Loss Landscape for Deep Networks

2022-10-03 · Xiang Wang, Annie N. Wang, Mo Zhou, Rong Ge

Monotonic linear interpolation (MLI) - on the line connecting a random initialization with the minimizer it converges to, the loss and accuracy are monotonic - is a phenomenon that is commonly observed in the training of…

Convex Basins in Single-Index Model Loss Landscapes: Applications to Robust Recovery under Strong Adversarial Corruption

2026-05-28 · Santanu Das, Sagnik Chatterjee, Jatin Batra arxiv

We study the problem of robustly learning Gaussian Single Index Models (SIMs) in the presence of heavy-tailed noise and a constant fraction of adversarially corrupted covariates and responses. Prior work on robust recove…

Stable Nonconvex-Nonconcave Training via Linear Interpolation

2023-10-20 · NeurIPS 2023 11 · Thomas Pethick, Wanyun Xie, Volkan Cevher

This paper presents a theoretical analysis of linear interpolation as a principled method for stabilizing (large-scale) neural network training. We argue that instabilities in the optimization process are often caused by…

Essentially No Barriers in Neural Network Energy Landscape

2018-03-02 · ICML 2018 7 · Felix Draxler, Kambis Veschgini, Manfred Salmhofer, Fred A. Hamprecht

Training neural networks involves finding minima of a high-dimensional non-convex loss function. Knowledge of the structure of this energy landscape is sparse. Relaxing from linear interpolations, we construct continuous…