paper-with-me

홈 › Papers

Improved Sample Complexity Bounds for Branch-and-Cut

2021-11-18 · Maria-Florina Balcan, Siddharth Prasad, Tuomas Sandholm, Ellen Vitercik

Branch-and-cut is the most widely used algorithm for solving integer programs, employed by commercial solvers like CPLEX and Gurobi. Branch-and-cut has a wide variety of tunable parameters that have a huge impact on the size of the search tree that it builds, but are challenging to tune by hand. An increasingly popular approach is to use machine learning to tune these parameters: using a training set of integer programs from the application domain at hand, the goal is to find a configuration with strong predicted performance on future, unseen integer programs from the same domain. If the training set is too small, a configuration may have good performance over the training set but poor performance on future integer programs. In this paper, we prove sample complexity guarantees for this procedure, which bound how large the training set should be to ensure that for any configuration, its average performance over the training set is close to its expected future performance. Our guarantees apply to parameters that control the most important aspects of branch-and-cut: node selection, branching constraint selection, and cutting plane selection, and are sharper and more general than those found in prior research.

📄 PDF Abstract BibTeX arXiv:2111.11207

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How hard is learning to cut? Trade-offs and sample complexity

2025-05-30 · Sammy Khalife, Andrea Lodi

In the recent years, branch-and-cut algorithms have been the target of data-driven approaches designed to enhance the decision making in different phases of the algorithm such as branching, or the choice of cutting plane…

Graph Neural Network

Size-Independent Sample Complexity of Neural Networks

2017-12-18 · Noah Golowich, Alexander Rakhlin, Ohad Shamir

We study the sample complexity of learning neural networks, by providing new bounds on their Rademacher complexity assuming norm constraints on the parameter matrix of each layer. Compared to previous work, these complex…

Improved Sample Complexity Bounds for Diffusion Model Training

2023-11-23 · Shivam Gupta, Aditya Parulekar, Eric Price, Zhiyang Xun

Diffusion models have become the most popular approach to deep generative modeling of images, largely due to their empirical performance and reliability. From a theoretical standpoint, a number of recent works~\cite{chen…

model

Towards Testing Monotonicity of Distributions Over General Posets

2019-07-06 · Maryam Aliakbarpour, Themis Gouleakis, John Peebles, Ronitt Rubinfeld 외

In this work, we consider the sample complexity required for testing the monotonicity of distributions over partial orders. A distribution $p$ over a poset is monotone if, for any pair of domain elements $x$ and $y$ such…

Convergence bounds for local least squares approximation

2022-08-23 · Philipp Trunschke

We consider the problem of approximating a function in a general nonlinear subset of $L^2$, when only a weighted Monte Carlo estimate of the $L^2$-norm can be computed. Of particular interest in this setting is the conce…

Tensor Networks