SaDe: Learning Models that Provably Satisfy Domain Constraints
Kshitij Goyal, Sebastijan Dumancic, Hendrik Blockeel

TL;DR
This paper introduces SaDe, a novel framework that guarantees models satisfy domain constraints under all circumstances by formulating learning as a maximum satisfiability problem and combining it with gradient descent.
Contribution
The paper presents a new SaDe algorithm that provably enforces domain constraints during learning, outperforming regularization methods on unseen data.
Findings
SaDe effectively enforces domain constraints on unseen data.
SaDe maintains predictive performance comparable to baseline methods.
The approach is applicable to linear models and various constraint types.
Abstract
In many real world applications of machine learning, models have to meet certain domain-based requirements that can be expressed as constraints (e.g., safety-critical constraints in autonomous driving systems). Such constraints are often handled by including them in a regularization term, while learning a model. This approach, however, does not guarantee 100% satisfaction of the constraints: it only reduces violations of the constraints on the training set rather than ensuring that the predictions by the model will always adhere to them. In this paper, we present a framework for learning models that provably fulfil the constraints under all circumstances (i.e., also on unseen data). To achieve this, we cast learning as a maximum satisfiability problem, and solve it using a novel SaDe algorithm that combines constraint satisfaction with gradient descent. We compare our method against…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReservoir Engineering and Simulation Methods · AI-based Problem Solving and Planning · Machine Learning and Data Classification
