Optimization over Trained (and Sparse) Neural Networks: A Surrogate within a Surrogate
Hung Pham, Aiden Ren, Ibrahim Tahir, Jiatai Tong, Thiago Serra
TL;DR
The paper tackles the tractability problem of optimization models embedding large neural networks by introducing a sparse surrogate approach obtained via network pruning. It develops MILP formulations for two constraint-learning tasks—network verification (adversarial perturbation detection) and function maximization—embedding either the original dense network or a pruned sparse surrogate. Across extensive experiments on MNIST and Fashion-MNIST, unstructured pruning without finetuning often yields notable speedups in verification, especially at high pruning rates, while finetuning can be beneficial mainly at very high sparsity but at runtime cost. The results demonstrate that sparse surrogates can provide cost-effective, scalable alternatives for constraint learning, with particularly strong impact on verification and more nuanced gains for maximization in larger networks.
Abstract
In constraint learning, we use a neural network as a surrogate for part of the constraints or of the objective function of an optimization model. However, the tractability of the resulting model is heavily influenced by the size of the neural network used as a surrogate. One way to obtain a more tractable surrogate is by pruning the neural network first. In this work, we consider how to approach the setting in which the neural network is actually a given: how can we solve an optimization model embedding a large and predetermined neural network? We propose surrogating the neural network itself by pruning it, which leads to a sparse and more tractable optimization model, for which we hope to still obtain good solutions with respect to the original neural network. For network verification and function maximization models, that indeed leads to better solutions within a time limit, especially -- and surprisingly -- if we skip the standard retraining step known as finetuning. Hence, a pruned network with worse inference for lack of finetuning can be a better surrogate.
