English

Learning to Solve Constraint Satisfaction Problems with Recurrent Transformer

Artificial Intelligence 2023-07-12 v1 Machine Learning

Abstract

Constraint satisfaction problems (CSPs) are about finding values of variables that satisfy the given constraints. We show that Transformer extended with recurrence is a viable approach to learning to solve CSPs in an end-to-end manner, having clear advantages over state-of-the-art methods such as Graph Neural Networks, SATNet, and some neuro-symbolic models. With the ability of Transformer to handle visual input, the proposed Recurrent Transformer can straightforwardly be applied to visual constraint reasoning problems while successfully addressing the symbol grounding problem. We also show how to leverage deductive knowledge of discrete constraints in the Transformer's inductive learning to achieve sample-efficient learning and semi-supervised learning for CSPs.

Keywords

Cite

@article{arxiv.2307.04895,
  title  = {Learning to Solve Constraint Satisfaction Problems with Recurrent Transformer},
  author = {Zhun Yang and Adam Ishay and Joohyung Lee},
  journal= {arXiv preprint arXiv:2307.04895},
  year   = {2023}
}

Comments

22 pages. The Eleventh International Conference on Learning Representations (ICLR 2023)

R2 v1 2026-06-28T11:26:32.529Z