Beyond Discretization: Learning the Optimal Solution Path
Qiran Dong, Paul Grigas, Vishal Gupta

TL;DR
This paper introduces a novel method for learning entire solution paths of parameterized optimization problems using basis functions and stochastic optimization, offering efficiency and accuracy improvements over traditional discretization methods.
Contribution
The authors propose a single stochastic optimization approach to learn the entire solution path, reducing complexity and providing theoretical convergence guarantees, especially for smooth and analytic paths.
Findings
Linear convergence of the learned path's error with constant-step SGD.
Efficient learning of solution paths in fewer iterations compared to discretization.
Strong numerical performance demonstrated by the adaptive basis function method.
Abstract
Many applications require minimizing a family of optimization problems indexed by some hyperparameter to obtain an entire solution path. Traditional approaches proceed by discretizing and solving a series of optimization problems. We propose an alternative approach that parameterizes the solution path with a set of basis functions and solves a \emph{single} stochastic optimization problem to learn the entire solution path. Our method offers substantial complexity improvements over discretization. When using constant-step size SGD, the uniform error of our learned solution path relative to the true path exhibits linear convergence to a constant related to the expressiveness of the basis. When the true solution path lies in the span of the basis, this constant is zero. We also prove stronger results for special cases common in machine learning: When…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced Bandit Algorithms Research · Generative Adversarial Networks and Image Synthesis
MethodsSparse Evolutionary Training · Stochastic Gradient Descent
