AIDec 19, 2024

Generalizing Constraint Models in Constraint Acquisition

arXiv:2412.14950v12 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses a key bottleneck for users in constraint programming by enabling generalization across problem instances, though it is an incremental improvement over existing CA methods.

The paper tackles the limitation in Constraint Acquisition where methods learn constraints for specific instances but cannot generalize to parameterized specifications, proposing GenCon to learn parameterized constraint models that achieve high accuracy and robustness to noise.

Constraint Acquisition (CA) aims to widen the use of constraint programming by assisting users in the modeling process. However, most CA methods suffer from a significant drawback: they learn a single set of individual constraints for a specific problem instance, but cannot generalize these constraints to the parameterized constraint specifications of the problem. In this paper, we address this limitation by proposing GenCon, a novel approach to learn parameterized constraint models capable of modeling varying instances of the same problem. To achieve this generalization, we make use of statistical learning techniques at the level of individual constraints. Specifically, we propose to train a classifier to predict, for any possible constraint and parameterization, whether the constraint belongs to the problem. We then show how, for some classes of classifiers, we can extract decision rules to construct interpretable constraint specifications. This enables the generation of ground constraints for any parameter instantiation. Additionally, we present a generate-and-test approach that can be used with any classifier, to generate the ground constraints on the fly. Our empirical results demonstrate that our approach achieves high accuracy and is robust to noise in the input instances.

Code Implementations1 repo
Foundations

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

Your Notes