paper-with-me

Papers

Partition-based formulations for mixed-integer optimization of trained ReLU neural networks

2021-02-08 · NeurIPS 2021 12 · Calvin Tsay, Jan Kronqvist, Alexander Thebelt, Ruth Misener

This paper introduces a class of mixed-integer formulations for trained ReLU neural networks. The approach balances model size and tightness by partitioning node inputs into a number of groups and forming the convex hull over the partitions via disjunctive programming. At one extreme, one partition per input recovers the convex hull of a node, i.e., the tightest possible formulation for each node. For fewer partitions, we develop smaller relaxations that approximate the convex hull, and show that they outperform existing formulations. Specifically, we propose strategies for partitioning variables based on theoretical motivations and validate these strategies using extensive computational experiments. Furthermore, the proposed scheme complements known algorithmic approaches, e.g., optimization-based bound tightening captures dependencies within a partition.

📄 PDF Abstract BibTeX arXiv:2102.04373

Code (1)

cog-imperial/partitionedformulations_nn 공식 구현

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

P-split formulations: A class of intermediate formulations between big-M and convex hull for disjunctive constraints

2022-02-10 · Jan Kronqvist, Ruth Misener, Calvin Tsay

We develop a class of mixed-integer formulations for disjunctive constraints intermediate to the big-M and convex hull formulations in terms of relaxation strength. The main idea is to capture the best of both the big-M …

Clustering

Tight Mixed-Integer Optimization Formulations for Prescriptive Trees

2023-02-28 · Max Biggs, Georgia Perakis

We focus on modeling the relationship between an input feature vector and the predicted outcome of a trained decision tree using mixed-integer optimization. This can be used in many practical applications where a decisio…

Informative Path Planning in Random Fields via Mixed Integer Programming

2022-04-20 · Shamak Dutta, Nils Wilde, Stephen L. Smith

We present a new mixed integer formulation for the discrete informative path planning problem in random fields. The objective is to compute a budget constrained path while collecting measurements whose linear estimate re…

Mixed-Integer Optimisation of Graph Neural Networks for Computer-Aided Molecular Design

2023-12-02 · Tom McDonald, Calvin Tsay, Artur M. Schweidtmann, Neil Yorke-Smith

ReLU neural networks have been modelled as constraints in mixed integer linear programming (MILP), enabling surrogate-based optimisation in various domains and efficient solution of machine learning certification problem…

Optimization Over Trained Neural Networks: Taking a Relaxing Walk

2024-01-07 · Jiatai Tong, Junyang Cai, Thiago Serra

Besides training, mathematical optimization is also used in deep learning to model and solve formulations over trained neural networks for purposes such as verification, compression, and optimization with learned constra…