Solution Methods for Infinite-Dimensional Generalized Disjunctive Programming
arXiv:2608.27707
2026
Optimization
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The strongest transferable asset is MBM-GP: replace expensive pointwise optimization of a domain-dependent relaxation bound with a Gaussian-process upper confidence envelope. In neural-network verification, ReLU and piecewise-linear activations are encoded by disjunctions whose big-M constants are activation bounds; these bounds vary over the input domain and can dominate verifier cost. A GP surrogate can learn bounds from a small set of exact bound solves, while an upper-confidence prediction remains conservative when calibrated. The practical first target is certified verification of small ReLU networks, measuring whether surrogate bounds reduce preprocessing and MILP solve time without increasing false certificates.
Ideas from this paper
Unverified
2026
Use the paper's MBM-GP construction to predict input-dependent big-M constants for ReLU disjunctions during neural-network verification. Exact activation-bound optimization is performed only at a small subset of input points, while a Gaussian-process upper confidence bound supplies conservative bounds elsewhere, reducing verifier preprocessing and potentially tightening the MILP compared with one global worst-case constant.
Useful6/10
Difficulty6/10
Novelty7/10