SearcharxivSearch

arXiv subjects

Vrishabh Patil

Publications and source records attributed to Vrishabh Patil.

3 recordsLinked to original sources

A Hereditary Property of Cutting Plane Procedures

Let $K'$ denote the closure of a convex set $K$ under a given cutting-plane procedure. The procedure satisfies the \emph{hereditary property} if $F' = K' \cap F$ for every face $F$ of $K$. The property underlies inductive proofs of finite-rank and the polyhedrality of closures, and it is an admissibility requirement in abstract frameworks for cutting-plane procedures. Yet, it has not been studied systematically across well-known cutting-plane procedures. We establish two sufficient conditions for the property. The first applies to procedures that can be expressed as closures under intersection cuts from a family of lattice-free convex sets, when a single family realizes the closure of $K$ and of each of its faces. It yields the hereditary property for the split, lift-and-project, Lov\'asz--Schrijver, Sherali--Adams, and Lasserre closures, applied over general convex sets and for faces that need not be exposed. The second applies to procedures whose cuts are valid inequalities for Gomory's corner polyhedron, and it yields the hereditary property for the closure of Dantzig cuts derived from all bases. We complement these results with four classical procedures for which the hereditary property fails, namely the closure of Gomory's fractional cuts (derived from either all bases or feasible bases only), the mixed-integer Chv\'atal closure, the $+$-cut closure, and the closure of Dantzig cuts derived from feasible bases.

math.OC

Applications of 0-1 Neural Networks in Prescription and Prediction

A key challenge in medical decision making is learning treatment policies for patients with limited observational data. This challenge is particularly evident in personalized healthcare decision-making, where models need to take into account the intricate relationships between patient characteristics, treatment options, and health outcomes. To address this, we introduce prescriptive networks (PNNs), shallow 0-1 neural networks trained with mixed integer programming that can be used with counterfactual estimation to optimize policies in medium data settings. These models offer greater interpretability than deep neural networks and can encode more complex policies than common models such as decision trees. We show that PNNs can outperform existing methods in both synthetic data experiments and in a case study of assigning treatments for postpartum hypertension. In particular, PNNs are shown to produce policies that could reduce peak blood pressure by 5.47 mm Hg (p=0.02) over existing clinical practice, and by 2 mm Hg (p=0.01) over the next best prescriptive modeling technique. Moreover PNNs were more likely than all other models to correctly identify clinically significant features while existing models relied on potentially dangerous features such as patient insurance information and race that could lead to bias in treatment.

cs.LG

A Mixed-Integer Programming Approach to Training Dense Neural Networks

Artificial Neural Networks (ANNs) are prevalent machine learning models that are applied across various real-world classification tasks. However, training ANNs is time-consuming and the resulting models take a lot of memory to deploy. In order to train more parsimonious ANNs, we propose a novel mixed-integer programming (MIP) formulation for training fully-connected ANNs. Our formulations can account for both binary and rectified linear unit (ReLU) activations, and for the use of a log-likelihood loss. We present numerical experiments comparing our MIP-based methods against existing approaches and show that we are able to achieve competitive out-of-sample performance with more parsimonious models.

cs.LG