← 返回论文检索
ICML 2025PosterAccept (poster)

Self-Supervised Transformers as Iterative Solution Improvers for Constraint Satisfaction

Yudong W Xu, Wenhao Li, Scott Sanner, Elias Khalil

University of Toronto · Department of Mechanical and Industrial Engineering, University of Toronto · Department of Mechanical and Industrial Engineering, University of Toronto, Toronto University

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

We present a Transformer-based framework for Constraint Satisfaction Problems (CSPs). CSPs find use in many applications and thus accelerating their solution with machine learning is of wide interest. Most existing approaches rely on supervised learning from feasible solutions or reinforcement learning, paradigms that require either feasible solutions to these NP-Complete CSPs or large training budgets and a complex expert-designed reward signal. To address these challenges, we propose ConsFormer, a self-supervised framework that leverages a Transformer as a solution refiner. ConsFormer constructs a solution to a CSP iteratively in a process that mimics local search. Instead of using feasible solutions as labeled data, we devise differentiable approximations to the discrete constraints of a CSP to guide model training. Our model is trained to improve random assignments for a single step but is deployed iteratively at test time, circumventing the bottlenecks of supervised and reinforcement learning. Experiments on Sudoku, Graph Coloring, Nurse Rostering, and MAXCUT demonstrate that our method can tackle out-of-distribution CSPs simply through additional iterations.