๐ค AI Summary
This paper addresses black-box binary optimizationโwhere the objective function is unknown, unlabeled, and non-differentiable. We propose an unsupervised solution framework that requires neither policy evaluation nor historical solved instances. Our core method constructs an estimator for the optimal subproblem objective value, using the expected deviation from optimality conditions as an unsupervised loss function; this estimator is trained via inequality-constrained function approximation, guiding global search without explicitly solving subproblems. Unlike conventional approaches relying on policy-value estimation or labeled data, our framework leverages in-distribution statistical properties to approximate optimal solutions. Experiments demonstrate its effectiveness and robustness under fully unsupervised settings with unknown objectives.
๐ Abstract
The paper is about developing a solver for maximizing a real-valued function of binary variables. The solver relies on an algorithm that estimates the optimal objective-function value of instances from the underlying distribution of objectives and their respective sub-instances. The training of the estimator is based on an inequality that facilitates the use of the expected total deviation from optimality conditions as a loss function rather than the objective-function itself. Thus, it does not calculate values of policies, nor does it rely on solved instances.