LGOCMay 23, 2024

Solving 0-1 Integer Programs with Unknown Knapsack Constraints Using Membership Oracles

arXiv:2405.14090v41 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in optimization for scenarios with hidden constraints, offering incremental improvements over existing active learning approaches.

The paper tackles the problem of solving combinatorial optimization with unknown knapsack constraints using membership oracles, proposing a framework with improved sampling and linear separation methods that enhance solution quality and efficiency in experiments.

We consider solving a combinatorial optimization problem with unknown knapsack constraints using a membership oracle for each unknown constraint such that, given a solution, the oracle determines whether the constraint is satisfied or not with absolute certainty. The goal of the decision maker is to find the best possible solution subject to a budget on the number of oracle calls. Inspired by active learning for binary classification based on Support Vector Machines (SVMs), we devise a framework to solve the problem by learning and exploiting surrogate linear constraints. The framework includes training linear separators on the labeled points and selecting new points to be labeled, which is achieved by applying a sampling strategy and solving a 0-1 integer linear program. Following the active learning literature, a natural choice would be SVM as a linear classifier and the information-based sampling strategy known as simple margin, for each unknown constraint. We improve on both sides: we propose an alternative sampling strategy based on mixed-integer quadratic programming and a linear separation method inspired by an algorithm for convex optimization in the oracle model. We conduct experiments on classical problems and variants inspired by realistic applications to show how different linear separation methods and sampling strategies influence the quality of the results in terms of several metrics including objective value, dual bound and running time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes