A Saddle Point Remedy: Power of Variable Elimination in Non-convex Optimization
Min Gan, Guang-Yong Chen, Yang Yi, Lin Yang
TL;DR
This work provides a principled geometric explanation for the effectiveness of variable elimination in non-convex optimization. By analyzing the relationship between original and reduced landscapes through Hessian inertia and the Schur complement, it shows that variable elimination preserves minima while converting certain saddles into maxima, thereby simplifying the energy landscape. The rank-1 and rank-$r$ matrix factorization examples, including a Grassmannian formulation, illustrate how saddle points are reshaped in the reduced space, and numerical experiments on shallow networks and deep ResNets validate faster convergence and more robust solutions. The results offer a general design principle for robust optimization algorithms in machine learning by actively transforming troublesome saddles into easily escapable maxima.
Abstract
The proliferation of saddle points, rather than poor local minima, is increasingly understood to be a primary obstacle in large-scale non-convex optimization for machine learning. Variable elimination algorithms, like Variable Projection (VarPro), have long been observed to exhibit superior convergence and robustness in practice, yet a principled understanding of why they so effectively navigate these complex energy landscapes has remained elusive. In this work, we provide a rigorous geometric explanation by comparing the optimization landscapes of the original and reduced formulations. Through a rigorous analysis based on Hessian inertia and the Schur complement, we prove that variable elimination fundamentally reshapes the critical point structure of the objective function, revealing that local maxima in the reduced landscape are created from, and correspond directly to, saddle points in the original formulation. Our findings are illustrated on the canonical problem of non-convex matrix factorization, visualized directly on two-parameter neural networks, and finally validated in training deep Residual Networks, where our approach yields dramatic improvements in stability and convergence to superior minima. This work goes beyond explaining an existing method; it establishes landscape simplification via saddle point transformation as a powerful principle that can guide the design of a new generation of more robust and efficient optimization algorithms.
