LGOCJul 30, 2023

You Shall Pass: Dealing with the Zero-Gradient Problem in Predict and Optimize for Convex Optimization

arXiv:2307.16304v23 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses a key training challenge in decision-making systems for researchers and practitioners, though it is incremental as it builds on existing techniques.

The paper tackles the zero-gradient problem in predict and optimize for convex optimization, showing that the Jacobian can have a null space causing training to get stuck, and proposes a smoothing method that increases performance in non-linear cases and matches state-of-the-art for linear problems.

Predict and optimize is an increasingly popular decision-making paradigm that employs machine learning to predict unknown parameters of optimization problems. Instead of minimizing the prediction error of the parameters, it trains predictive models using task performance as a loss function. The key challenge to train such models is the computation of the Jacobian of the solution of the optimization problem with respect to its parameters. For linear problems, this Jacobian is known to be zero or undefined; hence, approximations are usually employed. For non-linear convex problems, however, it is common to use the exact Jacobian. This paper demonstrates that the zero-gradient problem appears in the non-linear case as well -- the Jacobian can have a sizeable null space, thereby causing the training process to get stuck in suboptimal points. Through formal proofs, this paper shows that smoothing the feasible set resolves this problem. Combining this insight with known techniques from the literature, such as quadratic programming approximation and projection distance regularization, a novel method to approximate the Jacobian is derived. In simulation experiments, the proposed method increases the performance in the non-linear case and at least matches the existing state-of-the-art methods for linear problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes