Branch and Bound (B&B) is the exact tree search method typically used to solve Mixed-Integer Linear Programming problems (MILPs). Learning branching policies for MILP has become an active research area, with most works proposing to imitate the strong branching rule and specialize it to distinct classes of problems. We …
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
ReLU networks trained with MILPs match deep learning accuracy.
New hybrid model reduces MILP solver time by up to 26%.
Binarized Neural Networks (BNNs) have recently attracted significant interest due to their computational efficiency. Concurrently, it has been shown that neural networks may be overly sensitive to "attacks" - tiny adversarial changes in the input - which may be detrimental to their use in safety-critical domains. Desig…
Plain vanilla K-means clustering has proven to be successful in practice, yet it suffers from outlier sensitivity and may produce highly unbalanced clusters. To mitigate both shortcomings, we formulate a joint outlier detection and clustering problem, which assigns a prescribed number of datapoints to an auxiliary outl…
Graph Neural Networks learn to mimic strong branching in MILP solvers.
MIP-GNN uses graph neural networks to predict variable biases for MIP solvers.
NeuralCut learns to select cutting planes by looking ahead, outperforming traditional methods.
Algorithm finds near-optimal VaR portfolios using MILP, improving risk management.
The paper verifies the robustness of classifier ensembles against randomized attacks.
The paper analyzes how behavioral investors make portfolio decisions using Markowitz Stochastic Dominance criteria.
We can compare the expressiveness of neural networks that use rectified linear units (ReLUs) by the number of linear regions, which reflect the number of pieces of the piecewise linear functions modeled by such networks. However, enumerating these regions is prohibitive and the known analytical bounds are identical for…
Biclustering techniques have been widely used to identify homogeneous subgroups within large data matrices, such as subsets of genes similarly expressed across subsets of patients. Mining a max-sum sub-matrix is a related but distinct problem for which one looks for a (non-necessarily contiguous) rectangular sub-matrix…
Glitches cause unreliable AI decisions with steep boundaries.
We study the robustness verification problem for tree-based models, including decision trees, random forests (RFs) and gradient boosted decision trees (GBDTs). Formal robustness verification of decision tree ensembles involves finding the exact minimal adversarial perturbation or a guaranteed lower bound of it. Existin…
We address the problem of verifying neural-based perception systems implemented by convolutional neural networks. We define a notion of local robustness based on affine and photometric transformations. We show the notion cannot be captured by previously employed notions of robustness. The method proposed is based on re…
Efficiently computes quasiconcave envelope with limited data.
New framework detects model weaknesses in decision tree ensembles.
This work analyzes machine learning for Lagrangian Relaxation in MILP.
This work focuses on support vector machine (SVM) with feature selection. A MILP formulation is proposed for the problem. The choice of suitable features to construct the separating hyperplanes has been modelled in this formulation by including a budget constraint that sets in advance a limit on the number of features …
We formalize the problem of trading-off DNN training time and memory requirements as the tensor rematerialization optimization problem, a generalization of prior checkpointing strategies. We introduce Checkmate, a system that solves for optimal rematerialization schedules in reasonable times (under an hour) using off-t…
This paper proposes exact and approximation algorithms for Sparse PCA, improving interpretability and scalability.
Deep neural networks have been successful in many predictive modeling tasks, such as image and language recognition, where large neural networks are often used to obtain good accuracy. Consequently, it is challenging to deploy these networks under limited computational resources, such as in mobile devices. In this work…
Optimizes electric aircraft deployment for Canadian aviation to reduce emissions.
Introduces CCR for constructing confidence regions from conformal predictions.
A new framework for predictive clustering and optimization.
POET enables large neural network training on tiny devices with reduced energy.
New method closes certification gap for adversarially trained models.
Paper proposes a network framework for prosumers to manage peak loads in Iran.
Optimal design for multinomial logit models improves assortment selection efficiency.
Several portfolio selection models take into account practical limitations on the number of assets to include and on their weights in the portfolio. We present here a study of the Limited Asset Markowitz (LAM), of the Limited Asset Mean Absolute Deviation (LAMAD) and of the Limited Asset Conditional Value-at-Risk (LACV…
Proposes a method to learn both constraints and objective functions from data.