MLLGJun 17

A Solver-Free Training Method for Predict-then-Optimize

arXiv:2606.195878.4
Predicted impact top 34% in ML · last 90 daysOriginality Highly original
AI Analysis

This work addresses the scalability bottleneck in decision-focused learning for linear programming and combinatorial optimization, making it practical for large-scale applications.

The paper proposes a solver-free training method for predict-then-optimize that eliminates the need for computationally expensive solver calls during gradient evaluation, achieving competitive decision quality with state-of-the-art methods while reducing training time by orders of magnitude.

We propose a scalable method for training prediction (machine learning) models in the predict-then-optimize paradigm, where model outputs serve as coefficients for a subsequent linear optimization task. Directly minimizing the empirical decision regret is intractable for linear programming and combinatorial optimization since the decision mapping is piecewise constant, and the gradients are zero almost everywhere. While existing methods address this by smoothing the differentiation process, they suffer from scalability issues, since a computationally expensive solver call is required for every gradient evaluation. To address this, we propose a decision-focused learning pipeline based on a measure transformation principle, which yields a new surrogate loss that is completely optimization-solver-free during training. We establish theoretical guarantees, including Fisher consistency and excess risk bounds. Empirically, our method achieves decision quality competitive with state-of-the-art methods while reducing training time by orders of magnitude.

Foundations

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

Your Notes