Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CaVE: A Cone-Aligned Approach for Fast Predict-then-optimize with Binary Linear Programs

About

The end-to-end predict-then-optimize framework, also known as decision-focused learning, has gained popularity for its ability to integrate optimization into the training procedure of machine learning models that predict the unknown cost (objective function) coefficients of optimization problems from contextual instance information. Naturally, most of the problems of interest in this space can be cast as integer linear programs. In this work, we focus on binary linear programs (BLPs) and propose a new end-to-end training method to predict-then-optimize. Our method, Cone-aligned Vector Estimation (CaVE), aligns the predicted cost vectors with the normal cone corresponding to the true optimal solution of a training instance. When the predicted cost vector lies inside the cone, the optimal solution to the linear relaxation of the binary problem is optimal. This alignment not only produces decision-aware learning models but also dramatically reduces training time as it circumvents the need to solve BLPs to compute a loss function with its gradients. Experiments across multiple datasets show that our method exhibits a favorable trade-off between training time and solution quality, particularly with large-scale optimization problems such as vehicle routing, a hard BLP that has yet to benefit from predict-then-optimize methods in the literature due to its difficulty.

Bo Tang, Elias B. Khalil• 2023

Related benchmarks

TaskDatasetResultRank
Traveling Salesperson ProblemTSP-100 (test)
Total Time (s)3.72e+3
16
Combinatorial Auction Knapsack ProblemCAKS100 (test)
Regret4.27
15
Combinatorial Auction Knapsack ProblemCAKS500 (test)
Regret3.14
15
Combinatorial Auction Knapsack ProblemCAKS1000 (test)
Regret1.99
15
Knapsack ProblemKS500 (test)
Regret1.83
15
Capacitated Vehicle Routing ProblemCVRP20 (test)
Regret0.35
14
Showing 6 of 6 rows

Other info

Follow for update